trying to add a bot command, almost done
This commit is contained in:
@@ -89,6 +89,9 @@ class Server {
|
||||
void handleClientData(int fd);
|
||||
void clientCleanup(int fd);
|
||||
void closeFds();
|
||||
|
||||
};
|
||||
|
||||
int randomInRange(int min, int max);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user