src/irc_cmd.h
changeset 39 a4891d71aca9
parent 37 4fe4a3c4496e
child 69 6f298b6e0d5f
equal deleted inserted replaced
38:0c2e0cb46c3a 39:a4891d71aca9
    46 /**
    46 /**
    47  * Cleanup an irc_cmd_handlers list
    47  * Cleanup an irc_cmd_handlers list
    48  */
    48  */
    49 void irc_cmd_free (irc_cmd_handlers_t *handlers);
    49 void irc_cmd_free (irc_cmd_handlers_t *handlers);
    50 
    50 
    51 /**
       
    52  * @group IRC command numerics
       
    53  * @{
       
    54  */
       
    55 
       
    56 /**
       
    57  * 001 <nick> :Welcome to the Internet Relay Network <nick>!<user>@<host>
       
    58  */
       
    59 #define IRC_RPL_WELCOME         "001"
       
    60 
       
    61 // @}
       
    62 
       
    63 #endif /* IRC_CMD_H */
    51 #endif /* IRC_CMD_H */