supybot: ignore freenodes 'frigg' bot that sends privmessages on connect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
787a9b46b1
commit
a45be3147b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ try:
|
|||
print " ->", msg
|
||||
s.send(msg)
|
||||
|
||||
if line[1] == 'PRIVMSG':
|
||||
if line[1] == 'PRIVMSG' and line[0] != ':freenode-connect!frigg@freenode/utility-bot/frigg':
|
||||
if args.debug:
|
||||
print "Got our response.."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue