# File lib/rbot/core/basics.rb, line 107 def bot_talk(m, param) if param.has_key?(:where) @bot.reset_quiet param[:where].sub(/^here$/, m.target.downcase) else @bot.reset_quiet end # Make sense when the commmand is given in private or in a non-quieted # channel m.okay end