diff --git a/Changes b/Changes index 15451dd04..d5eaf9f17 100644 --- a/Changes +++ b/Changes @@ -2279,3 +2279,4 @@ seen. gmtime warning still there - Fixed a problem in PPC detection - Will now error at too large cloak keys (2147483647 and greater) because it's dangerous and could cause cloak key differences (ex: mixed ia32&ia64 networks). +- Some minor text/documentation fixes. diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 18371d9f5..144df81b8 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -21,7 +21,7 @@ http://www.unrealircd.com
Version: 3.2
Current Version: 3.2 Beta17
- Last doc update: 2003-07-15 + Last doc update: 2003-07-28 Head Coders: Stskeeps / codemastr / Luke / McSkaf / Syzop
Contributors: Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
@@ -728,7 +728,7 @@ listen *:6601 {
v
can_override
- Can use OperOverride + Can use OperOverride

Certin flags give you other flags by default:

@@ -756,10 +756,10 @@ listen *:6601 { can_globops - can_glopops - can_glopops - can_glopops - can_glopops + can_globops + can_globops + can_globops + can_globops can_wallops @@ -847,6 +847,11 @@ oper bobsmith { snomask frebWqFv; };

+Some little info about OperOverride:
+OperOverride are things like: joining a +ikl channel and going trough bans (you need to /invite yourself first however), +op'ing yourself in a channel, etc.
+The can_override operflag was added as an attempt to stop oper abuse. +No oper is able to override by default, you would have to give them the can_override flag explicitly.

4.8 - DRpass Block RECOMMENDED (Previously known as the X:Line)

@@ -1765,10 +1770,15 @@ set {

5 – Additional Files

In addition to the configuration files, Unreal has a few other files, such as MOTD, OperMOTD, - BotMOTD, and Rules. Listed below are the names of these files and their uses. + BotMOTD, and Rules. Listed below are the names of these files and their uses.
+ Note that the motd files (all types) and rules files can also be specified in a tld block, + these are just the files used by default (and for remote MOTD/RULES's).

- + + + + diff --git a/help.conf b/help.conf index 80d88da1e..21363d013 100644 --- a/help.conf +++ b/help.conf @@ -199,11 +199,10 @@ help Oflags { " k = Access to do local /KILLs"; " K = Access to do global /KILLs"; " b = Oper can /KLINE users from server"; - " t = Oper can /GLINE users from server"; " B = Oper can remove Klines"; " z = Can add Z:Lines"; " Z = Can add global Z:Lines"; - " t = Can use /GLINE"; + " t = Can use /GLINE and /SHUN"; " v = Can use OperOverride"; " H = Gets +x on oper up"; " W = Gets +W on oper up"; @@ -445,9 +444,14 @@ help Kick { " Removes a user from a channel. Can only be used by Operators"; " or Half-Ops. If no reason is specified, your nickname becomes the reason."; " -"; +/* + ** This doesn't seem to be working ** " Syntax: KICK [,..] [,..] "; " Example: KICK #Lobby foobar Lamer.."; " KICK #Lobby,#OperHelp Lamer23,Luser12 Lamers!"; +*/ + " Syntax: KICK [reason]"; + " Example: KICK #Lobby foobar Lamer.."; }; help Away {
ircd.motdDisplayed when a /motd is executed and when a user connectsircd.motdDisplayed when a /motd is executed and (if ircd.smotd is not present) when a user connects
ircd.smotdDisplayed on connect only (short MOTD)
ircd.rulesDisplayed when a /rules is executed