From dc0229617ada67fd02815bbc94b245871248b9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 May 2014 12:25:58 +0200 Subject: doc: use .asciidoc extension instead of .txt for doc files --- doc/en/autogen/user/irc_commands.asciidoc | 900 ++++++++++++++++++++++++++++++ 1 file changed, 900 insertions(+) create mode 100644 doc/en/autogen/user/irc_commands.asciidoc (limited to 'doc/en/autogen/user/irc_commands.asciidoc') diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc new file mode 100644 index 000000000..05ca90997 --- /dev/null +++ b/doc/en/autogen/user/irc_commands.asciidoc @@ -0,0 +1,900 @@ +[[command_irc_admin]] +[command]*`admin`* find information about the administrator of the server:: + +---- +/admin [] + +target: server name +---- + +[[command_irc_allchan]] +[command]*`allchan`* execute a command on all channels of all connected servers:: + +---- +/allchan [-current] [-exclude=[,...]] [] + + -current: execute command for channels of current server only + -exclude: exclude some channels (wildcard "*" is allowed) + command: command to execute +arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) + +Examples: + execute '/me is testing' on all channels: + /allchan me is testing + say 'hello' everywhere but not on #weechat: + /allchan -exclude=#weechat msg * hello + say 'hello' everywhere but not on #weechat and channels beginning with #linux: + /allchan -exclude=#weechat,#linux* msg * hello +---- + +[[command_irc_allpv]] +[command]*`allpv`* execute a command on all private buffers of all connected servers:: + +---- +/allpv [-current] [-exclude=[,...]] [] + + -current: execute command for private buffers of current server only + -exclude: exclude some nicks (wildcard "*" is allowed) + command: command to execute +arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) + +Examples: + execute '/me is testing' on all private buffers: + /allpv me is testing + say 'hello' everywhere but not for nick foo: + /allpv -exclude=foo msg * hello + say 'hello' everywhere but not for nick foo and nicks beginning with bar: + /allpv -exclude=foo,bar* msg * hello + close all private buffers: + /allpv close +---- + +[[command_irc_allserv]] +[command]*`allserv`* execute a command on all connected servers:: + +---- +/allserv [-exclude=[,...]] [] + + -exclude: exclude some servers (wildcard "*" is allowed) + command: command to execute +arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value) + +Examples: + change nick on all servers: + /allserv nick newnick + set away on all servers: + /allserv away I'm away + do a whois on my nick on all servers: + /allserv whois $nick +---- + +[[command_irc_ban]] +[command]*`ban`* ban nicks or hosts:: + +---- +/ban [] [ [...]] + +channel: channel name + nick: nick or host + +Without argument, this command display ban list for current channel. +---- + +[[command_irc_connect]] +[command]*`connect`* connect to IRC server(s):: + +---- +/connect [...] [-