diff options
Diffstat (limited to 'rbot/keywords.rb')
-rw-r--r-- | rbot/keywords.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rbot/keywords.rb b/rbot/keywords.rb index b8ce84fd..7895b399 100644 --- a/rbot/keywords.rb +++ b/rbot/keywords.rb @@ -350,6 +350,7 @@ module Irc # privmsg handler def privmsg(m) + return if m.replied? if(m.address?) if(!(m.message =~ /\\\?\s*$/) && m.message =~ /^(.*\S)\s*\?\s*$/) keyword m, $1 if(@bot.auth.allow?("keyword", m.source, m.replyto)) |