1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Add examples in /help join

This commit is contained in:
Sebastien Helleu
2010-05-20 12:23:50 +02:00
parent 4616ca981e
commit 732f58d776
14 changed files with 268 additions and 146 deletions
+6 -2
View File
@@ -4387,9 +4387,13 @@ irc_command_init ()
"%(nicks)|%*", &irc_command_ison, NULL);
weechat_hook_command ("join",
N_("join a channel"),
N_("[channel[,channel] [key[,key]]]"),
N_("[channel1[,channel2[,channel3]] [key1[,key2]]]"),
N_("channel: channel name to join\n"
" key: key to join the channel"),
" key: key to join the channel (channels with "
"a key must be the first in list)\n\n"
"Examples:\n"
" /join #weechat\n"
" /join #protectedchan,#weechat key"),
"%(irc_channels)", &irc_command_join, NULL);
weechat_hook_command ("kick",
N_("forcibly remove a user from a channel"),