src/irc_cmd.h
changeset 22 c339c020fd33
child 23 542c73d07d3c
equal deleted inserted replaced
21:0911d0b828d4 22:c339c020fd33
       
     1 #ifndef IRC_CMD_H
       
     2 #define IRC_CMD_H
       
     3 
       
     4 /*
       
     5  * IRC command numerics
       
     6  */
       
     7 #define IRC_RPL_WELCOME         "001"
       
     8 
       
     9 
       
    10 #endif /* IRC_CMD_H */