summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2021-06-02 21:25:58 +0200
committerMatthias Hecker <36882671+mattzque@users.noreply.github.com>2021-06-05 18:06:45 +0200
commitab23670d711ce0ab3e609421df96d837b6b93350 (patch)
treecfb3bab1848b815f429b19e8c60568e27093d5bb /bin
parent03d0839fa48fd9424b7a968986e96b7e69e84d25 (diff)
fix: restore logging of session start/end
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 2 insertions, 0 deletions
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