Improve the message sent when overriding channel modes.

Ref: #1816.
This commit is contained in:
satmd 2020-11-22 21:20:03 +01:00 committed by GitHub
parent 1adad7cc53
commit a30a0074ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ class ModuleOverride : public Module
if (CanOverride(source, "MODE"))
{
std::string msg = source->nick + " overriding modes: ";
std::string msg = source->nick + " used oper override to set modes on " + channel->name + ": ";
// Construct a MODE string in the old format for sending it as a snotice
std::string params;