This commit is contained in:
Your Name 2024-04-27 12:36:45 +03:00
parent c174752597
commit 77d2f3cc76
5 changed files with 22 additions and 20 deletions

View file

@ -9,5 +9,5 @@ typedef struct {
} SERVER;
SERVER servers[] = {
{1, "irc.rizon.net", 6697, NULL, "#channel", NULL}
{1, "irc.rizon.net", 6697, NULL, "#blbl", NULL}
};