1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 07:33:14 +02:00

Rip out remainder of HOOKTYPE_GUEST. Whoops.. were not sending "nick in use" errors (bug caused a few hours ago)

This commit is contained in:
Bram Matthys
2015-07-12 20:02:00 +02:00
parent 020bf7db2f
commit afb4c7bebe
2 changed files with 0 additions and 11 deletions
-1
View File
@@ -694,7 +694,6 @@ extern char *moddata_client_get(aClient *acptr, char *varname);
#define HOOKTYPE_REHASH 7
#define HOOKTYPE_PRE_LOCAL_CONNECT 8
#define HOOKTYPE_PRE_LOCAL_QUIT 9
#define HOOKTYPE_GUEST 10
#define HOOKTYPE_SERVER_CONNECT 11
#define HOOKTYPE_SERVER_QUIT 12
#define HOOKTYPE_STATS 13