X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_xline_db.cpp;h=efd6a9c1d2942c40d90a2784df781504c9f922aa;hb=7d93921aabd9c608821baec8a871aff844dfae49;hp=56bf7c8ef9106ab57739e91676f8dde528a9bb4b;hpb=9f2e1f901930d3646db5f3c21180f02f2f9ce41f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index 56bf7c8ef..efd6a9c1d 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -240,7 +240,7 @@ class ModuleXLineDB : public Module virtual Version GetVersion() { - return Version("$Id$", VF_VENDOR, API_VERSION); + return Version("Keeps a dynamic log of all XLines created, and stores them in a seperate conf file (xline.db).", VF_VENDOR, API_VERSION); } };