From 4f19cd84743fadc694fb6ace32c6a79fe0d2d85c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 20 Apr 2008 21:27:21 +0000 Subject: Fix a bad return value git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9559 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 7a5df7d09..597aa982a 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -388,7 +388,7 @@ void CommandParser::RemoveCommands(const char* source) i++; RemoveCommand(safei, source); } - return true; + return; } void CommandParser::RemoveCommand(command_table::iterator safei, const char* source) -- cgit v1.3.1-10-gc9f91