Mercurial > xib
changeset 67:2e3561313b0f
Don't ever do copy/paste ...
Signed-off-by: Charly COSTE <changaco@changaco.net>
| author | Charly COSTE <changaco@changaco.net> |
|---|---|
| date | Sun, 30 Aug 2009 18:58:33 +0200 |
| parents | 91b98275f2eb |
| children | 7aa1f59800b0 |
| files | irclib.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/irclib.py Sun Aug 30 18:57:47 2009 +0200 +++ b/irclib.py Sun Aug 30 18:58:33 2009 +0200 @@ -195,7 +195,7 @@ try: c.process_data() except: - self.error('[Error] Unkonwn exception on IRC thread:') + self.bot.error('[Error] Unkonwn exception on IRC thread:') traceback.print_exc() c.lock.release()
