This commit is contained in:
parent
b8aadb83ad
commit
5f353aa6e9
1 changed files with 1 additions and 2 deletions
|
@ -342,8 +342,7 @@ while True:
|
|||
#open("log-text-"+channel, "a").write(" ".join(command) + "\n")
|
||||
#open("log-name-"+channel, "a").write(nick + "\n")
|
||||
except:
|
||||
#print(traceback.format_exc())
|
||||
pass
|
||||
print(traceback.format_exc())
|
||||
try:
|
||||
#if True:
|
||||
if "PRIVMSG" in text and not nick in my_self:
|
||||
|
|
Loading…
Reference in a new issue