Method: Cogbot::Bot#restart

Defined in:
lib/cogbot.rb

#restartObject

manages the restart cli command, just stopping and startinbg in sequence



99
100
101
102
# File 'lib/cogbot.rb', line 99

def restart
  stop
  start
end