1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-21 07:08:51 -05:00

Tweak 908 syntax

This commit is contained in:
TingPing 2014-01-12 12:20:52 -05:00 committed by TingPing
parent baa5f9710a
commit c804179a99

View File

@ -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: