diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-21 16:09:18 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-21 16:09:18 +0100 |
commit | 2dc13ebd21d86009062c00d5ad122c31f4351d2c (patch) | |
tree | 24581a7949c88775d68283ee46c03a71d684bff1 /src/plugins | |
parent | 8a68adbf3fb9eeda31c57c012e89465ed01fafb5 (diff) | |
download | weechat-2dc13ebd21d86009062c00d5ad122c31f4351d2c.zip |
Add new command /version, add count of /upgrade, fix bugs with command exec
New (core) command /version displays version, and number of upgrades done with
first start date (if # /upgrade > 0).
The number of upgrades is displayed at startup (if > 0).
Diffstat (limited to 'src/plugins')
-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 045a933bf..12b2b526d 100644 --- a/src/plugins/irc/irc-command.h +++ b/src/plugins/irc/irc-command.h @@ -36,7 +36,7 @@ struct t_irc_channel; { \ weechat_printf (NULL, \ _("%s%s: command \"%s\" must be executed on " \ - "irc buffer"), \ + "irc buffer (server or channel)"), \ weechat_prefix ("error"), IRC_PLUGIN_NAME, \ __command); \ return WEECHAT_RC_OK; \ |