parent
6b0bb512ef
commit
119066b549
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
line = "- %s" % minimal
|
line = "- %s" % minimal
|
||||||
|
|
||||||
self._event("invite", event["server"], line, event["target_channel"],
|
self._event("invite", event["server"], line, event["target_channel"],
|
||||||
user=user, minimal=minimal, formatting=formatting)
|
user=event["user"], minimal=minimal, formatting=formatting)
|
||||||
|
|
||||||
@utils.hook("received.mode.channel")
|
@utils.hook("received.mode.channel")
|
||||||
def mode(self, event):
|
def mode(self, event):
|
||||||
|
|
Loading…
Reference in a new issue