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_samode.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_samode.cpp')
-rw-r--r-- | src/modules/m_samode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_samode.cpp b/src/modules/m_samode.cpp index 5d088cf12..d9c75adf7 100644 --- a/src/modules/m_samode.cpp +++ b/src/modules/m_samode.cpp @@ -20,7 +20,7 @@ */ -/* $ModDesc: Provides more advanced UnrealIRCd SAMODE command */ +/* $ModDesc: Provides command SAMODE to allow opers to change modes on channels and users */ #include "inspircd.h" @@ -64,7 +64,7 @@ class ModuleSaMode : public Module Version GetVersion() { - return Version("Provides more advanced UnrealIRCd SAMODE command", VF_VENDOR); + return Version("Provides command SAMODE to allow opers to change modes on channels and users", VF_VENDOR); } ModResult OnPreMode(User* source,User* dest,Channel* channel, const std::vector<std::string>& parameters) |