diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-23 16:16:34 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-23 16:16:34 +0200 |
commit | 91bf556dbdb5cf2210d8a701219e3ad01b2706fa (patch) | |
tree | ca596910bcc73a707ed22b2ed1c9894e921c6c1d /src | |
parent | 77266a4a5d1d58aea708e901838c145ba6f4f811 (diff) |
m_nicklock Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_nicklock.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_nicklock.cpp b/src/modules/m_nicklock.cpp index e088c12da..acea9f4f4 100644 --- a/src/modules/m_nicklock.cpp +++ b/src/modules/m_nicklock.cpp @@ -22,7 +22,7 @@ #include "inspircd.h" -/* $ModDesc: Provides the NICKLOCK command, allows an oper to chage a users nick and lock them to it until they quit */ +/* $ModDesc: Provides the NICKLOCK command, allows an oper to change a users nick and lock them to it until they quit */ /** Handle /NICKLOCK */ @@ -161,7 +161,7 @@ class ModuleNickLock : public Module Version GetVersion() { - return Version("Provides the NICKLOCK command, allows an oper to chage a users nick and lock them to it until they quit", VF_OPTCOMMON | VF_VENDOR); + return Version("Provides the NICKLOCK command, allows an oper to change a users nick and lock them to it until they quit", VF_OPTCOMMON | VF_VENDOR); } ModResult OnUserPreNick(User* user, const std::string &newnick) |