]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_customprefix.cpp
Fix an shadowing warning in the spanningtree module.
[user/henk/code/inspircd.git] / src / modules / m_customprefix.cpp
index befc9750d1c90e89957ee14e15ea9b07a635cca0..831aa908db92b0bbb3a797c40d55d085bed96097 100644 (file)
@@ -58,7 +58,7 @@ class ModuleCustomPrefix : public Module
                        {
                                ModeHandler* mh = ServerInstance->Modes->FindMode(name, MODETYPE_CHANNEL);
                                if (!mh)
-                                       throw ModuleException("<customprefix:change> specified for a non-existent mode at " + tag->getTagLocation());
+                                       throw ModuleException("<customprefix:change> specified for a nonexistent mode at " + tag->getTagLocation());
 
                                PrefixMode* pm = mh->IsPrefixMode();
                                if (!pm)