# File lib/rbot/ircbot.rb, line 1046 def notice(where, message, options={}) return if where.kind_of?(Channel) and quiet_on?(where) sendmsg "NOTICE", where, message, options end