1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

core: make "input_commands_allowed" work with /wait and /repeat commands (issue #928)

This commit is contained in:
Sébastien Helleu
2019-03-28 18:45:22 +01:00
parent 9b4fa10923
commit 2f37de9148
7 changed files with 102 additions and 76 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ void
run_cmd (const char *command)
{
printf (">>> Running command: %s\n", command);
input_data (ptr_core_buffer, command);
input_data (ptr_core_buffer, command, NULL);
}
/*