fix the check_supybot_plugin to listen only for zodbot privmsg, not frigg

This commit is contained in:
Kevin Fenzi 2018-12-15 20:52:48 +00:00
parent cb702f41f5
commit 4125997ecc

View file

@ -87,7 +87,7 @@ try:
print " ->", msg
s.send(msg)
if line[1] == 'PRIVMSG':
if line[0] == ':zodbot!supybot@fedora/bot/zodbot':
if args.debug:
print "Got our response.."