diff --git a/Changes b/Changes index e8f426dc4..e75421f9a 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/doc/unrealircd.doc b/doc/unrealircd.doc index b861940d0..44f44ed7c 100644 --- a/doc/unrealircd.doc +++ b/doc/unrealircd.doc @@ -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 : + (Adds a Global Z:line for user@host) + GZLINE - (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 : + (Adds a Timed K:line for user@host) + TKLINE - (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 : + (Adds a Timed Z:line for user@host) + TZLINE - (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^ \ No newline at end of file + * = Flags AaNCTzSHW^ diff --git a/help.conf b/help.conf index 5e703f1c3..70a60f8a9 100644 --- a/help.conf +++ b/help.conf @@ -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 :"; @@ -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 :"; + " (Adds a Global Z:line for user@host)"; + " GZLINE - (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 :"; + " (Adds a Timed K:line for user@host)"; + " TKLINE - (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 :"; + " (Adds a Timed Z:line for user@host)"; + " TZLINE - (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.";