fix the check_supybot_plugin to listen only for zodbot privmsg, not frigg
This commit is contained in:
parent
cb702f41f5
commit
4125997ecc
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[0] == ':zodbot!supybot@fedora/bot/zodbot':
|
||||
if args.debug:
|
||||
print "Got our response.."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue