From a665c369e39f550e812c3396c529dd330be4ffa3 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 24 Sep 2022 14:27:42 +0300 Subject: [PATCH] change default server --- README.md | 2 +- config.def.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a54921b..836c3b7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/config.def.h b/config.def.h index 6d720e9..ae045b4 100644 --- a/config.def.h +++ b/config.def.h @@ -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"