diff options
author | Panagiotis Vasilopoulos <hello@alwayslivid.com> | 2021-05-20 10:31:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 06:31:51 -0400 |
commit | 44fc9cfccede1b97974c3301970877a2a278ee5c (patch) | |
tree | af68ac388b9f26acb01e4c7b186333207148d975 /kirc.c | |
parent | released at 0.2.6 (diff) | |
download | kirc-44fc9cfccede1b97974c3301970877a2a278ee5c.tar.gz kirc-44fc9cfccede1b97974c3301970877a2a278ee5c.tar.bz2 kirc-44fc9cfccede1b97974c3301970877a2a278ee5c.tar.xz kirc-44fc9cfccede1b97974c3301970877a2a278ee5c.tar.zst kirc-44fc9cfccede1b97974c3301970877a2a278ee5c.zip |
replaced freenode with libera.chat (#113)
Diffstat (limited to 'kirc.c')
-rw-r--r-- | kirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ static int conn; /* connection socket */ static int verb = 0; /* verbose output */ static int sasl = 0; /* SASL method */ static int isu8 = 0; /* UTF-8 flag */ -static char *host = "irc.freenode.net"; /* host address */ +static char *host = "irc.libera.chat"; /* host address */ static char *port = "6667"; /* port */ static char *chan = NULL; /* channel(s) */ static char *nick = NULL; /* nickname */ |