From feec343ffb74b2e317b89b0af2276320a9211b0c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 13 Jul 2007 15:38:26 +0000 Subject: Added "-nojoin" option for /connect and /reconnect commands (task #7074), added "%*" to completion template (repeat last completion). --- doc/en/weechat.en.xml | 8 ++++++++ doc/en/weechat_commands.xml | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'doc/en') diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 764f62ff6..bffbddba9 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2363,6 +2363,14 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK", %- no completion for argument + + %* + + repeat last completion for all following arguments + (this code has to be at the end of completion + template, preceded by "|") + + %a alias diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 72bf9daa3..d93fe1b42 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -62,12 +62,13 @@ clear window(s) number: clear buffer by number -connect [-all | servername [servername ...]] +connect [-all [-nojoin] | [-nojoin] servername [servername ...]] connect to server(s) -all: connect to all servers servername: server name to connect + -nojoin: do not join any channel (even if autojoin is enabled on server) disconnect [-all | servername [servername ...]] @@ -149,12 +150,13 @@ autoload: autoload plugins in system or user directory Without argument, /plugin command lists loaded plugins. -reconnect [-all | servername [servername ...]] +reconnect [-all [-nojoin] | servername [servername ...]] [-nojoin] reconnect to server(s) -all: reconnect to all servers servername: server name to reconnect + -nojoin: do not join any channel (even if autojoin is enabled on server) server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername] -- cgit v1.2.3