IRCBuffer.add_notice
doesn't have an action
param
This commit is contained in:
parent
ac87104151
commit
21b757dbb0
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
else:
|
else:
|
||||||
# a notice we've sent to a user
|
# a notice we've sent to a user
|
||||||
user = event["server"].get_user(target)
|
user = event["server"].get_user(target)
|
||||||
user.buffer.add_message(None, message, action, event["tags"], True)
|
user.buffer.add_message(None, message, event["tags"], True)
|
||||||
self._event(event, "notice.private", user=user, **kwargs)
|
self._event(event, "notice.private", user=user, **kwargs)
|
||||||
|
|
||||||
# IRCv3 TAGMSG, used to send tags without any other information
|
# IRCv3 TAGMSG, used to send tags without any other information
|
||||||
|
|
Loading…
Reference in a new issue