From 70f1558a2eca8295e30bb1e381d948056333634d Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 27 Oct 2012 21:02:32 +0000 Subject: - Second time's the charm? Moving svnroot/ircd-hybrid-8 to svnroot/ircd-hybrid/trunk git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1592 82007160-df01-0410-b94d-b575c5fd34c7 --- help/opers/kline | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 help/opers/kline (limited to 'help/opers/kline') diff --git a/help/opers/kline b/help/opers/kline new file mode 100644 index 0000000..257e11b --- /dev/null +++ b/help/opers/kline @@ -0,0 +1,29 @@ +# $Id$ +KLINE [time] :[reason] [| oper 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] + +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] +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 :cool off for 10 minutes + +KLINE ON irc.server :[reason] [| oper reason] +will kline the user on irc.server if irc.server accepts +remote klines. + +- Requires Oper Priv: K -- cgit