_handle
takes a server param
This commit is contained in:
parent
82e79ac4e5
commit
29d5ab9b56
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
for line in batch.lines:
|
for line in batch.lines:
|
||||||
if add_tags:
|
if add_tags:
|
||||||
line.tags.update(add_tags)
|
line.tags.update(add_tags)
|
||||||
self._handle(line)
|
self._handle(event["server"], line)
|
||||||
|
|
||||||
# IRCv3 CHGHOST, a user's username and/or hostname has changed
|
# IRCv3 CHGHOST, a user's username and/or hostname has changed
|
||||||
@utils.hook("raw.received.chghost")
|
@utils.hook("raw.received.chghost")
|
||||||
|
|
Loading…
Reference in a new issue