# File lib/rbot/ircbot.rb, line 69 def halt_logger if $log_thread && $log_thread.alive? $log_queue << nil $log_thread.join $log_thread = nil end end