1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 17:13:12 +02:00

- implement SID handler

This commit is contained in:
William Pitcock
2013-05-21 03:42:22 +00:00
parent 6d63a1b90f
commit 42a0071b2b
2 changed files with 39 additions and 14 deletions
+1
View File
@@ -488,6 +488,7 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
#define SupportNAMESX(x) (CHECKPROTO(x, PROTO_NAMESX))
#define SupportCLK(x) (CHECKPROTO(x, PROTO_CLK))
#define SupportUHNAMES(x) (CHECKPROTO(x, PROTO_UHNAMES))
#define SupportSID(x) (CHECKPROTO(x, PROTO_SID))
#define SetSJOIN(x) ((x)->proto |= PROTO_SJOIN)
#define SetNoQuit(x) ((x)->proto |= PROTO_NOQUIT)