diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-14 18:29:08 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-14 18:29:08 +0000 |
commit | e7118fef4306f20a225e15304ca93cc1330681ef (patch) | |
tree | b162fcc247e6066c270b21639ebd99f531af829a /help/opers/kline | |
parent | cc7666e8f2a3a789103740d874b4563336474c86 (diff) |
- Move all helpfiles to help/
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2032 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'help/opers/kline')
-rw-r--r-- | help/opers/kline | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/help/opers/kline b/help/opers/kline deleted file mode 100644 index f7860a5..0000000 --- a/help/opers/kline +++ /dev/null @@ -1,22 +0,0 @@ -KLINE [time] <nick|user@host> :[reason] - -[time] if present, gives number of minutes for KLINE - -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] - -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) - -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] -will kline the user on irc.server if irc.server accepts -remote klines. - -- Requires Oper Priv: K |