Fix comment typo

This commit is contained in:
TingPing 2015-01-28 21:01:52 -05:00
parent b37af16fa6
commit c7d7b6bb5e
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ inbound_privmsg (server *serv, char *from, char *to, char *ip, char *text, gbool
if (!fromme && (sess || prefs.hex_gui_autoopen_dialog)) if (!fromme && (sess || prefs.hex_gui_autoopen_dialog))
{ {
/*0=ctcp 1=priv will set hex_gui_autoopen_dialog=0 here is flud detected */ /*0=ctcp 1=priv will set hex_gui_autoopen_dialog=0 here if flood is detected */
if (!sess) if (!sess)
{ {
if (flood_check (from, ip, serv, current_sess, 1)) if (flood_check (from, ip, serv, current_sess, 1))