parent
3dd95c79c7
commit
5abb008883
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class IRCatModule:
|
||||||
switch = False
|
switch = False
|
||||||
automodes = {}
|
automodes = {}
|
||||||
collected = None
|
collected = None
|
||||||
for i in query["automodes"].split(" "):
|
for i in query["usermodes"].split(" "):
|
||||||
if not switch:
|
if not switch:
|
||||||
collected = i
|
collected = i
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue