Changeset 48721c3 for irc_commands.c


Ignore:
Timestamp:
2006-01-17T21:15:42Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1ea13be
Parents:
daa9e02
Message:

A KILL command. Unfortunately the user doesn't see the KILL message yet. :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    rdaa9e02 r48721c3  
    615615        { "completions", 0, irc_cmd_completions, IRC_CMD_LOGGED_IN },
    616616        { "die",         0, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    617         { "wallops",     0, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    618         { "lilo",        0, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
     617        { "wallops",     1, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
     618        { "lilo",        1, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    619619        { "rehash",      0, irc_cmd_rehash,      IRC_CMD_OPER_ONLY },
     620        { "kill",        2, NULL,                IRC_CMD_OPER_ONLY | IRC_CMD_TO_MASTER },
    620621        { NULL }
    621622};
Note: See TracChangeset for help on using the changeset viewer.