X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_nopartmsg.cpp;h=51ee659cd6fb665faf467a5c982ca1714bb344fa;hb=9ebd9cba72056c5b36696e166826afb981f25ebb;hp=6f84122f479aea99b1f02f943a11717e211d4d42;hpb=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_nopartmsg.cpp b/src/modules/m_nopartmsg.cpp index 6f84122f4..51ee659cd 100644 --- a/src/modules/m_nopartmsg.cpp +++ b/src/modules/m_nopartmsg.cpp @@ -31,7 +31,7 @@ class ModulePartMsgBan : public Module virtual Version GetVersion() { - return Version("Implements extban +b p: - part message bans", VF_COMMON|VF_VENDOR); + return Version("Implements extban +b p: - part message bans", VF_OPTCOMMON|VF_VENDOR); }