1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 00:03:12 +02:00

Command hash changes

This commit is contained in:
codemastr
2001-03-18 20:34:59 +00:00
parent 3251251be9
commit 2ff27c366f
6 changed files with 205 additions and 26 deletions
+5
View File
@@ -722,11 +722,16 @@ struct Server {
#endif
};
#define M_UNREGISTERED 0x0001
#define M_USER 0x0002
#define M_SERVER 0x0004
struct Command {
aCommand *next;
aCommand *prev;
char *cmd;
int (*func) ();
int flags;
unsigned int count;
unsigned parameters : 5;
unsigned token : 1;