Method: Codebot::Core#stop

Defined in:
lib/codebot/core.rb

#stopObject

Stops this bot.



43
44
45
46
47
# File 'lib/codebot/core.rb', line 43

def stop
  @ipc_server.stop
  @web_server.stop
  @irc_client.stop
end