diff options
author | Mario Campos <mario-campos@github.com> | 2023-08-24 08:34:46 -0500 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-06 14:11:35 +0200 |
commit | 1ee3bad88b3e4386bef1e729488b9ceb88e95aef (patch) | |
tree | 6a0a5d661b6a1ef853908ca11ff3069f09a36e59 /src/plugins/irc | |
parent | 7f0f947667ec6ed22b30e205627da51dffe620c4 (diff) | |
download | weechat-1ee3bad88b3e4386bef1e729488b9ceb88e95aef.zip |
xfer: update command/config docs with passive DCC support.
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 22b9f28ca..77becfdc7 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -7134,7 +7134,7 @@ irc_command_init () "%(irc_msg_part)", &irc_command_cycle, NULL, NULL); weechat_hook_command ( "dcc", - N_("start a DCC (file transfer or direct chat)"), + N_("start a DCC (passive file transfer or direct chat)"), /* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */ N_("chat <nick> || send <nick> <file>"), N_("nick: nick\n" |