resume.py should be using IRCServer.send_raw
This commit is contained in:
parent
bcae650565
commit
1ed9d06c9d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class Module(ModuleManager.BaseModule):
|
|||
if token:
|
||||
timestamp = event["server"]._resume_timestamp
|
||||
|
||||
event["server"].send("RESUME %s%s" %
|
||||
event["server"].send_raw("RESUME %s%s" %
|
||||
(token, " %s" % timestamp if timestamp else ""))
|
||||
cap_done = False
|
||||
|
||||
|
|
Loading…
Reference in a new issue