mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Remove parsing of /avatar cmd
This is done in `/executable avatar set` since d7848e38b
.
The command help also didn't mention this anymore.
Seems like it was forgotten to remove the actual parsing of this.
This commit is contained in:
parent
ecdeb750f3
commit
daf3d193e2
@ -9309,9 +9309,6 @@ cmd_avatar(ProfWin* window, const char* const command, gchar** args)
|
||||
avatar_get_by_nick(args[1], false);
|
||||
} else if (g_strcmp0(args[0], "open") == 0) {
|
||||
avatar_get_by_nick(args[1], true);
|
||||
} else if (g_strcmp0(args[0], "cmd") == 0) {
|
||||
prefs_set_string(PREF_AVATAR_CMD, args[1]);
|
||||
cons_show("Avatar cmd set to: %s", args[1]);
|
||||
} else {
|
||||
cons_bad_cmd_usage(command);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user