Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: voidzero on May 22, 2007, 10:39:25 PM

Title: inspircd, chanserv, mlock modes
Post by: voidzero on May 22, 2007, 10:39:25 PM
Currently, when using mlock, these modes aren't supported:

j [joins]:[sec] Prevents join flooding
J [seconds]        Prevents auto-rejoin on kick
f
I [hostmask]       Invite exception allows user to join a channel with +i
e [hostmask]       Ban exception on [hostmask]

Is there any plan to implement these?
Thanks for the reply,
Mark.

[Edited on 22-5-2007 by voidzero]
Title:
Post by: katsklaw on May 23, 2007, 12:07:59 AM
Quote
Originally posted by voidzero
Currently, when using mlock, these modes aren't supported:

j [joins]:[sec] Prevents join flooding
J [seconds]        Prevents auto-rejoin on kick
f
  • [lines]:[sec] Kick on text flood. With * user is banned

I [hostmask]       Invite exception allows user to join a channel with +i
e [hostmask]       Ban exception on [hostmask]

Is there any plan to implement these?
Thanks for the reply,
Mark.

[Edited on 22-5-2007 by voidzero]


This is a known issue and it's not solely related to Inspircd, it affects all IRCds that supports such modes.
Title:
Post by: jilles on May 23, 2007, 06:48:09 PM
+e and +I are not simple modes so mlock does not apply to them.
+j, +J and +f are.

There could be something else to preserve +eI modes in services, however.