]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_abbreviation.cpp
m_spanningtree Rewrite PING logic to use Timers
[user/henk/code/inspircd.git] / src / modules / m_abbreviation.cpp
index a7bf8ceeebd8532e3b60b3ad81f72ecba1b41ac9..77d86cb3167ba5de06b8ed1a37197c8b88e3718b 100644 (file)
@@ -42,7 +42,7 @@ class ModuleAbbreviation : public Module
                size_t clen = command.length() - 1;
                std::string foundcommand, matchlist;
                bool foundmatch = false;
-               const CommandParser::CommandMap& commands = ServerInstance->Parser->GetCommands();
+               const CommandParser::CommandMap& commands = ServerInstance->Parser.GetCommands();
                for (CommandParser::CommandMap::const_iterator n = commands.begin(); n != commands.end(); ++n)
                {
                        if (!command.compare(0, clen, n->first, 0, clen))