X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fproto.h;h=6f4dccf1274bfefc1f04c0a38d8567882e05cba6;hb=d6e7d684d688494848fda2ee86adc5d50c3bce10;hp=451c889f365dbc4dafb774731b48b4fb80b169ab;hpb=05bb3ead337dd1f0c4070feb7d41cc122e96112f;p=srvx.git diff --git a/src/proto.h b/src/proto.h index 451c889..6f4dccf 100644 --- a/src/proto.h +++ b/src/proto.h @@ -158,10 +158,14 @@ void irc_numeric(struct userNode *user, unsigned int num, const char *format, .. #define RPL_ENDOFSTATS 219 #define RPL_STATSUPTIME 242 #define RPL_MAXCONNECTIONS 250 +#define RPL_AWAY 301 #define RPL_WHOISUSER 311 #define RPL_WHOISSERVER 312 #define RPL_WHOISOPERATOR 313 #define RPL_ENDOFWHOIS 318 +#define RPL_WHOISCHANNELS 319 +#define RPL_WHOISACCOUNT 330 +#define RPL_WHOISACTUALLY 338 #define ERR_NOSUCHNICK 401 /* stuff originally from other headers that is really protocol-specific */