Switch back to using newserver as the default server name.

This commit is contained in:
Sadie Powell 2021-05-30 18:45:22 +01:00 committed by Patrick
parent 1f608e600b
commit 623d93c6f1
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@
#define SERVLIST_Y_PADDING 0 /* vertical padding in the network editor */
#ifdef USE_OPENSSL
# define DEFAULT_SERVER "irc.example.com/6697"
# define DEFAULT_SERVER "newserver/6697"
#else
# define DEFAULT_SERVER "irc.example.com/6667"
# define DEFAULT_SERVER "newserver/6667"
#endif
/* servlistgui.c globals */