summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-01 19:27:00 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-01 19:27:00 +0000
commit12168243aba8a947ad9af8f487d658599a29e403 (patch)
treeb8f145b634b36ed741eabcb8f87463ba87c9494a /src
parent9941be7564b61343923129a2021309cfe04225e0 (diff)
Damn typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2085 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index e199bcbcc..ae06ee10e 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -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)