diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-03-06 19:21:32 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-03-06 19:21:32 +0000 |
commit | 600fe4deb3ef278ce1f3610dcb7dd9933f88801e (patch) | |
tree | 1b5acf795af60f079ad90e418ee8bdb014665a90 /doc/en/weechat.en.xml | |
parent | 7b9ef6b56efffef8e9ae59e24b8fb58a70caa5d0 (diff) | |
download | weechat-600fe4deb3ef278ce1f3610dcb7dd9933f88801e.zip |
Updated doc
Diffstat (limited to 'doc/en/weechat.en.xml')
-rw-r--r-- | doc/en/weechat.en.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index cd7f5a6d1..c0f279dda 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2060,6 +2060,13 @@ plugin->log (plugin, "freenode", "#weechat", "test"); will not be sent to WeeChat neither other plugins </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> <para> @@ -5484,6 +5491,13 @@ end will not be sent to WeeChat neither other plugins </para> </listitem> + <listitem> + <para> + <literal>PLUGIN_RC_OK_WITH_HIGHLIGHT</literal>: function + successfully completed and make "highlight" on received + message + </para> + </listitem> </itemizedlist> </para> </section> |