Merge branch 'grammatical-errors'

This commit is contained in:
Sam Dodrill 2014-01-17 05:09:33 -08:00
commit d4ea7f897e
4 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ h_can_join(hook_data_channel *data)
struct Channel *chptr = data->chptr;
if((chptr->mode.mode & mymode) && !IsSSLClient(source_p)) {
sendto_one_notice(source_p, ":Only users using SSL could join this channel!");
sendto_one_notice(source_p, ":Only users using SSL can join this channel!");
data->approved = ERR_CUSTOM;
}
}

View File

@ -16,7 +16,7 @@ $$servermask - Send a message to a server or set of
$#hostmask - Send a message to users matching the
hostmask specified.
These two are operator only.
These two require Oper Priv: oper:mass_notice
The nick can be extended to fit into the following
syntax:

View File

@ -4,4 +4,4 @@ Restarts the IRC server. If a second server name
is provided, remotely restart that server. In this
case, both server names must match.
- Requires Oper Priv: oper:admin
- Requires Oper Priv: oper:die

View File

@ -5,4 +5,4 @@ who are umode +w (including non-opers).
Server sent WALLOPS go to all opers who are umode +w.
- Requires Oper Priv: oper:operwall
- Requires Oper Priv: oper:mass_notice