1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 17:43:12 +02:00

- Some minor text/documentation fixes.

This commit is contained in:
Bram Matthys
2003-07-28 15:43:30 +00:00
parent b73de3c497
commit ded7f11727
3 changed files with 25 additions and 10 deletions
+1
View File
@@ -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.
+18 -8
View File
@@ -21,7 +21,7 @@
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
<font size="4">Version: 3.2</font><br>
<b>Current Version:</b> 3.2 Beta17<br>
<b>Last doc update:</b> 2003-07-15</div>
<b>Last doc update:</b> 2003-07-28</div>
<b>Head Coders:</b> Stskeeps / codemastr / Luke / McSkaf / Syzop<br>
<b>Contributors:</b> Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
<b>Documentation:</b> CKnight^ / Syzop<br>
@@ -728,7 +728,7 @@ listen *:6601 {
<tr>
<td><div align="center">v</div></td>
<td><div align="center">can_override</div></td>
<td>Can use OperOverride</td>
<td>Can use <a href="#operoverride">OperOverride</a></td>
</tr>
</table>
<p>Certin flags give you other flags by default:</p>
@@ -756,10 +756,10 @@ listen *:6601 {
</tr>
<tr>
<td>can_globops</td>
<td>can_glopops</td>
<td>can_glopops</td>
<td>can_glopops</td>
<td>can_glopops</td>
<td>can_globops</td>
<td>can_globops</td>
<td>can_globops</td>
<td>can_globops</td>
</tr>
<tr>
<td>can_wallops</td>
@@ -847,6 +847,11 @@ oper bobsmith {
snomask frebWqFv;
};
</pre></p>
<a name="operoverride"><b>Some little info about OperOverride:</b><br>
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.<br>
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.
<p> </p></div>
<p><font class="block_section">4.8 - </font><font class="block_name">DRpass Block</font>
<font class="block_recommended">RECOMMENDED</font> <font class="block_old">(Previously known as the X:Line)</font><a name="drpassblock"></a><div class="desc">
@@ -1765,10 +1770,15 @@ set {
<p><b><font size="+2">5 &#8211; Additional Files<a name="addtlfiles"></a>
</font></b></p><div class="desc">
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.<br>
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).<p />
<table width="83%" border="1">
<tr>
<td>ircd.motd</td><td>Displayed when a /motd is executed and when a user connects</td>
<td>ircd.motd</td><td>Displayed when a /motd is executed and (if ircd.smotd is not present) when a user connects</td>
</tr>
<tr>
<td>ircd.smotd</td><td>Displayed on connect only (short MOTD)</td>
</tr>
<tr>
<td>ircd.rules</td><td>Displayed when a /rules is executed</td>
+6 -2
View File
@@ -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 <channel>[,<channel2>..] <user>[,<user2>..] <reason>";
" Example: KICK #Lobby foobar Lamer..";
" KICK #Lobby,#OperHelp Lamer23,Luser12 Lamers!";
*/
" Syntax: KICK <channel> <user> [reason]";
" Example: KICK #Lobby foobar Lamer..";
};
help Away {