CAP END
for RESUME TOKEN
and RESUME ERR
, don't for RESUME SUCCESS
(resume.py)
This commit is contained in:
parent
1d807fefe0
commit
ffdf49efc9
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
if nickname and token:
|
||||
event["server"].send("RESUME %s %s" % (nickname, token))
|
||||
event["server"].cap_started = False
|
||||
event["server"].capability_done("resume")
|
||||
|
||||
@utils.hook("received.numeric.001")
|
||||
|
|
Loading…
Reference in a new issue