Kills all active websockets for the bot.
250 251 252
# File 'lib/chatx.rb', line 250 def kill @websockets.values.each(&:close) end