X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_permchannels.cpp;h=9ead505354e7907a8e10a3ccf226f1e49bfa853a;hb=52671661f8fdca0b61aec8009b4bc7de9bc00166;hp=f24a908004a5dc4aff18588c3a95df09ae5936f5;hpb=e21ee18e62aecee6d27a0f9ba497a52688cb8349;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp index f24a90800..9ead50535 100644 --- a/src/modules/m_permchannels.cpp +++ b/src/modules/m_permchannels.cpp @@ -71,7 +71,7 @@ public: virtual Version GetVersion() { - return Version(1,1,0,0,VF_COMMON|VF_VENDOR,API_VERSION); + return Version(1,2,0,0,VF_COMMON|VF_VENDOR,API_VERSION); } virtual int OnChannelPreDelete(Channel *c)