mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 05:52:24 +01:00
- example.conf - Corrected incorrect set::services-services statment in alias block - reported by mcskaf (#0000401)
- Documentation - Corrected Spelling mistake in HTM mode - Reported by CoNfOuNd (#0000387) - Documentation - Added coadmin to table of oper types - Reported by FrostByghte (#0000359)
This commit is contained in:
parent
479a6cf6c3
commit
de97efbd21
3 changed files with 10 additions and 7 deletions
9
Changes
9
Changes
|
@ -1622,6 +1622,9 @@ seen. gmtime warning still there
|
|||
- Documentation - Updated sec3.25 - Added option vhost::swhois to section 3.25 Vhost block
|
||||
- Documentation - Replaced text vair {} with <> to prevent confusion.
|
||||
- Documentation - Documented that lusers now supports remote servers
|
||||
- Documentation - Corrected vhost::from example as reported by joolz #329
|
||||
- Documentation - Corrected set::scan:messages, currently listed as set::messages - as reported by joolz (#329)
|
||||
- Documentation - Added channel mode t & description as reported by stfcs (#315)
|
||||
- Documentation - Corrected vhost::from example as reported by joolz (#0000329 )
|
||||
- Documentation - Corrected set::scan:messages, currently listed as set::messages - as reported by joolz (#0000329)
|
||||
- Documentation - Added channel mode t & description as reported by stfcs (#0000315)
|
||||
- example.conf - Corrected incorrect set::services-services statment in alias block - reported by mcskaf (#0000401)
|
||||
- Documentation - Corrected Spelling mistake in HTM mode - Reported by CoNfOuNd (#0000387)
|
||||
- Documentation - Added coadmin to table of oper types - Reported by FrostByghte (#0000359)
|
|
@ -374,7 +374,7 @@ log "ircd.log" {
|
|||
* };
|
||||
*/
|
||||
|
||||
// This points the command /nickserv to the user NickServ who is connected to the set::services-name server
|
||||
// This points the command /nickserv to the user NickServ who is connected to the set::services-server server
|
||||
/*alias NickServ {
|
||||
nick "NickServ";
|
||||
type services;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<div align="center"><strong><font size="7">UnrealIRCd</font></strong><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2-Selene</font><br>
|
||||
<strong>Complete Documentation</strong> – Rev: 1.1.2.8<br>
|
||||
<strong>Complete Documentation</strong> – Rev: 1.1.2.9<br>
|
||||
<strong>Current Version:</strong> 3.2 Beta12<br>
|
||||
<strong>Released</strong>: 8/25/02 </div>
|
||||
<strong>Head Coders:</strong> Stskeeps / Codemastr<br>
|
||||
|
@ -649,7 +649,7 @@
|
|||
<tr>
|
||||
<td width="19%"><strong>local</strong></td>
|
||||
<td width="17%"><strong>global</strong></td>
|
||||
<td width="19%"><strong>admin</strong></td>
|
||||
<td width="19%"><strong>admin/coadmin</strong></td>
|
||||
<td width="22%"><strong>services-admin</strong></td>
|
||||
<td width="23%"><strong>netadmin</strong></td>
|
||||
</tr>
|
||||
|
@ -2240,7 +2240,7 @@
|
|||
response to extremely high traffic on the server. Options include: <br>
|
||||
-ON Forces server into HTM <br>
|
||||
-OFF Forces server out of HTM <br>
|
||||
-NOSIY Sets the server to notify users/admins when in goes in and out of
|
||||
-NOISY Sets the server to notify users/admins when in goes in and out of
|
||||
HTM<br>
|
||||
-QUITE Sets the server to NOT notify when going in and out of HTM<br>
|
||||
-TO <value> Sets Traffic rate HTM activate<br> </td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue