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/dline | |
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/dline')
-rw-r--r-- | help/opers/dline | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/help/opers/dline b/help/opers/dline index f9c31da..fb52b9e 100644 --- a/help/opers/dline +++ b/help/opers/dline @@ -1,17 +1,10 @@ -# $Id$ -DLINE <time> <nick|ip> :[reason] [| oper reason] +DLINE <time> <nick|ip> :[reason] <time> if present, gives number of minutes for DLINE -Adds a DLINE to the dline.conf file -which will deny any connections from the IP address -of the banned client. 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 -dline.conf but will not be shown to the user when they -are given the dline reason. +Adds a DLINE which will deny any connections from the +IP address of the banned client. The banned client will +receive a message saying he/she is banned with reason [reason] In order to use <nick> rather than <ip>, <nick> must be on your server. |