From ab23670d711ce0ab3e609421df96d837b6b93350 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 2 Jun 2021 21:25:58 +0200 Subject: fix: restore logging of session start/end --- bin/rbot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index 8c65f42c..cfcb0485 100755 --- a/bin/rbot +++ b/bin/rbot @@ -123,3 +123,5 @@ if(bot = Irc::Bot.new(ARGV.shift, :argv => orig_opts)) bot.mainloop end +Irc::Bot::LoggerManager.instance.flush +Irc::Bot::LoggerManager.instance.halt_logger -- cgit v1.2.3