From 4f22db0f87aac488c28054e59f17745035658765 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 28 Jul 2006 16:55:14 +0000 Subject: Typical, forgot a ; git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4579 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 3f8e87989..157162bce 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -253,7 +253,7 @@ void CommandParser::ProcessCommand(userrec *user, std::string &cmd) /* If syntax is given, display this as the 461 reply */ if (cm->second->syntax.length()) { - WriteServ(user->fd,"461 %s %s :Not enough parameters.", user->nick, command.c_str()) + WriteServ(user->fd,"461 %s %s :Not enough parameters.", user->nick, command.c_str()); /* Use RPL_TEXT for this */ if (Config->SyntaxHints) WriteServ(user->fd,"304 %s :SYNTAX %s %s", user->nick, cm->second->command.c_str(), cm->second->syntax.c_str()); -- cgit v1.3.1-10-gc9f91