1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

relay: change default value of option "relay.network.commands" to *,!quit

This commit is contained in:
Sébastien Helleu
2024-05-07 13:58:31 +02:00
parent 44c96f6abf
commit da8353c54f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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);