X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chanhistory.cpp;h=f689b292c1960adff28e31e974288cdad46a3b5a;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=ab2cae81560be233a57e5838acd5f2f439e592ad;hpb=823f5b3ee0d9dcb83e379f0e404500361c2e5cb5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chanhistory.cpp b/src/modules/m_chanhistory.cpp index ab2cae815..f689b292c 100644 --- a/src/modules/m_chanhistory.cpp +++ b/src/modules/m_chanhistory.cpp @@ -252,7 +252,7 @@ class ModuleChanHistory Version GetVersion() CXX11_OVERRIDE { - return Version("Provides channel mode +H, allows for the channel message history to be replayed on join", VF_VENDOR); + return Version("Adds channel mode H (history) which allows message history to be viewed on joining the channel.", VF_VENDOR); } };