1000 result = decipher_hgapi_error (e) |
1000 result = decipher_hgapi_error (e) |
1001 |
1001 |
1002 if result[0]: |
1002 if result[0]: |
1003 self.privmsg (replyto, 'error: %s' % result[1]) |
1003 self.privmsg (replyto, 'error: %s' % result[1]) |
1004 else: |
1004 else: |
1005 self.privmsg (replyto, 'error (unable to decipher error message)') |
1005 self.privmsg (replyto, 'error: %s' % `e`) |
1006 #fi |
1006 #fi |
1007 #tried |
1007 #tried |
1008 # else: |
1008 # else: |
1009 # raiee logical_exception ("unknown command `.%s`" % command) |
1009 # raiee logical_exception ("unknown command `.%s`" % command) |
1010 |
1010 |