diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-02-19 05:21:01 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-02-19 05:21:01 +0100 |
commit | d0e1f3b66a9bbee91bade0b57c3335908704c2e5 (patch) | |
tree | 894ea163324170e0f5f237c38805785a6196af21 /modules/protocol/inspircd20.cpp | |
parent | a49d7b12cb5b75920b718c8fcca8067efbf2f731 (diff) |
fixed a typo in the last SASL commit
Diffstat (limited to 'modules/protocol/inspircd20.cpp')
-rw-r--r-- | modules/protocol/inspircd20.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp index c30923548..dfbf75091 100644 --- a/modules/protocol/inspircd20.cpp +++ b/modules/protocol/inspircd20.cpp @@ -572,7 +572,7 @@ struct IRCDMessageEncap : IRCDMessage if (params[5] == "PLAIN") UplinkSocket::Message(Me) << "ENCAP " << params[2].substr(0, 3) << " SASL " << Me->GetSID() << " " << params[2] << " C +"; else - UplinkSocket::Message(Me) << "ENCAP " << params[2].substr(0, 3) << " SASL " << Me->GetSID() << " " << params[2] << " C F"; + UplinkSocket::Message(Me) << "ENCAP " << params[2].substr(0, 3) << " SASL " << Me->GetSID() << " " << params[2] << " D F"; } else if (params[4] == "C") { |