mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
30f4151e51
commit
68994bd738
5 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue