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/unreal.cpp | |
parent | a49d7b12cb5b75920b718c8fcca8067efbf2f731 (diff) |
fixed a typo in the last SASL commit
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") { |