]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/u_listmode.h
Mode +b stuff, probably wont work yet
[user/henk/code/inspircd.git] / include / u_listmode.h
index bd212c528d95f4040b375c4a55c5d9cf422a3c9e..a41f30e68e7356cfad423d77480e38a0077edf7f 100644 (file)
@@ -56,7 +56,7 @@ protected:
        Server* Srv;
        ConfigReader* Conf;
 public:
-       ListModeBaseModule(Server* serv, char modechar, std::string eolstr, std::string lnum, std::string eolnum) : Module::Module(serv)
+       ListModeBaseModule(Server* serv, char modechar, const std::string &eolstr, const std::string &lnum, const std::string &eolnum) : Module::Module(serv)
        {
                Srv = serv;
                Conf = new ConfigReader;