- Timestamp:
- 2015-10-08T08:34:18Z (8 years ago)
- Branches:
- master
- Children:
- c788e15
- Parents:
- 2f73692
- git-author:
- dequis <dx@…> (11-09-15 22:07:10)
- git-committer:
- dequis <dx@…> (08-10-15 08:34:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_cap.c
r2f73692 r58b63de6 38 38 39 39 static const cap_info_t supported_caps[] = { 40 {"sasl", CAP_SASL}, 40 41 {"multi-prefix", CAP_MULTI_PREFIX}, 41 42 {NULL}, … … 170 171 } else if (g_strcasecmp(cmd[1], "END") == 0) { 171 172 irc->status &= ~USTATUS_CAP_PENDING; 173 174 if (irc->status & USTATUS_SASL_PLAIN_PENDING) { 175 irc_send_num(irc, 906, ":SASL authentication aborted"); 176 irc->status &= ~USTATUS_SASL_PLAIN_PENDING; 177 } 178 172 179 irc_check_login(irc); 173 180
Note: See TracChangeset
for help on using the changeset viewer.