// // This file is auto-generated by script docgen.py. // DO NOT EDIT BY HAND! // // tag::irc_commands[] [[command_irc_admin]] * `+admin+`: trova informazioni sull'amministratore del server ---- /admin [] destinazione: nome server ---- [[command_irc_allchan]] * `+allchan+`: esegue un comando su tutti i canali di tutti i server connessi ---- /allchan [-current] [-parted] [-exclude=[,...]] [-current] [-parted] -include=[,...] -current: execute command for channels of current server only -parted: execute on parted channels only -exclude: exclude some channels (wildcard "*" is allowed) -include: include only some channels (wildcard "*" is allowed) command: command to execute (or text to send to buffer if command does not start with '/') Command and arguments are evaluated (see /help eval), the following variables are replaced: $server server name $channel channel name $nick nick on server ${irc_server.xxx} variable xxx in server ${irc_channel.xxx} variable xxx in channel Examples: execute '/me is testing' on all channels: /allchan /me is testing say 'hello' everywhere but not on #weechat: /allchan -exclude=#weechat hello say 'hello' everywhere but not on #weechat and channels beginning with #linux: /allchan -exclude=#weechat,#linux* hello say 'hello' on all channels beginning with #linux: /allchan -include=#linux* hello close all buffers with parted channels: /allchan -parted /close ---- [[command_irc_allpv]] * `+allpv+`: execute a command on all private buffers of all connected servers ---- /allpv [-current] [-exclude=[,...]] [-current] -include=[,...] -current: execute command for private buffers of current server only -exclude: exclude some nicks (wildcard "*" is allowed) -include: include only some nicks (wildcard "*" is allowed) command: command to execute (or text to send to buffer if command does not start with '/') Command and arguments are evaluated (see /help eval), the following variables are replaced: $server server name $channel channel name $nick nick on server ${irc_server.xxx} variable xxx in server ${irc_channel.xxx} variable xxx in channel Examples: execute '/me is testing' on all private buffers: /allpv /me is testing say 'hello' everywhere but not for nick foo: /allpv -exclude=foo hello say 'hello' everywhere but not for nick foo and nicks beginning with bar: /allpv -exclude=foo,bar* hello say 'hello' for all nicks beginning with bar: /allpv -include=bar* hello close all private buffers: /allpv /close ---- [[command_irc_allserv]] * `+allserv+`: esegue un comando su tutti i server connessi ---- /allserv [-exclude=[,...]] -include=[,...] -exclude: exclude some servers (wildcard "*" is allowed) -include: include only some servers (wildcard "*" is allowed) command: command to execute (or text to send to buffer if command does not start with '/') Command and arguments are evaluated (see /help eval), the following variables are replaced: $server server name $nick nick on server ${irc_server.xxx} variable xxx in server 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_auth]] * `+auth+`: authenticate with SASL ---- /auth [ ] username: SASL username (content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name) password: SASL password or path to file with private key (content is evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name) If username and password are not provided, the values from server options "sasl_username" and "sasl_password" (or "sasl_key") are used. Examples: authenticate with username/password defined in the server: /auth authenticate as a different user: /auth user2 password2 authenticate as a different user with mechanism ecdsa-nist256p-challenge: /auth user2 ${weechat_config_dir}/ecdsa2.pem ---- [[command_irc_ban]] * `+ban+`: banna nick oppure host ---- /ban [] [ [...]] channel: channel name nick: nick or host Without argument, this command displays the ban list for current channel. ---- [[command_irc_cap]] * `+cap+`: client capability negotiation ---- /cap ls list req|ack [ [...]] end ls: list the capabilities supported by the server list: list the capabilities currently enabled req: request a capability ack: acknowledge capabilities which require client-side acknowledgement end: end the capability negotiation Without argument, "ls" and "list" are sent. Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, message-tags, multi-prefix, server-time, setname, userhost-in-names. The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). Examples: /cap /cap req multi-prefix away-notify ---- [[command_irc_connect]] * `+connect+`: connette ad uno o più server IRC ---- /connect [ [...]] [-