mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Add option to auto +x on connect
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user