diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-23 21:00:02 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-23 21:00:02 +0000 |
commit | a629edeb23da4df76a12892dfce53ddbf9d191d5 (patch) | |
tree | 0e8a0f7f179fbcdfbdab1c6002d2fb3cb25a870a /help/opers/kline | |
parent | 2a2d8754519acdc30b39dfec0b9fa037a6b22ee9 (diff) |
- Minor cleanups to m_help.c, also helpfiles may no longer contain #comments
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1674 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help/opers/kline')
-rw-r--r-- | help/opers/kline | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/help/opers/kline b/help/opers/kline index 257e11b..f7860a5 100644 --- a/help/opers/kline +++ b/help/opers/kline @@ -1,19 +1,12 @@ -# $Id$ -KLINE [time] <nick|user@host> :[reason] [| oper reason] +KLINE [time] <nick|user@host> :[reason] [time] if present, gives number of minutes for KLINE -Adds a KLINE to the kline.conf file which -will ban the specified user from using that server. -The banned client will receive a message saying he/she -is banned with reason [reason] +Adds a KLINE which will ban the specified user from +using that server. The banned client will receive a +message saying he/she is banned with reason [reason] -If an oper reason is added (the pipe must be specified -to separate the fields) this will be added into the -kline.conf but will not be shown to the user when they -are given the kline reason. - -KLINE user@ip.ip.ip.ip :[reason] [| oper reason] +KLINE user@ip.ip.ip.ip :[reason] will kline the user at the unresolved ip. ip.ip.ip.ip can be in CIDR form i.e. 192.168.0.0/24 or 192.168.0.* (which is converted to CIDR form internally) @@ -22,7 +15,7 @@ For a temporary KLINE, length of kline is given in minutes as the first parameter [time] i.e. KLINE 10 <nick|user@host> :cool off for 10 minutes -KLINE <user@host> ON irc.server :[reason] [| oper reason] +KLINE <user@host> ON irc.server :[reason] will kline the user on irc.server if irc.server accepts remote klines. |