mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
NestedCommandsIrcProxy should set self.repliedTo if self.error is called.
This commit is contained in:
parent
830a5c5084
commit
1a5e05ee8e
@ -922,6 +922,7 @@ class NestedCommandsIrcProxy(ReplyIrcProxy):
|
|||||||
self.evalArgs()
|
self.evalArgs()
|
||||||
|
|
||||||
def error(self, s='', Raise=False, **kwargs):
|
def error(self, s='', Raise=False, **kwargs):
|
||||||
|
self.repliedTo = True
|
||||||
if Raise:
|
if Raise:
|
||||||
if s:
|
if s:
|
||||||
raise Error, s
|
raise Error, s
|
||||||
|
Loading…
Reference in New Issue
Block a user