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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user