1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

Fix completion for /demo_infolist command

This commit is contained in:
Sebastien Helleu
2008-08-30 00:32:32 +02:00
parent 0839b359f9
commit 9e134e6a09
+1 -1
View File
@@ -451,7 +451,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
N_("infolist: infolist to display\n\n"
"Without argument, this command displays list "
"of available infolists"),
"%i",
"%I",
&demo_infolist_command_cb, NULL);
weechat_hook_signal ("debug", &demo_debug_signal_debug_cb, NULL);