diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2021-06-02 21:25:58 +0200 |
---|---|---|
committer | Matthias Hecker <36882671+mattzque@users.noreply.github.com> | 2021-06-05 18:06:45 +0200 |
commit | ab23670d711ce0ab3e609421df96d837b6b93350 (patch) | |
tree | cfb3bab1848b815f429b19e8c60568e27093d5bb /bin/rbot | |
parent | 03d0839fa48fd9424b7a968986e96b7e69e84d25 (diff) |
fix: restore logging of session start/end
Diffstat (limited to 'bin/rbot')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |