mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-24 10:12:22 -05:00
Fix comment typo
This commit is contained in:
parent
b37af16fa6
commit
c7d7b6bb5e
@ -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))
|
||||
{
|
||||
/*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 (flood_check (from, ip, serv, current_sess, 1))
|
||||
|
Loading…
Reference in New Issue
Block a user