mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
Tweak 908 syntax
This commit is contained in:
@@ -969,7 +969,7 @@ process_numeric (session * sess, int n,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 908: /* Supported SASL Mechs */
|
case 908: /* Supported SASL Mechs */
|
||||||
inbound_sasl_supportedmechs (serv, word_eol[3]+1);
|
inbound_sasl_supportedmechs (serv, word[4]);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user