NestedCommandsIrcProxy should set self.repliedTo if self.error is called.

This commit is contained in:
Jeremy Fincher 2005-06-30 22:10:04 +00:00
parent 830a5c5084
commit 1a5e05ee8e
1 changed files with 1 additions and 0 deletions

View File

@ -922,6 +922,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
self.evalArgs()
def error(self, s='', Raise=False, **kwargs):
self.repliedTo = True
if Raise:
if s:
raise Error, s