1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Add 2 new completions (irc_server_channels and irc_server_privates), improve completion of command /invite

This commit is contained in:
Sebastien Helleu
2009-08-28 11:36:51 +02:00
parent 02763ca7e7
commit db4f20c1f1
12 changed files with 183 additions and 35 deletions
+1 -1
View File
@@ -3822,7 +3822,7 @@ irc_command_init ()
N_("nickname channel"),
N_("nickname: nick to invite\n"
" channel: channel to invite"),
"%(nicks) %(irc_channel)", &irc_command_invite, NULL);
"%(nicks) %(irc_server_channels)", &irc_command_invite, NULL);
weechat_hook_command ("ison",
N_("check if a nickname is currently on IRC"),
N_("nickname [nickname ...]"),