1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 12:53:14 +02:00

Send RPL_SASLMECHS to clients (#4253, patch from grawity)

This commit is contained in:
Bram Matthys
2016-04-03 11:53:59 +02:00
parent 975996a702
commit f95aa13d5b
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -198,6 +198,8 @@ CMD_FUNC(m_sasl)
*target_p->local->sasl_agent = '\0';
}
else if (*parv[3] == 'M')
sendto_one(target_p, err_str(RPL_SASLMECHS), me.name, BadPtr(target_p->name) ? "*" : target_p->name, parv[4]);
return 0;
}