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:
@ -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
|
||||
|
Reference in New Issue
Block a user