X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_operchans.cpp;h=61e423aefee33de298b5eaafab8418eaceebebfb;hb=77954a2e31213ce355e9e319229c767dfbd698a4;hp=207c468b14583e48f6c49f27b40a18d0ba7bde82;hpb=02be48cfeb0125a16504e255dc93a99b44eb8ca3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index 207c468b1..61e423aef 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -94,7 +94,7 @@ class ModuleOperChans : public Module virtual Version GetVersion() { - return Version(1,2,0,0,VF_VENDOR|VF_COMMON,API_VERSION); + return Version("$Id$", VF_VENDOR | VF_COMMON, API_VERSION); } };