Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit a68422b

Browse files
committed
core/admin: Don't steal ENCAP
1 parent d4cfb75 commit a68422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def initModule(cod):
4848
cod.addBotCommand("VERSION", commandVERSION, True)
4949
cod.addBotCommand("UPGRADE", commandUPGRADE, True)
5050

51-
cod.s2scommands["ENCAP"] = [logREHASH]
51+
cod.s2scommands["ENCAP"].append(logREHASH)
5252
cod.s2scommands["MOTD"] = [handleMOTD]
5353

5454
initDBTable(cod, "Moduleautoload", "Id INTEGER PRIMARY KEY, Name TEXT")

0 commit comments

Comments
 (0)