1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 08:23:12 +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:
Bram Matthys
2012-01-20 21:25:59 +01:00
parent 2b0d66498d
commit d530dbd43d
10 changed files with 471 additions and 7 deletions
+2
View File
@@ -53,6 +53,8 @@
#define ERR_NOSUCHSERVICE 408
#define ERR_NOORIGIN 409
#define ERR_INVALIDCAPCMD 410
#define ERR_NORECIPIENT 411
#define ERR_NOTEXTTOSEND 412
#define ERR_NOTOPLEVEL 413