supybot: ignore freenodes 'frigg' bot that sends privmessages on connect

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-02-12 22:06:30 +00:00
parent 787a9b46b1
commit a45be3147b

View file

@ -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.."