m_starttls: handle error condition with ERR_STARTTLS (691) numeric per tls-3.2 specification
This commit is contained in:
parent
21f715a9a3
commit
c4e81ae9e9
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue