]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)
[user/henk/code/inspircd.git] / src / configreader.cpp
index 156168bbea767cfaf5dcd7953df97b71508ae0c7..6057420c84ead17b7e03f441f573bc231d116a16 100644 (file)
@@ -214,6 +214,7 @@ void ServerConfig::CrossCheckOperClassType()
 
                OperInfo* ifo = new OperInfo;
                oper_blocks[" " + name] = ifo;
+               ifo->name = name;
                ifo->type_block = tag;
 
                std::string classname;