m_starttls: handle error condition with ERR_STARTTLS (691) numeric per tls-3.2 specification

This commit is contained in:
William Pitcock 2012-09-22 19:31:55 -05:00
parent 21f715a9a3
commit c4e81ae9e9
3 changed files with 4 additions and 1 deletions

View file

@ -319,6 +319,8 @@ extern const char *form_str(int);
#define RPL_STARTTLS 670 /* ircv3.atheme.org tls-3.1 */
#define RPL_WHOISSECURE 671 /* Unreal3.2 --nenolod */
#define ERR_STARTTLS 691 /* ircv3.atheme.org tls-3.2 */
#define RPL_MODLIST 702
#define RPL_ENDOFMODLIST 703