1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-27 19:46:37 +02:00

Added Tkline, Tzline, and Gzline to the docs

This commit is contained in:
codemastr
2002-01-07 22:08:24 +00:00
parent 455d732636
commit e20e9dfd85
3 changed files with 89 additions and 3 deletions
+1
View File
@@ -1094,3 +1094,4 @@ seen. gmtime warning still there
- Converted all calls to hunt_server to hunt_server_token
- Preparation for release
- Changed version to beta6 and added final cleanups
- Added the TKline, TZline, and GZline commands to the documentation
+43 -1
View File
@@ -648,6 +648,48 @@
Example : SHUN +foobar@aol.com 600 :Spamming (Shuns foobar@aol.com for 10 mins for Spamming)
SHUN +foobar@aol.com 1d6h :Spamming (Adds a 30 hour SHUN)
*** GZLINE Command ***
This command provides timed global Z:line. If you match a Global Z:Line you cannot
connect to ANY server on the IRC network
A time of 0 in the GZLINE makes it permanent (Never Expires).
You may also specify the time in the format 1d10h15m30s.
IRC Operator only command.
Syntax: GZLINE <user@host mask> <seconds to be banned> :<reason>
(Adds a Global Z:line for user@host)
GZLINE -<user@host mask> (Removes a Global Z:line for user@host)
Example: GZLINE *@*.dal.net 900 :Spammers (Adds a 15 min Global Z:line)
GZLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Global Z:line)
*** TKLINE Command ***
This command provides timed K:Lines. If you match a time K:Line you cannot
connect to the server until the time has expired
A time of 0 in the TKLINE makes it permanent (Never Expires).
You may also specify the time in the format 1d10h15m30s.
IRC Operator only command.
Syntax: TKLINE <user@host mask> <seconds to be banned> :<reason>
(Adds a Timed K:line for user@host)
TKLINE -<user@host mask> (Removes a Timed K:line for user@host)
Example: TKLINE *@*.dal.net 900 :Spammers (Adds a 15 min Timed K:line)
TKLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Timed K:line)
*** TZLINE Command ***
This command provides timed G:Lines. If you match a Timed Z:Line you cannot
connect to the server until the time has expired
A time of 0 in the TZLINE makes it permanent (Never Expires).
You may also specify the time in the format 1d10h15m30s.
IRC Operator only command.
Syntax: TZLINE <user@host mask> <seconds to be banned> :<reason>
(Adds a Timed Z:line for user@host)
TZLINE -<user@host mask> (Removes a Timed Z:line for user@host)
Example: TZLINE *@*.dal.net 900 :Spammers (Adds a 15 min Timed Z:line)
TZLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Timed Z:line)
*** AKILL Command *** (Use Services AKILL Instead)
Adds an Autokill for the specific host mask. This prevents any user from that
@@ -1059,4 +1101,4 @@
H = Gets +x on oper up.
W = Gets +W on oper up.
^ = Allows to use umode +I
* = Flags AaNCTzSHW^
* = Flags AaNCTzSHW^
+45 -2
View File
@@ -45,11 +45,12 @@ help Opercmds {
" OPER WALLOPS GLOBOPS CHATOPS LOCOPS";
" ADCHAT NACHAT TECHAT KILL KLINE";
" UNKLINE ZLINE UNZLINE GLINE SHUN";
" GZLINE TKLINE TZLINE HTM TSCTL";
" AKILL RAKILL REHASH RESTART DIE";
" LAG SETHOST SETIDENT CHGHOST CHGIDENT";
" CHGNAME SQUIT CONNECT DCCDENY UNDCCDENY";
" SAJOIN SAPART SAMODE RPING TRACE";
" OPERMOTD SDESC MKPASSWD TSCTL HTM";
" OPERMOTD SDESC MKPASSWD";
" -----------------oOo----------------";
};
@@ -651,7 +652,7 @@ help Gline {
" This command provides timed G:Lines. If you match a G:Line you cannot";
" connect to ANY server on the IRC network";
" A time of 0 in the GLINE makes it permanent (Never Expires).";
" In Unreal 3.1.1 you may also specify the time in the format 1d10h15m30s.";
" You may also specify the time in the format 1d10h15m30s.";
" IRC Operator only command.";
" -";
" Syntax: GLINE <user@host mask> <seconds to be banned> :<reason>";
@@ -678,6 +679,48 @@ help Shun {
" SHUN +foobar@aol.com 1d6h :Spamming (Adds a 30 hour SHUN)";
};
help Gzline {
" This command provides timed global Z:line. If you match a Global Z:Line you cannot";
" connect to ANY server on the IRC network";
" A time of 0 in the GZLINE makes it permanent (Never Expires).";
" You may also specify the time in the format 1d10h15m30s.";
" IRC Operator only command.";
" -";
" Syntax: GZLINE <user@host mask> <seconds to be banned> :<reason>";
" (Adds a Global Z:line for user@host)";
" GZLINE -<user@host mask> (Removes a Global Z:line for user@host)";
" Example: GZLINE *@*.dal.net 900 :Spammers (Adds a 15 min Global Z:line)";
" GZLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Global Z:line)";
};
help Tkline {
" This command provides timed K:Lines. If you match a time K:Line you cannot";
" connect to the server until the time has expired";
" A time of 0 in the TKLINE makes it permanent (Never Expires).";
" You may also specify the time in the format 1d10h15m30s.";
" IRC Operator only command.";
" -";
" Syntax: TKLINE <user@host mask> <seconds to be banned> :<reason>";
" (Adds a Timed K:line for user@host)";
" TKLINE -<user@host mask> (Removes a Timed K:line for user@host)";
" Example: TKLINE *@*.dal.net 900 :Spammers (Adds a 15 min Timed K:line)";
" TKLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Timed K:line)";
};
help Tzline {
" This command provides timed G:Lines. If you match a Timed Z:Line you cannot";
" connect to the server until the time has expired";
" A time of 0 in the TZLINE makes it permanent (Never Expires).";
" You may also specify the time in the format 1d10h15m30s.";
" IRC Operator only command.";
" -";
" Syntax: TZLINE <user@host mask> <seconds to be banned> :<reason>";
" (Adds a Timed Z:line for user@host)";
" TZLINE -<user@host mask> (Removes a Timed Z:line for user@host)";
" Example: TZLINE *@*.dal.net 900 :Spammers (Adds a 15 min Timed Z:line)";
" TZLINE *@*.dal.net 1d5h :Spammers (Adds a 29 hour Timed Z:line)";
};
help Akill {
" Adds an Autokill for the specific host mask. This prevents";
" any user from that hostmask from connecting to the network.";