# File lib/rbot/ircbot.rb, line 1204 def part(channel, message="") sendq "PART #{channel} :#{message}", channel, 2 end