Add option to auto +x on connect

This commit is contained in:
TingPing
2013-10-17 23:43:58 -04:00
parent cf5e2f273f
commit d960006de4
3 changed files with 4 additions and 0 deletions

View File

@@ -1288,6 +1288,8 @@ set_default_modes (server *serv)
strcat (modes, "s");
if (prefs.hex_irc_invisible)
strcat (modes, "i");
if (prefs.hex_irc_hidehost)
strcat (modes, "x");
if (modes[1] != '\0')
{