X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_customtitle.cpp;h=3ffc9f682aaef26fd0193954313eaa8ae3f23338;hb=08d2ff86b0c7ed91549d832cf3e572c8623dc8e8;hp=ec82119146ee6a569a0e008284f3faba803f1dfd;hpb=e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_customtitle.cpp b/src/modules/m_customtitle.cpp index ec8211914..3ffc9f682 100644 --- a/src/modules/m_customtitle.cpp +++ b/src/modules/m_customtitle.cpp @@ -160,7 +160,7 @@ class ModuleCustomTitle : public Module, public Whois::LineEventListener Version GetVersion() CXX11_OVERRIDE { - return Version("Custom title for users", VF_OPTCOMMON | VF_VENDOR); + return Version("Provides the TITLE command, custom titles for users", VF_OPTCOMMON | VF_VENDOR); } };