Removed some warning messages.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@403 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-30 22:01:36 +00:00 committed by cras
commit 68994bd738
5 changed files with 6 additions and 6 deletions

View file

@ -251,7 +251,7 @@ static void read_settings(void)
flood_tag = -1;
}
if (time > 0 && flood_max_msgs > 0) {
if (flood_timecheck > 0 && flood_max_msgs > 0) {
flood_tag = g_timeout_add(500, (GSourceFunc) flood_timeout, NULL);
signal_add("event privmsg", (SIGNAL_FUNC) flood_privmsg);
signal_add("event notice", (SIGNAL_FUNC) flood_notice);