mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
fset: fix command /fset -bar
This commit is contained in:
@@ -70,7 +70,7 @@ fset_command_fset (const void *pointer, void *data,
|
||||
|
||||
if (weechat_strcasecmp (argv[1], "-bar") == 0)
|
||||
{
|
||||
fset_bar_item_update ();
|
||||
fset_add_bar ();
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user