aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-05 21:38:39 +0000
committerGravatar jesopo2018-11-05 21:38:39 +0000
commit8930d04567e2067c16a53275fc27392422fda26a (patch)
tree9fc1ee5a324208713db31fdcea3857653a378c57 /modules/line_handler.py
parentDon't pass connection_params through to reconnect in normal circumstances (diff)
signature
`server` should be passed in received.rename in modules/line_handler.py
Diffstat (limited to 'modules/line_handler.py')
-rw-r--r--modules/line_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py
index df948612..a3a04022 100644
--- a/modules/line_handler.py
+++ b/modules/line_handler.py
@@ -569,4 +569,4 @@ class Module(ModuleManager.BaseModule):
event["server"].rename_channel(old_name, new_name)
self.events.on("received.rename").call(channel=channel,
old_name=old_name, new_name=new_name,
- reason=event["args"].get(2))
+ reason=event["args"].get(2), server=event["server"])