(515 . 7)(515 . 7)
5 except Exception as ex:
6 self.pest_reply("Error attempting to update address table")
7 stack = traceback.format_exc()
8 logger.debug(stack)
9 logging.debug(stack)
10 return
11 elif len(arguments) > 2:
12 self.pest_reply("Usage: AT [<HANDLE>] [<ADDRESS>]")
(562 . 7)(562 . 7)
14 except KeyError:
15 self.reply("421 %s %s :Unknown command" % (self.nickname, command))
16 stack = traceback.format_exc()
17 logger.debug(stack)
18 logging.debug(stack)
19
20 def socket_readable_notification(self):
21 try: