mirror of
https://github.com/anope/anope.git
synced 2026-07-06 10:53:14 +02:00
Fix formatting messages on ngircd.
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
|
||||
bool Format(Anope::string &message, const Anope::map<Anope::string> &tags, const MessageSource &source, const Anope::string &command, const std::vector<Anope::string> ¶ms) override
|
||||
{
|
||||
return IRCDProto::Format(message, tags, source.GetSource().empty() ? source : Me, command, params);
|
||||
return IRCDProto::Format(message, tags, source.GetSource().empty() ? Me : source, command, params);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user