From da8353c54f050d3a277c53b441acfb616765a5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 7 May 2024 13:58:31 +0200 Subject: relay: change default value of option "relay.network.commands" to `*,!quit` --- src/plugins/relay/relay-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/relay') diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index f41af69e5..e58d29d6c 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1599,7 +1599,7 @@ relay_config_init () "if the relay client is not safe (someone could use it to run " "commands); for example \"*,!exec,!quit\" allows any command " "except /exec and /quit"), - NULL, 0, 0, "", NULL, 0, + NULL, 0, 0, "*,!quit", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- cgit v1.2.3