diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 11:43:15 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 11:43:15 -0700 |
commit | eadffd640b96414f208c9bed4c290031811a764e (patch) | |
tree | 57aa9136186c6549e8641ce2887e6753107ca7f6 /src/modules/m_botmode.cpp | |
parent | d2d88b6371a942d000f48f2d6c437e00e1fd3d9c (diff) | |
parent | c93af7582aed5f62e484550330697c634ba95f8b (diff) |
Merge pull request #248 from Shawn-Smith/insp20+descfix
[2.0] Updated some module version lines.
Diffstat (limited to 'src/modules/m_botmode.cpp')
-rw-r--r-- | src/modules/m_botmode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index c7a51beb9..5871b9227 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -21,7 +21,7 @@ #include "inspircd.h" -/* $ModDesc: Provides support for unreal-style umode +B */ +/* $ModDesc: Provides user mode +B to mark the user as a bot */ /** Handles user mode +B */ @@ -51,7 +51,7 @@ class ModuleBotMode : public Module virtual Version GetVersion() { - return Version("Provides support for unreal-style umode +B",VF_VENDOR); + return Version("Provides user mode +B to mark the user as a bot",VF_VENDOR); } virtual void OnWhois(User* src, User* dst) |