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

Rename PLAINTEXT_POLICY_* to POLICY_ (and similarly, the struct, etc)

This commit is contained in:
Bram Matthys
2019-01-11 13:21:59 +01:00
parent a1d2698ead
commit 5fd673d059
10 changed files with 47 additions and 47 deletions
+4 -4
View File
@@ -1785,10 +1785,10 @@ int throttle_can_connect(aClient *);
#define MATCH_USE_IDENT 0x0100
typedef enum {
PLAINTEXT_POLICY_ALLOW=1,
PLAINTEXT_POLICY_WARN=2,
PLAINTEXT_POLICY_DENY=3
} PlaintextPolicy;
POLICY_ALLOW=1,
POLICY_WARN=2,
POLICY_DENY=3
} Policy;
#define NO_EXIT_CLIENT 99