~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/en/autogen/plugin_api/infolists.asciidoc

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (29.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140928174110-bwlsn7gqmqfftnmb
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[width="100%",cols="^1,^2,5,5,5",options="header"]
 
2
|===
 
3
| Plugin | Name | Description | Pointer | Arguments
 
4
 
 
5
| alias | alias | list of aliases | alias pointer (optional) | alias name (wildcard "*" is allowed) (optional)
 
6
 
 
7
| guile | guile_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
 
8
 
 
9
| irc | irc_channel | list of channels for an IRC server | channel pointer (optional) | server,channel (channel is optional)
 
10
 
 
11
| irc | irc_ignore | list of IRC ignores | ignore pointer (optional) | -
 
12
 
 
13
| irc | irc_nick | list of nicks for an IRC channel | nick pointer (optional) | server,channel,nick (nick is optional)
 
14
 
 
15
| irc | irc_notify | list of notify | notify pointer (optional) | server name (wildcard "*" is allowed) (optional)
 
16
 
 
17
| irc | irc_server | list of IRC servers | server pointer (optional) | server name (wildcard "*" is allowed) (optional)
 
18
 
 
19
| logger | logger_buffer | list of logger buffers | logger pointer (optional) | -
 
20
 
 
21
| lua | lua_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
 
22
 
 
23
| perl | perl_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
 
24
 
 
25
| python | python_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
 
26
 
 
27
| relay | relay | list of relay clients | relay pointer (optional) | -
 
28
 
 
29
| ruby | ruby_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
 
30
 
 
31
| script | script_script | list of scripts | script pointer (optional) | script name with extension (wildcard "*" is allowed) (optional)
 
32
 
 
33
| tcl | tcl_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
 
34
 
 
35
| weechat | bar | list of bars | bar pointer (optional) | bar name (wildcard "*" is allowed) (optional)
 
36
 
 
37
| weechat | bar_item | list of bar items | bar item pointer (optional) | bar item name (wildcard "*" is allowed) (optional)
 
38
 
 
39
| weechat | bar_window | list of bar windows | bar window pointer (optional) | -
 
40
 
 
41
| weechat | buffer | list of buffers | buffer pointer (optional) | buffer name (wildcard "*" is allowed) (optional)
 
42
 
 
43
| weechat | buffer_lines | lines of a buffer | buffer pointer | -
 
44
 
 
45
| weechat | filter | list of filters | - | filter name (wildcard "*" is allowed) (optional)
 
46
 
 
47
| weechat | history | history of commands | buffer pointer (if not set, return global history) (optional) | -
 
48
 
 
49
| weechat | hook | list of hooks | hook pointer (optional) | type,arguments (type is command/timer/.., arguments to get only some hooks (wildcard "*" is allowed), both are optional)
 
50
 
 
51
| weechat | hotlist | list of buffers in hotlist | - | -
 
52
 
 
53
| weechat | key | list of key bindings | - | context ("default", "search", "cursor" or "mouse") (optional)
 
54
 
 
55
| weechat | layout | list of layouts | - | -
 
56
 
 
57
| weechat | nicklist | nicks in nicklist for a buffer | buffer pointer | nick_xxx or group_xxx to get only nick/group xxx (optional)
 
58
 
 
59
| weechat | option | list of options | - | option name (wildcard "*" is allowed) (optional)
 
60
 
 
61
| weechat | plugin | list of plugins | plugin pointer (optional) | plugin name (wildcard "*" is allowed) (optional)
 
62
 
 
63
| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (wildcard "*" is allowed) (optional)
 
64
 
 
65
| weechat | url_options | options for URL | - | -
 
66
 
 
67
| weechat | window | list of windows | window pointer (optional) | "current" for current window or a window number (optional)
 
68
 
 
69
| xfer | xfer | list of xfer | xfer pointer (optional) | -
 
70
 
 
71
|===