1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 19:16:40 +02:00

fixed a typo in the last SASL commit

This commit is contained in:
DukePyrolator
2013-02-19 05:21:01 +01:00
parent a49d7b12cb
commit d0e1f3b66a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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")
{