Switch back to using newserver as the default server name.
This commit is contained in:
parent
1f608e600b
commit
623d93c6f1
@ -40,9 +40,9 @@
|
|||||||
#define SERVLIST_Y_PADDING 0 /* vertical padding in the network editor */
|
#define SERVLIST_Y_PADDING 0 /* vertical padding in the network editor */
|
||||||
|
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
# define DEFAULT_SERVER "irc.example.com/6697"
|
# define DEFAULT_SERVER "newserver/6697"
|
||||||
#else
|
#else
|
||||||
# define DEFAULT_SERVER "irc.example.com/6667"
|
# define DEFAULT_SERVER "newserver/6667"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* servlistgui.c globals */
|
/* servlistgui.c globals */
|
||||||
|
Loading…
Reference in New Issue
Block a user