From 7ff3b517a8c7adee669d4f2c0fd9869db5b93d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 29 May 2017 21:42:57 +0200 Subject: fset: fix execution of actions from fset buffer input --- src/plugins/fset/fset-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/fset/fset-buffer.c') diff --git a/src/plugins/fset/fset-buffer.c b/src/plugins/fset/fset-buffer.c index 6f7b0f4bb..8810a077c 100644 --- a/src/plugins/fset/fset-buffer.c +++ b/src/plugins/fset/fset-buffer.c @@ -477,7 +477,7 @@ fset_buffer_input_cb (const void *pointer, void *data, if (strcmp (input_data, actions[i][0]) == 0) { snprintf (str_command, sizeof (str_command), - "/fset %s", actions[i][1]); + "/fset -%s", actions[i][1]); weechat_command (buffer, str_command); return WEECHAT_RC_OK; } -- cgit v1.2.3