parent
6b8ef81cdc
commit
48f9e5b1b8
1 changed files with 7 additions and 6 deletions
|
@ -369,6 +369,7 @@ while True:
|
||||||
print(nick)
|
print(nick)
|
||||||
print(username)
|
print(username)
|
||||||
print(perms)
|
print(perms)
|
||||||
|
if not nick in ["MeowNexUS", "MeowNexU5", "MeowN3xUS"]:
|
||||||
cont = " ".join(command)
|
cont = " ".join(command)
|
||||||
if not channel in logs:
|
if not channel in logs:
|
||||||
logs[channel] = [{"nick": nick, "content": cont}]
|
logs[channel] = [{"nick": nick, "content": cont}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue