summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-23 21:00:02 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-23 21:00:02 +0000
commita629edeb23da4df76a12892dfce53ddbf9d191d5 (patch)
tree0e8a0f7f179fbcdfbdab1c6002d2fb3cb25a870a /help
parent2a2d8754519acdc30b39dfec0b9fa037a6b22ee9 (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')
-rw-r--r--help/opers/Makefile.am4
-rw-r--r--help/opers/Makefile.in4
-rw-r--r--help/opers/cmode1
-rw-r--r--help/opers/dline15
-rw-r--r--help/opers/index1
-rw-r--r--help/opers/info2
-rw-r--r--help/opers/join1
-rw-r--r--help/opers/kline19
-rw-r--r--help/opers/motd1
-rw-r--r--help/opers/omotd4
-rw-r--r--help/opers/set8
-rw-r--r--help/opers/squit1
-rw-r--r--help/opers/stats1
-rw-r--r--help/opers/testmask1
-rw-r--r--help/opers/umode1
-rw-r--r--help/opers/undline1
-rw-r--r--help/opers/ungline1
-rw-r--r--help/opers/unkline1
-rw-r--r--help/opers/unresv1
-rw-r--r--help/opers/unxline1
-rw-r--r--help/opers/version1
-rw-r--r--help/opers/xline8
-rw-r--r--help/users/index1
-rw-r--r--help/users/umode1
24 files changed, 17 insertions, 63 deletions
diff --git a/help/opers/Makefile.am b/help/opers/Makefile.am
index 448280e..997f016 100644
--- a/help/opers/Makefile.am
+++ b/help/opers/Makefile.am
@@ -5,10 +5,10 @@ helpfdir = $(pkgdatadir)/help/opers
dist_helpf_DATA = accept cmode etrace ison list map nick ping resv stats trace \
unxline whois admin connect gline gungline join locops module \
notice pong svinfo uhelp user whowas away hash \
- kick lusers omotd post testgecos umode \
+ kick lusers post testgecos umode \
userhost xline capab die help kill oper privmsg \
server testline undline users challenge dline index kline \
- operwall quit set testmask ungline version \
+ operwall quit set testmask version \
eob info knock motd part rehash sjoin time unkline wallops \
close error invite links names pass restart squit topic \
unresv who
diff --git a/help/opers/Makefile.in b/help/opers/Makefile.in
index 5376cbc..beb2072 100644
--- a/help/opers/Makefile.in
+++ b/help/opers/Makefile.in
@@ -244,10 +244,10 @@ helpfdir = $(pkgdatadir)/help/opers
dist_helpf_DATA = accept cmode etrace ison list map nick ping resv stats trace \
unxline whois admin connect gline gungline join locops module \
notice pong svinfo uhelp user whowas away hash \
- kick lusers omotd post testgecos umode \
+ kick lusers post testgecos umode \
userhost xline capab die help kill oper privmsg \
server testline undline users challenge dline index kline \
- operwall quit set testmask ungline version \
+ operwall quit set testmask version \
eob info knock motd part rehash sjoin time unkline wallops \
close error invite links names pass restart squit topic \
unresv who
diff --git a/help/opers/cmode b/help/opers/cmode
index 5fe5147..eb4eeaf 100644
--- a/help/opers/cmode
+++ b/help/opers/cmode
@@ -1,4 +1,3 @@
-# $Id$
MODE <channel> <+|-><modes> [parameters]
=-=-=-=-=-=-=-=-=-=-=
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.
diff --git a/help/opers/index b/help/opers/index
index e2ac194..5995f32 100644
--- a/help/opers/index
+++ b/help/opers/index
@@ -1,4 +1,3 @@
-# $Id$
Help topics available to opers only:
CAPAB CLOSE
diff --git a/help/opers/info b/help/opers/info
index 3a05e16..c304c26 100644
--- a/help/opers/info
+++ b/help/opers/info
@@ -3,5 +3,3 @@ INFO
INFO displays the copyright, list of authors and contributors
to ircd, and the server configuration (as defined in setup.h,
defaults.h, and ircd.conf).
-
-# $Id$
diff --git a/help/opers/join b/help/opers/join
index 2065b6f..24c5375 100644
--- a/help/opers/join
+++ b/help/opers/join
@@ -1,4 +1,3 @@
-# $Id$
JOIN <#channel1[,#channel2,#channel3...]> [key]
The JOIN command allows you to enter a public chat area known as
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.
diff --git a/help/opers/motd b/help/opers/motd
index 70b5f83..421e06e 100644
--- a/help/opers/motd
+++ b/help/opers/motd
@@ -1,4 +1,3 @@
-# $Id$
MOTD [servername]
MOTD will display the message of the day for the
diff --git a/help/opers/omotd b/help/opers/omotd
deleted file mode 100644
index 4e5fb5c..0000000
--- a/help/opers/omotd
+++ /dev/null
@@ -1,4 +0,0 @@
-# $Id$
-OMOTD
-
-OMOTD will display the operator message of the day.
diff --git a/help/opers/set b/help/opers/set
index a3bf2ed..a6bd083 100644
--- a/help/opers/set
+++ b/help/opers/set
@@ -8,22 +8,16 @@ SET <option> <value>
throttling a connection due to flooding
Note that this variable is used for both
channels and clients
- IDLETIME - The number of seconds a client can be idle
- before disconnecting them
JFLOODCOUNT - Sets the number of joins in JFLOODTIME to
count as flooding. Use 0 to disable.
JFLOODTIME - The amount of time in seconds in JFLOODCOUNT to consider
as join flooding. Use 0 to disable.
- LOG - Sets the Logging level for what is logged
- to ircd.log and syslog.
MAX - Sets the number of max connections
to <value>. (This number cannot exceed
HARD_FDLIMIT in defaults.h)
MSGLOCALE - Set the message locale
standard - Compiled in defaults
custom - Old CUSTOM_ERR messages
- REJECTTIME - Sets the amount of time before disconnecting
- a rejected client. Use 0 to disable.
SPAMNUM - Sets how many join/parts to channels
constitutes a possible spambot.
SPAMTIME - Below this time on a channel
@@ -37,5 +31,3 @@ SET <option> <value>
deactivate automatic splitmode.
SPLITUSERS - Sets the minimum amount of users needed to
deactivate automatic splitmode.
-
-# $Id$
diff --git a/help/opers/squit b/help/opers/squit
index 9c0ff05..1e52547 100644
--- a/help/opers/squit
+++ b/help/opers/squit
@@ -1,4 +1,3 @@
-# $Id$
SQUIT <server> :[reason]
Splits <server> away from your side of the net with [reason].
diff --git a/help/opers/stats b/help/opers/stats
index 7295349..33a45ae 100644
--- a/help/opers/stats
+++ b/help/opers/stats
@@ -1,4 +1,3 @@
-# $Id$
STATS <letter> [server|nick]
Queries server [server] (or your own server if no
diff --git a/help/opers/testmask b/help/opers/testmask
index 162765e..67bddf4 100644
--- a/help/opers/testmask
+++ b/help/opers/testmask
@@ -1,4 +1,3 @@
-# $Id$
TESTMASK <user@host>
Will test the given user@host mask, reporting how many local and
diff --git a/help/opers/umode b/help/opers/umode
index 0bb70c7..f371a5e 100644
--- a/help/opers/umode
+++ b/help/opers/umode
@@ -1,4 +1,3 @@
-# $Id$
MODE <nick> <+|-><modes>
Usermodes: (* designates that the umode is oper only)
diff --git a/help/opers/undline b/help/opers/undline
index 0f35931..b2b7b10 100644
--- a/help/opers/undline
+++ b/help/opers/undline
@@ -1,4 +1,3 @@
-# $Id$
UNDLINE <ip>
Will attempt to undline the given <ip>
diff --git a/help/opers/ungline b/help/opers/ungline
index 16ac875..517465a 100644
--- a/help/opers/ungline
+++ b/help/opers/ungline
@@ -1,4 +1,3 @@
-# $Id$
UNGLINE <user@host>
-- if glines are enabled --
diff --git a/help/opers/unkline b/help/opers/unkline
index e5682a7..6c577cb 100644
--- a/help/opers/unkline
+++ b/help/opers/unkline
@@ -1,4 +1,3 @@
-# $Id$
UNKLINE <user@host>
Will attempt to unkline the given <user@host>
diff --git a/help/opers/unresv b/help/opers/unresv
index 440e9f0..c2d4966 100644
--- a/help/opers/unresv
+++ b/help/opers/unresv
@@ -1,4 +1,3 @@
-# $Id$
UNRESV <channel|nick>
-- Remove a RESV on a channel or nick
diff --git a/help/opers/unxline b/help/opers/unxline
index 7a8e93b..6d82f92 100644
--- a/help/opers/unxline
+++ b/help/opers/unxline
@@ -1,4 +1,3 @@
-# $Id$
UNXLINE <gecos>
Removes an XLINE
diff --git a/help/opers/version b/help/opers/version
index 9ba8914..af6f385 100644
--- a/help/opers/version
+++ b/help/opers/version
@@ -1,4 +1,3 @@
-# $Id$
VERSION [servername]
VERSION will display the server version of the specified
diff --git a/help/opers/xline b/help/opers/xline
index f94c673..cada451 100644
--- a/help/opers/xline
+++ b/help/opers/xline
@@ -1,12 +1,10 @@
-# $Id$
XLINE [time] <gecos> :[reason]
[time] if present, gives number of minutes for XLINE
-Adds a XLINE to the xline.conf file which
-will ban the specified gecos from that server.
-The banned client will receive a message saying he/she
-is banned with reason [reason]
+Adds a XLINE which will ban the specified gecos from
+that server. The banned client will receive a message
+saying he/she is banned with reason [reason]
XLINE [time] <gecos> ON irc.server :[reason]
will xline the gecos on irc.server if irc.server accepts
diff --git a/help/users/index b/help/users/index
index 6c076b5..4d390d5 100644
--- a/help/users/index
+++ b/help/users/index
@@ -1,4 +1,3 @@
-# $Id$
Help topics available to users:
ACCEPT ADMIN AWAY CHALLENGE
diff --git a/help/users/umode b/help/users/umode
index be515e6..334cb19 100644
--- a/help/users/umode
+++ b/help/users/umode
@@ -1,4 +1,3 @@
-# $Id$
MODE <nick> <+|-><modes>
Usermodes: