X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_watch.cpp;h=15470ebec9c9c514415efc027505fb771050d5cb;hb=95c1fb9bdd5f93cf4f8306a7b8ae9ca098aade1a;hp=1d2073972131f047deb88b8b014d9a75ccaedf1f;hpb=e80a1296a096ff2c495b3cd2a3913d5e5f6ec450;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 1d2073972..15470ebec 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -528,7 +528,7 @@ class Modulewatch : public Module virtual Version GetVersion() { - return Version("Provides support for the /WATCH command", VF_COMMON | VF_VENDOR, API_VERSION); + return Version("Provides support for the /WATCH command", VF_COMMON | VF_VENDOR); } };