X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fextra%2Fm_sqlauth.cpp;h=1f2df8a1a0cd5f77266975a716dfdce1eaff313d;hb=7d93921aabd9c608821baec8a871aff844dfae49;hp=e20f4e33e4101f4f538cd594666d9c35a312a7c1;hpb=9f2e1f901930d3646db5f3c21180f02f2f9ce41f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/extra/m_sqlauth.cpp b/src/modules/extra/m_sqlauth.cpp index e20f4e33e..1f2df8a1a 100644 --- a/src/modules/extra/m_sqlauth.cpp +++ b/src/modules/extra/m_sqlauth.cpp @@ -203,7 +203,7 @@ public: virtual Version GetVersion() { - return Version("$Id$", VF_VENDOR, API_VERSION); + return Version("Allow/Deny connections based upon an arbitary SQL table", VF_VENDOR, API_VERSION); } };