X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_customprefix.cpp;h=97c2e697d98e8c85457737e1c79d84886facd480;hb=551d687ec6d7ce44be35fae0dd7345fe73c4f63a;hp=dfc60e082560190d62736bc02c3bcd006d41da24;hpb=46a39046196f55b52336e19662bb7bac85b731ac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_customprefix.cpp b/src/modules/m_customprefix.cpp index dfc60e082..97c2e697d 100644 --- a/src/modules/m_customprefix.cpp +++ b/src/modules/m_customprefix.cpp @@ -59,7 +59,7 @@ class CustomPrefixMode : public ModeHandler std::vector mode_junk; mode_junk.push_back(channel->name); irc::modestacker modestack(false); - std::deque stackresult; + std::vector stackresult; for (UserMembCIter i = cl->begin(); i != cl->end(); i++) { @@ -97,10 +97,6 @@ class ModuleCustomPrefix : public Module { std::vector modes; public: - ModuleCustomPrefix() - { - } - void init() { ConfigTagList tags = ServerInstance->Config->ConfTags("customprefix");