mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
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 */
|
||||
|
||||
#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 */
|
||||
|
Loading…
Reference in New Issue
Block a user