# File lib/rbot/core/irclog.rb, line 28 def initialize super @queue = Queue.new @thread = Thread.new { loggers_thread } @logs = Hash.new Dir.mkdir("#{@bot.botclass}/logs") unless File.exist?("#{@bot.botclass}/logs") event_irclog_list_changed(@bot.config['irclog.no_log'], @bot.config['irclog.do_log']) @fn_format = @bot.config['irclog.filename_format'] end