mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 12:43:13 +02:00
Rename PLAINTEXT_POLICY_* to POLICY_ (and similarly, the struct, etc)
This commit is contained in:
@@ -57,9 +57,9 @@ char *plaintext_policy_capability_parameter(aClient *acptr)
|
||||
static char buf[128];
|
||||
|
||||
snprintf(buf, sizeof(buf), "user=%s,oper=%s,server=%s",
|
||||
plaintextpolicy_valtostr(iConf.plaintext_policy_user),
|
||||
plaintextpolicy_valtostr(iConf.plaintext_policy_oper),
|
||||
plaintextpolicy_valtostr(iConf.plaintext_policy_server));
|
||||
policy_valtostr(iConf.plaintext_policy_user),
|
||||
policy_valtostr(iConf.plaintext_policy_oper),
|
||||
policy_valtostr(iConf.plaintext_policy_server));
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user