0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

[svn] Add what /invite actually does (bypass +ijlr).

This commit is contained in:
jilles 2007-08-23 12:00:10 -07:00
parent 29fa754919
commit 518bd9012d
3 changed files with 21 additions and 1 deletions

View file

@ -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.

View file

@ -2,3 +2,5 @@ INVITE <nickname> <channel>
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.

View file

@ -1 +1 @@
#define SERNO "20070810-3554"
#define SERNO "20070818-3556"