change default server

This commit is contained in:
2022-09-24 14:27:42 +03:00
parent f7b307bb34
commit a665c369e3
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ Afterwards enter the following command to build and install sic
Running sic
-----------
Simply invoke the 'sic' command with the required arguments.
Simply invoke the `sic` command with the required arguments.

View File

@@ -1,5 +1,5 @@
/* Host used when "-h" is not given */
#define DEFAULT_HOST "irc.oftc.net"
#define DEFAULT_HOST "iiiypuk.me"
/* Port used when "-p" is not given */
#define DEFAULT_PORT "6667"