diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-12 21:18:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-15 18:56:41 +0200 |
commit | 70b66c4f6b708269712f71c52d7ca0c2d6766b94 (patch) | |
tree | edaa5c72d3ce32268531237bbfbb1e15a7839652 /doc/en | |
parent | 0525922ee4b50911c44b1c4d5b79c19a5f0660ee (diff) | |
download | weechat-70b66c4f6b708269712f71c52d7ca0c2d6766b94.zip |
irc: add command /setname, add support of message and capability "setname" (closes #1653)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 9bea33484..d57a06ffd 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -129,7 +129,7 @@ Without argument, this command displays the ban list for current channel. Without argument, "ls" and "list" are sent. -Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, userhost-in-names. +Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, 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). @@ -808,6 +808,15 @@ mask: list only services matching this mask type: list only services of this type ---- +[[command_irc_setname]] +* `+setname+`: set real name + +---- +/setname <realname> + +realname: new real name +---- + [[command_irc_squery]] * `+squery+`: deliver a message to a service |