~alivema4ever/ubuntu/trusty/weechat/lp-1299347-fix

« back to all changes in this revision

Viewing changes to doc/it/autogen/plugin_api/hdata.txt

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2013-05-21 19:44:31 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130521194431-o1n165ouj17uk0q1
Tags: 0.4.1-1
* New upstream release
* Move guile build dependency from to guile-2.0-dev (previous versions are
  no longer supported).
* Add supported protocols in long description. Thanks to Jonas Smedegaard
  for the suggestion (Closes: #705216)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[width="100%",cols="^1,^2,5,5,5,5",options="header"]
2
2
|========================================
3
 
| Plugin | Nome | Descrizione | Variabili | Update allowed | Liste
 
3
| Plugin | Nome | Descrizione | Variabili | Aggiornamento consentito | Liste
4
4
 
5
5
| guile | guile_script | elenco degli script |
6
6
  'filename' (string) +
27
27
  'modes' (string) +
28
28
  'limit' (integer) +
29
29
  'key' (string) +
30
 
  'names_received' (integer) +
 
30
  'join_msg_received' (hashtable) +
31
31
  'checking_away' (integer) +
32
32
  'away_message' (string) +
33
33
  'has_quit_server' (integer) +
42
42
  'nicks_speaking' (pointer) +
43
43
  'nicks_speaking_time' (pointer, hdata: "irc_channel_speaking") +
44
44
  'last_nick_speaking_time' (pointer, hdata: "irc_channel_speaking") +
 
45
  'join_smart_filtered' (hashtable) +
45
46
  'buffer' (pointer, hdata: "buffer") +
46
47
  'buffer_as_string' (string) +
47
48
  'prev_channel' (pointer, hdata: "irc_channel") +
185
186
  'cmd_list_regexp' (pointer) +
186
187
  'last_user_message' (time) +
187
188
  'last_away_check' (time) +
 
189
  'last_data_purge' (time) +
188
190
  'outqueue' (pointer) +
189
191
  'last_outqueue' (pointer) +
190
192
  'redirects' (pointer, hdata: "irc_redirect") +
276
278
  'last_script' +
277
279
  'scripts'
278
280
 
279
 
| script | script_script | scripts from repository |
 
281
| script | script_script | script dal repository |
280
282
  'name' (string) +
281
283
  'name_with_extension' (string) +
282
284
  'language' (integer) +
403
405
  'nicklist_root' (pointer, hdata: "nick_group") +
404
406
  'nicklist_max_length' (integer) +
405
407
  'nicklist_display_groups' (integer) +
 
408
  'nicklist_count' (integer) +
 
409
  'nicklist_groups_count' (integer) +
 
410
  'nicklist_nicks_count' (integer) +
406
411
  'nicklist_visible_count' (integer) +
407
412
  'nickcmp_callback' (pointer) +
408
413
  'nickcmp_callback_data' (pointer) +