Method: Irc::Bot#quit
- Defined in:
- lib/rbot/ircbot.rb
#quit(message = nil) ⇒ Object
- message
-
optional IRC quit message
quit IRC, shutdown the bot
1274 1275 1276 1277 1278 1279 1280 |
# File 'lib/rbot/ircbot.rb', line 1274 def quit(=nil) begin shutdown() ensure exit 0 end end |