diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 21:52:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 21:52:34 +0200 |
commit | c0c75a95556bc68a963c635925ab480875e1a474 (patch) | |
tree | 3eed1a5e52a95f9b426ef44b91fe2dca299bca79 /doc/en | |
parent | 9c5116b4fec232c92b199b53e7b829657413f4fd (diff) | |
download | weechat-c0c75a95556bc68a963c635925ab480875e1a474.zip |
doc: add "case insensitive" for argument "message" of function hook_print (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 90e352ada..70386cb4a 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -7250,7 +7250,8 @@ Arguments: * 'buffer': buffer pointer, if NULL, messages from any buffer are caught * 'tags': only messages with these tags (comma separated list) will be caught (optional) -* 'message': only messages with this string will be caught (optional) +* 'message': only messages with this string will be caught (optional, case + insensitive) * 'strip_colors': if 1, colors will be stripped from message displayed, before calling callback * 'callback': function called when a message is printed, arguments and return |