In 2 we trust, too

This commit is contained in:
Juhani Haverinen 2014-12-15 22:41:22 +02:00
parent 053e7b3ef8
commit 386b351ba9
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ def parse((line,irc)):
elif line[1]=='NOTICE' and line[0].split('!')[0]==':NickServ' and line[4]=='ACC':
authfunclock.acquire()
authcmdlock.acquire()
if line[5]=='3':
if line[5]=='3' or line[5]=='2':
trustedlock.acquire()
if line[3][1:] in trusted:
trustedlock.release()