CAP END for RESUME TOKEN and RESUME ERR, don't for RESUME SUCCESS (resume.py)

This commit is contained in:
jesopo 2019-02-10 00:12:45 +00:00
parent 1d807fefe0
commit ffdf49efc9

View file

@ -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")