Method: ChatBot#rejoin

Defined in:
lib/chatx.rb

#rejoinObject



254
255
256
257
# File 'lib/chatx.rb', line 254

def rejoin
  ThreadsWait.all_waits @websockets.values.map(&:thread)
  leave_all_rooms
end