# File rbot.rb, line 350 def join(channel, key=nil) if(key) @socket.puts "JOIN :#{channel} #{key}" else @socket.puts "JOIN :#{channel}" end end