]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Change match direction of extbans to allow stacking
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 13 Sep 2009 20:33:11 +0000 (20:33 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 13 Sep 2009 20:33:11 +0000 (20:33 +0000)
commit2d732f4dbf4ccd22c8a4424692cc72a89ffd49b7
treefb1ff3f341b5ee7e801ad7ad00216a40ca131ede
parent36a6e7f22e5510d12bd8e11a5b25f29360fbd75c
Change match direction of extbans to allow stacking

This allows you create stacked bans like:
+b m:r:*bot* to mute anyone with bot in their gecos
+e S:j:+#staff to allow voices in #staff to use color

It also deprecates extban M, which can be implemented using m:R:

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11711 e03df62e-2008-0410-955e-edbf42e46eb7
12 files changed:
include/channels.h
include/modules.h
src/channels.cpp
src/modules.cpp
src/modules/m_banexception.cpp
src/modules/m_channelban.cpp
src/modules/m_gecosban.cpp
src/modules/m_operchans.cpp
src/modules/m_operinvex.cpp
src/modules/m_serverban.cpp
src/modules/m_services_account.cpp
src/modules/m_sslmodes.cpp