X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_customprefix.cpp;h=831aa908db92b0bbb3a797c40d55d085bed96097;hb=32d96016bd21fd5dff54503df4222c10662e57e5;hp=befc9750d1c90e89957ee14e15ea9b07a635cca0;hpb=35b70631f0532a5828b04a8e0c02092a285f331a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_customprefix.cpp b/src/modules/m_customprefix.cpp index befc9750d..831aa908d 100644 --- a/src/modules/m_customprefix.cpp +++ b/src/modules/m_customprefix.cpp @@ -58,7 +58,7 @@ class ModuleCustomPrefix : public Module { ModeHandler* mh = ServerInstance->Modes->FindMode(name, MODETYPE_CHANNEL); if (!mh) - throw ModuleException(" specified for a non-existent mode at " + tag->getTagLocation()); + throw ModuleException(" specified for a nonexistent mode at " + tag->getTagLocation()); PrefixMode* pm = mh->IsPrefixMode(); if (!pm)