# File lib/rbot/ircbot.rb, line 1080 def topic(where, topic=nil) if topic.nil? sendq "TOPIC #{where}", where, 2 else sendq "TOPIC #{where} :#{topic}", where, 2 end end