1
0
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:
Michael Vetter 2020-07-01 15:40:16 +02:00
parent ec7e635e75
commit 8be1e44cea

View File

@ -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, "");