1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-16 07:07:13 +02:00

Added a few missing RFC numbers from in IRC library.

This commit is contained in:
Sandu Liviu Catalin
2015-11-01 18:38:05 +02:00
parent ea1688bc35
commit 7f51bd098c
2 changed files with 19 additions and 0 deletions

View File

@ -73,6 +73,14 @@
#define LIBIRC_RFC_RPL_BOUNCE 005
/*! \brief 300
*
* Dummy reply number. Not used.
*
* \ingroup rfcnumbers
*/
#define LIBIRC_RFC_RPL_NONE 300
/*! \brief 302 :*1\<reply\> *(
*
* No description available in RFC
@ -190,6 +198,15 @@
#define LIBIRC_RFC_RPL_ENDOFWHOWAS 369
/*! \brief 322 \<channel\> \<nickname\>
*
* No description available in RFC
*
* \ingroup rfcnumbers
*/
#define LIBIRC_RFC_RPL_LISTSTART 321
/*! \brief 322 \<channel\> \<# visible\> :\<topic\>
*
* No description available in RFC