diff options
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r-- | modules/protocol/unreal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index 8449b7a19..01141b6a3 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -897,7 +897,7 @@ struct IRCDMessageSASL : IRCDMessage if (params[3] == "PLAIN") UplinkSocket::Message() << "SASL " << params[1].substr(0, p) << " " << params[1] << " C +"; else - UplinkSocket::Message() << "SASL " << params[1].substr(0, p) << " " << params[1] << " C F"; + UplinkSocket::Message() << "SASL " << params[1].substr(0, p) << " " << params[1] << " D F"; } else if (params[2] == "C") { |