# File rbot/ircbot.rb, line 403 def join(channel, key=nil) if(key) sendq "JOIN #{channel} :#{key}" else sendq "JOIN #{channel}" end end