aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-15 21:31:59 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-15 21:31:59 +0100
commitf4a59408250b76173418fad090d4623e5300c90f (patch)
tree1eb79bd250b9c5f5c4ed2de8ffd5202f0575b819 /commands.h
parent6fda35070cadc83a6b78c85896fcaf85299e5ad8 (diff)
Added REHASH command, IPC emulation in daemon (non-forked) mode.
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.h b/commands.h
index e43d275a..a881499a 100644
--- a/commands.h
+++ b/commands.h
@@ -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