1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 19:22:22 -05:00

Merge pull request #98 from blasphemy/Ignore

no highlights for some more annoying nicks
This commit is contained in:
bviktor 2012-09-22 09:44:42 -07:00
commit cc694ad473

View File

@ -787,7 +787,7 @@ load_config (void)
strcpy (prefs.font_alternative, DEF_FONT_ALTER); strcpy (prefs.font_alternative, DEF_FONT_ALTER);
#endif #endif
strcpy (prefs.dnsprogram, "host"); strcpy (prefs.dnsprogram, "host");
strcpy (prefs.irc_no_hilight, "NickServ,ChanServ"); strcpy (prefs.irc_no_hilight, "NickServ,ChanServ,InfoServ,N,Q");
g_free ((char *)username); g_free ((char *)username);
g_free ((char *)realname); g_free ((char *)realname);