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,7 +31,8 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
if nickname and token:
|
if nickname and token:
|
||||||
event["server"].send("RESUME %s %s" % (nickname, token))
|
event["server"].send("RESUME %s %s" % (nickname, token))
|
||||||
event["server"].capability_done("resume")
|
event["server"].cap_started = False
|
||||||
|
event["server"].capability_done("resume")
|
||||||
|
|
||||||
@utils.hook("received.numeric.001")
|
@utils.hook("received.numeric.001")
|
||||||
def on_connect(self, event):
|
def on_connect(self, event):
|
||||||
|
|
Loading…
Reference in a new issue