mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Adjust /executable
test to be more precise
This commit is contained in:
parent
ec7e635e75
commit
8be1e44cea
@ -2067,7 +2067,7 @@ void
|
||||
cons_executable_setting(void)
|
||||
{
|
||||
char *avatar = prefs_get_string(PREF_AVATAR_CMD);
|
||||
cons_show("'/avatar' command (/executable avatar) : %s", avatar);
|
||||
cons_show("Default '/avatar open' command (/executable avatar) : %s", avatar);
|
||||
prefs_free_string(avatar);
|
||||
|
||||
char **urlopen = prefs_get_string_list_with_option(PREF_URL_OPEN_CMD, "");
|
||||
|
Loading…
Reference in New Issue
Block a user