mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 20:03:13 +02:00
- Add CAP support. Currently implemented are: multi-prefix (NAMESX), and
userhost-in-names (UHNAMES). Patch from nenotopia (#4018, #4066)
This commit is contained in:
@@ -367,6 +367,7 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
|
||||
#define PROTO_NAMESX 0x4000 /* Send all rights in NAMES output */
|
||||
#define PROTO_CLK 0x8000 /* Send cloaked host in the NICK command (regardless of +x/-x) */
|
||||
#define PROTO_UHNAMES 0x10000 /* Send n!u@h in NAMES */
|
||||
#define PROTO_CLICAP 0x20000 /* client capability negotiation in process */
|
||||
|
||||
/*
|
||||
* flags macros.
|
||||
|
||||
Reference in New Issue
Block a user