# File lib/rbot/ircbot.rb, line 1144
  def quit(message=nil)
    begin
      shutdown(message)
    ensure
      exit 0
    end
  end