diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-04 21:48:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-04 21:48:23 +0100 |
commit | fba765cb8f8d092f39c17278e3f672d2c48f6a4f (patch) | |
tree | d798ece655387f8a565b3f09ec5c393e6543073d /src/plugins/trigger/trigger.c | |
parent | 76c0e8938eefc93de5833c5cadaebd886f670ee0 (diff) | |
download | weechat-fba765cb8f8d092f39c17278e3f672d2c48f6a4f.zip |
trigger: update description of trigger plugin
Diffstat (limited to 'src/plugins/trigger/trigger.c')
-rw-r--r-- | src/plugins/trigger/trigger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/trigger/trigger.c b/src/plugins/trigger/trigger.c index acb5bb4e1..42f8ee7ec 100644 --- a/src/plugins/trigger/trigger.c +++ b/src/plugins/trigger/trigger.c @@ -34,7 +34,7 @@ WEECHAT_PLUGIN_NAME(TRIGGER_PLUGIN_NAME); -WEECHAT_PLUGIN_DESCRIPTION(N_("Run actions on events triggered by WeeChat/plugins")); +WEECHAT_PLUGIN_DESCRIPTION(N_("Text replacement and command execution on events triggered by WeeChat/plugins")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); |