From 518bd9012d2cdfbebaac8428b7b0d3085fff238c Mon Sep 17 00:00:00 2001 From: jilles Date: Thu, 23 Aug 2007 12:00:10 -0700 Subject: [PATCH] [svn] Add what /invite actually does (bypass +ijlr). --- ChangeLog | 18 ++++++++++++++++++ help/opers/invite | 2 ++ include/serno.h | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4167a583..e2e6b914 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +jilles 2007/08/18 14:45:10 UTC (20070818-3556) + Log: + callerid (+g) documentation: + - Mention 005 (isupport) token with possibility of different mode letter. + - Explicitly clarify that /accept can be used while -g, and setting -g + does not clear the accept list. + - Mention that some users may be able to bypass +g. + - Mention that /accept may allow more than just going through +g. + - Update to 716/717/718 numerics instead of notices. + - Clarify that the one-minute period applies to messages from all users, + not just one user. + - Add a numerics section with more exact syntax. + + + Changes: Modified: + +88 -10 trunk/doc/modeg.txt (File Modified) + + jilles 2007/08/10 22:31:14 UTC (20070810-3554) Log: Send TS6 protocol for the actual work of override modules. diff --git a/help/opers/invite b/help/opers/invite index 6e64fa37..cafca20c 100644 --- a/help/opers/invite +++ b/help/opers/invite @@ -2,3 +2,5 @@ INVITE INVITE sends a notice to the user that you have asked him/her to come to the specified channel. +If the channel is +i, +j, +l or +r, this will +allow the user to bypass these modes. diff --git a/include/serno.h b/include/serno.h index 4585acb6..6bc86139 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070810-3554" +#define SERNO "20070818-3556"