summaryrefslogtreecommitdiff
path: root/modules/protocol/unreal4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/protocol/unreal4.cpp')
-rw-r--r--modules/protocol/unreal4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp
index 58a370aed..744320fed 100644
--- a/modules/protocol/unreal4.cpp
+++ b/modules/protocol/unreal4.cpp
@@ -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