mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 12:23:12 +02:00
We now use standard formatted messages for all K-Lines, G-Lines and
any other bans that will cause the user to be disconnected. For technical details see the banned_client() function. It's likely I made some mistakes somewhere => testing required!!
This commit is contained in:
+6
-4
@@ -714,10 +714,10 @@ struct Server {
|
||||
|
||||
|
||||
/* tkl:
|
||||
* TKL_KILL|TKL_GLOBAL = Global K:Line (G:Line)
|
||||
* TKL_ZAP|TKL_GLOBAL = Global Z:Line (ZLINE)
|
||||
* TKL_KILL = Timed local K:Line
|
||||
* TKL_ZAP = Local Z:Line
|
||||
* TKL_KILL|TKL_GLOBAL = Global K-Line (GLINELine)
|
||||
* TKL_ZAP|TKL_GLOBAL = Global Z-Line (ZLINE)
|
||||
* TKL_KILL = Local K-Line
|
||||
* TKL_ZAP = Local Z-Line
|
||||
*/
|
||||
#define TKL_KILL 0x0001
|
||||
#define TKL_ZAP 0x0002
|
||||
@@ -1788,6 +1788,8 @@ typedef enum {
|
||||
PLAINTEXT_POLICY_DENY=3
|
||||
} PlaintextPolicy;
|
||||
|
||||
#define NO_EXIT_CLIENT 99
|
||||
|
||||
#endif /* __struct_include__ */
|
||||
|
||||
#include "dynconf.h"
|
||||
|
||||
Reference in New Issue
Block a user