mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH' just to make it obvious to lazy people.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8140 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
35695871c4
commit
083fb71b63
@ -1587,7 +1587,7 @@ Old nickname collision logic..
|
||||
switch (this->Instance->CallCommandHandler(command.c_str(), strparams, params.size(), who))
|
||||
{
|
||||
case CMD_INVALID:
|
||||
this->SendError("Unrecognised command '"+std::string(command.c_str())+"' -- possibly loaded mismatched modules");
|
||||
this->SendError("Unrecognised or malformed command '"+std::string(command.c_str())+"' -- possibly loaded mismatched modules");
|
||||
return false;
|
||||
break;
|
||||
case CMD_FAILURE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user