48 49 50
# File 'lib/isaac/bot.rb', line 48 def join(*channels) channels.each {|channel| raw("JOIN #{channel}")} end