aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-02-12 20:20:49 +1300
committerJelmer Vernooij <jelmer@samba.org>2006-02-12 20:20:49 +1300
commitec3e4116687f5e990e6d24e2c79e629665ac5e7e (patch)
treeb99eab8a9fcab6125bc37914c10ebcf7a514df7f /irc_commands.c
parent9fae35c9cf2d5a319623946705e5d7179ea5c338 (diff)
parent1d2e3c2ee2fb4c12ad25832b93ae9513d042717a (diff)
Merge Wilmer
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc_commands.c b/irc_commands.c
index 66c39bc5..f2c7a645 100644
--- a/irc_commands.c
+++ b/irc_commands.c
@@ -572,6 +572,7 @@ static const command_t irc_commands[] = {
{ "wallops", 1, NULL, IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
{ "lilo", 1, NULL, IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
{ "rehash", 0, irc_cmd_rehash, IRC_CMD_OPER_ONLY },
+ { "restart", 0, NULL, IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
{ "kill", 2, NULL, IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
{ NULL }
};