diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-19 20:37:06 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-19 20:37:06 +0100 |
commit | bb017b26134f99f7d90001ecf7136b60a6f3419e (patch) | |
tree | e8e6ff74ba074e75c59cb99b6ae1678a03d83a5e /src/plugins/irc/irc-command.h | |
parent | 766bea3f9ecf2c16321d0068b7645ccbe2234b16 (diff) | |
download | weechat-bb017b26134f99f7d90001ecf7136b60a6f3419e.zip |
irc: display an error with /allchan -current or /allpv -current if the current buffer is not an irc buffer (closes #1325)
Diffstat (limited to 'src/plugins/irc/irc-command.h')
-rw-r--r-- | src/plugins/irc/irc-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.h b/src/plugins/irc/irc-command.h index fb24b39be..5d689e0c7 100644 --- a/src/plugins/irc/irc-command.h +++ b/src/plugins/irc/irc-command.h @@ -34,7 +34,7 @@ struct t_irc_channel; { \ weechat_printf (NULL, \ _("%s%s: command \"%s\" must be executed on " \ - "irc buffer (server or channel)"), \ + "irc buffer (server, channel or private)"), \ weechat_prefix ("error"), IRC_PLUGIN_NAME, \ __command); \ return WEECHAT_RC_OK; \ |