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

Commit 508b19b

Browse files
committed
services/autocloak: Make this generic
1 parent f3a0687 commit 508b19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/services/autocloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initModule(cod):
4646

4747
cod.s2scommands["EUID"].append(handleCloak)
4848

49-
cod.sendLine(client.join(cod.channels[cod.config["etc"]["snoopchan"]]))
49+
cod.join(cod.config["etc"]["snoopchan"], client)
5050

5151
def destroyModule(cod):
5252
global client

0 commit comments

Comments
 (0)