Browse Source

don't reload topics on HUP

Byron Jones 6 years ago
parent
commit
dc5add425b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      logbot-irc

+ 0 - 1
logbot-irc

@@ -233,7 +233,6 @@ $job_queue = LogBot::JobQueue->new($config);
 # init signals and state
 $SIG{HUP} = sub {
     $state->{next_channel_reload} = time();
-    $state->{next_topic_reload}   = time();
 };
 $SIG{USR1} = sub { $state->{dump}  = 1 };
 $SIG{USR2} = sub { $state->{relog} = 1 };