]> jfr.im git - irc/quakenet/newserv.git/blame - chanserv/chancmds/unban.c
Added help for most remaining user commands.
[irc/quakenet/newserv.git] / chanserv / chancmds / unban.c
CommitLineData
d4c84efe 1/*
2 * CMDNAME: unban
3 * CMDLEVEL: QCMD_AUTHED | QCMD_ALIAS
4 * CMDARGS: 2
5 * CMDDESC: Removes a single ban from a channel.
6 * CMDFUNC: csc_dobandel
7 * CMDPROTO: int csc_dobandel(void *source, int cargc, char **cargv);
50cd26d6 8 * CMDHELP: Usage: UNBAN <channel> <ban>
9 * CMDHELP: Removes the specified persistent or channel ban, where:
10 * CMDHELP: channel - the channel to use
11 * CMDHELP: ban - either a ban mask (nick!user@host), or #number (see BANLIST)
12 * CMDHELP: Removing channel bans requires operator (+o) access on the named channel.
13 * CMDHELP: Removing persistent bans requires master (+m) access on the named channel.
d4c84efe 14 */
15
524d28f9
CP
16/* This is an alias for BANDEL */
17