diff options
| author | 2012-05-27 06:07:55 -0700 | |
|---|---|---|
| committer | 2012-05-27 06:07:55 -0700 | |
| commit | 5d172e0dfc4f316e21b55bf5349c90fd74ba2c3b (patch) | |
| tree | 13c8ed61e3834b9b7e7b343f75e8a3ac6051e574 /src/modules/m_delayjoin.cpp | |
| parent | Fixed m_mlock (diff) | |
| parent | A few more typo fixes. (diff) | |
Merge pull request #145 from SaberUK/insp20-typo-fixes
[2.0] Typo fixes.
Diffstat (limited to 'src/modules/m_delayjoin.cpp')
| -rw-r--r-- | src/modules/m_delayjoin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp index 7212b7b84..3a574d485 100644 --- a/src/modules/m_delayjoin.cpp +++ b/src/modules/m_delayjoin.cpp @@ -60,7 +60,7 @@ class ModuleDelayJoin : public Module ModResult OnRawMode(User* user, Channel* channel, const char mode, const std::string ¶m, bool adding, int pcnt); }; -/* $ModDesc: Allows for delay-join channels (+D) where users dont appear to join until they speak */ +/* $ModDesc: Allows for delay-join channels (+D) where users don't appear to join until they speak */ ModeAction DelayJoinMode::OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding) { @@ -88,7 +88,7 @@ ModuleDelayJoin::~ModuleDelayJoin() Version ModuleDelayJoin::GetVersion() { - return Version("Allows for delay-join channels (+D) where users dont appear to join until they speak", VF_VENDOR); + return Version("Allows for delay-join channels (+D) where users don't appear to join until they speak", VF_VENDOR); } void ModuleDelayJoin::OnNamesListItem(User* issuer, Membership* memb, std::string &prefixes, std::string &nick) |
