- ' type : all, channel, server, private\n'
- ' (you can use: /buffer localvar)\n\n'
- ' signal (eg.): buffer_switch, buffer_closing, print, \n'
- ' (for a list of all possible signals, see API doc weechat_hook_signal())\n\n'
- 'Example:\n'
- '=======\n'
+ ' type : channel, server, private, all (all kind of buffers e.g. /color, /fset...) and !all (channel, server and private buffer)\n'
+ ' (see: /buffer localvar)\n\n'
+ ' signal (eg.): buffer_switch, buffer_closing, print, mouse_enabled\n'
+ ' (for a list of all possible signals, see API doc weechat_hook_signal())\n'
+ '\n'
+ 'You can activate a timer hook() to force an upgrade of all items in a given period of time, for example using an item that have to be\n'
+ 'updated every second (e.g. watch)\n'
+ '\n'
+ 'Examples:\n'