From d0e1f3b66a9bbee91bade0b57c3335908704c2e5 Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Tue, 19 Feb 2013 05:21:01 +0100 Subject: fixed a typo in the last SASL commit --- modules/protocol/unreal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/unreal.cpp') 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") { -- cgit