]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Damn typos
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 1 Dec 2005 19:27:00 +0000 (19:27 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 1 Dec 2005 19:27:00 +0000 (19:27 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2085 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules.cpp

index e199bcbcc8ccf4efdc9a944415c389429b6d05b2..ae06ee10efe40fa4195760939ed2af336751e17c 100644 (file)
@@ -466,7 +466,7 @@ void Server::CallCommandHandler(std::string commandname, char** parameters, int
 
 bool Server::IsValidModuleCommand(std::string commandname, int pcnt, userrec* user)
 {
-       return is_valid_cmd(commandname, pcnt, user)
+       return is_valid_cmd(commandname.c_str(), pcnt, user);
 }
 
 void Server::Log(int level, std::string s)