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

Commit 7b293bc

Browse files
committed
protocol/charybdis: fixup
1 parent 7cd2ab4 commit 7b293bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/protocol/charybdis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def handleQUIT(cod, line):
153153
client = cod.clients[line.source]
154154

155155
for chanuser in client.channels:
156-
chanuser.channel.del_member(chanuser)
156+
chanuser.channel.del_member(chanuser.client)
157157

158158
cod.pop_empty_channels()
159159

0 commit comments

Comments
 (0)