summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-09-04 12:39:56 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-09-04 12:39:56 +0200
commit3849cb49bc41d7a1d7573268dcca146a45c29e26 (patch)
tree0b8ea5589d45a702b22c0f95f0ca6da1dadfdde8 /doc/en/weechat_plugin_api.en.txt
parent36356521a1b0379cb0ff31bffa08b706f98635fe (diff)
downloadweechat-3849cb49bc41d7a1d7573268dcca146a45c29e26.zip
core: add signals for plugins loaded/unloaded
Diffstat (limited to 'doc/en/weechat_plugin_api.en.txt')
-rw-r--r--doc/en/weechat_plugin_api.en.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 572cd3d6e..6f3051243 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -7739,6 +7739,16 @@ Arguments:
- |
partial completion happened
+| weechat | plugin_loaded +
+ (_new in version 0.3.9_) |
+ string: path to plugin loaded (example: "/usr/lib/weechat/plugins/irc.so") |
+ plugin loaded
+
+| weechat | plugin_unloaded +
+ (_new in version 0.3.9_) |
+ string: name of plugin unloaded (example: "irc") |
+ plugin unloaded
+
| weechat | quit |
string: arguments for /quit |
command `/quit` issued by user