X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_securelist.cpp;h=91dc3a0cde6f6a2c6cfb9e3ce43a0fb2acff1400;hb=67a4a9b62355ea57a2f4521ca5fc53bd4eac3a1f;hp=a83e9dc1b5ba4a3c126624f465908451d4fdcfa1;hpb=7c1352df0c8bb2624d4f2cc8320467578c39a6ad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_securelist.cpp b/src/modules/m_securelist.cpp index a83e9dc1b..91dc3a0cd 100644 --- a/src/modules/m_securelist.cpp +++ b/src/modules/m_securelist.cpp @@ -33,7 +33,7 @@ class ModuleSecureList : public Module virtual Version GetVersion() { - return Version("A module overriding /list, and making it safe - stop those sendq problems.",VF_VENDOR,API_VERSION); + return Version("A module overriding /list, and making it safe - stop those sendq problems.",VF_VENDOR); } void OnRehash(User* user)