1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

Fix typo in /help alias

This commit is contained in:
Sebastien Helleu
2010-03-21 18:35:44 +01:00
parent b40ea94a49
commit 8f9f1f8e97
14 changed files with 335 additions and 326 deletions
+1 -1
View File
@@ -944,7 +944,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
"* hello\n"
" alias /forcejoin to send IRC command "
"\"forcejoin\" with completion of /sajoin:\n"
" /alias -completion %%sajoin /quote forcejoin"),
" /alias -completion %%sajoin forcejoin /quote forcejoin"),
"%(alias)|-completion %(commands)",
&alias_command_cb, NULL);