mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Improve the spanningtree "unknown command" error message.
This commit is contained in:
parent
d33c174e58
commit
f5de55813b
@ -359,7 +359,7 @@ void TreeSocket::ProcessConnectedLine(std::string& taglist, std::string& prefix,
|
||||
return;
|
||||
}
|
||||
|
||||
throw ProtocolException("Unknown command");
|
||||
throw ProtocolException("Unknown command: " + command);
|
||||
}
|
||||
cmdbase = cmd;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user