1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 02:26:38 +02:00

Merge pull request #222 from bonnedav/patch-2

Unreal4 does not allow SWHOIS to come from a user source.
This commit is contained in:
Adam
2018-06-12 12:36:19 -04:00
committed by GitHub
+1 -1
View File
@@ -321,7 +321,7 @@ class UnrealIRCdProto : public IRCDProto
void SendSWhois(const MessageSource &source, const Anope::string &who, const Anope::string &mask) anope_override
{
UplinkSocket::Message(source) << "SWHOIS " << who << " :" << mask;
UplinkSocket::Message() << "SWHOIS " << who << " :" << mask;
}
void SendEOB() anope_override