remove unused global variable
This commit is contained in:
parent
3c2b83d35b
commit
c0dcfa8820
1 changed files with 0 additions and 3 deletions
|
@ -177,9 +177,6 @@ except ImportError:
|
||||||
print("[INFO] User mappings loaded. User count:", len(userMappings))
|
print("[INFO] User mappings loaded. User count:", len(userMappings))
|
||||||
print("[INFO] Bot mappings loaded. Bot count:", len(botMappings))
|
print("[INFO] Bot mappings loaded. Bot count:", len(botMappings))
|
||||||
|
|
||||||
global inChannel
|
|
||||||
inChannel = False
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print("[INFO] ^D at any time to terminate program")
|
print("[INFO] ^D at any time to terminate program")
|
||||||
while 1:
|
while 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue