diff options
| author | 2020-05-05 22:03:14 +0100 | |
|---|---|---|
| committer | 2020-05-05 22:03:14 +0100 | |
| commit | b755d2a778e0adb86c3b10757083c169eedb6de6 (patch) | |
| tree | 3d737ea47c535c4b60076feb26055e68f7d8aec5 /src/modules/m_alias.cpp | |
| parent | Revert "Convert UserType to an enum class". (diff) | |
| parent | Fix shuns not being applied correctly. (diff) | |
| download | inspircd++-b755d2a778e0adb86c3b10757083c169eedb6de6.tar.gz inspircd++-b755d2a778e0adb86c3b10757083c169eedb6de6.tar.bz2 inspircd++-b755d2a778e0adb86c3b10757083c169eedb6de6.zip | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_alias.cpp')
| -rw-r--r-- | src/modules/m_alias.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 6d3e1a60d..33bf47a2c 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -161,7 +161,7 @@ class ModuleAlias : public Module ModResult OnPreCommand(std::string& command, CommandBase::Params& parameters, LocalUser* user, bool validated) override { - /* If theyre not registered yet, we dont want + /* If they're not registered yet, we dont want * to know. */ if (user->registered != REG_ALL) |
