diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-15 21:31:59 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-15 21:31:59 +0100 |
commit | f4a59408250b76173418fad090d4623e5300c90f (patch) | |
tree | 1eb79bd250b9c5f5c4ed2de8ffd5202f0575b819 /commands.h | |
parent | 6fda35070cadc83a6b78c85896fcaf85299e5ad8 (diff) |
Added REHASH command, IPC emulation in daemon (non-forked) mode.
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,4 +43,6 @@ extern const command_t commands[]; #define IRC_CMD_OPER_ONLY 4 #define IRC_CMD_TO_MASTER 8 +#define IPC_CMD_TO_CHILDREN 1 + #endif |