Skip to content

Instantly share code, notes, and snippets.

@rafasc
Last active August 28, 2019 19:22
Show Gist options
  • Save rafasc/d9d83fbb203036f4fda9b357c3424798 to your computer and use it in GitHub Desktop.
Save rafasc/d9d83fbb203036f4fda9b357c3424798 to your computer and use it in GitHub Desktop.
multiline.pl crash
$ weechat -t
*** Very bad! WeeChat is crashing (SIGSEGV received)
*** Full crash dump was saved to /tmp/weechat_temp_0zxUGE/weechat_crash_20190828_13836.log file.
***
*** Please help WeeChat developers to fix this bug:
***
*** 1. If you have a core file, please run: gdb /path/to/weechat core
*** then issue command: "bt full" and send result to developers.
*** See the user's guide for more info about enabling the core files
*** and reporting crashes:
*** https://weechat.org/doc/stable/user#report_crashes
***
*** 2. Otherwise send the backtrace (below), only if it is a complete trace.
*** Keep the crash log file, just in case developers ask you some info
*** (be careful, private info like passwords may be in this file).
======= WeeChat backtrace =======
(written by WeeChat 2.5, compiled on Jun 11 2019 10:01:45)
001 ??:? [function weechat_backtrace]
002 ??:? [function debug_sigsegv]
003 sigaction.c:? [function __restore_rt]
004 ??:? [function Perl__invlist_intersection_maybe_complement_2nd]
005 regcomp.c:? [function S_populate_ANYOF_from_invlist.part.0]
006 regcomp.c:? [function S_regclass]
007 regcomp.c:? [function S_regpiece]
008 regcomp.c:? [function S_regbranch]
009 regcomp.c:? [function S_reg]
010 ??:? [function Perl_re_op_compile]
011 ??:? [function Perl_pmruntime]
012 ??:? [function Perl_yyparse]
013 pp_ctl.c:? [function S_doeval_compile]
014 ??:? [function Perl_pp_require]
015 ??:? [function Perl_runops_standard]
016 ??:? [function Perl_call_sv]
017 ??:? [function Perl_call_list]
018 op.c:? [function S_process_special_blocks.isra.0]
019 ??:? [function Perl_newATTRSUB_x]
020 ??:? [function Perl_utilize]
021 ??:? [function Perl_yyparse]
022 pp_ctl.c:? [function S_doeval_compile]
023 ??:? [function Perl_pp_require]
024 ??:? [function Perl_runops_standard]
025 ??:? [function Perl_eval_sv]
026 ??:? [function Perl_eval_pv]
027 ??:? [function weechat_perl_load]
028 ??:? [function weechat_perl_reload_name]
029 ??:? [function weechat_perl_command_cb]
030 ??:? [function hook_command_exec]
031 ??:? [function input_exec_command]
032 ??:? [function input_data]
033 ??:? [function plugin_api_command_options]
034 ??:? [function script_action_reload]
035 ??:? [function script_action_run]
036 ??:? [function script_command_action]
037 ??:? [function script_command_script]
038 ??:? [function hook_command_exec]
039 ??:? [function input_exec_command]
040 ??:? [function input_data]
041 ??:? [function gui_input_return]
042 ??:? [function command_input]
043 ??:? [function hook_command_exec]
044 ??:? [function input_exec_command]
045 ??:? [function input_data]
046 ??:? [function input_data_timer_cb]
047 ??:? [function hook_timer_exec]
048 ??:? [function gui_main_loop]
049 ??:? [function main]
050 ??:? [function __libc_start_main]
051 ??:? [function _start]
======= End of backtrace =======
Aborted (core dumped
This file has been truncated, but you can view the full file.
[2019-08-28 20:18:35] WeeChat 2.5 (compiled on Jun 11 2019 10:01:45)
[2019-08-28 20:18:35] Writing configuration file sec.conf (default options)
[2019-08-28 20:18:35] Reading configuration file sec.conf
[2019-08-28 20:18:35] Writing configuration file weechat.conf (default options)
[2019-08-28 20:18:35] Reading configuration file weechat.conf
[2019-08-28 20:18:35] Writing configuration file plugins.conf (default options)
[2019-08-28 20:18:35] Reading configuration file plugins.conf
[2019-08-28 20:18:35] Writing configuration file charset.conf (default options)
[2019-08-28 20:18:35] Reading configuration file charset.conf
[2019-08-28 20:18:35] Writing configuration file logger.conf (default options)
[2019-08-28 20:18:35] Reading configuration file logger.conf
[2019-08-28 20:18:35] Writing configuration file exec.conf (default options)
[2019-08-28 20:18:35] Reading configuration file exec.conf
[2019-08-28 20:18:35] Writing configuration file trigger.conf (default options)
[2019-08-28 20:18:35] Reading configuration file trigger.conf
[2019-08-28 20:18:35] Writing configuration file spell.conf (default options)
[2019-08-28 20:18:35] Reading configuration file spell.conf
[2019-08-28 20:18:35] Writing configuration file alias.conf (default options)
[2019-08-28 20:18:35] Reading configuration file alias.conf
[2019-08-28 20:18:35] Writing configuration file buflist.conf (default options)
[2019-08-28 20:18:35] Reading configuration file buflist.conf
[2019-08-28 20:18:35] Writing configuration file fifo.conf (default options)
[2019-08-28 20:18:35] Reading configuration file fifo.conf
[2019-08-28 20:18:35] Writing configuration file xfer.conf (default options)
[2019-08-28 20:18:35] Reading configuration file xfer.conf
[2019-08-28 20:18:35] Writing configuration file irc.conf (default options)
[2019-08-28 20:18:35] Reading configuration file irc.conf
[2019-08-28 20:18:35] Writing configuration file relay.conf (default options)
[2019-08-28 20:18:35] Reading configuration file relay.conf
[2019-08-28 20:18:35] Writing configuration file ruby.conf (default options)
[2019-08-28 20:18:35] Reading configuration file ruby.conf
[2019-08-28 20:18:35] Writing configuration file guile.conf (default options)
[2019-08-28 20:18:35] Reading configuration file guile.conf
[2019-08-28 20:18:35] Writing configuration file perl.conf (default options)
[2019-08-28 20:18:35] Reading configuration file perl.conf
[2019-08-28 20:18:35] Writing configuration file python.conf (default options)
[2019-08-28 20:18:35] Reading configuration file python.conf
[2019-08-28 20:18:35] Writing configuration file tcl.conf (default options)
[2019-08-28 20:18:35] Reading configuration file tcl.conf
[2019-08-28 20:18:35] Writing configuration file lua.conf (default options)
[2019-08-28 20:18:35] Reading configuration file lua.conf
[2019-08-28 20:18:35] Writing configuration file script.conf (default options)
[2019-08-28 20:18:35] Reading configuration file script.conf
[2019-08-28 20:18:35] Writing configuration file fset.conf (default options)
[2019-08-28 20:18:35] Reading configuration file fset.conf
[2019-08-28 20:19:01] Very bad, WeeChat is crashing (SIGSEGV received)...
****** WeeChat CRASH DUMP ******
gui_windows . . . . . . . . . : 0x5630699ffa80
last_gui_window . . . . . . . : 0x5630699ffa80
gui_current window. . . . . . : 0x5630699ffa80
gui_windows_tree. . . . . . . : 0x5630699ffa50
[window (addr:0x5630699ffa80)]
number. . . . . . . : 1
win_x . . . . . . . : 10
win_y . . . . . . . : 0
win_width . . . . . : 163
win_height. . . . . : 44
win_width_pct . . . : 100
win_height_pct. . . : 100
win_chat_x. . . . . : 10
win_chat_y. . . . . : 1
win_chat_width. . . : 163
win_chat_height . . : 41
win_chat_cursor_x . : 0
win_chat_cursor_y . : 40
refresh_needed. . . : 0
gui_objects . . . . : 0x5630699ffa30
window specific objects for Curses:
win_chat. . . . . . . : 0x563069f5fb10
win_separator_horiz . : 0x0
win_separator_vertic. : 0x0
buffer. . . . . . . : 0x5630695ead40
layout_plugin_name. : '(null)'
layout_buffer_name. : '(null)'
scroll. . . . . . . : 0x5630699ffb30
coords_size . . . . : 41
coords. . . . . . . : 0x563069fdd720
coords_x_message. . : 11
ptr_tree. . . . . . : 0x5630699ffa50
prev_window . . . . : 0x0
next_window . . . . : 0x0
[scroll (addr:0x5630699ffb30)]
buffer. . . . . . . . : 0x5630695ead40
first_line_displayed. : 0
start_line. . . . . . : 0x0
start_line_pos. . . . : 0
scrolling . . . . . . : 0
start_col . . . . . . : 0
lines_after . . . . . : 0
text_search_start_line: 0x0
prev_scroll . . . . . : 0x0
next_scroll . . . . . : 0x0
[window bar (addr:0x563069921080)]
bar. . . . . . . . . . : 0x56306960f000 ('input')
x. . . . . . . . . . . : 10
y. . . . . . . . . . . : 43
width. . . . . . . . . : 163
height . . . . . . . . : 1
scroll_x . . . . . . . : 0
scroll_y . . . . . . . : 0
cursor_x . . . . . . . : 37
cursor_y . . . . . . . : 43
current_size . . . . . : 1
items_count. . . . . . : 4
items_subcount[000]. . : 2
items_content[000][000]: '(null)' (item: '[input_prompt]', num_lines: 0, refresh_needed: 0)
items_content[000][001]: '(null)' (item: '(away)', num_lines: 0, refresh_needed: 0)
items_subcount[001]. . : 1
items_content[001][000]: '(null)' (item: '[input_search]', num_lines: 0, refresh_needed: 1)
items_subcount[002]. . : 1
items_content[002][000]: '(null)' (item: '[input_paste]', num_lines: 0, refresh_needed: 0)
items_subcount[003]. . : 1
items_content[003][000]: '.b_/script reload multiline.pl.b#' (item: 'input_text', num_lines: 1, refresh_needed: 1)
screen_col_size. . . . : 0
screen_lines . . . . . : 0
coords_count . . . . . : 6
coords[000]. . . . . . : item=0, subitem=0, line=0, x=10, y=43
coords[001]. . . . . . : item=0, subitem=1, line=0, x=10, y=43
coords[002]. . . . . . : item=1, subitem=0, line=0, x=10, y=43
coords[003]. . . . . . : item=2, subitem=0, line=0, x=10, y=43
coords[004]. . . . . . : item=3, subitem=0, line=0, x=10, y=43
coords[005]. . . . . . : item=-1, subitem=-1, line=0, x=37, y=43
gui_objects. . . . . . : 0x5630699ffb80
bar window specific objects for Curses:
win_bar. . . . . . . : 0x5630699fff30
win_separator. . . . : 0x0
prev_bar_window. . . . : 0x0
next_bar_window. . . . : 0x563069a02ba0
[window bar (addr:0x563069a02ba0)]
bar. . . . . . . . . . : 0x563069610f30 ('title')
x. . . . . . . . . . . : 10
y. . . . . . . . . . . : 0
width. . . . . . . . . : 163
height . . . . . . . . : 1
scroll_x . . . . . . . : 0
scroll_y . . . . . . . : 0
cursor_x . . . . . . . : -1
cursor_y . . . . . . . : -1
current_size . . . . . : 1
items_count. . . . . . : 1
items_subcount[000]. . : 1
items_content[000][000]: 'WeeChat 2.5 (C) 2003-2019 - https://weechat.org/' (item: 'buffer_title', num_lines: 1, refresh_needed: 0)
screen_col_size. . . . : 0
screen_lines . . . . . : 0
coords_count . . . . . : 2
coords[000]. . . . . . : item=0, subitem=0, line=0, x=10, y=0
coords[001]. . . . . . : item=-1, subitem=-1, line=0, x=58, y=0
gui_objects. . . . . . : 0x563069a02b80
bar window specific objects for Curses:
win_bar. . . . . . . : 0x56306a09c660
win_separator. . . . : 0x0
prev_bar_window. . . . : 0x563069921080
next_bar_window. . . . : 0x563069a01240
[window bar (addr:0x563069a01240)]
bar. . . . . . . . . . : 0x563069612ae0 ('status')
x. . . . . . . . . . . : 10
y. . . . . . . . . . . : 42
width. . . . . . . . . : 163
height . . . . . . . . : 1
scroll_x . . . . . . . : 0
scroll_y . . . . . . . : 0
cursor_x . . . . . . . : -1
cursor_y . . . . . . . : -1
current_size . . . . . : 1
items_count. . . . . . : 8
items_subcount[000]. . : 1
items_content[000][000]: '.F13[.F00.F0020:19.F13]' (item: '[time]', num_lines: 1, refresh_needed: 0)
items_subcount[001]. . : 1
items_content[001][000]: '.F13[.F001.F13]' (item: '[buffer_last_number]', num_lines: 1, refresh_needed: 0)
items_subcount[002]. . : 1
items_content[002][000]: '.F13[.F00core.F13]' (item: '[buffer_plugin]', num_lines: 1, refresh_needed: 0)
items_subcount[003]. . : 7
items_content[003][000]: '.F081' (item: 'buffer_number', num_lines: 1, refresh_needed: 0)
items_content[003][001]: '.F13:.F00' (item: ':', num_lines: 1, refresh_needed: 0)
items_content[003][002]: '.F16weechat' (item: 'buffer_name', num_lines: 1, refresh_needed: 0)
items_content[003][003]: '(null)' (item: '(buffer_modes)', num_lines: 0, refresh_needed: 0)
items_content[003][004]: '(null)' (item: '{buffer_nicklist_count}', num_lines: 0, refresh_needed: 0)
items_content[003][005]: '(null)' (item: 'buffer_zoom', num_lines: 0, refresh_needed: 0)
items_content[003][006]: '(null)' (item: 'buffer_filter', num_lines: 0, refresh_needed: 0)
items_subcount[004]. . : 1
items_content[004][000]: '(null)' (item: 'scroll', num_lines: 0, refresh_needed: 0)
items_subcount[005]. . : 1
items_content[005][000]: '(null)' (item: '[lag]', num_lines: 0, refresh_needed: 0)
items_subcount[006]. . : 1
items_content[006][000]: '(null)' (item: '[hotlist]', num_lines: 0, refresh_needed: 0)
items_subcount[007]. . : 1
items_content[007][000]: '(null)' (item: 'completion', num_lines: 0, refresh_needed: 0)
screen_col_size. . . . : 0
screen_lines . . . . . : 0
coords_count . . . . . : 15
coords[000]. . . . . . : item=0, subitem=0, line=0, x=10, y=42
coords[001]. . . . . . : item=1, subitem=0, line=0, x=18, y=42
coords[002]. . . . . . : item=2, subitem=0, line=0, x=22, y=42
coords[003]. . . . . . : item=3, subitem=0, line=0, x=29, y=42
coords[004]. . . . . . : item=3, subitem=1, line=0, x=30, y=42
coords[005]. . . . . . : item=3, subitem=2, line=0, x=31, y=42
coords[006]. . . . . . : item=3, subitem=3, line=0, x=38, y=42
coords[007]. . . . . . : item=3, subitem=4, line=0, x=38, y=42
coords[008]. . . . . . : item=3, subitem=5, line=0, x=38, y=42
coords[009]. . . . . . : item=3, subitem=6, line=0, x=38, y=42
coords[010]. . . . . . : item=4, subitem=0, line=0, x=38, y=42
coords[011]. . . . . . : item=5, subitem=0, line=0, x=38, y=42
coords[012]. . . . . . : item=6, subitem=0, line=0, x=38, y=42
coords[013]. . . . . . : item=7, subitem=0, line=0, x=38, y=42
coords[014]. . . . . . : item=-1, subitem=-1, line=0, x=38, y=42
gui_objects. . . . . . : 0x563069a01220
bar window specific objects for Curses:
win_bar. . . . . . . : 0x56306a646d90
win_separator. . . . : 0x0
prev_bar_window. . . . : 0x563069a02ba0
next_bar_window. . . . : 0x0
gui_buffers . . . . . . . . . : 0x5630695ead40
last_gui_buffer . . . . . . . : 0x5630695ead40
gui_buffers_count . . . . . . : 1
gui_buffers_visited . . . . . : 0x5630699ff9b0
last_gui_buffer_visited . . . : 0x5630699ff9b0
gui_buffers_visited_index . . : -1
gui_buffers_visited_count . . : 1
gui_buffers_visited_frozen. . : 0
gui_buffer_last_displayed . . : 0x0
[buffer (addr:0x5630695ead40)]
plugin. . . . . . . . . : 0x0 ('core')
plugin_name_for_upgrade : '(null)'
number. . . . . . . . . : 1
layout_number . . . . . : 0
layout_number_merge_order: 0
name. . . . . . . . . . : 'weechat'
full_name . . . . . . . : 'core.weechat'
short_name. . . . . . . : 'weechat'
type. . . . . . . . . . : 0
notify. . . . . . . . . : 3
num_displayed . . . . . : 1
active. . . . . . . . . : 1
hidden. . . . . . . . . : 0
zoomed. . . . . . . . . : 0
print_hooks_enabled . . : 1
day_change. . . . . . . : 1
clear . . . . . . . . . : 1
filter. . . . . . . . . : 1
close_callback. . . . . : 0x0
close_callback_pointer. : 0x0
close_callback_data . . : 0x0
closing . . . . . . . . : 0
title . . . . . . . . . : 'WeeChat 2.5 (C) 2003-2019 - https://weechat.org/'
own_lines . . . . . . . : 0x5630699fcf00
first_line . . . . . . . : 0x563069a045c0
last_line. . . . . . . . : 0x56306a07d110
last_read_line . . . . . : 0x0
lines_count. . . . . . . : 46
first_line_not_read. . . : 0
lines_hidden . . . . . . : 0
buffer_max_length. . . . : 0
buffer_max_length_refresh: 0
prefix_max_length. . . . : 0
prefix_max_length_refresh: 0
mixed_lines . . . . . . : 0x0
lines . . . . . . . . . : 0x5630699fcf00
time_for_each_line. . . : 1
chat_refresh_needed . . : 1
nicklist. . . . . . . . : 0
nicklist_case_sensitive : 0
nicklist_root . . . . . : 0x563069624180
nicklist_max_length . . : 0
nicklist_display_groups : 1
nicklist_count. . . . . : 0
nicklist_groups_count . : 0
nicklist_nicks_count. . : 0
nicklist_visible_count. : 0
nickcmp_callback. . . . : 0x0
nickcmp_callback_pointer: 0x0
nickcmp_callback_data . : 0x0
input . . . . . . . . . : 1
input_callback. . . . . : 0x0
input_callback_pointer. : 0x0
input_callback_data . . : 0x0
input_get_unknown_cmd . : 0
input_get_empty . . . . : 0
input_buffer. . . . . . : ''
input_buffer_alloc. . . : 256
input_buffer_size . . . : 0
input_buffer_length . . : 0
input_buffer_pos. . . . : 0
input_buffer_1st_disp . : 0
input_undo_snap->data . : '(null)'
input_undo_snap->pos. . : 0
input_undo. . . . . . . : 0x0
last_input_undo . . . . : 0x0
ptr_input_undo. . . . . : 0x0
input_undo_count. . . . : 0
completion. . . . . . . : 0x5630699ff3e0
history . . . . . . . . : 0x56306a646a10
last_history. . . . . . : 0x563069fbc220
ptr_history . . . . . . : 0x0
num_history . . . . . . : 2
text_search . . . . . . : 0
text_search_exact . . . : 0
text_search_regex . . . : 0
text_search_regex_compiled: 0x0
text_search_where . . . : 0
text_search_found . . . : 0
text_search_input . . . : '(null)'
highlight_words . . . . : '(null)'
highlight_regex . . . . : '(null)'
highlight_regex_compiled: 0x0
highlight_tags_restrict. . . : '(null)'
highlight_tags_restrict_count: 0
highlight_tags_restrict_array: 0x0
highlight_tags. . . . . : '(null)'
highlight_tags_count. . : 0
highlight_tags_array. . : 0x0
hotlist . . . . . . . . : 0x0
keys. . . . . . . . . . : 0x0
last_key. . . . . . . . : 0x0
keys_count. . . . . . . : 0
local_variables . . . . : 0x5630699ff770
prev_buffer . . . . . . : 0x0
next_buffer . . . . . . : 0x0
[hashtable hotlist_max_level_nicks (addr:0x5630699ff610)]
size . . . . . . . . . : 32
htable . . . . . . . . : 0x5630699ff660
items_count. . . . . . : 0
type_keys. . . . . . . : 1 (string)
type_values. . . . . . : 0 (integer)
callback_hash_key. . . : 0x563069284570
callback_keycmp. . . . : 0x5630692844b0
callback_free_key. . . : 0x0
callback_free_value. . : 0x0
keys_values. . . . . . : '(null)'
htable[000000] . . . . : 0x0
htable[000001] . . . . : 0x0
htable[000002] . . . . : 0x0
htable[000003] . . . . : 0x0
htable[000004] . . . . : 0x0
htable[000005] . . . . : 0x0
htable[000006] . . . . : 0x0
htable[000007] . . . . : 0x0
htable[000008] . . . . : 0x0
htable[000009] . . . . : 0x0
htable[000010] . . . . : 0x0
htable[000011] . . . . : 0x0
htable[000012] . . . . : 0x0
htable[000013] . . . . : 0x0
htable[000014] . . . . : 0x0
htable[000015] . . . . : 0x0
htable[000016] . . . . : 0x0
htable[000017] . . . . : 0x0
htable[000018] . . . . : 0x0
htable[000019] . . . . : 0x0
htable[000020] . . . . : 0x0
htable[000021] . . . . : 0x0
htable[000022] . . . . : 0x0
htable[000023] . . . . : 0x0
htable[000024] . . . . : 0x0
htable[000025] . . . . : 0x0
htable[000026] . . . . : 0x0
htable[000027] . . . . : 0x0
htable[000028] . . . . : 0x0
htable[000029] . . . . : 0x0
htable[000030] . . . . : 0x0
htable[000031] . . . . : 0x0
[hashtable local_variables (addr:0x5630699ff770)]
size . . . . . . . . . : 32
htable . . . . . . . . : 0x5630699ff7c0
items_count. . . . . . : 2
type_keys. . . . . . . : 1 (string)
type_values. . . . . . : 1 (string)
callback_hash_key. . . : 0x563069284570
callback_keycmp. . . . : 0x5630692844b0
callback_free_key. . . : 0x0
callback_free_value. . : 0x0
keys_values. . . . . . : '(null)'
htable[000000] . . . . : 0x0
htable[000001] . . . . : 0x0
htable[000002] . . . . : 0x0
htable[000003] . . . . : 0x0
htable[000004] . . . . : 0x0
htable[000005] . . . . : 0x0
htable[000006] . . . . : 0x0
htable[000007] . . . . : 0x0
htable[000008] . . . . : 0x5630699ff8d0
[item 0x5630699ff7c0]
key (string) . . . : 'plugin'
key_size . . . . . : 7
value (string) . . : 'core'
value_size . . . . : 5
prev_item. . . . . : 0x0
next_item. . . . . : 0x0
htable[000009] . . . . : 0x0
htable[000010] . . . . : 0x0
htable[000011] . . . . : 0x0
htable[000012] . . . . : 0x0
htable[000013] . . . . : 0x0
htable[000014] . . . . : 0x0
htable[000015] . . . . : 0x0
htable[000016] . . . . : 0x0
htable[000017] . . . . : 0x0
htable[000018] . . . . : 0x0
htable[000019] . . . . : 0x0
htable[000020] . . . . : 0x0
htable[000021] . . . . : 0x0
htable[000022] . . . . : 0x0
htable[000023] . . . . : 0x0
htable[000024] . . . . : 0x0
htable[000025] . . . . : 0x0
htable[000026] . . . . : 0x0
htable[000027] . . . . : 0x0
htable[000028] . . . . : 0x0
htable[000029] . . . . : 0x0
htable[000030] . . . . : 0x0
htable[000031] . . . . : 0x5630699ff930
[item 0x5630699ff7c0]
key (string) . . . : 'name'
key_size . . . . . : 5
value (string) . . : 'weechat'
value_size . . . . : 8
prev_item. . . . . : 0x0
next_item. . . . . : 0x0
=> nicklist:
=> group (addr:0x563069624180)
name. . . . : 'root'
color . . . : '(null)'
visible . . : 0
parent. . . : 0x0
children. . : 0x0
last_child. : 0x0
nicks . . . : 0x0
last_nick . : 0x0
prev_group. : 0x0
next_group. : 0x0
=> last 100 lines:
line N-00045: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '.14 ___ __ ______________ _____ '
line N-00044: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '.14 __ | / /___________ ____/__ /_______ __ /_'
line N-00043: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '.14 __ | /| / /_ _ \ _ \ / __ __ \ __ `/ __/'
line N-00042: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '.14 __ |/ |/ / / __/ __/ /___ _ / / / /_/ // /_ '
line N-00041: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '.14 ____/|__/ \___/\___/\____/ /_/ /_/\__,_/ \__/ '
line N-00040: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '.11WeeChat 2.5 .28[.32compiled on Jun 11 2019 10:01:45.28]'
line N-00039: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'
line N-00038: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: ''
line N-00037: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Welcome to WeeChat!'
line N-00036: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: ''
line N-00035: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'If you are discovering WeeChat, it is recommended to read at least the quickstart guide, and the user's guide if you have some time; they explain main WeeChat concepts.'
line N-00034: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'All WeeChat docs are available at: https://weechat.org/doc'
line N-00033: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: ''
line N-00032: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Moreover, there is inline help with /help on all commands and options (use Tab key to complete the name).'
line N-00031: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'The command /fset can help to customize WeeChat.'
line N-00030: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: ''
line N-00029: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'You can add and connect to an IRC server with /server and /connect commands (see /help server).'
line N-00028: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: ''
line N-00027: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: '---'
line N-00026: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: ''
line N-00025: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Bar "input" created'
line N-00024: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Bar "title" created'
line N-00023: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Bar "status" created'
line N-00022: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Bar "nicklist" created'
line N-00021: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-1;5P.28 => .01/bar scroll buflist * -100%'
line N-00020: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-1;5Q.28 => .01/bar scroll buflist * +100%'
line N-00019: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta-meta-OQ.28 => .01/bar scroll buflist * e'
line N-00018: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-1;3Q.28 => .01/bar scroll buflist * e'
line N-00017: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-1;3P.28 => .01/bar scroll buflist * b'
line N-00016: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta-meta-OP.28 => .01/bar scroll buflist * b'
line N-00015: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta-OQ.28 => .01/bar scroll buflist * +100%'
line N-00014: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta-OP.28 => .01/bar scroll buflist * -100%'
line N-00013: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta-meta2-12~.28 => .01/bar scroll buflist * e'
line N-00012: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta-meta2-11~.28 => .01/bar scroll buflist * b'
line N-00011: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-12^.28 => .01/bar scroll buflist * +100%'
line N-00010: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-12~.28 => .01/bar scroll buflist * +100%'
line N-00009: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-11^.28 => .01/bar scroll buflist * -100%'
line N-00008: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'New key binding (context "default"): meta2-11~.28 => .01/bar scroll buflist * -100%'
line N-00007: y:-1, str_time:'.0220.03:.0218.03:.0235', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'Plugins loaded: alias, buflist, charset, exec, fifo, fset, guile, irc, logger, lua, perl, python, relay, ruby, script, spell, tcl, trigger, xfer'
line N-00006: y:-1, str_time:'.0220.03:.0218.03:.0248', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'script: downloading list of scripts...'
line N-00005: y:-1, str_time:'.0220.03:.0218.03:.0248', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'script: 362 scripts for WeeChat 2.5'
line N-00004: y:-1, str_time:'.0220.03:.0218.03:.0248', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'perl: loading script "/tmp/weechat_temp_0zxUGE/perl/multiline.pl"'
line N-00003: y:-1, str_time:'.0220.03:.0218.03:.0249', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'perl: registered script "multiline", version 0.6.3 (Multi-line edit box)'
line N-00002: y:-1, str_time:'.0220.03:.0219.03:.0201', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'perl: unloading script "multiline"'
line N-00001: y:-1, str_time:'.0220.03:.0219.03:.0201', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'perl: script "multiline" unloaded'
line N-00000: y:-1, str_time:'.0220.03:.0219.03:.0201', tags:'', displayed:1, highlight:0, refresh_needed:0, prefix:''
data: 'perl: loading script "/tmp/weechat_temp_0zxUGE/perl/multiline.pl"'
[completion (addr:0x5630699ff3e0)]
buffer. . . . . . . . . . : 0x5630695ead40
context . . . . . . . . . : 0
base_command. . . . . . . : '(null)'
base_command_arg_index. . : 0
base_word . . . . . . . . : '(null)'
base_word_pos . . . . . . : 0
position. . . . . . . . . : -1
args. . . . . . . . . . . : '(null)'
direction . . . . . . . . : 0
add_space . . . . . . . . : 1
force_partial_completion. : 0
reverse_partial_completion: 0
list. . . . . . . . . . . : 0x5630699ff460
word_found. . . . . . . . : '(null)'
word_found_is_nick. . . . : 0
position_replace. . . . . : 0
diff_size . . . . . . . . : 0
diff_length . . . . . . . : 0
[arraylist partial completion word (addr:0x5630699ff5c0)]
size . . . . . . . . . : 0
size_alloc . . . . . . : 0
size_alloc_min . . . . : 0
sorted . . . . . . . . : 0
allow_duplicates . . . : 0
data . . . . . . . . . : 0x0
callback_cmp . . . . . : 0x5630692ba9b0
callback_cmp_data. . . : 0x0
callback_free. . . . . : 0x5630692ba9c0
callback_free_data . . : 0x0
[visited buffers]
#1:
buffer . . . . . . . . : 0x5630695ead40
prev_buffer. . . . . . : 0x0
next_buffer. . . . . . : 0x0
gui_layouts . . . . . . . . . : 0x0
last_gui_layout . . . . . . . : 0x0
gui_layout_current. . . . . . : 0x0
[keys for context: default]
keys . . . . . . . . : 0x5630696156f0
last_key . . . . . . : 0x563069615790
keys_count . . . . . : 253
[key (addr:0x5630696156f0)]
key. . . . . . . . : '.?'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_previous_char'
score. . . . . . . : 0
prev_key . . . . . : 0x0
next_key . . . . . : 0x5630696161b0
[key (addr:0x5630696161b0)]
key. . . . . . . . : '.A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_beginning_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696156f0
next_key . . . . . : 0x5630696165c0
[key (addr:0x5630696165c0)]
key. . . . . . . . : '.B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_previous_char'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696161b0
next_key . . . . . : 0x5630696179c0
[key (addr:0x5630696179c0)]
key. . . . . . . . : '.C_'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input insert \x1F'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696165c0
next_key . . . . . : 0x5630696176f0
[key (addr:0x5630696176f0)]
key. . . . . . . . : '.Cb'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input insert \x02'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696179c0
next_key . . . . . : 0x563069617780
[key (addr:0x563069617780)]
key. . . . . . . . : '.Cc'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input insert \x03'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696176f0
next_key . . . . . : 0x563069617810
[key (addr:0x563069617810)]
key. . . . . . . . : '.Ci'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input insert \x1D'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617780
next_key . . . . . : 0x5630696178a0
[key (addr:0x5630696178a0)]
key. . . . . . . . : '.Co'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input insert \x0F'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617810
next_key . . . . . : 0x563069617930
[key (addr:0x563069617930)]
key. . . . . . . . : '.Cv'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input insert \x16'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696178a0
next_key . . . . . : 0x563069615970
[key (addr:0x563069615970)]
key. . . . . . . . : '.D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_next_char'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617930
next_key . . . . . : 0x5630696164c0
[key (addr:0x5630696164c0)]
key. . . . . . . . : '.E'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_end_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615970
next_key . . . . . : 0x5630696166f0
[key (addr:0x5630696166f0)]
key. . . . . . . . : '.F'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_next_char'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696164c0
next_key . . . . . : 0x563069615650
[key (addr:0x563069615650)]
key. . . . . . . . : '.H'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_previous_char'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696166f0
next_key . . . . . : 0x5630696154c0
[key (addr:0x5630696154c0)]
key. . . . . . . . : '.I'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input complete_next'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615650
next_key . . . . . : 0x563069615430
[key (addr:0x563069615430)]
key. . . . . . . . : '.J'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input return'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696154c0
next_key . . . . . : 0x563069615c40
[key (addr:0x563069615c40)]
key. . . . . . . . : '.K'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_end_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615430
next_key . . . . . : 0x563069619210
[key (addr:0x563069619210)]
key. . . . . . . . : '.L'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window refresh'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615c40
next_key . . . . . : 0x563069fe7180
[key (addr:0x563069fe7180)]
key. . . . . . . . : '.M'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input return'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619210
next_key . . . . . : 0x563069617d20
[key (addr:0x563069617d20)]
key. . . . . . . . : '.N'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069fe7180
next_key . . . . . : 0x563069618110
[key (addr:0x563069618110)]
key. . . . . . . . : '.P'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617d20
next_key . . . . . : 0x5630696155c0
[key (addr:0x5630696155c0)]
key. . . . . . . . : '.R'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_text_here'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618110
next_key . . . . . : 0x563069617660
[key (addr:0x563069617660)]
key. . . . . . . . : '.S.U'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input set_unread'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696155c0
next_key . . . . . : 0x563069615d70
[key (addr:0x563069615d70)]
key. . . . . . . . : '.T'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input transpose_chars'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617660
next_key . . . . . : 0x563069615e00
[key (addr:0x563069615e00)]
key. . . . . . . . : '.U'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_beginning_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615d70
next_key . . . . . : 0x563069615a00
[key (addr:0x563069615a00)]
key. . . . . . . . : '.W'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_previous_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615e00
next_key . . . . . : 0x563069615a70
[key (addr:0x563069615a70)]
key. . . . . . . . : '.X'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input switch_active_buffer'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615a00
next_key . . . . . : 0x563069615ea0
[key (addr:0x563069615ea0)]
key. . . . . . . . : '.Y'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input clipboard_paste'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615a70
next_key . . . . . : 0x563069a87150
[key (addr:0x563069a87150)]
key. . . . . . . . : '.[.[OP'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * b'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615ea0
next_key . . . . . : 0x563069a86c30
[key (addr:0x563069a86c30)]
key. . . . . . . . : '.[.[OQ'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * e'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87150
next_key . . . . . : 0x563069a877e0
[key (addr:0x563069a877e0)]
key. . . . . . . . : '.[.[[11~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * b'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a86c30
next_key . . . . . : 0x563069a87640
[key (addr:0x563069a87640)]
key. . . . . . . . : '.[.[[12~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * e'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a877e0
next_key . . . . . : 0x563069618620
[key (addr:0x563069618620)]
key. . . . . . . . : '.[.[[1~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_top'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87640
next_key . . . . . : 0x563069619030
[key (addr:0x563069619030)]
key. . . . . . . . : '.[.[[23~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * b'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618620
next_key . . . . . : 0x563069619170
[key (addr:0x563069619170)]
key. . . . . . . . : '.[.[[24~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * e'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619030
next_key . . . . . : 0x5630696187d0
[key (addr:0x5630696187d0)]
key. . . . . . . . : '.[.[[4~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_bottom'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619170
next_key . . . . . : 0x5630696183e0
[key (addr:0x5630696183e0)]
key. . . . . . . . : '.[.[[5~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_up'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696187d0
next_key . . . . . : 0x563069618500
[key (addr:0x563069618500)]
key. . . . . . . . : '.[.[[6~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_down'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696183e0
next_key . . . . . : 0x5630696186b0
[key (addr:0x5630696186b0)]
key. . . . . . . . : '.[.[[7~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_top'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618500
next_key . . . . . : 0x563069618860
[key (addr:0x563069618860)]
key. . . . . . . . : '.[.[[8~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_bottom'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696186b0
next_key . . . . . : 0x563069617ed0
[key (addr:0x563069617ed0)]
key. . . . . . . . : '.[.[[A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618860
next_key . . . . . : 0x563069617b70
[key (addr:0x563069617b70)]
key. . . . . . . . : '.[.[[B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617ed0
next_key . . . . . : 0x563069617a50
[key (addr:0x563069617a50)]
key. . . . . . . . : '.[.[[C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617b70
next_key . . . . . : 0x563069617db0
[key (addr:0x563069617db0)]
key. . . . . . . . : '.[.[[D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617a50
next_key . . . . . : 0x563069619ab0
[key (addr:0x563069619ab0)]
key. . . . . . . . : '.[-'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/filter toggle @'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617db0
next_key . . . . . : 0x56306961a1f0
[key (addr:0x56306961a1f0)]
key. . . . . . . . : '.[/'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input jump_last_buffer_displayed'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619ab0
next_key . . . . . : 0x563069619b40
[key (addr:0x563069619b40)]
key. . . . . . . . : '.[0'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *10'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a1f0
next_key . . . . . : 0x563069619bd0
[key (addr:0x563069619bd0)]
key. . . . . . . . : '.[1'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619b40
next_key . . . . . : 0x563069619c60
[key (addr:0x563069619c60)]
key. . . . . . . . : '.[2'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *2'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619bd0
next_key . . . . . : 0x563069619cf0
[key (addr:0x563069619cf0)]
key. . . . . . . . : '.[3'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *3'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619c60
next_key . . . . . : 0x563069619d80
[key (addr:0x563069619d80)]
key. . . . . . . . : '.[4'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *4'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619cf0
next_key . . . . . : 0x563069619e10
[key (addr:0x563069619e10)]
key. . . . . . . . : '.[5'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *5'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619d80
next_key . . . . . : 0x563069619ea0
[key (addr:0x563069619ea0)]
key. . . . . . . . : '.[6'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *6'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619e10
next_key . . . . . : 0x563069619f30
[key (addr:0x563069619f30)]
key. . . . . . . . : '.[7'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *7'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619ea0
next_key . . . . . : 0x563069619fc0
[key (addr:0x563069619fc0)]
key. . . . . . . . : '.[8'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *8'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619f30
next_key . . . . . : 0x56306961a050
[key (addr:0x56306961a050)]
key. . . . . . . . : '.[9'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *9'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619fc0
next_key . . . . . : 0x56306961a0e0
[key (addr:0x56306961a0e0)]
key. . . . . . . . : '.[<'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input jump_previously_visited_buffer'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a050
next_key . . . . . : 0x563069619a20
[key (addr:0x563069619a20)]
key. . . . . . . . : '.[='
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/filter toggle'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a0e0
next_key . . . . . : 0x56306961a150
[key (addr:0x56306961a150)]
key. . . . . . . . : '.[>'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input jump_next_visited_buffer'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619a20
next_key . . . . . : 0x563069616e00
[key (addr:0x563069616e00)]
key. . . . . . . . : '.[OA'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_global_previous'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a150
next_key . . . . . : 0x563069616fe0
[key (addr:0x563069616fe0)]
key. . . . . . . . : '.[OB'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_global_next'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616e00
next_key . . . . . : 0x563069616b50
[key (addr:0x563069616b50)]
key. . . . . . . . : '.[OC'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_next_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616fe0
next_key . . . . . : 0x5630696168c0
[key (addr:0x5630696168c0)]
key. . . . . . . . : '.[OD'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_previous_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616b50
next_key . . . . . : 0x563069616430
[key (addr:0x563069616430)]
key. . . . . . . . : '.[OF'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_end_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696168c0
next_key . . . . . : 0x563069616140
[key (addr:0x563069616140)]
key. . . . . . . . : '.[OH'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_beginning_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616430
next_key . . . . . : 0x563069a874a0
[key (addr:0x563069a874a0)]
key. . . . . . . . : '.[OP'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616140
next_key . . . . . : 0x563069a87310
[key (addr:0x563069a87310)]
key. . . . . . . . : '.[OQ'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a874a0
next_key . . . . . : 0x563069616d90
[key (addr:0x563069616d90)]
key. . . . . . . . : '.[Oa'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_global_previous'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87310
next_key . . . . . : 0x563069616f70
[key (addr:0x563069616f70)]
key. . . . . . . . : '.[Ob'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_global_next'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616d90
next_key . . . . . : 0x563069616ac0
[key (addr:0x563069616ac0)]
key. . . . . . . . : '.[Oc'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_next_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616f70
next_key . . . . . : 0x563069616820
[key (addr:0x563069616820)]
key. . . . . . . . : '.[Od'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_previous_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616ac0
next_key . . . . . : 0x563069a87ca0
[key (addr:0x563069a87ca0)]
key. . . . . . . . : '.[[11^'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616820
next_key . . . . . : 0x563069a87e40
[key (addr:0x563069a87e40)]
key. . . . . . . . : '.[[11~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87ca0
next_key . . . . . : 0x563069a87970
[key (addr:0x563069a87970)]
key. . . . . . . . : '.[[12^'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87e40
next_key . . . . . : 0x563069a87b00
[key (addr:0x563069a87b00)]
key. . . . . . . . : '.[[12~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87970
next_key . . . . . : 0x563069617ff0
[key (addr:0x563069617ff0)]
key. . . . . . . . : '.[[15~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a87b00
next_key . . . . . : 0x563069617c90
[key (addr:0x563069617c90)]
key. . . . . . . . : '.[[17~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617ff0
next_key . . . . . : 0x5630696192a0
[key (addr:0x5630696192a0)]
key. . . . . . . . : '.[[18~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617c90
next_key . . . . . : 0x563069619360
[key (addr:0x563069619360)]
key. . . . . . . . : '.[[19~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window +1'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696192a0
next_key . . . . . : 0x563069617f60
[key (addr:0x563069617f60)]
key. . . . . . . . : '.[[1;3A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619360
next_key . . . . . : 0x563069617c00
[key (addr:0x563069617c00)]
key. . . . . . . . : '.[[1;3B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617f60
next_key . . . . . : 0x563069617ae0
[key (addr:0x563069617ae0)]
key. . . . . . . . : '.[[1;3C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617c00
next_key . . . . . : 0x563069617e40
[key (addr:0x563069617e40)]
key. . . . . . . . : '.[[1;3D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617ae0
next_key . . . . . : 0x5630696188f0
[key (addr:0x5630696188f0)]
key. . . . . . . . : '.[[1;3F'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_bottom'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617e40
next_key . . . . . : 0x563069618740
[key (addr:0x563069618740)]
key. . . . . . . . : '.[[1;3H'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_top'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696188f0
next_key . . . . . : 0x563069a86f90
[key (addr:0x563069a86f90)]
key. . . . . . . . : '.[[1;3P'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * b'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618740
next_key . . . . . : 0x563069a86dd0
[key (addr:0x563069a86dd0)]
key. . . . . . . . : '.[[1;3Q'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * e'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a86f90
next_key . . . . . : 0x563069616ea0
[key (addr:0x563069616ea0)]
key. . . . . . . . : '.[[1;5A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_global_previous'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a86dd0
next_key . . . . . : 0x563069617080
[key (addr:0x563069617080)]
key. . . . . . . . : '.[[1;5B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_global_next'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616ea0
next_key . . . . . : 0x563069616be0
[key (addr:0x563069616be0)]
key. . . . . . . . : '.[[1;5C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_next_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617080
next_key . . . . . : 0x563069616960
[key (addr:0x563069616960)]
key. . . . . . . . : '.[[1;5D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_previous_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616be0
next_key . . . . . : 0x563069a849d0
[key (addr:0x563069a849d0)]
key. . . . . . . . : '.[[1;5P'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616960
next_key . . . . . : 0x563069a86580
[key (addr:0x563069a86580)]
key. . . . . . . . : '.[[1;5Q'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll buflist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a849d0
next_key . . . . . : 0x563069615f30
[key (addr:0x563069615f30)]
key. . . . . . . . : '.[[1~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_beginning_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069a86580
next_key . . . . . : 0x56306961a3b0
[key (addr:0x56306961a3b0)]
key. . . . . . . . : '.[[200~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input paste_start'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615f30
next_key . . . . . : 0x56306961a470
[key (addr:0x56306961a470)]
key. . . . . . . . : '.[[201~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input paste_stop'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a3b0
next_key . . . . . : 0x563069618a90
[key (addr:0x563069618a90)]
key. . . . . . . . : '.[[20~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll title * -30%'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a470
next_key . . . . . : 0x563069618b60
[key (addr:0x563069618b60)]
key. . . . . . . . : '.[[21~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll title * +30%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618a90
next_key . . . . . : 0x563069618f90
[key (addr:0x563069618f90)]
key. . . . . . . . : '.[[23;3~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * b'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618b60
next_key . . . . . : 0x563069618de0
[key (addr:0x563069618de0)]
key. . . . . . . . : '.[[23;5~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618f90
next_key . . . . . : 0x563069618d40
[key (addr:0x563069618d40)]
key. . . . . . . . : '.[[23^'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618de0
next_key . . . . . : 0x563069618c00
[key (addr:0x563069618c00)]
key. . . . . . . . : '.[[23~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * -100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618d40
next_key . . . . . : 0x5630696190d0
[key (addr:0x5630696190d0)]
key. . . . . . . . : '.[[24;3~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * e'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618c00
next_key . . . . . : 0x563069618f20
[key (addr:0x563069618f20)]
key. . . . . . . . : '.[[24;5~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696190d0
next_key . . . . . : 0x563069618e50
[key (addr:0x563069618e50)]
key. . . . . . . . : '.[[24^'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618f20
next_key . . . . . : 0x563069618ca0
[key (addr:0x563069618ca0)]
key. . . . . . . . : '.[[24~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/bar scroll nicklist * +100%'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618e50
next_key . . . . . : 0x5630696158b0
[key (addr:0x5630696158b0)]
key. . . . . . . . : '.[[3~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_next_char'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618ca0
next_key . . . . . : 0x563069616250
[key (addr:0x563069616250)]
key. . . . . . . . : '.[[4~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_end_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696158b0
next_key . . . . . : 0x563069618470
[key (addr:0x563069618470)]
key. . . . . . . . : '.[[5;3~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_up'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616250
next_key . . . . . : 0x5630696181a0
[key (addr:0x5630696181a0)]
key. . . . . . . . : '.[[5~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window page_up'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618470
next_key . . . . . : 0x563069618590
[key (addr:0x563069618590)]
key. . . . . . . . : '.[[6;3~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_down'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696181a0
next_key . . . . . : 0x5630696182c0
[key (addr:0x5630696182c0)]
key. . . . . . . . : '.[[6~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window page_down'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618590
next_key . . . . . : 0x563069616070
[key (addr:0x563069616070)]
key. . . . . . . . : '.[[7~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_beginning_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696182c0
next_key . . . . . : 0x5630696163a0
[key (addr:0x5630696163a0)]
key. . . . . . . . : '.[[8~'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_end_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616070
next_key . . . . . : 0x563069616c70
[key (addr:0x563069616c70)]
key. . . . . . . . : '.[[A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_previous'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696163a0
next_key . . . . . : 0x563069616d00
[key (addr:0x563069616d00)]
key. . . . . . . . : '.[[B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input history_next'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616c70
next_key . . . . . : 0x563069616660
[key (addr:0x563069616660)]
key. . . . . . . . : '.[[C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_next_char'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616d00
next_key . . . . . : 0x563069616550
[key (addr:0x563069616550)]
key. . . . . . . . : '.[[D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_previous_char'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616660
next_key . . . . . : 0x563069616310
[key (addr:0x563069616310)]
key. . . . . . . . : '.[[F'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_end_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616550
next_key . . . . . : 0x563069618350
[key (addr:0x563069618350)]
key. . . . . . . . : '.[[G'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window page_down'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616310
next_key . . . . . : 0x563069616000
[key (addr:0x563069616000)]
key. . . . . . . . : '.[[H'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_beginning_of_line'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618350
next_key . . . . . : 0x563069618230
[key (addr:0x563069618230)]
key. . . . . . . . : '.[[I'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window page_up'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616000
next_key . . . . . : 0x563069615550
[key (addr:0x563069615550)]
key. . . . . . . . : '.[[Z'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input complete_previous'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618230
next_key . . . . . : 0x563069618080
[key (addr:0x563069618080)]
key. . . . . . . . : '.[[[E'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615550
next_key . . . . . : 0x563069615820
[key (addr:0x563069615820)]
key. . . . . . . . : '.[_'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input redo'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618080
next_key . . . . . : 0x563069617150
[key (addr:0x563069617150)]
key. . . . . . . . : '.[a'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input jump_smart'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615820
next_key . . . . . : 0x563069616780
[key (addr:0x563069616780)]
key. . . . . . . . : '.[b'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_previous_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617150
next_key . . . . . : 0x563069615bb0
[key (addr:0x563069615bb0)]
key. . . . . . . . : '.[d'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_next_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616780
next_key . . . . . : 0x563069616a30
[key (addr:0x563069616a30)]
key. . . . . . . . : '.[f'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input move_next_word'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615bb0
next_key . . . . . : 0x563069617420
[key (addr:0x563069617420)]
key. . . . . . . . : '.[h'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input hotlist_clear'
score. . . . . . . : 0
prev_key . . . . . : 0x563069616a30
next_key . . . . . : 0x5630696171e0
[key (addr:0x5630696171e0)]
key. . . . . . . . : '.[j.[f'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer -'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617420
next_key . . . . . : 0x563069617270
[key (addr:0x563069617270)]
key. . . . . . . . : '.[j.[l'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer +'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696171e0
next_key . . . . . : 0x563069617300
[key (addr:0x563069617300)]
key. . . . . . . . : '.[j.[r'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/server raw'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617270
next_key . . . . . : 0x563069617390
[key (addr:0x563069617390)]
key. . . . . . . . : '.[j.[s'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/server jump'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617300
next_key . . . . . : 0x56306961a500
[key (addr:0x56306961a500)]
key. . . . . . . . : '.[j01'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *1'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617390
next_key . . . . . : 0x56306961a590
[key (addr:0x56306961a590)]
key. . . . . . . . : '.[j02'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *2'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a500
next_key . . . . . : 0x56306961a620
[key (addr:0x56306961a620)]
key. . . . . . . . : '.[j03'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *3'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a590
next_key . . . . . : 0x56306961a6b0
[key (addr:0x56306961a6b0)]
key. . . . . . . . : '.[j04'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *4'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a620
next_key . . . . . : 0x56306961a740
[key (addr:0x56306961a740)]
key. . . . . . . . : '.[j05'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *5'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a6b0
next_key . . . . . : 0x56306961a7d0
[key (addr:0x56306961a7d0)]
key. . . . . . . . : '.[j06'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *6'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a740
next_key . . . . . : 0x56306961a860
[key (addr:0x56306961a860)]
key. . . . . . . . : '.[j07'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *7'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a7d0
next_key . . . . . : 0x56306961a8f0
[key (addr:0x56306961a8f0)]
key. . . . . . . . : '.[j08'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *8'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a860
next_key . . . . . : 0x56306961a980
[key (addr:0x56306961a980)]
key. . . . . . . . : '.[j09'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *9'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a8f0
next_key . . . . . : 0x56306961aa10
[key (addr:0x56306961aa10)]
key. . . . . . . . : '.[j10'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *10'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a980
next_key . . . . . : 0x56306961aaa0
[key (addr:0x56306961aaa0)]
key. . . . . . . . : '.[j11'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *11'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961aa10
next_key . . . . . : 0x56306961ab30
[key (addr:0x56306961ab30)]
key. . . . . . . . : '.[j12'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *12'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961aaa0
next_key . . . . . : 0x56306961abc0
[key (addr:0x56306961abc0)]
key. . . . . . . . : '.[j13'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *13'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ab30
next_key . . . . . : 0x56306961ac50
[key (addr:0x56306961ac50)]
key. . . . . . . . : '.[j14'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *14'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961abc0
next_key . . . . . : 0x56306961ace0
[key (addr:0x56306961ace0)]
key. . . . . . . . : '.[j15'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *15'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ac50
next_key . . . . . : 0x56306961ad70
[key (addr:0x56306961ad70)]
key. . . . . . . . : '.[j16'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *16'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ace0
next_key . . . . . : 0x56306961ae00
[key (addr:0x56306961ae00)]
key. . . . . . . . : '.[j17'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *17'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ad70
next_key . . . . . : 0x56306961ae90
[key (addr:0x56306961ae90)]
key. . . . . . . . : '.[j18'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *18'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ae00
next_key . . . . . : 0x56306961af20
[key (addr:0x56306961af20)]
key. . . . . . . . : '.[j19'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *19'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ae90
next_key . . . . . : 0x56306961afb0
[key (addr:0x56306961afb0)]
key. . . . . . . . : '.[j20'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *20'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961af20
next_key . . . . . : 0x56306961b040
[key (addr:0x56306961b040)]
key. . . . . . . . : '.[j21'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *21'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961afb0
next_key . . . . . : 0x56306961b0d0
[key (addr:0x56306961b0d0)]
key. . . . . . . . : '.[j22'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *22'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b040
next_key . . . . . : 0x56306961b160
[key (addr:0x56306961b160)]
key. . . . . . . . : '.[j23'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *23'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b0d0
next_key . . . . . : 0x56306961b1f0
[key (addr:0x56306961b1f0)]
key. . . . . . . . : '.[j24'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *24'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b160
next_key . . . . . : 0x56306961b280
[key (addr:0x56306961b280)]
key. . . . . . . . : '.[j25'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *25'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b1f0
next_key . . . . . : 0x56306961b310
[key (addr:0x56306961b310)]
key. . . . . . . . : '.[j26'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *26'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b280
next_key . . . . . : 0x56306961b3a0
[key (addr:0x56306961b3a0)]
key. . . . . . . . : '.[j27'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *27'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b310
next_key . . . . . : 0x56306961b430
[key (addr:0x56306961b430)]
key. . . . . . . . : '.[j28'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *28'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b3a0
next_key . . . . . : 0x56306961b4c0
[key (addr:0x56306961b4c0)]
key. . . . . . . . : '.[j29'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *29'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b430
next_key . . . . . : 0x56306961b550
[key (addr:0x56306961b550)]
key. . . . . . . . : '.[j30'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *30'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b4c0
next_key . . . . . : 0x56306961b5e0
[key (addr:0x56306961b5e0)]
key. . . . . . . . : '.[j31'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *31'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b550
next_key . . . . . : 0x56306961b670
[key (addr:0x56306961b670)]
key. . . . . . . . : '.[j32'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *32'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b5e0
next_key . . . . . : 0x56306961b700
[key (addr:0x56306961b700)]
key. . . . . . . . : '.[j33'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *33'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b670
next_key . . . . . : 0x56306961b790
[key (addr:0x56306961b790)]
key. . . . . . . . : '.[j34'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *34'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b700
next_key . . . . . : 0x56306961b820
[key (addr:0x56306961b820)]
key. . . . . . . . : '.[j35'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *35'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b790
next_key . . . . . : 0x56306961b8b0
[key (addr:0x56306961b8b0)]
key. . . . . . . . : '.[j36'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *36'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b820
next_key . . . . . : 0x56306961b940
[key (addr:0x56306961b940)]
key. . . . . . . . : '.[j37'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *37'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b8b0
next_key . . . . . : 0x56306961b9d0
[key (addr:0x56306961b9d0)]
key. . . . . . . . : '.[j38'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *38'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b940
next_key . . . . . : 0x56306961ba60
[key (addr:0x56306961ba60)]
key. . . . . . . . : '.[j39'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *39'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961b9d0
next_key . . . . . : 0x56306961baf0
[key (addr:0x56306961baf0)]
key. . . . . . . . : '.[j40'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *40'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ba60
next_key . . . . . : 0x56306961bb80
[key (addr:0x56306961bb80)]
key. . . . . . . . : '.[j41'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *41'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961baf0
next_key . . . . . : 0x56306961bc10
[key (addr:0x56306961bc10)]
key. . . . . . . . : '.[j42'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *42'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bb80
next_key . . . . . : 0x56306961bca0
[key (addr:0x56306961bca0)]
key. . . . . . . . : '.[j43'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *43'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bc10
next_key . . . . . : 0x56306961bd30
[key (addr:0x56306961bd30)]
key. . . . . . . . : '.[j44'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *44'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bca0
next_key . . . . . : 0x56306961bdc0
[key (addr:0x56306961bdc0)]
key. . . . . . . . : '.[j45'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *45'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bd30
next_key . . . . . : 0x56306961be50
[key (addr:0x56306961be50)]
key. . . . . . . . : '.[j46'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *46'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bdc0
next_key . . . . . : 0x56306961bee0
[key (addr:0x56306961bee0)]
key. . . . . . . . : '.[j47'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *47'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961be50
next_key . . . . . : 0x56306961bf70
[key (addr:0x56306961bf70)]
key. . . . . . . . : '.[j48'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *48'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bee0
next_key . . . . . : 0x56306961c000
[key (addr:0x56306961c000)]
key. . . . . . . . : '.[j49'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *49'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961bf70
next_key . . . . . : 0x56306961c090
[key (addr:0x56306961c090)]
key. . . . . . . . : '.[j50'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *50'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c000
next_key . . . . . : 0x56306961c120
[key (addr:0x56306961c120)]
key. . . . . . . . : '.[j51'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *51'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c090
next_key . . . . . : 0x56306961c1b0
[key (addr:0x56306961c1b0)]
key. . . . . . . . : '.[j52'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *52'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c120
next_key . . . . . : 0x56306961c240
[key (addr:0x56306961c240)]
key. . . . . . . . : '.[j53'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *53'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c1b0
next_key . . . . . : 0x56306961c2d0
[key (addr:0x56306961c2d0)]
key. . . . . . . . : '.[j54'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *54'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c240
next_key . . . . . : 0x56306961c360
[key (addr:0x56306961c360)]
key. . . . . . . . : '.[j55'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *55'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c2d0
next_key . . . . . : 0x56306961c3f0
[key (addr:0x56306961c3f0)]
key. . . . . . . . : '.[j56'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *56'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c360
next_key . . . . . : 0x56306961c480
[key (addr:0x56306961c480)]
key. . . . . . . . : '.[j57'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *57'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c3f0
next_key . . . . . : 0x56306961c510
[key (addr:0x56306961c510)]
key. . . . . . . . : '.[j58'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *58'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c480
next_key . . . . . : 0x56306961c5a0
[key (addr:0x56306961c5a0)]
key. . . . . . . . : '.[j59'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *59'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c510
next_key . . . . . : 0x56306961c630
[key (addr:0x56306961c630)]
key. . . . . . . . : '.[j60'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *60'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c5a0
next_key . . . . . : 0x56306961c6c0
[key (addr:0x56306961c6c0)]
key. . . . . . . . : '.[j61'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *61'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c630
next_key . . . . . : 0x56306961c750
[key (addr:0x56306961c750)]
key. . . . . . . . : '.[j62'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *62'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c6c0
next_key . . . . . : 0x56306961c7e0
[key (addr:0x56306961c7e0)]
key. . . . . . . . : '.[j63'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *63'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c750
next_key . . . . . : 0x56306961c870
[key (addr:0x56306961c870)]
key. . . . . . . . : '.[j64'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *64'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c7e0
next_key . . . . . : 0x56306961c900
[key (addr:0x56306961c900)]
key. . . . . . . . : '.[j65'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *65'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c870
next_key . . . . . : 0x56306961c990
[key (addr:0x56306961c990)]
key. . . . . . . . : '.[j66'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *66'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c900
next_key . . . . . : 0x56306961ca20
[key (addr:0x56306961ca20)]
key. . . . . . . . : '.[j67'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *67'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961c990
next_key . . . . . : 0x56306961cab0
[key (addr:0x56306961cab0)]
key. . . . . . . . : '.[j68'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *68'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ca20
next_key . . . . . : 0x56306961cb40
[key (addr:0x56306961cb40)]
key. . . . . . . . : '.[j69'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *69'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cab0
next_key . . . . . : 0x56306961cbd0
[key (addr:0x56306961cbd0)]
key. . . . . . . . : '.[j70'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *70'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cb40
next_key . . . . . : 0x56306961cc60
[key (addr:0x56306961cc60)]
key. . . . . . . . : '.[j71'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *71'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cbd0
next_key . . . . . : 0x56306961ccf0
[key (addr:0x56306961ccf0)]
key. . . . . . . . : '.[j72'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *72'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cc60
next_key . . . . . : 0x56306961cd80
[key (addr:0x56306961cd80)]
key. . . . . . . . : '.[j73'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *73'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ccf0
next_key . . . . . : 0x56306961ce10
[key (addr:0x56306961ce10)]
key. . . . . . . . : '.[j74'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *74'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cd80
next_key . . . . . : 0x56306961cea0
[key (addr:0x56306961cea0)]
key. . . . . . . . : '.[j75'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *75'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ce10
next_key . . . . . : 0x56306961cf30
[key (addr:0x56306961cf30)]
key. . . . . . . . : '.[j76'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *76'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cea0
next_key . . . . . : 0x56306961cfc0
[key (addr:0x56306961cfc0)]
key. . . . . . . . : '.[j77'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *77'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cf30
next_key . . . . . : 0x56306961d050
[key (addr:0x56306961d050)]
key. . . . . . . . : '.[j78'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *78'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961cfc0
next_key . . . . . : 0x56306961d0e0
[key (addr:0x56306961d0e0)]
key. . . . . . . . : '.[j79'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *79'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d050
next_key . . . . . : 0x56306961d170
[key (addr:0x56306961d170)]
key. . . . . . . . : '.[j80'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *80'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d0e0
next_key . . . . . : 0x56306961d200
[key (addr:0x56306961d200)]
key. . . . . . . . : '.[j81'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *81'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d170
next_key . . . . . : 0x56306961d290
[key (addr:0x56306961d290)]
key. . . . . . . . : '.[j82'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *82'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d200
next_key . . . . . : 0x56306961d320
[key (addr:0x56306961d320)]
key. . . . . . . . : '.[j83'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *83'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d290
next_key . . . . . : 0x56306961d3b0
[key (addr:0x56306961d3b0)]
key. . . . . . . . : '.[j84'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *84'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d320
next_key . . . . . : 0x56306961d440
[key (addr:0x56306961d440)]
key. . . . . . . . : '.[j85'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *85'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d3b0
next_key . . . . . : 0x56306961d4d0
[key (addr:0x56306961d4d0)]
key. . . . . . . . : '.[j86'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *86'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d440
next_key . . . . . : 0x56306961d560
[key (addr:0x56306961d560)]
key. . . . . . . . : '.[j87'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *87'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d4d0
next_key . . . . . : 0x56306961d5f0
[key (addr:0x56306961d5f0)]
key. . . . . . . . : '.[j88'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *88'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d560
next_key . . . . . : 0x56306961d680
[key (addr:0x56306961d680)]
key. . . . . . . . : '.[j89'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *89'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d5f0
next_key . . . . . : 0x56306961d710
[key (addr:0x56306961d710)]
key. . . . . . . . : '.[j90'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *90'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d680
next_key . . . . . : 0x56306961d7a0
[key (addr:0x56306961d7a0)]
key. . . . . . . . : '.[j91'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *91'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d710
next_key . . . . . : 0x56306961d830
[key (addr:0x56306961d830)]
key. . . . . . . . : '.[j92'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *92'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d7a0
next_key . . . . . : 0x56306961d8c0
[key (addr:0x56306961d8c0)]
key. . . . . . . . : '.[j93'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *93'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d830
next_key . . . . . : 0x56306961d950
[key (addr:0x56306961d950)]
key. . . . . . . . : '.[j94'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *94'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d8c0
next_key . . . . . : 0x56306961d9e0
[key (addr:0x56306961d9e0)]
key. . . . . . . . : '.[j95'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *95'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d950
next_key . . . . . : 0x56306961da70
[key (addr:0x56306961da70)]
key. . . . . . . . : '.[j96'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *96'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961d9e0
next_key . . . . . : 0x56306961db00
[key (addr:0x56306961db00)]
key. . . . . . . . : '.[j97'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *97'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961da70
next_key . . . . . : 0x56306961db90
[key (addr:0x56306961db90)]
key. . . . . . . . : '.[j98'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *98'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961db00
next_key . . . . . : 0x56306961dc20
[key (addr:0x56306961dc20)]
key. . . . . . . . : '.[j99'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/buffer *99'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961db90
next_key . . . . . : 0x5630696174b0
[key (addr:0x5630696174b0)]
key. . . . . . . . : '.[k'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input grab_key_command'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961dc20
next_key . . . . . : 0x56306961a290
[key (addr:0x56306961a290)]
key. . . . . . . . : '.[l'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window bare'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696174b0
next_key . . . . . : 0x56306961a320
[key (addr:0x56306961a320)]
key. . . . . . . . : '.[m'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/mute mouse toggle'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a290
next_key . . . . . : 0x563069618980
[key (addr:0x563069618980)]
key. . . . . . . . : '.[n'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_next_highlight'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961a320
next_key . . . . . : 0x5630696189f0
[key (addr:0x5630696189f0)]
key. . . . . . . . : '.[p'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_previous_highlight'
score. . . . . . . : 0
prev_key . . . . . : 0x563069618980
next_key . . . . . : 0x563069615ce0
[key (addr:0x563069615ce0)]
key. . . . . . . . : '.[r'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input delete_line'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696189f0
next_key . . . . . : 0x563069617540
[key (addr:0x563069617540)]
key. . . . . . . . : '.[s'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/mute spell toggle'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615ce0
next_key . . . . . : 0x5630696175d0
[key (addr:0x5630696175d0)]
key. . . . . . . . : '.[u'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window scroll_unread'
score. . . . . . . : 0
prev_key . . . . . : 0x563069617540
next_key . . . . . : 0x5630696193f0
[key (addr:0x5630696193f0)]
key. . . . . . . . : '.[w.[.[[A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window up'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696175d0
next_key . . . . . : 0x563069619510
[key (addr:0x563069619510)]
key. . . . . . . . : '.[w.[.[[B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window down'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696193f0
next_key . . . . . : 0x563069619630
[key (addr:0x563069619630)]
key. . . . . . . . : '.[w.[.[[C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window right'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619510
next_key . . . . . : 0x563069619750
[key (addr:0x563069619750)]
key. . . . . . . . : '.[w.[.[[D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window left'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619630
next_key . . . . . : 0x563069619480
[key (addr:0x563069619480)]
key. . . . . . . . : '.[w.[[1;3A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window up'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619750
next_key . . . . . : 0x5630696195a0
[key (addr:0x5630696195a0)]
key. . . . . . . . : '.[w.[[1;3B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window down'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619480
next_key . . . . . : 0x5630696196c0
[key (addr:0x5630696196c0)]
key. . . . . . . . : '.[w.[[1;3C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window right'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696195a0
next_key . . . . . : 0x5630696197e0
[key (addr:0x5630696197e0)]
key. . . . . . . . : '.[w.[[1;3D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window left'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696196c0
next_key . . . . . : 0x563069619870
[key (addr:0x563069619870)]
key. . . . . . . . : '.[w.[b'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window balance'
score. . . . . . . : 0
prev_key . . . . . : 0x5630696197e0
next_key . . . . . : 0x563069619900
[key (addr:0x563069619900)]
key. . . . . . . . : '.[w.[s'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window swap'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619870
next_key . . . . . : 0x563069615b10
[key (addr:0x563069615b10)]
key. . . . . . . . : '.[x'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input zoom_merged_buffer'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619900
next_key . . . . . : 0x563069619990
[key (addr:0x563069619990)]
key. . . . . . . . : '.[z'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/window zoom'
score. . . . . . . : 0
prev_key . . . . . : 0x563069615b10
next_key . . . . . : 0x563069615790
[key (addr:0x563069615790)]
key. . . . . . . . : '._'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input undo'
score. . . . . . . : 0
prev_key . . . . . : 0x563069619990
next_key . . . . . : 0x0
[keys for context: search]
keys . . . . . . . . : 0x56306961df70
last_key . . . . . . : 0x56306961de60
keys_count . . . . . : 8
[key (addr:0x56306961df70)]
key. . . . . . . . : '.I'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_switch_where'
score. . . . . . . : 0
prev_key . . . . . : 0x0
next_key . . . . . : 0x56306961dd40
[key (addr:0x56306961dd40)]
key. . . . . . . . : '.J'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_stop_here'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961df70
next_key . . . . . : 0x56306961dcb0
[key (addr:0x56306961dcb0)]
key. . . . . . . . : '.M'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_stop_here'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961dd40
next_key . . . . . : 0x56306961ddd0
[key (addr:0x56306961ddd0)]
key. . . . . . . . : '.Q'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_stop'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961dcb0
next_key . . . . . : 0x56306961ded0
[key (addr:0x56306961ded0)]
key. . . . . . . . : '.R'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_switch_regex'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ddd0
next_key . . . . . : 0x56306961e010
[key (addr:0x56306961e010)]
key. . . . . . . . : '.[[A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_previous'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961ded0
next_key . . . . . : 0x56306961e0a0
[key (addr:0x56306961e0a0)]
key. . . . . . . . : '.[[B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_next'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e010
next_key . . . . . : 0x56306961de60
[key (addr:0x56306961de60)]
key. . . . . . . . : '.[c'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/input search_switch_case'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e0a0
next_key . . . . . : 0x0
[keys for context: cursor]
keys . . . . . . . . : 0x56306961e1c0
last_key . . . . . . : 0x56306961ea40
keys_count . . . . . : 22
[key (addr:0x56306961e1c0)]
key. . . . . . . . : '.J'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor stop'
score. . . . . . . : 0
prev_key . . . . . : 0x0
next_key . . . . . : 0x56306961e130
[key (addr:0x56306961e130)]
key. . . . . . . . : '.M'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor stop'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e1c0
next_key . . . . . : 0x56306961e490
[key (addr:0x56306961e490)]
key. . . . . . . . : '.[.[[A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_up'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e130
next_key . . . . . : 0x56306961e5e0
[key (addr:0x56306961e5e0)]
key. . . . . . . . : '.[.[[B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_down'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e490
next_key . . . . . : 0x56306961e820
[key (addr:0x56306961e820)]
key. . . . . . . . : '.[.[[C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_right'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e5e0
next_key . . . . . : 0x56306961e700
[key (addr:0x56306961e700)]
key. . . . . . . . : '.[.[[D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_left'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e820
next_key . . . . . : 0x56306961e550
[key (addr:0x56306961e550)]
key. . . . . . . . : '.[[1;3A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_up'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e700
next_key . . . . . : 0x56306961e670
[key (addr:0x56306961e670)]
key. . . . . . . . : '.[[1;3B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_down'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e550
next_key . . . . . : 0x56306961e8b0
[key (addr:0x56306961e8b0)]
key. . . . . . . . : '.[[1;3C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_right'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e670
next_key . . . . . : 0x56306961e790
[key (addr:0x56306961e790)]
key. . . . . . . . : '.[[1;3D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move area_left'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e8b0
next_key . . . . . : 0x56306961e250
[key (addr:0x56306961e250)]
key. . . . . . . . : '.[[A'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move up'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e790
next_key . . . . . : 0x56306961e2e0
[key (addr:0x56306961e2e0)]
key. . . . . . . . : '.[[B'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move down'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e250
next_key . . . . . : 0x56306961e400
[key (addr:0x56306961e400)]
key. . . . . . . . : '.[[C'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move right'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e2e0
next_key . . . . . : 0x56306961e370
[key (addr:0x56306961e370)]
key. . . . . . . . : '.[[D'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '(null)'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '(null)'
area_key . . . . . : '(null)'
command. . . . . . : '/cursor move left'
score. . . . . . . : 0
prev_key . . . . . : 0x56306961e400
next_key . . . . . : 0x56306961eec0
[key (addr:0x56306961eec0)]
key. . . . . . . . : '@item(buffer_nicklist):K'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'K'
command. . . . . . : '/window ${_window_number};/kickban ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961e370
next_key . . . . . : 0x56306961ec20
[key (addr:0x56306961ec20)]
key. . . . . . . . : '@item(buffer_nicklist):b'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'b'
command. . . . . . : '/window ${_window_number};/ban ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961eec0
next_key . . . . . : 0x56306961edb0
[key (addr:0x56306961edb0)]
key. . . . . . . . : '@item(buffer_nicklist):k'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'k'
command. . . . . . : '/window ${_window_number};/kick ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961ec20
next_key . . . . . : 0x56306961efe0
[key (addr:0x56306961efe0)]
key. . . . . . . . : '@item(buffer_nicklist):q'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'q'
command. . . . . . : '/window ${_window_number};/query ${nick};/cursor stop'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961edb0
next_key . . . . . : 0x56306961f100
[key (addr:0x56306961f100)]
key. . . . . . . . : '@item(buffer_nicklist):w'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'w'
command. . . . . . : '/window ${_window_number};/whois ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961efe0
next_key . . . . . : 0x56306961eb10
[key (addr:0x56306961eb10)]
key. . . . . . . . : '@chat:Q'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'Q'
command. . . . . . : 'hsignal:chat_quote_time_prefix_message;/cursor stop'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f100
next_key . . . . . : 0x56306961e940
[key (addr:0x56306961e940)]
key. . . . . . . . : '@chat:m'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'm'
command. . . . . . : 'hsignal:chat_quote_message;/cursor stop'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961eb10
next_key . . . . . : 0x56306961ea40
[key (addr:0x56306961ea40)]
key. . . . . . . . : '@chat:q'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'q'
command. . . . . . : 'hsignal:chat_quote_prefix_message;/cursor stop'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961e940
next_key . . . . . : 0x0
[keys for context: mouse]
keys . . . . . . . . : 0x563069a882c0
last_key . . . . . . : 0x563069620cc0
keys_count . . . . . : 38
[key (addr:0x563069a882c0)]
key. . . . . . . . : '@bar(buflist):ctrl-wheeldown'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'buflist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'ctrl-wheeldown'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x0
next_key . . . . . : 0x563069a883b0
[key (addr:0x563069a883b0)]
key. . . . . . . . : '@bar(buflist):ctrl-wheelup'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'buflist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'ctrl-wheelup'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a882c0
next_key . . . . . : 0x563069620a10
[key (addr:0x563069620a10)]
key. . . . . . . . : '@bar(input):button2'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'input'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2'
command. . . . . . : '/input grab_mouse_area'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a883b0
next_key . . . . . : 0x56306961fda0
[key (addr:0x56306961fda0)]
key. . . . . . . . : '@bar(nicklist):button1-gesture-down'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-down'
command. . . . . . : '/bar scroll nicklist ${_window_number} +100%'
score. . . . . . . : 336
prev_key . . . . . : 0x563069620a10
next_key . . . . . : 0x5630696201b0
[key (addr:0x5630696201b0)]
key. . . . . . . . : '@bar(nicklist):button1-gesture-down-long'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-down-long'
command. . . . . . : '/bar scroll nicklist ${_window_number} e'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961fda0
next_key . . . . . : 0x56306961fcc0
[key (addr:0x56306961fcc0)]
key. . . . . . . . : '@bar(nicklist):button1-gesture-up'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-up'
command. . . . . . : '/bar scroll nicklist ${_window_number} -100%'
score. . . . . . . : 336
prev_key . . . . . : 0x5630696201b0
next_key . . . . . : 0x56306961ff80
[key (addr:0x56306961ff80)]
key. . . . . . . . : '@bar(nicklist):button1-gesture-up-long'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : 'nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-up-long'
command. . . . . . : '/bar scroll nicklist ${_window_number} b'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961fcc0
next_key . . . . . : 0x563069f58120
[key (addr:0x563069f58120)]
key. . . . . . . . : '@chat(fset.fset):button1'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'fset.fset'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1'
command. . . . . . : '/window ${_window_number};/fset -go ${_chat_line_y}'
score. . . . . . . : 336
prev_key . . . . . : 0x56306961ff80
next_key . . . . . : 0x563069f57f80
[key (addr:0x563069f57f80)]
key. . . . . . . . : '@chat(fset.fset):button2*'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'fset.fset'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2*'
command. . . . . . : 'hsignal:fset_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f58120
next_key . . . . . : 0x563069f58050
[key (addr:0x563069f58050)]
key. . . . . . . . : '@chat(fset.fset):wheeldown'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'fset.fset'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheeldown'
command. . . . . . : '/fset -down 5'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f57f80
next_key . . . . . : 0x563069f57e00
[key (addr:0x563069f57e00)]
key. . . . . . . . : '@chat(fset.fset):wheelup'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'fset.fset'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheelup'
command. . . . . . : '/fset -up 5'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f58050
next_key . . . . . : 0x563069f15f50
[key (addr:0x563069f15f50)]
key. . . . . . . . : '@chat(script.scripts):button1'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'script.scripts'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1'
command. . . . . . : '/window ${_window_number};/script go ${_chat_line_y}'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f57e00
next_key . . . . . : 0x563069f15e80
[key (addr:0x563069f15e80)]
key. . . . . . . . : '@chat(script.scripts):button2'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'script.scripts'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2'
command. . . . . . : '/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f15f50
next_key . . . . . : 0x563069f16040
[key (addr:0x563069f16040)]
key. . . . . . . . : '@chat(script.scripts):wheeldown'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'script.scripts'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheeldown'
command. . . . . . : '/script down 5'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f15e80
next_key . . . . . : 0x563069f16110
[key (addr:0x563069f16110)]
key. . . . . . . . : '@chat(script.scripts):wheelup'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : 'script.scripts'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheelup'
command. . . . . . : '/script up 5'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f16040
next_key . . . . . : 0x5630696203e0
[key (addr:0x5630696203e0)]
key. . . . . . . . : '@item(buffer_nicklist):button1'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1'
command. . . . . . : '/window ${_window_number};/query ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x563069f16110
next_key . . . . . : 0x5630696206b0
[key (addr:0x5630696206b0)]
key. . . . . . . . : '@item(buffer_nicklist):button1-gesture-left'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-left'
command. . . . . . : '/window ${_window_number};/kick ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x5630696203e0
next_key . . . . . : 0x5630696207e0
[key (addr:0x5630696207e0)]
key. . . . . . . . : '@item(buffer_nicklist):button1-gesture-left-long'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-left-long'
command. . . . . . : '/window ${_window_number};/kickban ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x5630696206b0
next_key . . . . . : 0x563069620590
[key (addr:0x563069620590)]
key. . . . . . . . : '@item(buffer_nicklist):button2'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2'
command. . . . . . : '/window ${_window_number};/whois ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x5630696207e0
next_key . . . . . : 0x5630696208f0
[key (addr:0x5630696208f0)]
key. . . . . . . . : '@item(buffer_nicklist):button2-gesture-left'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buffer_nicklist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2-gesture-left'
command. . . . . . : '/window ${_window_number};/ban ${nick}'
score. . . . . . . : 336
prev_key . . . . . : 0x563069620590
next_key . . . . . : 0x563069a88220
[key (addr:0x563069a88220)]
key. . . . . . . . : '@item(buflist):button1*'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buflist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1*'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x5630696208f0
next_key . . . . . : 0x563069a88270
[key (addr:0x563069a88270)]
key. . . . . . . . : '@item(buflist):button2*'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buflist'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2*'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a88220
next_key . . . . . : 0x563069a87fe0
[key (addr:0x563069a87fe0)]
key. . . . . . . . : '@item(buflist2):button1*'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buflist2'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1*'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a88270
next_key . . . . . : 0x563069a84f60
[key (addr:0x563069a84f60)]
key. . . . . . . . : '@item(buflist2):button2*'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buflist2'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2*'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a87fe0
next_key . . . . . : 0x563069a881d0
[key (addr:0x563069a881d0)]
key. . . . . . . . : '@item(buflist3):button1*'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buflist3'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1*'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a84f60
next_key . . . . . : 0x563069a88180
[key (addr:0x563069a88180)]
key. . . . . . . . : '@item(buflist3):button2*'
area_type[0] . . . : 3 ('item')
area_name[0] . . . : 'buflist3'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button2*'
command. . . . . . : 'hsignal:buflist_mouse'
score. . . . . . . : 336
prev_key . . . . . : 0x563069a881d0
next_key . . . . . : 0x563069620bf0
[key (addr:0x563069620bf0)]
key. . . . . . . . : '@bar:wheeldown'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheeldown'
command. . . . . . : '/bar scroll ${_bar_name} ${_window_number} +20%'
score. . . . . . . : 368
prev_key . . . . . : 0x563069a88180
next_key . . . . . : 0x563069620b40
[key (addr:0x563069620b40)]
key. . . . . . . . : '@bar:wheelup'
area_type[0] . . . : 2 ('bar')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheelup'
command. . . . . . : '/bar scroll ${_bar_name} ${_window_number} -20%'
score. . . . . . . : 368
prev_key . . . . . : 0x563069620bf0
next_key . . . . . : 0x56306961f220
[key (addr:0x56306961f220)]
key. . . . . . . . : '@chat:button1'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1'
command. . . . . . : '/window ${_window_number}'
score. . . . . . . : 368
prev_key . . . . . : 0x563069620b40
next_key . . . . . : 0x56306961f310
[key (addr:0x56306961f310)]
key. . . . . . . . : '@chat:button1-gesture-left'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-left'
command. . . . . . : '/window ${_window_number};/buffer -1'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f220
next_key . . . . . : 0x56306961f540
[key (addr:0x56306961f540)]
key. . . . . . . . : '@chat:button1-gesture-left-long'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-left-long'
command. . . . . . : '/window ${_window_number};/buffer 1'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f310
next_key . . . . . : 0x56306961f430
[key (addr:0x56306961f430)]
key. . . . . . . . : '@chat:button1-gesture-right'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-right'
command. . . . . . : '/window ${_window_number};/buffer +1'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f540
next_key . . . . . : 0x56306961f710
[key (addr:0x56306961f710)]
key. . . . . . . . : '@chat:button1-gesture-right-long'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button1-gesture-right-long'
command. . . . . . : '/window ${_window_number};/input jump_last_buffer'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f430
next_key . . . . . : 0x56306961fbb0
[key (addr:0x56306961fbb0)]
key. . . . . . . . : '@chat:ctrl-wheeldown'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'ctrl-wheeldown'
command. . . . . . : '/window scroll_horiz -window ${_window_number} +10%'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f710
next_key . . . . . : 0x56306961faa0
[key (addr:0x56306961faa0)]
key. . . . . . . . : '@chat:ctrl-wheelup'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'ctrl-wheelup'
command. . . . . . : '/window scroll_horiz -window ${_window_number} -10%'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961fbb0
next_key . . . . . : 0x56306961f970
[key (addr:0x56306961f970)]
key. . . . . . . . : '@chat:wheeldown'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheeldown'
command. . . . . . : '/window scroll_down -window ${_window_number}'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961faa0
next_key . . . . . : 0x56306961f840
[key (addr:0x56306961f840)]
key. . . . . . . . : '@chat:wheelup'
area_type[0] . . . : 1 ('chat')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'wheelup'
command. . . . . . : '/window scroll_up -window ${_window_number}'
score. . . . . . . : 368
prev_key . . . . . : 0x56306961f970
next_key . . . . . : 0x563069620cc0
[key (addr:0x563069620cc0)]
key. . . . . . . . : '@*:button3'
area_type[0] . . . : 0 ('*')
area_name[0] . . . : '*'
area_type[1] . . . : 0 ('*')
area_name[1] . . . : '*'
area_key . . . . . : 'button3'
command. . . . . . : '/cursor go ${_x},${_y}'
score. . . . . . . : 496
prev_key . . . . . : 0x56306961f840
next_key . . . . . : 0x0
gui_filters_enabled = 1
[bar (addr:0x56306960f000)]
name . . . . . . . . . : 'input'
hidden . . . . . . . . : 0
priority . . . . . . . : 1000
type . . . . . . . . . : 1 (window)
conditions . . . . . . : ''
position . . . . . . . : 0 (bottom)
filling_top_bottom . . : 0 (horizontal)
filling_left_right . . : 1 (vertical)
size . . . . . . . . . : 0
size_max . . . . . . . : 0
color_fg . . . . . . . : 0 (default)
color_delim. . . . . . : 13 (cyan)
color_bg . . . . . . . : 0 (default)
separator. . . . . . . : 0
items. . . . . . . . . : '[input_prompt]+(away),[input_search],[input_paste],input_text'
items_count. . . . . . : 4
items_subcount[000]. : 2
items_array[000][000]: '[input_prompt]' (buffer: '(null)', prefix: '[', name: 'input_prompt', suffix: ']')
items_array[000][001]: '(away)' (buffer: '(null)', prefix: '(', name: 'away', suffix: ')')
items_subcount[001]. : 1
items_array[001][000]: '[input_search]' (buffer: '(null)', prefix: '[', name: 'input_search', suffix: ']')
items_subcount[002]. : 1
items_array[002][000]: '[input_paste]' (buffer: '(null)', prefix: '[', name: 'input_paste', suffix: ']')
items_subcount[003]. : 1
items_array[003][000]: 'input_text' (buffer: '(null)', prefix: '(null)', name: 'input_text', suffix: '(null)')
bar_window . . . . . . : 0x0
bar_refresh_needed . . : 1
prev_bar . . . . . . . : 0x0
next_bar . . . . . . . : 0x563069612ae0
[bar (addr:0x563069612ae0)]
name . . . . . . . . . : 'status'
hidden . . . . . . . . : 0
priority . . . . . . . : 500
type . . . . . . . . . : 1 (window)
conditions . . . . . . : ''
position . . . . . . . : 0 (bottom)
filling_top_bottom . . : 0 (horizontal)
filling_left_right . . : 1 (vertical)
size . . . . . . . . . : 1
size_max . . . . . . . : 0
color_fg . . . . . . . : 0 (default)
color_delim. . . . . . : 13 (cyan)
color_bg . . . . . . . : 9 (blue)
separator. . . . . . . : 0
items. . . . . . . . . : '[time],[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],completion'
items_count. . . . . . : 8
items_subcount[000]. : 1
items_array[000][000]: '[time]' (buffer: '(null)', prefix: '[', name: 'time', suffix: ']')
items_subcount[001]. : 1
items_array[001][000]: '[buffer_last_number]' (buffer: '(null)', prefix: '[', name: 'buffer_last_number', suffix: ']')
items_subcount[002]. : 1
items_array[002][000]: '[buffer_plugin]' (buffer: '(null)', prefix: '[', name: 'buffer_plugin', suffix: ']')
items_subcount[003]. : 7
items_array[003][000]: 'buffer_number' (buffer: '(null)', prefix: '(null)', name: 'buffer_number', suffix: '(null)')
items_array[003][001]: ':' (buffer: '(null)', prefix: ':', name: '(null)', suffix: '(null)')
items_array[003][002]: 'buffer_name' (buffer: '(null)', prefix: '(null)', name: 'buffer_name', suffix: '(null)')
items_array[003][003]: '(buffer_modes)' (buffer: '(null)', prefix: '(', name: 'buffer_modes', suffix: ')')
items_array[003][004]: '{buffer_nicklist_count}' (buffer: '(null)', prefix: '{', name: 'buffer_nicklist_count', suffix: '}')
items_array[003][005]: 'buffer_zoom' (buffer: '(null)', prefix: '(null)', name: 'buffer_zoom', suffix: '(null)')
items_array[003][006]: 'buffer_filter' (buffer: '(null)', prefix: '(null)', name: 'buffer_filter', suffix: '(null)')
items_subcount[004]. : 1
items_array[004][000]: 'scroll' (buffer: '(null)', prefix: '(null)', name: 'scroll', suffix: '(null)')
items_subcount[005]. : 1
items_array[005][000]: '[lag]' (buffer: '(null)', prefix: '[', name: 'lag', suffix: ']')
items_subcount[006]. : 1
items_array[006][000]: '[hotlist]' (buffer: '(null)', prefix: '[', name: 'hotlist', suffix: ']')
items_subcount[007]. : 1
items_array[007][000]: 'completion' (buffer: '(null)', prefix: '(null)', name: 'completion', suffix: '(null)')
bar_window . . . . . . : 0x0
bar_refresh_needed . . : 0
prev_bar . . . . . . . : 0x56306960f000
next_bar . . . . . . . : 0x563069610f30
[bar (addr:0x563069610f30)]
name . . . . . . . . . : 'title'
hidden . . . . . . . . : 0
priority . . . . . . . : 500
type . . . . . . . . . : 1 (window)
conditions . . . . . . : ''
position . . . . . . . : 1 (top)
filling_top_bottom . . : 0 (horizontal)
filling_left_right . . : 1 (vertical)
size . . . . . . . . . : 1
size_max . . . . . . . : 0
color_fg . . . . . . . : 0 (default)
color_delim. . . . . . : 13 (cyan)
color_bg . . . . . . . : 9 (blue)
separator. . . . . . . : 0
items. . . . . . . . . : 'buffer_title'
items_count. . . . . . : 1
items_subcount[000]. : 1
items_array[000][000]: 'buffer_title' (buffer: '(null)', prefix: '(null)', name: 'buffer_title', suffix: '(null)')
bar_window . . . . . . : 0x0
bar_refresh_needed . . : 0
prev_bar . . . . . . . : 0x563069612ae0
next_bar . . . . . . . : 0x5630696150f0
[bar (addr:0x5630696150f0)]
name . . . . . . . . . : 'nicklist'
hidden . . . . . . . . : 0
priority . . . . . . . : 200
type . . . . . . . . . : 1 (window)
conditions . . . . . . : '${nicklist}'
position . . . . . . . : 3 (right)
filling_top_bottom . . : 3 (columns_vertical)
filling_left_right . . : 1 (vertical)
size . . . . . . . . . : 0
size_max . . . . . . . : 0
color_fg . . . . . . . : 0 (default)
color_delim. . . . . . : 13 (cyan)
color_bg . . . . . . . : 0 (default)
separator. . . . . . . : 1
items. . . . . . . . . : 'buffer_nicklist'
items_count. . . . . . : 1
items_subcount[000]. : 1
items_array[000][000]: 'buffer_nicklist' (buffer: '(null)', prefix: '(null)', name: 'buffer_nicklist', suffix: '(null)')
bar_window . . . . . . : 0x0
bar_refresh_needed . . : 0
prev_bar . . . . . . . : 0x563069610f30
next_bar . . . . . . . : 0x563069c00fe0
[bar (addr:0x563069c00fe0)]
name . . . . . . . . . : 'fset'
hidden . . . . . . . . : 0
priority . . . . . . . : 0
type . . . . . . . . . : 1 (window)
conditions . . . . . . : '${buffer.full_name} == fset.fset'
position . . . . . . . : 1 (top)
filling_top_bottom . . : 0 (horizontal)
filling_left_right . . : 1 (vertical)
size . . . . . . . . . : 3
size_max . . . . . . . : 3
color_fg . . . . . . . : 0 (default)
color_delim. . . . . . : 13 (cyan)
color_bg . . . . . . . : 0 (default)
separator. . . . . . . : 1
items. . . . . . . . . : 'fset'
items_count. . . . . . : 1
items_subcount[000]. : 1
items_array[000][000]: 'fset' (buffer: '(null)', prefix: '(null)', name: 'fset', suffix: '(null)')
bar_window . . . . . . : 0x0
bar_refresh_needed . . : 0
prev_bar . . . . . . . : 0x5630696150f0
next_bar . . . . . . . : 0x563069a0eff0
[bar (addr:0x563069a0eff0)]
name . . . . . . . . . : 'buflist'
hidden . . . . . . . . : 0
priority . . . . . . . : 0
type . . . . . . . . . : 0 (root)
conditions . . . . . . : ''
position . . . . . . . : 2 (left)
filling_top_bottom . . : 3 (columns_vertical)
filling_left_right . . : 1 (vertical)
size . . . . . . . . . : 0
size_max . . . . . . . : 0
color_fg . . . . . . . : 0 (default)
color_delim. . . . . . : 0 (default)
color_bg . . . . . . . : 0 (default)
separator. . . . . . . : 1
items. . . . . . . . . : 'buflist'
items_count. . . . . . : 1
items_subcount[000]. : 1
items_array[000][000]: 'buflist' (buffer: '(null)', prefix: '(null)', name: 'buflist', suffix: '(null)')
bar_window . . . . . . : 0x563069a82500
bar_refresh_needed . . : 0
prev_bar . . . . . . . : 0x563069c00fe0
next_bar . . . . . . . : 0x0
[window bar (addr:0x563069a82500)]
bar. . . . . . . . . . : 0x563069a0eff0 ('buflist')
x. . . . . . . . . . . : 0
y. . . . . . . . . . . : 0
width. . . . . . . . . : 9
height . . . . . . . . : 44
scroll_x . . . . . . . : 0
scroll_y . . . . . . . : 0
cursor_x . . . . . . . : -1
cursor_y . . . . . . . : -1
current_size . . . . . : 9
items_count. . . . . . : 1
items_subcount[000]. . : 1
items_content[000][000]: '.B09.F051..F00weechat' (item: 'buflist', num_lines: 1, refresh_needed: 0)
screen_col_size. . . . : 0
screen_lines . . . . . : 0
coords_count . . . . . : 0
gui_objects. . . . . . : 0x563069a82340
bar window specific objects for Curses:
win_bar. . . . . . . : 0x563069a82660
win_separator. . . . : 0x563069fa6c30
prev_bar_window. . . . : 0x0
next_bar_window. . . . : 0x0
[bar item (addr:0x5630699f9920)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'input_paste'
build_callback . . . . : 0x5630692aa100
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x0
next_item. . . . . . . : 0x5630699f9a10
[bar item (addr:0x5630699f9a10)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'input_prompt'
build_callback . . . . : 0x5630692a83b0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699f9920
next_item. . . . . . . : 0x5630699f9c80
[bar item (addr:0x5630699f9c80)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'input_search'
build_callback . . . . : 0x5630692a8400
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699f9a10
next_item. . . . . . . : 0x5630699f9ef0
[bar item (addr:0x5630699f9ef0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'input_text'
build_callback . . . . : 0x5630692a8780
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699f9c80
next_item. . . . . . . : 0x5630699fa160
[bar item (addr:0x5630699fa160)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'time'
build_callback . . . . : 0x5630692a8b40
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699f9ef0
next_item. . . . . . . : 0x5630699fa250
[bar item (addr:0x5630699fa250)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_count'
build_callback . . . . : 0x5630692a8150
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fa160
next_item. . . . . . . : 0x5630699fa410
[bar item (addr:0x5630699fa410)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_last_number'
build_callback . . . . : 0x5630692a81b0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fa250
next_item. . . . . . . : 0x5630699fa7e0
[bar item (addr:0x5630699fa7e0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_plugin'
build_callback . . . . : 0x5630692aa130
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fa410
next_item. . . . . . . : 0x5630699faa50
[bar item (addr:0x5630699faa50)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_number'
build_callback . . . . : 0x5630692a8280
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fa7e0
next_item. . . . . . . : 0x5630699faed0
[bar item (addr:0x5630699faed0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_name'
build_callback . . . . : 0x5630692a8310
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699faa50
next_item. . . . . . . : 0x5630699fb1f0
[bar item (addr:0x5630699fb1f0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_short_name'
build_callback . . . . : 0x5630692a8bf0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699faed0
next_item. . . . . . . : 0x5630699fb510
[bar item (addr:0x5630699fb510)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_modes'
build_callback . . . . : 0x5630692a8110
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fb1f0
next_item. . . . . . . : 0x5630699fb6d0
[bar item (addr:0x5630699fb6d0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_filter'
build_callback . . . . : 0x5630692a9ec0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fb510
next_item. . . . . . . : 0x5630699fb9f0
[bar item (addr:0x5630699fb9f0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_zoom'
build_callback . . . . : 0x5630692a9e10
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fb6d0
next_item. . . . . . . : 0x5630699fbc60
[bar item (addr:0x5630699fbc60)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_nicklist_count'
build_callback . . . . : 0x5630692a9f00
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fb9f0
next_item. . . . . . . : 0x5630699fbed0
[bar item (addr:0x5630699fbed0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'scroll'
build_callback . . . . : 0x5630692a85a0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fbc60
next_item. . . . . . . : 0x5630699fc140
[bar item (addr:0x5630699fc140)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'hotlist'
build_callback . . . . : 0x5630692a8f30
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fbed0
next_item. . . . . . . : 0x5630699fc3b0
[bar item (addr:0x5630699fc3b0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'completion'
build_callback . . . . : 0x5630692a8c90
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fc140
next_item. . . . . . . : 0x5630699fc4c0
[bar item (addr:0x5630699fc4c0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_title'
build_callback . . . . : 0x5630692a8120
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fc3b0
next_item. . . . . . . : 0x5630699fc730
[bar item (addr:0x5630699fc730)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'buffer_nicklist'
build_callback . . . . : 0x5630692a97b0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fc4c0
next_item. . . . . . . : 0x5630699fca30
[bar item (addr:0x5630699fca30)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'window_number'
build_callback . . . . : 0x5630692a8220
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fc730
next_item. . . . . . . : 0x5630699fcbf0
[bar item (addr:0x5630699fcbf0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'mouse_status'
build_callback . . . . : 0x5630692aa030
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fca30
next_item. . . . . . . : 0x5630699fcdb0
[bar item (addr:0x5630699fcdb0)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'away'
build_callback . . . . : 0x5630692a8660
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fcbf0
next_item. . . . . . . : 0x563069a6d680
[bar item (addr:0x563069a6d680)]
plugin . . . . . . . . : 0x563069a40d70 ('spell')
name . . . . . . . . . : 'spell_dict'
build_callback . . . . : 0x7ff487b86790
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x5630699fcdb0
next_item. . . . . . . : 0x563069a6d6c0
[bar item (addr:0x563069a6d6c0)]
plugin . . . . . . . . : 0x563069a40d70 ('spell')
name . . . . . . . . . : 'spell_suggest'
build_callback . . . . : 0x7ff487b867d0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069a6d680
next_item. . . . . . . : 0x563069a7fb70
[bar item (addr:0x563069a7fb70)]
plugin . . . . . . . . : 0x563069a17050 ('buflist')
name . . . . . . . . . : 'buflist'
build_callback . . . . : 0x7ff48894e420
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069a6d6c0
next_item. . . . . . . : 0x563069a7fbb0
[bar item (addr:0x563069a7fbb0)]
plugin . . . . . . . . : 0x563069a17050 ('buflist')
name . . . . . . . . . : 'buflist2'
build_callback . . . . : 0x7ff48894e420
build_callback_pointer : 0x1
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069a7fb70
next_item. . . . . . . : 0x563069a7fbf0
[bar item (addr:0x563069a7fbf0)]
plugin . . . . . . . . : 0x563069a17050 ('buflist')
name . . . . . . . . . : 'buflist3'
build_callback . . . . : 0x7ff48894e420
build_callback_pointer : 0x2
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069a7fbb0
next_item. . . . . . . : 0x563069ab0fe0
[bar item (addr:0x563069ab0fe0)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'buffer_plugin'
build_callback . . . . : 0x7ff487f058a0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069a7fbf0
next_item. . . . . . . : 0x563069ab1040
[bar item (addr:0x563069ab1040)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'buffer_name'
build_callback . . . . : 0x7ff487f06d90
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab0fe0
next_item. . . . . . . : 0x563069ab10a0
[bar item (addr:0x563069ab10a0)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'buffer_short_name'
build_callback . . . . : 0x7ff487f06da0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab1040
next_item. . . . . . . : 0x563069ab1100
[bar item (addr:0x563069ab1100)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'buffer_modes'
build_callback . . . . : 0x7ff487f06150
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab10a0
next_item. . . . . . . : 0x563069ab1160
[bar item (addr:0x563069ab1160)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'irc_channel'
build_callback . . . . : 0x7ff487f05a80
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab1100
next_item. . . . . . . : 0x563069ab11c0
[bar item (addr:0x563069ab11c0)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'irc_nick'
build_callback . . . . : 0x7ff487f05de0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab1160
next_item. . . . . . . : 0x563069ab1220
[bar item (addr:0x563069ab1220)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'irc_host'
build_callback . . . . : 0x7ff487f05eb0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab11c0
next_item. . . . . . . : 0x563069ab1280
[bar item (addr:0x563069ab1280)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'irc_nick_host'
build_callback . . . . : 0x7ff487f05f20
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab1220
next_item. . . . . . . : 0x563069ab12e0
[bar item (addr:0x563069ab12e0)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'lag'
build_callback . . . . : 0x7ff487f05fe0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab1280
next_item. . . . . . . : 0x563069ab1340
[bar item (addr:0x563069ab1340)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'input_prompt'
build_callback . . . . : 0x7ff487f06310
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab12e0
next_item. . . . . . . : 0x563069ab13a0
[bar item (addr:0x563069ab13a0)]
plugin . . . . . . . . : 0x563069a1fc40 ('irc')
name . . . . . . . . . : 'irc_nick_modes'
build_callback . . . . : 0x7ff487f06620
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab1340
next_item. . . . . . . : 0x563069eeaf00
[bar item (addr:0x563069eeaf00)]
plugin . . . . . . . . : 0x563069a20e10 ('fset')
name . . . . . . . . . : 'fset'
build_callback . . . . : 0x7ff487eda3c0
build_callback_pointer : 0x0
build_callback_data. . : 0x0
prev_item. . . . . . . : 0x563069ab13a0
next_item. . . . . . . : 0x0
[hdata (addr:0x56306a02d090)]
name . . . . . . . . . : 'tcl_script'
plugin . . . . . . . . : 0x563069a28ee0
var_prev . . . . . . . : 'prev_script'
var_next . . . . . . . : 'next_script'
hash_var . . . . . . . : 0x56306a02d150 (hashtable: 'license:0x56306a02d6f0,prev_script:0x56306a02d970,interpreter:0x56306a02d4f0,description:0x56306a02d770,next_script:0x56306a02da10,author:0x56306a02d5f0,unloading:0x56306a02d8f0,filename:0x56306a02d470,shutdown_func:0x56306a02d7f0,charset:0x56306a02d870,version:0x56306a02d670,name:0x56306a02d570')
hash_list. . . . . . . : 0x56306a02d2b0 (hashtable: 'last_script:0x56306a02db30,scripts:0x56306a02dab0')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_script']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'tcl_script'
[hdata var 'interpreter']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_script']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'tcl_script'
[hdata var 'author']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'unloading']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'shutdown_func']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a79190)]
name . . . . . . . . . : 'hotlist'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_hotlist'
var_next . . . . . . . : 'next_hotlist'
hash_var . . . . . . . : 0x563069a79250 (hashtable: 'creation_time.tv_usec:0x563069a79670,prev_hotlist:0x563069a79810,priority:0x563069a79570,count:0x563069a79770,next_hotlist:0x563069a798b0,creation_time.tv_sec:0x563069a795f0,buffer:0x563069a796f0')
hash_list. . . . . . . : 0x563069a793b0 (hashtable: 'gui_hotlist:0x563069a79950,last_gui_hotlist:0x563069a799d0')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'creation_time.tv_usec']
offset . . . . . . . . : 16
type . . . . . . . . . : 3 ('long')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_hotlist']
offset . . . . . . . . : 48
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'hotlist'
[hdata var 'priority']
offset . . . . . . . . : 0
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'count']
offset . . . . . . . . : 32
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '4'
hdata_name . . . . . . : '(null)'
[hdata var 'next_hotlist']
offset . . . . . . . . : 56
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'hotlist'
[hdata var 'creation_time.tv_sec']
offset . . . . . . . . : 8
type . . . . . . . . . : 6 ('time')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'buffer']
offset . . . . . . . . : 24
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a6de90)]
name . . . . . . . . . : 'window'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_window'
var_next . . . . . . . : 'next_window'
hash_var . . . . . . . : 0x563069a6eb50 (hashtable: 'win_width:0x563069a6eee0,ptr_tree:0x563069a78e30,win_chat_cursor_x:0x563069a788b0,win_height_pct:0x563069a78630,win_chat_cursor_y:0x563069a78930,scroll:0x563069a78d90,bar_windows:0x563069a789b0,next_window:0x563069a78f70,prev_window:0x563069a78ed0,refresh_needed:0x563069a78af0,win_width_pct:0x563069a785b0,number:0x563069a6ed60,layout_buffer_name:0x563069a78d10,gui_objects:0x563069a78b70,layout_plugin_name:0x563069a78c90,win_height:0x563069a78530,win_chat_y:0x563069a78730,win_y:0x563069a6ee60,win_chat_height:0x563069a78830,win_chat_width:0x563069a787b0,win_x:0x563069a6ede0,last_bar_window:0x563069a78a50,win_chat_x:0x563069a786b0,buffer:0x563069a78bf0')
hash_list. . . . . . . : 0x563069a6eba0 (hashtable: 'last_gui_window:0x563069a79090,gui_windows:0x563069a79010,gui_current_window:0x563069a79110')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'win_width']
offset . . . . . . . . : 12
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'ptr_tree']
offset . . . . . . . . : 144
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'window_tree'
[hdata var 'win_chat_cursor_x']
offset . . . . . . . . : 44
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_height_pct']
offset . . . . . . . . : 24
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_chat_cursor_y']
offset . . . . . . . . : 48
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'scroll']
offset . . . . . . . . : 112
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'window_scroll'
[hdata var 'bar_windows']
offset . . . . . . . . : 56
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_window'
[hdata var 'next_window']
offset . . . . . . . . : 160
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'window'
[hdata var 'prev_window']
offset . . . . . . . . : 152
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'window'
[hdata var 'refresh_needed']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_width_pct']
offset . . . . . . . . : 20
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'number']
offset . . . . . . . . : 0
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'layout_buffer_name']
offset . . . . . . . . : 104
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'gui_objects']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'layout_plugin_name']
offset . . . . . . . . : 96
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_height']
offset . . . . . . . . : 16
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_chat_y']
offset . . . . . . . . : 32
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_y']
offset . . . . . . . . : 8
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_chat_height']
offset . . . . . . . . : 40
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_chat_width']
offset . . . . . . . . : 36
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'win_x']
offset . . . . . . . . : 4
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'last_bar_window']
offset . . . . . . . . : 64
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_window'
[hdata var 'win_chat_x']
offset . . . . . . . . : 28
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'buffer']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'buffer'
[hdata (addr:0x563069f0b510)]
name . . . . . . . . . : 'config_file'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_config'
var_next . . . . . . . : 'next_config'
hash_var . . . . . . . : 0x563069f18d30 (hashtable: 'last_section:0x563069f16510,plugin:0x563069f16180,next_config:0x563069f16650,sections:0x563069f16470,filename:0x563069f162b0,callback_reload_pointer:0x563069f16370,callback_reload:0x563069f16330,file:0x563069f162f0,prev_config:0x563069f165b0,callback_reload_data:0x563069f163f0,name:0x563069f16270')
hash_list. . . . . . . : 0x563069f161e0 (hashtable: 'config_files:0x563069f166f0,last_config_file:0x563069f16770')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'last_section']
offset . . . . . . . . : 64
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_section'
[hdata var 'plugin']
offset . . . . . . . . : 0
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'plugin'
[hdata var 'next_config']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_file'
[hdata var 'sections']
offset . . . . . . . . : 56
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_section'
[hdata var 'filename']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_reload_pointer']
offset . . . . . . . . : 40
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_reload']
offset . . . . . . . . : 32
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'file']
offset . . . . . . . . : 24
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_config']
offset . . . . . . . . : 72
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_file'
[hdata var 'callback_reload_data']
offset . . . . . . . . : 48
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 8
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069f5d750)]
name . . . . . . . . . : 'plugin'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_plugin'
var_next . . . . . . . : 'next_plugin'
hash_var . . . . . . . : 0x563069fe7030 (hashtable: 'license:0x563069fbc2a0,debug:0x563069f59030,description:0x563069fe0c00,next_plugin:0x563069fe2670,author:0x563069fbc260,priority:0x563069a83a30,filename:0x563069fb2180,prev_plugin:0x563069fe3120,initialized:0x563069a04020,handle:0x563069a02b20,variables:0x563069fbc300,charset:0x563069f595a0,version:0x563069fe3140,name:0x563069fe3160')
hash_list. . . . . . . : 0x563069f59550 (hashtable: 'last_weechat_plugin:0x563069f49dd0,weechat_plugins:0x563069eec170')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'debug']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_plugin']
offset . . . . . . . . : 96
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'plugin'
[hdata var 'author']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'priority']
offset . . . . . . . . : 64
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_plugin']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'plugin'
[hdata var 'initialized']
offset . . . . . . . . : 68
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'handle']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'variables']
offset . . . . . . . . : 80
type . . . . . . . . . : 7 ('hashtable')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a7a610)]
name . . . . . . . . . : 'bar_item'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_item'
var_next . . . . . . . : 'next_item'
hash_var . . . . . . . : 0x563069a7a6d0 (hashtable: 'build_callback_pointer:0x563069a7ab90,plugin:0x563069a7a9f0,prev_item:0x563069a7ac90,build_callback:0x563069a7ab10,next_item:0x563069a7ad30,build_callback_data:0x563069a7ac10,name:0x563069a7aa90')
hash_list. . . . . . . : 0x563069a7a830 (hashtable: 'gui_bar_items:0x563069a7add0,last_gui_bar_item:0x563069a7ae50')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'build_callback_pointer']
offset . . . . . . . . : 24
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'plugin']
offset . . . . . . . . : 0
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'plugin'
[hdata var 'prev_item']
offset . . . . . . . . : 40
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_item'
[hdata var 'build_callback']
offset . . . . . . . . : 16
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_item']
offset . . . . . . . . : 48
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_item'
[hdata var 'build_callback_data']
offset . . . . . . . . : 32
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 8
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a79a50)]
name . . . . . . . . . : 'bar'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_bar'
var_next . . . . . . . : 'next_bar'
hash_var . . . . . . . : 0x563069a79b10 (hashtable: 'items_subcount:0x563069a79fb0,next_bar:0x563069a7a470,items_array:0x563069a7a030,items_count:0x563069a79f30,prev_bar:0x563069a7a3d0,items_prefix:0x563069a7a130,bar_window:0x563069a7a2b0,bar_refresh_needed:0x563069a7a350,items_name:0x563069a7a1b0,items_suffix:0x563069a7a230,items_buffer:0x563069a7a0b0,options:0x563069a79eb0,name:0x563069a79e30')
hash_list. . . . . . . : 0x563069a79c70 (hashtable: 'last_gui_bar:0x563069a7a590,gui_bars:0x563069a7a510')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'items_subcount']
offset . . . . . . . . : 128
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_bar']
offset . . . . . . . . : 200
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar'
[hdata var 'items_array']
offset . . . . . . . . : 136
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_count']
offset . . . . . . . . : 120
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_bar']
offset . . . . . . . . : 192
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar'
[hdata var 'items_prefix']
offset . . . . . . . . : 152
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'bar_window']
offset . . . . . . . . : 176
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_window'
[hdata var 'bar_refresh_needed']
offset . . . . . . . . : 184
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_name']
offset . . . . . . . . : 160
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_suffix']
offset . . . . . . . . : 168
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_buffer']
offset . . . . . . . . : 144
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'options']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069f1bff0)]
name . . . . . . . . . : 'config_section'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_section'
var_next . . . . . . . : 'next_section'
hash_var . . . . . . . : 0x563069f16850 (hashtable: 'callback_write_default:0x563069f59fb0,next_section:0x563069f5a550,config_file:0x563069f16950,callback_delete_option_data:0x563069f5a310,callback_create_option_pointer:0x563069f5a170,callback_delete_option_pointer:0x563069f5a2b0,callback_create_option_data:0x563069f5a1d0,callback_read:0x563069f16b70,last_option:0x563069f5a410,user_can_add_options:0x563069f16a70,callback_write_default_pointer:0x563069f5a030,user_can_delete_options:0x563069f16af0,callback_create_option:0x563069f5a0f0,callback_write_pointer:0x563069f59eb0,callback_delete_option:0x563069f5a230,callback_read_data:0x563069f16c70,callback_read_pointer:0x563069f16bf0,callback_write:0x563069f16cf0,prev_section:0x563069f5a4b0,options:0x563069f5a370,callback_write_data:0x563069f59f30,callback_write_default_data:0x563069f5a090,name:0x563069f169f0')
hash_list. . . . . . . : 0x563069f168a0 (hashtable: '(null)')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'callback_write_default']
offset . . . . . . . . : 72
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_section']
offset . . . . . . . . : 168
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_section'
[hdata var 'config_file']
offset . . . . . . . . : 0
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_file'
[hdata var 'callback_delete_option_data']
offset . . . . . . . . : 136
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_create_option_pointer']
offset . . . . . . . . : 104
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_delete_option_pointer']
offset . . . . . . . . : 128
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_create_option_data']
offset . . . . . . . . : 112
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_read']
offset . . . . . . . . : 24
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'last_option']
offset . . . . . . . . : 152
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_option'
[hdata var 'user_can_add_options']
offset . . . . . . . . : 16
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_write_default_pointer']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'user_can_delete_options']
offset . . . . . . . . : 20
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_create_option']
offset . . . . . . . . : 96
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_write_pointer']
offset . . . . . . . . : 56
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_delete_option']
offset . . . . . . . . : 120
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_read_data']
offset . . . . . . . . : 40
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_read_pointer']
offset . . . . . . . . : 32
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_write']
offset . . . . . . . . : 48
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_section']
offset . . . . . . . . : 160
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_section'
[hdata var 'options']
offset . . . . . . . . : 144
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_option'
[hdata var 'callback_write_data']
offset . . . . . . . . : 64
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_write_default_data']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 8
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069f589a0)]
name . . . . . . . . . : 'ruby_script'
plugin . . . . . . . . : 0x563069a196c0
var_prev . . . . . . . : 'prev_script'
var_next . . . . . . . : 'next_script'
hash_var . . . . . . . : 0x56306a02c630 (hashtable: 'license:0x56306a02cbd0,prev_script:0x56306a02ce50,interpreter:0x56306a02c9d0,description:0x56306a02cc50,next_script:0x56306a02cef0,author:0x56306a02cad0,unloading:0x56306a02cdd0,filename:0x56306a02c950,shutdown_func:0x56306a02ccd0,charset:0x56306a02cd50,version:0x56306a02cb50,name:0x56306a02ca50')
hash_list. . . . . . . : 0x56306a02c790 (hashtable: 'last_script:0x56306a02d010,scripts:0x56306a02cf90')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_script']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'ruby_script'
[hdata var 'interpreter']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_script']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'ruby_script'
[hdata var 'author']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'unloading']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'shutdown_func']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069f57cc0)]
name . . . . . . . . . : 'python_script'
plugin . . . . . . . . : 0x563069a24ff0
var_prev . . . . . . . : 'prev_script'
var_next . . . . . . . : 'next_script'
hash_var . . . . . . . : 0x563069fa7930 (hashtable: 'license:0x563069fa7ed0,prev_script:0x563069fa8150,interpreter:0x563069fa7cd0,description:0x563069fa7f50,next_script:0x563069fbcf20,author:0x563069fa7dd0,unloading:0x563069fa80d0,filename:0x563069fa7c50,shutdown_func:0x563069fa7fd0,charset:0x563069fa8050,version:0x563069fa7e50,name:0x563069fa7d50')
hash_list. . . . . . . : 0x563069fa7a90 (hashtable: 'last_script:0x56306a02c550,scripts:0x563069fbcfc0')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_script']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'python_script'
[hdata var 'interpreter']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_script']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'python_script'
[hdata var 'author']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'unloading']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'shutdown_func']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a7aed0)]
name . . . . . . . . . : 'bar_window'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_bar_window'
var_next . . . . . . . : 'next_bar_window'
hash_var . . . . . . . : 0x563069a7af90 (hashtable: 'screen_lines:0x563069a7bad0,scroll_x:0x563069a7b550,items_subcount:0x563069a7b850,items_num_lines:0x563069a7b950,cursor_y:0x563069a7b6d0,current_size:0x563069a7b750,cursor_x:0x563069a7b650,screen_col_size:0x563069a7ba50,height:0x563069a7b4d0,items_refresh_needed:0x563069a7b9d0,next_bar_window:0x563069a7bd70,bar:0x563069a7b2b0,coords:0x563069a7bbd0,items_count:0x563069a7b7d0,width:0x563069a7b450,gui_objects:0x563069a7bc50,coords_count:0x563069a7bb50,x:0x563069a7b350,scroll_y:0x563069a7b5d0,items_content:0x563069a7b8d0,prev_bar_window:0x563069a7bcd0,y:0x563069a7b3d0')
hash_list. . . . . . . : 0x563069a7b0f0 (hashtable: '(null)')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x5630692abca0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'screen_lines']
offset . . . . . . . . : 84
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'scroll_x']
offset . . . . . . . . : 24
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 1
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_subcount']
offset . . . . . . . . : 48
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_num_lines']
offset . . . . . . . . : 64
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'cursor_y']
offset . . . . . . . . : 36
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'current_size']
offset . . . . . . . . : 40
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'cursor_x']
offset . . . . . . . . : 32
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'screen_col_size']
offset . . . . . . . . : 80
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'height']
offset . . . . . . . . : 20
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_refresh_needed']
offset . . . . . . . . : 72
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_bar_window']
offset . . . . . . . . : 120
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_window'
[hdata var 'bar']
offset . . . . . . . . : 0
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar'
[hdata var 'coords']
offset . . . . . . . . : 96
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_count']
offset . . . . . . . . : 44
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'width']
offset . . . . . . . . : 16
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'gui_objects']
offset . . . . . . . . : 104
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'coords_count']
offset . . . . . . . . : 88
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'x']
offset . . . . . . . . : 8
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'scroll_y']
offset . . . . . . . . : 28
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 1
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'items_content']
offset . . . . . . . . : 56
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_bar_window']
offset . . . . . . . . : 112
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'bar_window'
[hdata var 'y']
offset . . . . . . . . : 12
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069fe6fd0)]
name . . . . . . . . . : 'lua_script'
plugin . . . . . . . . : 0x563069a2a770
var_prev . . . . . . . : 'prev_script'
var_next . . . . . . . : 'next_script'
hash_var . . . . . . . : 0x563069fe9820 (hashtable: 'license:0x563069fbc830,prev_script:0x563069fbcab0,interpreter:0x563069fbc630,description:0x563069fbc8b0,next_script:0x563069fbcb50,author:0x563069fbc730,unloading:0x563069fbca30,filename:0x563069fbc5b0,shutdown_func:0x563069fbc930,charset:0x563069fbc9b0,version:0x563069fbc7b0,name:0x563069fbc6b0')
hash_list. . . . . . . : 0x563069fbc3f0 (hashtable: 'last_script:0x563069fbcc70,scripts:0x563069fbcbf0')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_script']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'lua_script'
[hdata var 'interpreter']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_script']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'lua_script'
[hdata var 'author']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'unloading']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'shutdown_func']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a01550)]
name . . . . . . . . . : 'guile_script'
plugin . . . . . . . . : 0x563069a1bd40
var_prev . . . . . . . : 'prev_script'
var_next . . . . . . . : 'next_script'
hash_var . . . . . . . : 0x563069fac450 (hashtable: 'license:0x563069fb2220,prev_script:0x563069f5d870,interpreter:0x563069fe0b90,description:0x563069fe5140,next_script:0x563069fe0ab0,author:0x563069f5d670,unloading:0x563069f5d7f0,filename:0x563069fe5090,shutdown_func:0x563069fe9670,charset:0x563069fe96f0,version:0x563069fb21a0,name:0x563069fb2110')
hash_list. . . . . . . : 0x563069fe51f0 (hashtable: 'last_script:0x563069fe0c80,scripts:0x563069fe0b50')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_script']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'guile_script'
[hdata var 'interpreter']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_script']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'guile_script'
[hdata var 'author']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'unloading']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'shutdown_func']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069eeaf40)]
name . . . . . . . . . : 'fset_option'
plugin . . . . . . . . : 0x563069a20e10
var_prev . . . . . . . : '(null)'
var_next . . . . . . . : '(null)'
hash_var . . . . . . . : 0x563069fb4130 (hashtable: 'default_value:0x563069fb4580,description:0x563069fb4800,marked:0x563069f578d0,string_values:0x563069fb4880,type:0x563069fb4500,value:0x563069fb4600,index:0x563069fb4090,min:0x563069fb4700,parent_name:0x563069fb4480,section:0x563069fb4330,option:0x563069fb43b0,max:0x563069fb4780,file:0x563069fb4350,parent_value:0x563069fb4680,name:0x563069fb4370')
hash_list. . . . . . . : 0x563069fb43f0 (hashtable: '(null)')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'default_value']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 96
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'marked']
offset . . . . . . . . : 112
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'string_values']
offset . . . . . . . . : 104
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'type']
offset . . . . . . . . : 48
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'value']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'index']
offset . . . . . . . . : 0
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'min']
offset . . . . . . . . : 80
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'parent_name']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'section']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'option']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'max']
offset . . . . . . . . : 88
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'file']
offset . . . . . . . . : 8
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'parent_value']
offset . . . . . . . . : 72
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069f595e0)]
name . . . . . . . . . : 'perl_script'
plugin . . . . . . . . : 0x563069a1d740
var_prev . . . . . . . : 'prev_script'
var_next . . . . . . . : 'next_script'
hash_var . . . . . . . : 0x563069fbcd50 (hashtable: 'license:0x563069fa7410,prev_script:0x563069fa7690,interpreter:0x563069fa7210,description:0x563069fa7490,next_script:0x563069fa7730,author:0x563069fa7310,unloading:0x563069fa7610,filename:0x563069fa7190,shutdown_func:0x563069fa7510,charset:0x563069fa7590,version:0x563069fa7390,name:0x563069fa7290')
hash_list. . . . . . . : 0x563069fbceb0 (hashtable: 'last_script:0x563069fa7850,scripts:0x563069fa77d0')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'license']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_script']
offset . . . . . . . . : 80
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'perl_script'
[hdata var 'interpreter']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_script']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'perl_script'
[hdata var 'author']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'unloading']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filename']
offset . . . . . . . . : 0
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'shutdown_func']
offset . . . . . . . . : 56
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'charset']
offset . . . . . . . . : 64
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'version']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069a00a50)]
name . . . . . . . . . : 'buffer'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_buffer'
var_next . . . . . . . : 'next_buffer'
hash_var . . . . . . . : 0x563069a00b10 (hashtable: 'input_buffer_pos:0x563069a070e0,mixed_lines:0x563069a06360,ptr_input_undo:0x563069a073d0,day_change:0x563069a05ec0,input_buffer_alloc:0x563069a06f60,num_displayed:0x563069a05c40,highlight_tags_array:0x563069a07fe0,hotlist:0x563069a08080,own_lines:0x563069a062c0,text_search_exact:0x563069a07870,highlight_tags_restrict:0x563069a07d10,keys:0x563069a081a0,close_callback_pointer:0x563069a060c0,input_get_empty:0x563069a06e60,text_search_regex:0x563069a078f0,text_search_regex_compiled:0x563069a07970,chat_refresh_needed:0x563069a06520,filter:0x563069a05fc0,input_buffer_length:0x563069a07060,input_get_unknown_commands:0x563069a06dd0,nickcmp_callback_data:0x563069a06b50,plugin:0x563069a00df0,input:0x563069a06bd0,input_undo_count:0x563069a07470,layout_number_merge_order:0x563069a00f90,input_callback:0x563069a06c50,title:0x563069a06240,nickcmp_callback:0x563069a06a40,ptr_history:0x563069a076d0,close_callback:0x563069a06040,num_history:0x563069a07770,time_for_each_line:0x563069a064a0,type:0x563069a011a0,highlight_regex:0x563069a07c00,keys_count:0x563069a082e0,last_history:0x563069a07630,last_key:0x563069a08240,nicklist_display_groups:0x563069a067c0,short_name:0x563069a01120,input_callback_data:0x563069a06d50,nicklist_visible_count:0x563069a069c0,zoomed:0x563069a05dc0,input_buffer:0x563069a06ee0,input_undo:0x563069a07290,last_input_undo:0x563069a07330,lines:0x563069a06400,number:0x563069a00e90,text_search_input:0x563069a07b00,highlight_words:0x563069a07b80,nicklist_count:0x563069a06840,closing:0x563069a061c0,input_undo_snap:0x563069a071f0,nicklist_root:0x563069a066a0,highlight_regex_compiled:0x563069a07c80,nicklist_max_length:0x563069a06740,prev_buffer:0x563069a083e0,text_search_where:0x563069a07a00,text_search_found:0x563069a07a80,close_callback_data:0x563069a06140,nickcmp_callback_pointer:0x563069a06ac0,nicklist_nicks_count:0x563069a06940,active:0x563069a05cc0,highlight_tags:0x563069a07ee0,highlight_tags_restrict_array:0x563069a07e20,hotlist_max_level_nicks:0x563069a08120,input_buffer_size:0x563069a06fe0,layout_number:0x563069a00f10,nicklist:0x563069a065a0,input_buffer_1st_display:0x563069a07160,text_search:0x563069a077f0,clear:0x563069a05f40,completion:0x563069a074f0,history:0x563069a07590,notify:0x563069a05bc0,full_name:0x563069a010a0,input_callback_pointer:0x563069a06cd0,local_variables:0x563069a08360,next_buffer:0x563069a08480,nicklist_case_sensitive:0x563069a06620,highlight_tags_count:0x563069a07f60,highlight_tags_restrict_count:0x563069a07d90,print_hooks_enabled:0x563069a05e40,hidden:0x563069a05d40,name:0x563069a01020,nicklist_groups_count:0x563069a068c0,plugin_name_for_upgrade:0x563069a00e50')
hash_list. . . . . . . : 0x563069a00c70 (hashtable: 'gui_buffer_last_displayed:0x563069a08620,last_gui_buffer:0x563069a085a0,gui_buffers:0x563069a08520')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'input_buffer_pos']
offset . . . . . . . . : 292
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'mixed_lines']
offset . . . . . . . . : 144
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'lines'
[hdata var 'ptr_input_undo']
offset . . . . . . . . : 328
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'input_undo'
[hdata var 'day_change']
offset . . . . . . . . : 84
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_buffer_alloc']
offset . . . . . . . . : 280
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'num_displayed']
offset . . . . . . . . : 64
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_tags_array']
offset . . . . . . . . : 480
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : 'highlight_tags_count'
hdata_name . . . . . . : '(null)'
[hdata var 'hotlist']
offset . . . . . . . . : 488
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'hotlist'
[hdata var 'own_lines']
offset . . . . . . . . : 136
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'lines'
[hdata var 'text_search_exact']
offset . . . . . . . . : 384
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_tags_restrict']
offset . . . . . . . . : 440
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'keys']
offset . . . . . . . . : 504
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'key'
[hdata var 'close_callback_pointer']
offset . . . . . . . . : 104
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_get_empty']
offset . . . . . . . . : 268
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'text_search_regex']
offset . . . . . . . . : 388
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'text_search_regex_compiled']
offset . . . . . . . . : 392
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'chat_refresh_needed']
offset . . . . . . . . : 164
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'filter']
offset . . . . . . . . : 92
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_buffer_length']
offset . . . . . . . . : 288
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_get_unknown_commands']
offset . . . . . . . . : 264
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nickcmp_callback_data']
offset . . . . . . . . : 224
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'plugin']
offset . . . . . . . . : 0
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'plugin'
[hdata var 'input']
offset . . . . . . . . : 232
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_undo_count']
offset . . . . . . . . : 336
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'layout_number_merge_order']
offset . . . . . . . . : 24
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_callback']
offset . . . . . . . . : 240
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'title']
offset . . . . . . . . : 128
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nickcmp_callback']
offset . . . . . . . . : 208
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'ptr_history']
offset . . . . . . . . : 368
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'history'
[hdata var 'close_callback']
offset . . . . . . . . : 96
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'num_history']
offset . . . . . . . . : 376
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'time_for_each_line']
offset . . . . . . . . : 160
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'type']
offset . . . . . . . . : 56
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_regex']
offset . . . . . . . . : 424
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'keys_count']
offset . . . . . . . . : 520
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'last_history']
offset . . . . . . . . : 360
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'history'
[hdata var 'last_key']
offset . . . . . . . . : 512
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'key'
[hdata var 'nicklist_display_groups']
offset . . . . . . . . : 188
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'short_name']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_callback_data']
offset . . . . . . . . : 256
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nicklist_visible_count']
offset . . . . . . . . : 204
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'zoomed']
offset . . . . . . . . : 76
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_buffer']
offset . . . . . . . . : 272
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_undo']
offset . . . . . . . . : 312
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'input_undo'
[hdata var 'last_input_undo']
offset . . . . . . . . : 320
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'input_undo'
[hdata var 'lines']
offset . . . . . . . . : 152
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'lines'
[hdata var 'number']
offset . . . . . . . . : 16
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'text_search_input']
offset . . . . . . . . : 408
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_words']
offset . . . . . . . . : 416
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nicklist_count']
offset . . . . . . . . : 192
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'closing']
offset . . . . . . . . : 120
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_undo_snap']
offset . . . . . . . . : 304
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'input_undo'
[hdata var 'nicklist_root']
offset . . . . . . . . : 176
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'nick_group'
[hdata var 'highlight_regex_compiled']
offset . . . . . . . . : 432
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nicklist_max_length']
offset . . . . . . . . : 184
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_buffer']
offset . . . . . . . . : 536
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'buffer'
[hdata var 'text_search_where']
offset . . . . . . . . : 400
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'text_search_found']
offset . . . . . . . . : 404
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'close_callback_data']
offset . . . . . . . . : 112
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nickcmp_callback_pointer']
offset . . . . . . . . : 216
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nicklist_nicks_count']
offset . . . . . . . . : 200
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'active']
offset . . . . . . . . : 68
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_tags']
offset . . . . . . . . : 464
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_tags_restrict_array']
offset . . . . . . . . : 456
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : 'highlight_tags_restrict_count'
hdata_name . . . . . . : '(null)'
[hdata var 'hotlist_max_level_nicks']
offset . . . . . . . . : 496
type . . . . . . . . . : 7 ('hashtable')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_buffer_size']
offset . . . . . . . . : 284
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'layout_number']
offset . . . . . . . . : 20
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nicklist']
offset . . . . . . . . : 168
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_buffer_1st_display']
offset . . . . . . . . : 296
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'text_search']
offset . . . . . . . . : 380
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'clear']
offset . . . . . . . . : 88
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'completion']
offset . . . . . . . . : 344
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'completion'
[hdata var 'history']
offset . . . . . . . . : 352
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'history'
[hdata var 'notify']
offset . . . . . . . . : 60
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'full_name']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'input_callback_pointer']
offset . . . . . . . . : 248
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'local_variables']
offset . . . . . . . . : 528
type . . . . . . . . . : 7 ('hashtable')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_buffer']
offset . . . . . . . . : 544
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'buffer'
[hdata var 'nicklist_case_sensitive']
offset . . . . . . . . : 172
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_tags_count']
offset . . . . . . . . : 472
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'highlight_tags_restrict_count']
offset . . . . . . . . : 448
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'print_hooks_enabled']
offset . . . . . . . . : 80
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'hidden']
offset . . . . . . . . : 72
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'name']
offset . . . . . . . . : 32
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'nicklist_groups_count']
offset . . . . . . . . : 196
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'plugin_name_for_upgrade']
offset . . . . . . . . : 8
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata (addr:0x563069f5a5f0)]
name . . . . . . . . . : 'config_option'
plugin . . . . . . . . : 0x0
var_prev . . . . . . . : 'prev_option'
var_next . . . . . . . : 'next_option'
hash_var . . . . . . . : 0x563069f5a6b0 (hashtable: 'default_value:0x563069f5ac90,next_option:0x563069fb7f30,callback_change_data:0x563069fb7c10,callback_check_value:0x563069f5ae10,callback_delete_pointer:0x563069fb7d10,config_file:0x563069f5a7b0,loaded:0x563069fb7e10,callback_change:0x563069fb7b10,description:0x563069f5aa70,string_values:0x563069f5aaf0,type:0x563069f5a9f0,value:0x563069f5ad10,min:0x563069f5ab90,parent_name:0x563069f5a970,section:0x563069f5a850,null_value_allowed:0x563069f5ad90,callback_delete:0x563069fb7c90,max:0x563069f5ac10,callback_change_pointer:0x563069fb7b90,callback_check_value_pointer:0x563069fb7a50,callback_check_value_data:0x563069fb7ab0,callback_delete_data:0x563069fb7d90,prev_option:0x563069fb7e90,name:0x563069f5a8f0')
hash_list. . . . . . . : 0x563069f5a700 (hashtable: '(null)')
create_allowed . . . . : 0
delete_allowed . . . . : 0
callback_update. . . . : 0x0
callback_update_data . : 0x0
update_pending . . . . : 0
[hdata var 'default_value']
offset . . . . . . . . : 64
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'next_option']
offset . . . . . . . . : 176
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_option'
[hdata var 'callback_change_data']
offset . . . . . . . . : 128
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_check_value']
offset . . . . . . . . : 88
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_delete_pointer']
offset . . . . . . . . : 144
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'config_file']
offset . . . . . . . . : 0
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_file'
[hdata var 'loaded']
offset . . . . . . . . : 160
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_change']
offset . . . . . . . . : 112
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'description']
offset . . . . . . . . : 40
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'string_values']
offset . . . . . . . . : 48
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '*'
hdata_name . . . . . . : '(null)'
[hdata var 'type']
offset . . . . . . . . : 32
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'value']
offset . . . . . . . . : 72
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'min']
offset . . . . . . . . : 56
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'parent_name']
offset . . . . . . . . : 24
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'section']
offset . . . . . . . . : 8
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_section'
[hdata var 'null_value_allowed']
offset . . . . . . . . : 80
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_delete']
offset . . . . . . . . : 136
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'max']
offset . . . . . . . . : 60
type . . . . . . . . . : 2 ('integer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_change_pointer']
offset . . . . . . . . : 120
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_check_value_pointer']
offset . . . . . . . . : 96
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_check_value_data']
offset . . . . . . . . : 104
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'callback_delete_data']
offset . . . . . . . . : 152
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hdata var 'prev_option']
offset . . . . . . . . : 168
type . . . . . . . . . : 5 ('pointer')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : 'config_option'
[hdata var 'name']
offset . . . . . . . . : 16
type . . . . . . . . . : 4 ('string')
update_allowed . . . . : 0
array_size . . . . . . : '(null)'
hdata_name . . . . . . : '(null)'
[hook (addr:0x563069a6de00)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a6de50
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'AAWAY'
description . . . . . : 'allserv /away'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%allserv /away'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%allserv /away'
cplt_templates_static[0000]: '%%allserv /away'
num_args. . . . . . : 2
args[0000]. . . . . : '%%allserv'
args[0001]. . . . . : '/away'
num_args_concat . . . : 2
args_concat[0000] . . : '%%allserv'
args_concat[0001] . . : '/away'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069a9bf60
[hook (addr:0x563069a9bf60)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0c520
command . . . . . . . : 'admin'
description . . . . . : 'find information about the administrator of the server'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a6de00
next_hook . . . . . . . : 0x563069a74250
[hook (addr:0x563069a74250)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17b290
command . . . . . . . : 'alias'
description . . . . . : 'list, add or remove command aliases'
args. . . . . . . . . : 'list [<alias>] || add <alias> [<command>[;<command>...]] || addcompletion <completion> <alias> [<command>[;<command>...]] || del <alias> [<alias>...]'
args_description. . . : ' list: list aliases (without argument, this list is displayed)
add: add an alias
addcompletion: add an alias with a custom completion
del: delete an alias
completion: completion for alias: by default completion is done with target command
note: you can use %%command to use completion of an existing command
alias: name of alias
command: command name with arguments (many commands can be separated by semicolons)
Note: in command, special variables are replaced:
$n: argument 'n' (between 1 and 9)
$-m: arguments from 1 to 'm'
$n-: arguments from 'n' to last
$n-m: arguments from 'n' to 'm'
$*: all arguments
$~: last argument
$var: where "var" is a local variable of buffer (see /buffer localvar)
examples: $nick, $channel, $server, $plugin, $name
Examples:
alias /split to split window horizontally:
/alias add split /window splith
alias /hello to say "hello" on all channels but not on #weechat:
/alias add hello /allchan -exclude=#weechat msg * hello
alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin:
/alias addcompletion %%sajoin forcejoin /quote forcejoin'
completion. . . . . . : 'list %(alias) || add %(alias) %(commands:/)|%(alias_value) || addcompletion %- %(alias) %(commands:/)|%(alias_value) || del %(alias)|%*'
cplt_num_templates. . : 4
cplt_templates[0000] . . . : 'list %(alias)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(alias)'
cplt_templates[0001] . . . : 'add %(alias) %(commands:/)|%(alias_value)'
cplt_templates_static[0001]: 'add'
num_args. . . . . . : 3
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(alias)'
args[0002]. . . . . : '%(commands:/)|%(alias_value)'
cplt_templates[0002] . . . : 'addcompletion %- %(alias) %(commands:/)|%(alias_value)'
cplt_templates_static[0002]: 'addcompletion'
num_args. . . . . . : 4
args[0000]. . . . . : 'addcompletion'
args[0001]. . . . . : '%-'
args[0002]. . . . . : '%(alias)'
args[0003]. . . . . : '%(commands:/)|%(alias_value)'
cplt_templates[0003] . . . : 'del %(alias)|%*'
cplt_templates_static[0003]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(alias)|%*'
num_args_concat . . . : 4
args_concat[0000] . . : 'list|add|addcompletion|del'
args_concat[0001] . . : '%(alias)|%-|%*'
args_concat[0002] . . : '%(commands:/)|%(alias_value)|%(alias)'
args_concat[0003] . . : '%(commands:/)|%(alias_value)'
prev_hook . . . . . . . : 0x563069a9bf60
next_hook . . . . . . . : 0x563069a9c090
[hook (addr:0x563069a9c090)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f16b50
command . . . . . . . : 'allchan'
description . . . . . : 'execute a command on all channels of all connected servers'
args. . . . . . . . . : '[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] || [-current] -include=<channel>[,<channel>...] <command> [<arguments>]'
args_description. . . : ' -current: execute command for channels of current server only
-exclude: exclude some channels (wildcard "*" is allowed)
-include: include only some channels (wildcard "*" is allowed)
command: command to execute
arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
Examples:
execute '/me is testing' on all channels:
/allchan me is testing
say 'hello' everywhere but not on #weechat:
/allchan -exclude=#weechat msg * hello
say 'hello' everywhere but not on #weechat and channels beginning with #linux:
/allchan -exclude=#weechat,#linux* msg * hello
say 'hello' on all channels beginning with #linux:
/allchan -include=#linux* msg * hello'
completion. . . . . . : '-current'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-current'
cplt_templates_static[0000]: '-current'
num_args. . . . . . : 1
args[0000]. . . . . : '-current'
num_args_concat . . . : 1
args_concat[0000] . . : '-current'
prev_hook . . . . . . . : 0x563069a74250
next_hook . . . . . . . : 0x563069a9c720
[hook (addr:0x563069a9c720)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f16e20
command . . . . . . . : 'allpv'
description . . . . . : 'execute a command on all private buffers of all connected servers'
args. . . . . . . . . : '[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>] || [-current] -include=<nick>[,<nick>...] <command> [<arguments>]'
args_description. . . : ' -current: execute command for private buffers of current server only
-exclude: exclude some nicks (wildcard "*" is allowed)
-include: include only some nicks (wildcard "*" is allowed)
command: command to execute
arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
Examples:
execute '/me is testing' on all private buffers:
/allpv me is testing
say 'hello' everywhere but not for nick foo:
/allpv -exclude=foo msg * hello
say 'hello' everywhere but not for nick foo and nicks beginning with bar:
/allpv -exclude=foo,bar* msg * hello
say 'hello' for all nicks beginning with bar:
/allpv -include=bar* msg * hello
close all private buffers:
/allpv close'
completion. . . . . . : '-current'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-current'
cplt_templates_static[0000]: '-current'
num_args. . . . . . : 1
args[0000]. . . . . : '-current'
num_args_concat . . . : 1
args_concat[0000] . . : '-current'
prev_hook . . . . . . . : 0x563069a9c090
next_hook . . . . . . . : 0x563069a9cb60
[hook (addr:0x563069a9cb60)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f17420
command . . . . . . . : 'allserv'
description . . . . . : 'execute a command on all connected servers'
args. . . . . . . . . : '[-exclude=<server>[,<server>...]] <command> [<arguments>] || -include=<server>[,<server>...] <command> [<arguments>]'
args_description. . . : ' -exclude: exclude some servers (wildcard "*" is allowed)
-include: include only some servers (wildcard "*" is allowed)
command: command to execute
arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
Examples:
change nick on all servers:
/allserv nick newnick
set away on all servers:
/allserv away I'm away
do a whois on my nick on all servers:
/allserv whois $nick'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a9c720
next_hook . . . . . . . : 0x563069a6f4f0
[hook (addr:0x563069a6f4f0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a6f470
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'AME'
description . . . . . : 'allchan /me'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%allchan /me'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%allchan /me'
cplt_templates_static[0000]: '%%allchan /me'
num_args. . . . . . : 2
args[0000]. . . . . : '%%allchan'
args[0001]. . . . . : '/me'
num_args_concat . . . : 2
args_concat[0000] . . : '%%allchan'
args_concat[0001] . . : '/me'
prev_hook . . . . . . . : 0x563069a9cb60
next_hook . . . . . . . : 0x563069a6f950
[hook (addr:0x563069a6f950)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a6f910
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'AMSG'
description . . . . . : 'allchan /msg *'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%allchan /msg *'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%allchan /msg *'
cplt_templates_static[0000]: '%%allchan /msg *'
num_args. . . . . . : 3
args[0000]. . . . . : '%%allchan'
args[0001]. . . . . : '/msg'
args[0002]. . . . . : '*'
num_args_concat . . . : 3
args_concat[0000] . . : '%%allchan'
args_concat[0001] . . : '/msg'
args_concat[0002] . . : '*'
prev_hook . . . . . . . : 0x563069a6f4f0
next_hook . . . . . . . : 0x563069a6fe20
[hook (addr:0x563069a6fe20)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a6fdc0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'ANICK'
description . . . . . : 'allserv /nick'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%allserv /nick'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%allserv /nick'
cplt_templates_static[0000]: '%%allserv /nick'
num_args. . . . . . : 2
args[0000]. . . . . : '%%allserv'
args[0001]. . . . . : '/nick'
num_args_concat . . . : 2
args_concat[0000] . . : '%%allserv'
args_concat[0001] . . : '/nick'
prev_hook . . . . . . . : 0x563069a6f950
next_hook . . . . . . . : 0x5630695a71e0
[hook (addr:0x5630695a71e0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692633d0
command . . . . . . . : 'away'
description . . . . . : 'set or remove away status'
args. . . . . . . . . : '[-all] [<message>]'
args_description. . . : ' -all: set or remove away status on all connected servers
message: message for away (if no message is given, away status is removed)'
completion. . . . . . : '-all'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-all'
cplt_templates_static[0000]: '-all'
num_args. . . . . . : 1
args[0000]. . . . . : '-all'
num_args_concat . . . : 1
args_concat[0000] . . : '-all'
prev_hook . . . . . . . : 0x563069a6fe20
next_hook . . . . . . . : 0x563069a9cfc0
[hook (addr:0x563069a9cfc0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f15c00
command . . . . . . . : 'ban'
description . . . . . : 'ban nicks or hosts'
args. . . . . . . . . : '[<channel>] [<nick> [<nick>...]]'
args_description. . . : 'channel: channel name
nick: nick or host
Without argument, this command displays the ban list for current channel.'
completion. . . . . . : '%(irc_channel_nicks_hosts)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channel_nicks_hosts)'
cplt_templates_static[0000]: '%(irc_channel_nicks_hosts)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channel_nicks_hosts)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channel_nicks_hosts)'
prev_hook . . . . . . . : 0x5630695a71e0
next_hook . . . . . . . : 0x5630695a7390
[hook (addr:0x5630695a7390)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069269800
command . . . . . . . : 'bar'
description . . . . . : 'manage bars'
args. . . . . . . . . : 'list|listfull|listitems || add <name> <type>[,<conditions>] <position> <size> <separator> <item1>[,<item2>...] || default [input|title|status|nicklist] || del <name>|-all || set <name> <option> <value> || hide|show|toggle <name> || scroll <name> <window> <scroll_value>'
args_description. . . : ' list: list all bars
listfull: list all bars (verbose)
listitems: list all bar items
add: add a new bar
name: name of bar (must be unique)
type: root: outside windows,
window: inside windows, with optional conditions (see below)
conditions: the conditions to display the bar:
active: on active window
inactive: on inactive windows
nicklist: on windows with nicklist
other condition: see /help weechat.bar.xxx.conditions and /help eval
without conditions, the bar is always displayed
position: bottom, top, left or right
size: size of bar (in chars)
separator: 1 for using separator (line), 0 or nothing means no separator
item1,...: items for this bar (items can be separated by comma (space between items) or "+" (glued items))
default: create a default bar (all default bars if no bar name is given)
del: delete a bar (or all bars with -all)
set: set a value for a bar property
option: option to change (for options list, look at /set weechat.bar.<barname>.*)
value: new value for option
hide: hide a bar
show: show an hidden bar
toggle: hide/show a bar
scroll: scroll bar
window: window number (use '*' for current window or for root bars)
scroll_value: value for scroll: 'x' or 'y' (optional), followed by '+', '-', 'b' (beginning) or 'e' (end), value (for +/-), and optional % (to scroll by % of width/height, otherwise value is number of chars)
Examples:
create a bar with time, buffer number + name, and completion:
/bar add mybar root bottom 1 0 [time],buffer_number+:+buffer_name,completion
hide a bar:
/bar hide mybar
scroll nicklist 10 lines down on current buffer:
/bar scroll nicklist * y+10
scroll to end of nicklist on current buffer:
/bar scroll nicklist * ye'
completion. . . . . . : 'list || listfull || listitems || add %(bars_names) root|window bottom|top|left|right || default input|title|status|nicklist|%* || del %(bars_names)|-all || set %(bars_names) %(bars_options) || hide %(bars_names) || show %(bars_names) || toggle %(bars_names) || scroll %(bars_names) %(windows_numbers)|*'
cplt_num_templates. . : 11
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : 'listfull'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 1
args[0000]. . . . . : 'listfull'
cplt_templates[0002] . . . : 'listitems'
cplt_templates_static[0002]: 'listitems'
num_args. . . . . . : 1
args[0000]. . . . . : 'listitems'
cplt_templates[0003] . . . : 'add %(bars_names) root|window bottom|top|left|right'
cplt_templates_static[0003]: 'add'
num_args. . . . . . : 4
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(bars_names)'
args[0002]. . . . . : 'root|window'
args[0003]. . . . . : 'bottom|top|left|right'
cplt_templates[0004] . . . : 'default input|title|status|nicklist|%*'
cplt_templates_static[0004]: 'default'
num_args. . . . . . : 2
args[0000]. . . . . : 'default'
args[0001]. . . . . : 'input|title|status|nicklist|%*'
cplt_templates[0005] . . . : 'del %(bars_names)|-all'
cplt_templates_static[0005]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(bars_names)|-all'
cplt_templates[0006] . . . : 'set %(bars_names) %(bars_options)'
cplt_templates_static[0006]: 'set'
num_args. . . . . . : 3
args[0000]. . . . . : 'set'
args[0001]. . . . . : '%(bars_names)'
args[0002]. . . . . : '%(bars_options)'
cplt_templates[0007] . . . : 'hide %(bars_names)'
cplt_templates_static[0007]: 'hide'
num_args. . . . . . : 2
args[0000]. . . . . : 'hide'
args[0001]. . . . . : '%(bars_names)'
cplt_templates[0008] . . . : 'show %(bars_names)'
cplt_templates_static[0008]: 'show'
num_args. . . . . . : 2
args[0000]. . . . . : 'show'
args[0001]. . . . . : '%(bars_names)'
cplt_templates[0009] . . . : 'toggle %(bars_names)'
cplt_templates_static[0009]: 'toggle'
num_args. . . . . . : 2
args[0000]. . . . . : 'toggle'
args[0001]. . . . . : '%(bars_names)'
cplt_templates[0010] . . . : 'scroll %(bars_names) %(windows_numbers)|*'
cplt_templates_static[0010]: 'scroll'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll'
args[0001]. . . . . : '%(bars_names)'
args[0002]. . . . . : '%(windows_numbers)|*'
num_args_concat . . . : 4
args_concat[0000] . . : 'list|listfull|listitems|add|default|del|set|hide|show|toggle|scroll'
args_concat[0001] . . : '%(bars_names)|input|title|status|nicklist|%*|-all'
args_concat[0002] . . : 'root|window|%(bars_options)|%(windows_numbers)|*'
args_concat[0003] . . : 'bottom|top|left|right'
prev_hook . . . . . . . : 0x563069a9cfc0
next_hook . . . . . . . : 0x563069a702c0
[hook (addr:0x563069a702c0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a70240
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'BEEP'
description . . . . . : 'print -beep'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%print -beep'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%print -beep'
cplt_templates_static[0000]: '%%print -beep'
num_args. . . . . . : 2
args[0000]. . . . . : '%%print'
args[0001]. . . . . : '-beep'
num_args_concat . . . : 2
args_concat[0000] . . : '%%print'
args_concat[0001] . . : '-beep'
prev_hook . . . . . . . : 0x5630695a7390
next_hook . . . . . . . : 0x5630695a8490
[hook (addr:0x5630695a8490)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069267ad0
command . . . . . . . : 'buffer'
description . . . . . : 'manage buffers'
args. . . . . . . . . : 'list || add [-free] [-switch] <name> || clear [<number>|<name>|-merged|-all [<number>|<name>...]] || move <number>|-|+ || swap <number1>|<name1> [<number2>|<name2>] || cycle <number>|<name> [<number>|<name>...] || merge <number>|<name> || unmerge [<number>|-all] || hide [<number>|<name>|-all [<number>|<name>...]] || unhide [<number>|<name>|-all [<number>|<name>...]] || renumber [<number1> [<number2> [<start>]]] || close [<n1>[-<n2>]|<name>...] || notify <level> || localvar [<number>|<name>] || set <property> [<value>] || get <property> || <number>|-|+|<name>'
args_description. . . : ' list: list buffers (without argument, this list is displayed)
add: add a new buffer (it can be closed with "/buffer close" or input "q")
clear: clear buffer content (number for a buffer, -merged for merged buffers, -all for all buffers, or nothing for current buffer)
move: move buffer in the list (may be relative, for example -1); "-" = move to first buffer number, "+" = move to last buffer number + 1
swap: swap two buffers (swap with current buffer if only one number/name given)
cycle: jump loop between a list of buffers
merge: merge current buffer to another buffer (chat area will be mix of both buffers)
(by default ctrl-x switches between merged buffers)
unmerge: unmerge buffer from other buffers which have same number
hide: hide the buffer
unhide: unhide the buffer
renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off)
close: close buffer (number/range or name is optional)
notify: set notify level for current buffer: this level determines whether buffer will be added to hotlist or not:
none: never
highlight: for highlights only
message: for messages from users + highlights
all: all messages
reset: reset to default value (all)
localvar: display local variables for the buffer
set: set a property for current buffer
get: display a property of current buffer
number: jump to buffer by number, possible prefix:
'+': relative jump, add number to current
'-': relative jump, sub number to current
'*': jump to number, using option "weechat.look.jump_current_to_previous_buffer"
-: jump to first buffer number
+: jump to last buffer number
name: jump to buffer by (partial) name
Examples:
clear current buffer:
/buffer clear
move buffer to number 5:
/buffer move 5
swap buffer 1 with 3:
/buffer swap 1 3
swap buffer #weechat with current buffer:
/buffer swap #weechat
jump on #chan1, #chan2, #chan3 and loop:
/buffer cycle #chan1 #chan2 #chan3
merge with core buffer:
/buffer merge 1
merge with #weechat buffer:
/buffer merge #weechat
unmerge buffer:
/buffer unmerge
close current buffer:
/buffer close
close buffers 5 to 7:
/buffer close 5-7
jump to #weechat:
/buffer #weechat
jump to next buffer:
/buffer +1
jump to last buffer number:
/buffer +'
completion. . . . . . : 'add -free|-switch || clear -merged|-all|%(buffers_numbers)|%(buffers_plugins_names) %(buffers_numbers)|%(buffers_plugins_names)|%* || move %(buffers_numbers) || swap %(buffers_numbers)|%(buffers_plugins_names) %(buffers_numbers)|%(buffers_plugins_names) || cycle %(buffers_numbers)|%(buffers_plugins_names)|%* || merge %(buffers_numbers)|%(buffers_plugins_names) || unmerge %(buffers_numbers)|-all || hide %(buffers_numbers)|%(buffers_plugins_names)|-all %(buffers_numbers)|%(buffers_plugins_names)|%* || unhide %(buffers_numbers)|%(buffers_plugins_names)|-all %(buffers_numbers)|%(buffers_plugins_names)|%* || renumber %(buffers_numbers) %(buffers_numbers) %(buffers_numbers) || close %(buffers_plugins_names)|%* || list || notify reset|none|highlight|message|all || localvar %(buffers_numbers)|%(buffers_plugins_names) || set %(buffer_properties_set) || get %(buffer_properties_get) || %(buffers_plugins_names)|%(buffers_names)|%(irc_channels)|%(irc_privates)|%(buffers_numbers)|-|-1|+|+1'
cplt_num_templates. . : 17
cplt_templates[0000] . . . : 'add -free|-switch'
cplt_templates_static[0000]: 'add'
num_args. . . . . . : 2
args[0000]. . . . . : 'add'
args[0001]. . . . . : '-free|-switch'
cplt_templates[0001] . . . : 'clear -merged|-all|%(buffers_numbers)|%(buffers_plugins_names) %(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates_static[0001]: 'clear'
num_args. . . . . . : 3
args[0000]. . . . . : 'clear'
args[0001]. . . . . : '-merged|-all|%(buffers_numbers)|%(buffers_plugins_names)'
args[0002]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates[0002] . . . : 'move %(buffers_numbers)'
cplt_templates_static[0002]: 'move'
num_args. . . . . . : 2
args[0000]. . . . . : 'move'
args[0001]. . . . . : '%(buffers_numbers)'
cplt_templates[0003] . . . : 'swap %(buffers_numbers)|%(buffers_plugins_names) %(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates_static[0003]: 'swap'
num_args. . . . . . : 3
args[0000]. . . . . : 'swap'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)'
args[0002]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates[0004] . . . : 'cycle %(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates_static[0004]: 'cycle'
num_args. . . . . . : 2
args[0000]. . . . . : 'cycle'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates[0005] . . . : 'merge %(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates_static[0005]: 'merge'
num_args. . . . . . : 2
args[0000]. . . . . : 'merge'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates[0006] . . . : 'unmerge %(buffers_numbers)|-all'
cplt_templates_static[0006]: 'unmerge'
num_args. . . . . . : 2
args[0000]. . . . . : 'unmerge'
args[0001]. . . . . : '%(buffers_numbers)|-all'
cplt_templates[0007] . . . : 'hide %(buffers_numbers)|%(buffers_plugins_names)|-all %(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates_static[0007]: 'hide'
num_args. . . . . . : 3
args[0000]. . . . . : 'hide'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)|-all'
args[0002]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates[0008] . . . : 'unhide %(buffers_numbers)|%(buffers_plugins_names)|-all %(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates_static[0008]: 'unhide'
num_args. . . . . . : 3
args[0000]. . . . . : 'unhide'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)|-all'
args[0002]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)|%*'
cplt_templates[0009] . . . : 'renumber %(buffers_numbers) %(buffers_numbers) %(buffers_numbers)'
cplt_templates_static[0009]: 'renumber'
num_args. . . . . . : 4
args[0000]. . . . . : 'renumber'
args[0001]. . . . . : '%(buffers_numbers)'
args[0002]. . . . . : '%(buffers_numbers)'
args[0003]. . . . . : '%(buffers_numbers)'
cplt_templates[0010] . . . : 'close %(buffers_plugins_names)|%*'
cplt_templates_static[0010]: 'close'
num_args. . . . . . : 2
args[0000]. . . . . : 'close'
args[0001]. . . . . : '%(buffers_plugins_names)|%*'
cplt_templates[0011] . . . : 'list'
cplt_templates_static[0011]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0012] . . . : 'notify reset|none|highlight|message|all'
cplt_templates_static[0012]: 'notify'
num_args. . . . . . : 2
args[0000]. . . . . : 'notify'
args[0001]. . . . . : 'reset|none|highlight|message|all'
cplt_templates[0013] . . . : 'localvar %(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates_static[0013]: 'localvar'
num_args. . . . . . : 2
args[0000]. . . . . : 'localvar'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates[0014] . . . : 'set %(buffer_properties_set)'
cplt_templates_static[0014]: 'set'
num_args. . . . . . : 2
args[0000]. . . . . : 'set'
args[0001]. . . . . : '%(buffer_properties_set)'
cplt_templates[0015] . . . : 'get %(buffer_properties_get)'
cplt_templates_static[0015]: 'get'
num_args. . . . . . : 2
args[0000]. . . . . : 'get'
args[0001]. . . . . : '%(buffer_properties_get)'
cplt_templates[0016] . . . : '%(buffers_plugins_names)|%(buffers_names)|%(irc_channels)|%(irc_privates)|%(buffers_numbers)|-|-1|+|+1'
cplt_templates_static[0016]: '%(buffers_plugins_names)|%(buffers_names)|%(irc_channels)|%(irc_privates)|%(buffers_numbers)|-|-1|+|+1'
num_args. . . . . . : 1
args[0000]. . . . . : '%(buffers_plugins_names)|%(buffers_names)|%(irc_channels)|%(irc_privates)|%(buffers_numbers)|-|-1|+|+1'
num_args_concat . . . : 4
args_concat[0000] . . : 'add|clear|move|swap|cycle|merge|unmerge|hide|unhide|renumber|close|list|notify|localvar|set|get|%(buffers_plugins_names)|%(buffers_names)|%(irc_channels)|%(irc_privates)|%(buffers_numbers)|-|-1|+|+1'
args_concat[0001] . . : '-free|-switch|-merged|-all|%(buffers_numbers)|%(buffers_plugins_names)|%*|reset|none|highlight|message|all|%(buffer_properties_set)|%(buffer_properties_get)'
args_concat[0002] . . : '%(buffers_numbers)|%(buffers_plugins_names)|%*'
args_concat[0003] . . : '%(buffers_numbers)'
prev_hook . . . . . . . : 0x563069a702c0
next_hook . . . . . . . : 0x563069a7fc30
[hook (addr:0x563069a7fc30)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48894f4d0
command . . . . . . . : 'buflist'
description . . . . . : 'bar item with list of buffers'
args. . . . . . . . . : 'bar || refresh'
args_description. . . : ' bar: add the "buflist" bar
refresh: force the refresh of the bar items (buflist, buflist2 and buflist3)
The lines with buffers are displayed using string evaluation (see /help eval for the format), with these options:
- buflist.look.display_conditions: conditions to display a buffer in the list
- buflist.format.buffer: format for a buffer which is not current buffer
- buflist.format.buffer_current: format for the current buffer
The following variables can be used in these options:
- bar item data (see hdata "bar_item" in API doc for a complete list), for example:
- ${bar_item.name}
- buffer data (see hdata "buffer" in API doc for a complete list), for example:
- ${buffer.number}
- ${buffer.name}
- ${buffer.full_name}
- ${buffer.short_name}
- ${buffer.nicklist_nicks_count}
- irc_server: IRC server data, defined only on an IRC buffer (see hdata "irc_server" in API doc)
- irc_channel: IRC channel data, defined only on an IRC channel buffer (see hdata "irc_channel" in API doc)
- extra variables added by buflist for convenience:
- ${format_buffer}: the evaluated value of option buflist.format.buffer; this can be used in option buflist.format.buffer_current to just change the background color for example
- ${current_buffer}: a boolean ("0" or "1"), "1" if this is the current buffer; it can be used in a condition: ${if:${current_buffer}?...:...}
- ${merged}: a boolean ("0" or "1"), "1" if the buffer is merged with at least another buffer; it can be used in a condition: ${if:${merged}?...:...}
- ${format_number}: indented number with separator (evaluation of option buflist.format.number)
- ${number}: indented number, for example " 1" if there are between 10 and 99 buffers; for merged buffers, this variable is set with number for the first buffer and spaces for the next buffers with same number
- ${number2}: indented number, for example " 1" if there are between 10 and 99 buffers
- ${number_displayed}: "1" if the number is displayed, otherwise "0"
- ${indent}: indentation for name (channel and private buffers are indented) (evaluation of option buflist.format.indent)
- ${format_nick_prefix}: colored nick prefix for a channel (evaluation of option buflist.format.nick_prefix)
- ${color_nick_prefix}: color of nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled)
- ${nick_prefix}: nick prefix for a channel (set only if the option buflist.look.nick_prefix is enabled)
- ${format_name}: formatted name (evaluation of option buflist.format.name)
- ${name}: the short name (if set), with a fallback on the name
- ${color_hotlist}: the color depending on the highest hotlist level for the buffer (evaluation of option buflist.format.hotlist_xxx where xxx is the level)
- ${format_hotlist}: the formatted hotlist (evaluation of option buflist.format.hotlist)
- ${hotlist}: the raw hotlist
- ${hotlist_priority}: "none", "low", "message", "private" or "highlight"
- ${format_lag}: the lag for an IRC server buffer, empty if there's no lag (evaluation of option buflist.format.lag)'
completion. . . . . . : 'bar || refresh'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : 'bar'
cplt_templates_static[0000]: 'bar'
num_args. . . . . . : 1
args[0000]. . . . . : 'bar'
cplt_templates[0001] . . . : 'refresh'
cplt_templates_static[0001]: 'refresh'
num_args. . . . . . : 1
args[0000]. . . . . : 'refresh'
num_args_concat . . . : 1
args_concat[0000] . . : 'bar|refresh'
prev_hook . . . . . . . : 0x5630695a8490
next_hook . . . . . . . : 0x563069a70740
[hook (addr:0x563069a70740)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a706e0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'BYE'
description . . . . . : 'quit'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%quit'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%quit'
cplt_templates_static[0000]: '%%quit'
num_args. . . . . . : 1
args[0000]. . . . . : '%%quit'
num_args_concat . . . : 1
args_concat[0000] . . : '%%quit'
prev_hook . . . . . . . : 0x563069a7fc30
next_hook . . . . . . . : 0x563069a70b80
[hook (addr:0x563069a70b80)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a70b20
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'C'
description . . . . . : 'buffer clear'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%buffer clear'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%buffer clear'
cplt_templates_static[0000]: '%%buffer clear'
num_args. . . . . . : 2
args[0000]. . . . . : '%%buffer'
args[0001]. . . . . : 'clear'
num_args_concat . . . : 2
args_concat[0000] . . : '%%buffer'
args_concat[0001] . . : 'clear'
prev_hook . . . . . . . : 0x563069a70740
next_hook . . . . . . . : 0x563069a9d330
[hook (addr:0x563069a9d330)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0c6a0
command . . . . . . . : 'cap'
description . . . . . : 'client capability negotiation'
args. . . . . . . . . : 'ls || list || req|ack [<capability> [<capability>...]] || end'
args_description. . . : ' ls: list the capabilities supported by the server
list: list the capabilities currently enabled
req: request a capability
ack: acknowledge capabilities which require client-side acknowledgement
end: end the capability negotiation
Without argument, "ls" and "list" are sent.
Capabilities supported by WeeChat are: account-notify, away-notify, cap-notify, chghost, extended-join, invite-notify, multi-prefix, server-time, userhost-in-names.
The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities).
Examples:
/cap
/cap req multi-prefix away-notify'
completion. . . . . . : 'ls || list || req account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%* || ack account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%* || end'
cplt_num_templates. . : 5
cplt_templates[0000] . . . : 'ls'
cplt_templates_static[0000]: 'ls'
num_args. . . . . . : 1
args[0000]. . . . . : 'ls'
cplt_templates[0001] . . . : 'list'
cplt_templates_static[0001]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0002] . . . : 'req account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%*'
cplt_templates_static[0002]: 'req'
num_args. . . . . . : 2
args[0000]. . . . . : 'req'
args[0001]. . . . . : 'account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%*'
cplt_templates[0003] . . . : 'ack account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%*'
cplt_templates_static[0003]: 'ack'
num_args. . . . . . : 2
args[0000]. . . . . : 'ack'
args[0001]. . . . . : 'account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%*'
cplt_templates[0004] . . . : 'end'
cplt_templates_static[0004]: 'end'
num_args. . . . . . : 1
args[0000]. . . . . : 'end'
num_args_concat . . . : 2
args_concat[0000] . . : 'ls|list|req|ack|end'
args_concat[0001] . . : 'account-notify|away-notify|cap-notify|chghost|extended-join|invite-notify|multi-prefix|server-time|userhost-in-names|%*'
prev_hook . . . . . . . : 0x563069a70b80
next_hook . . . . . . . : 0x563069a0acc0
[hook (addr:0x563069a0acc0)]
plugin. . . . . . . . . : 0x563069a23180 ('charset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487ed1a90
command . . . . . . . : 'charset'
description . . . . . : 'change charset for current buffer'
args. . . . . . . . . : 'decode|encode <charset> || reset'
args_description. . . : ' decode: change decoding charset
encode: change encoding charset
charset: new charset for current buffer
reset: reset charsets for current buffer'
completion. . . . . . : 'decode|encode|reset'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : 'decode|encode|reset'
cplt_templates_static[0000]: 'decode|encode|reset'
num_args. . . . . . : 1
args[0000]. . . . . : 'decode|encode|reset'
num_args_concat . . . : 1
args_concat[0000] . . : 'decode|encode|reset'
prev_hook . . . . . . . : 0x563069a9d330
next_hook . . . . . . . : 0x563069a71900
[hook (addr:0x563069a71900)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a718a0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'CHAT'
description . . . . . : 'dcc chat'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%dcc chat'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%dcc chat'
cplt_templates_static[0000]: '%%dcc chat'
num_args. . . . . . : 2
args[0000]. . . . . : '%%dcc'
args[0001]. . . . . : 'chat'
num_args_concat . . . : 2
args_concat[0000] . . : '%%dcc'
args_concat[0001] . . : 'chat'
prev_hook . . . . . . . : 0x563069a0acc0
next_hook . . . . . . . : 0x563069a71000
[hook (addr:0x563069a71000)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a70fa0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'CL'
description . . . . . : 'buffer clear'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%buffer clear'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%buffer clear'
cplt_templates_static[0000]: '%%buffer clear'
num_args. . . . . . : 2
args[0000]. . . . . : '%%buffer'
args[0001]. . . . . : 'clear'
num_args_concat . . . : 2
args_concat[0000] . . : '%%buffer'
args_concat[0001] . . : 'clear'
prev_hook . . . . . . . : 0x563069a71900
next_hook . . . . . . . : 0x563069a71480
[hook (addr:0x563069a71480)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a71420
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'CLOSE'
description . . . . . : 'buffer close'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%buffer close'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%buffer close'
cplt_templates_static[0000]: '%%buffer close'
num_args. . . . . . : 2
args[0000]. . . . . : '%%buffer'
args[0001]. . . . . : 'close'
num_args_concat . . . : 2
args_concat[0000] . . : '%%buffer'
args_concat[0001] . . : 'close'
prev_hook . . . . . . . : 0x563069a71000
next_hook . . . . . . . : 0x5630695a9d90
[hook (addr:0x5630695a9d90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069266430
command . . . . . . . : 'color'
description . . . . . : 'define color aliases and display palette of colors'
args. . . . . . . . . : 'alias <color> <name> || unalias <color> || reset || term2rgb <color> || rgb2term <rgb> [<limit>] || -o'
args_description. . . : ' alias: add an alias for a color
unalias: delete an alias
color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
name: alias name for color (for example: "orange")
reset: reset all color pairs (required when no more color pairs are available if automatic reset is disabled, see option "weechat.look.color_pairs_auto_reset")
term2rgb: convert a terminal color (0-255) to RGB color
rgb2term: convert a RGB color to terminal color (0-255)
limit: number of colors to use in terminal table (starting from 0); default is 256
-o: send terminal/colors info to current buffer as input
Without argument, this command displays colors in a new buffer.
Examples:
add alias "orange" for color 214:
/color alias 214 orange
delete color 214:
/color unalias 214'
completion. . . . . . : 'alias %(palette_colors) || unalias %(palette_colors) || reset || term2rgb || rgb2term || -o'
cplt_num_templates. . : 6
cplt_templates[0000] . . . : 'alias %(palette_colors)'
cplt_templates_static[0000]: 'alias'
num_args. . . . . . : 2
args[0000]. . . . . : 'alias'
args[0001]. . . . . : '%(palette_colors)'
cplt_templates[0001] . . . : 'unalias %(palette_colors)'
cplt_templates_static[0001]: 'unalias'
num_args. . . . . . : 2
args[0000]. . . . . : 'unalias'
args[0001]. . . . . : '%(palette_colors)'
cplt_templates[0002] . . . : 'reset'
cplt_templates_static[0002]: 'reset'
num_args. . . . . . : 1
args[0000]. . . . . : 'reset'
cplt_templates[0003] . . . : 'term2rgb'
cplt_templates_static[0003]: 'term2rgb'
num_args. . . . . . : 1
args[0000]. . . . . : 'term2rgb'
cplt_templates[0004] . . . : 'rgb2term'
cplt_templates_static[0004]: 'rgb2term'
num_args. . . . . . : 1
args[0000]. . . . . : 'rgb2term'
cplt_templates[0005] . . . : '-o'
cplt_templates_static[0005]: '-o'
num_args. . . . . . : 1
args[0000]. . . . . : '-o'
num_args_concat . . . : 2
args_concat[0000] . . : 'alias|unalias|reset|term2rgb|rgb2term|-o'
args_concat[0001] . . : '%(palette_colors)'
prev_hook . . . . . . . : 0x563069a71480
next_hook . . . . . . . : 0x5630695aaec0
[hook (addr:0x5630695aaec0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 50000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692633e0
command . . . . . . . : 'command'
description . . . . . : 'launch explicit WeeChat or plugin command'
args. . . . . . . . . : '[-buffer <name>] <plugin> <command>'
args_description. . . : '-buffer: execute the command on this buffer
plugin: execute the command from this plugin; 'core' for a WeeChat command, '*' for automatic plugin (it depends on the buffer where the command is executed)
command: command to execute (a '/' is automatically added if not found at beginning of command)'
completion. . . . . . : '-buffer %(buffers_plugins_names) %(plugins_names)|core %(plugins_commands:/) || %(plugins_names)|core %(plugins_commands:/)'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-buffer %(buffers_plugins_names) %(plugins_names)|core %(plugins_commands:/)'
cplt_templates_static[0000]: '-buffer'
num_args. . . . . . : 4
args[0000]. . . . . : '-buffer'
args[0001]. . . . . : '%(buffers_plugins_names)'
args[0002]. . . . . : '%(plugins_names)|core'
args[0003]. . . . . : '%(plugins_commands:/)'
cplt_templates[0001] . . . : '%(plugins_names)|core %(plugins_commands:/)'
cplt_templates_static[0001]: '%(plugins_names)|core %(plugins_commands:/)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(plugins_names)|core'
args[0001]. . . . . : '%(plugins_commands:/)'
num_args_concat . . . : 4
args_concat[0000] . . : '-buffer|%(plugins_names)|core'
args_concat[0001] . . : '%(buffers_plugins_names)|%(plugins_commands:/)'
args_concat[0002] . . : '%(plugins_names)|core'
args_concat[0003] . . : '%(plugins_commands:/)'
prev_hook . . . . . . . : 0x5630695a9d90
next_hook . . . . . . . : 0x563069a9e270
[hook (addr:0x563069a9e270)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f185a0
command . . . . . . . : 'connect'
description . . . . . : 'connect to IRC server(s)'
args. . . . . . . . . : '<server> [<server>...] [-<option>[=<value>]] [-no<option>] [-nojoin] [-switch] || -all|-auto|-open [-nojoin] [-switch]'
args_description. . . : ' server: server name, which can be:
- internal server name (added by /server add, recommended usage)
- hostname/port or IP/port, port is 6667 by default
- URL with format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]]
Note: for an address/IP/URL, a temporary server is added (NOT SAVED), see /help irc.look.temporary_servers
option: set option for server (for boolean option, value can be omitted)
nooption: set boolean option to 'off' (for example: -nossl)
-all: connect to all servers defined in configuration
-auto: connect to servers with autoconnect enabled
-open: connect to all opened servers that are not currently connected
-nojoin: do not join any channel (even if autojoin is enabled on server)
-switch: switch to next server address
To disconnect from a server or stop any connection attempt, use command /disconnect.
Examples:
/connect freenode
/connect irc.oftc.net/6667
/connect irc6.oftc.net/6667 -ipv6
/connect irc6.oftc.net/6697 -ipv6 -ssl
/connect my.server.org/6697 -ssl -password=test
/connect irc://nick@irc.oftc.net/#channel
/connect -switch'
completion. . . . . . : '%(irc_servers)|-all|-auto|-open|-nojoin|-switch|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_servers)|-all|-auto|-open|-nojoin|-switch|%*'
cplt_templates_static[0000]: '%(irc_servers)|-all|-auto|-open|-nojoin|-switch|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_servers)|-all|-auto|-open|-nojoin|-switch|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_servers)|-all|-auto|-open|-nojoin|-switch|%*'
prev_hook . . . . . . . : 0x5630695aaec0
next_hook . . . . . . . : 0x563069a9e1e0
[hook (addr:0x563069a9e1e0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f10d30
command . . . . . . . : 'ctcp'
description . . . . . : 'send a CTCP message (Client-To-Client Protocol)'
args. . . . . . . . . : '[-server <server>] <target>[,<target>...] <type> [<arguments>]'
args_description. . . : ' server: send to this server (internal name)
target: nick or channel ('*' = current channel)
type: CTCP type (examples: "version", "ping", etc.)
arguments: arguments for CTCP
Examples:
/ctcp toto time
/ctcp toto version
/ctcp * version'
completion. . . . . . : '-server %(irc_servers) %(irc_channel)|%(nicks)|* action|clientinfo|finger|ping|source|time|userinfo|version || %(irc_channel)|%(nicks)|* action|clientinfo|finger|ping|source|time|userinfo|version'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-server %(irc_servers) %(irc_channel)|%(nicks)|* action|clientinfo|finger|ping|source|time|userinfo|version'
cplt_templates_static[0000]: '-server'
num_args. . . . . . : 4
args[0000]. . . . . : '-server'
args[0001]. . . . . : '%(irc_servers)'
args[0002]. . . . . : '%(irc_channel)|%(nicks)|*'
args[0003]. . . . . : 'action|clientinfo|finger|ping|source|time|userinfo|version'
cplt_templates[0001] . . . : '%(irc_channel)|%(nicks)|* action|clientinfo|finger|ping|source|time|userinfo|version'
cplt_templates_static[0001]: '%(irc_channel)|%(nicks)|* action|clientinfo|finger|ping|source|time|userinfo|version'
num_args. . . . . . : 2
args[0000]. . . . . : '%(irc_channel)|%(nicks)|*'
args[0001]. . . . . : 'action|clientinfo|finger|ping|source|time|userinfo|version'
num_args_concat . . . : 4
args_concat[0000] . . : '-server|%(irc_channel)|%(nicks)|*'
args_concat[0001] . . : '%(irc_servers)|action|clientinfo|finger|ping|source|time|userinfo|version'
args_concat[0002] . . : '%(irc_channel)|%(nicks)|*'
args_concat[0003] . . : 'action|clientinfo|finger|ping|source|time|userinfo|version'
prev_hook . . . . . . . : 0x563069a9e270
next_hook . . . . . . . : 0x5630695ab2b0
[hook (addr:0x5630695ab2b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069266d70
command . . . . . . . : 'cursor'
description . . . . . : 'free movement of cursor on screen to execute actions on specific areas of screen'
args. . . . . . . . . : 'go chat|<bar>|<x>,<y> || move up|down|left|right|area_up|area_down|area_left|area_right || stop'
args_description. . . : ' go: move cursor to chat area, a bar (using bar name) or coordinates "x,y"
move: move cursor with direction
stop: stop cursor mode
Without argument, this command toggles cursor mode.
When mouse is enabled (see /help mouse), by default a middle click will start cursor mode at this point.
Default keys in cursor mode on chat messages:
m quote message
q quote prefix + message
Q quote time + prefix + message
Default keys in cursor mode on nicklist:
b ban nick (/ban)
k kick nick (/kick)
K kick and ban nick (/kickban)
q open query with nick (/query)
w query information about user (/whois)
Examples:
go to nicklist:
/cursor go nicklist
go to coordinates x=10, y=5:
/cursor go 10,5'
completion. . . . . . : 'go %(cursor_areas) || move up|down|left|right|area_up|area_down|area_left|area_right || stop'
cplt_num_templates. . : 3
cplt_templates[0000] . . . : 'go %(cursor_areas)'
cplt_templates_static[0000]: 'go'
num_args. . . . . . : 2
args[0000]. . . . . : 'go'
args[0001]. . . . . : '%(cursor_areas)'
cplt_templates[0001] . . . : 'move up|down|left|right|area_up|area_down|area_left|area_right'
cplt_templates_static[0001]: 'move'
num_args. . . . . . : 2
args[0000]. . . . . : 'move'
args[0001]. . . . . : 'up|down|left|right|area_up|area_down|area_left|area_right'
cplt_templates[0002] . . . : 'stop'
cplt_templates_static[0002]: 'stop'
num_args. . . . . . : 1
args[0000]. . . . . : 'stop'
num_args_concat . . . : 2
args_concat[0000] . . : 'go|move|stop'
args_concat[0001] . . : '%(cursor_areas)|up|down|left|right|area_up|area_down|area_left|area_right'
prev_hook . . . . . . . : 0x563069a9e1e0
next_hook . . . . . . . : 0x563069a9f220
[hook (addr:0x563069a9f220)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f11320
command . . . . . . . : 'cycle'
description . . . . . : 'leave and rejoin a channel'
args. . . . . . . . . : '[<channel>[,<channel>...]] [<message>]'
args_description. . . : 'channel: channel name
message: part message (displayed to other users)'
completion. . . . . . : '%(irc_msg_part)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_msg_part)'
cplt_templates_static[0000]: '%(irc_msg_part)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_msg_part)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_msg_part)'
prev_hook . . . . . . . : 0x5630695ab2b0
next_hook . . . . . . . : 0x563069a9f2e0
[hook (addr:0x563069a9f2e0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f11730
command . . . . . . . : 'dcc'
description . . . . . : 'start a DCC (file transfer or direct chat)'
args. . . . . . . . . : 'chat <nick> || send <nick> <file>'
args_description. . . : 'nick: nick
file: filename (on local host)
Examples:
chat with nick "toto":
/dcc chat toto
send file "/home/foo/bar.txt" to nick "toto":
/dcc send toto /home/foo/bar.txt'
completion. . . . . . : 'chat %(nicks) || send %(nicks) %(filename)'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : 'chat %(nicks)'
cplt_templates_static[0000]: 'chat'
num_args. . . . . . : 2
args[0000]. . . . . : 'chat'
args[0001]. . . . . : '%(nicks)'
cplt_templates[0001] . . . : 'send %(nicks) %(filename)'
cplt_templates_static[0001]: 'send'
num_args. . . . . . : 3
args[0000]. . . . . : 'send'
args[0001]. . . . . : '%(nicks)'
args[0002]. . . . . : '%(filename)'
num_args_concat . . . : 3
args_concat[0000] . . : 'chat|send'
args_concat[0001] . . : '%(nicks)'
args_concat[0002] . . : '%(filename)'
prev_hook . . . . . . . : 0x563069a9f220
next_hook . . . . . . . : 0x5630695ab880
[hook (addr:0x5630695ab880)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069263600
command . . . . . . . : 'debug'
description . . . . . : 'debug functions'
args. . . . . . . . . : 'list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time <command>'
args_description. . . : ' list: list plugins with debug levels
set: set debug level for plugin
plugin: name of plugin ("core" for WeeChat core)
level: debug level for plugin (0 = disable debug)
dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)
buffer: dump buffer content with hexadecimal values in log file
color: display infos about current color pairs
cursor: toggle debug for cursor mode
dirs: display directories
hdata: display infos about hdata (with free: remove all hdata in memory)
hooks: display infos about hooks
infolists: display infos about infolists
libs: display infos about external libraries used
memory: display infos about memory usage
mouse: toggle debug for mouse
tags: display tags for lines
term: display infos about terminal
windows: display windows tree
time: measure time to execute a command or to send text to the current buffer'
completion. . . . . . : 'list || set %(plugins_names)|core || dump %(plugins_names)|core || buffer || color || cursor verbose || dirs || hdata free || hooks || infolists || libs || memory || mouse verbose || tags || term || windows || time %(commands:/)'
cplt_num_templates. . : 17
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : 'set %(plugins_names)|core'
cplt_templates_static[0001]: 'set'
num_args. . . . . . : 2
args[0000]. . . . . : 'set'
args[0001]. . . . . : '%(plugins_names)|core'
cplt_templates[0002] . . . : 'dump %(plugins_names)|core'
cplt_templates_static[0002]: 'dump'
num_args. . . . . . : 2
args[0000]. . . . . : 'dump'
args[0001]. . . . . : '%(plugins_names)|core'
cplt_templates[0003] . . . : 'buffer'
cplt_templates_static[0003]: 'buffer'
num_args. . . . . . : 1
args[0000]. . . . . : 'buffer'
cplt_templates[0004] . . . : 'color'
cplt_templates_static[0004]: 'color'
num_args. . . . . . : 1
args[0000]. . . . . : 'color'
cplt_templates[0005] . . . : 'cursor verbose'
cplt_templates_static[0005]: 'cursor'
num_args. . . . . . : 2
args[0000]. . . . . : 'cursor'
args[0001]. . . . . : 'verbose'
cplt_templates[0006] . . . : 'dirs'
cplt_templates_static[0006]: 'dirs'
num_args. . . . . . : 1
args[0000]. . . . . : 'dirs'
cplt_templates[0007] . . . : 'hdata free'
cplt_templates_static[0007]: 'hdata'
num_args. . . . . . : 2
args[0000]. . . . . : 'hdata'
args[0001]. . . . . : 'free'
cplt_templates[0008] . . . : 'hooks'
cplt_templates_static[0008]: 'hooks'
num_args. . . . . . : 1
args[0000]. . . . . : 'hooks'
cplt_templates[0009] . . . : 'infolists'
cplt_templates_static[0009]: 'infolists'
num_args. . . . . . : 1
args[0000]. . . . . : 'infolists'
cplt_templates[0010] . . . : 'libs'
cplt_templates_static[0010]: 'libs'
num_args. . . . . . : 1
args[0000]. . . . . : 'libs'
cplt_templates[0011] . . . : 'memory'
cplt_templates_static[0011]: 'memory'
num_args. . . . . . : 1
args[0000]. . . . . : 'memory'
cplt_templates[0012] . . . : 'mouse verbose'
cplt_templates_static[0012]: 'mouse'
num_args. . . . . . : 2
args[0000]. . . . . : 'mouse'
args[0001]. . . . . : 'verbose'
cplt_templates[0013] . . . : 'tags'
cplt_templates_static[0013]: 'tags'
num_args. . . . . . : 1
args[0000]. . . . . : 'tags'
cplt_templates[0014] . . . : 'term'
cplt_templates_static[0014]: 'term'
num_args. . . . . . : 1
args[0000]. . . . . : 'term'
cplt_templates[0015] . . . : 'windows'
cplt_templates_static[0015]: 'windows'
num_args. . . . . . : 1
args[0000]. . . . . : 'windows'
cplt_templates[0016] . . . : 'time %(commands:/)'
cplt_templates_static[0016]: 'time'
num_args. . . . . . : 2
args[0000]. . . . . : 'time'
args[0001]. . . . . : '%(commands:/)'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|set|dump|buffer|color|cursor|dirs|hdata|hooks|infolists|libs|memory|mouse|tags|term|windows|time'
args_concat[0001] . . : '%(plugins_names)|core|verbose|free|%(commands:/)'
prev_hook . . . . . . . : 0x563069a9f2e0
next_hook . . . . . . . : 0x563069a9f6e0
[hook (addr:0x563069a9f6e0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f14a10
command . . . . . . . : 'dehalfop'
description . . . . . : 'remove channel half-operator status from nick(s)'
args. . . . . . . . . : '<nick> [<nick>...]'
args_description. . . : 'nick: nick or mask (wildcard "*" is allowed)
*: remove channel half-operator status from everybody on channel except yourself'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x5630695ab880
next_hook . . . . . . . : 0x563069a9f980
[hook (addr:0x563069a9f980)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f14c30
command . . . . . . . : 'deop'
description . . . . . : 'remove channel operator status from nick(s)'
args. . . . . . . . . : '<nick> [<nick>...] || * -yes'
args_description. . . : 'nick: nick or mask (wildcard "*" is allowed)
*: remove channel operator status from everybody on channel except yourself'
completion. . . . . . : '%(nicks)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)|%*'
cplt_templates_static[0000]: '%(nicks)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)|%*'
prev_hook . . . . . . . : 0x563069a9f6e0
next_hook . . . . . . . : 0x563069a9fcd0
[hook (addr:0x563069a9fcd0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f14e50
command . . . . . . . : 'devoice'
description . . . . . : 'remove voice from nick(s)'
args. . . . . . . . . : '<nick> [<nick>...] || * -yes'
args_description. . . : 'nick: nick or mask (wildcard "*" is allowed)
*: remove voice from everybody on channel'
completion. . . . . . : '%(nicks)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)|%*'
cplt_templates_static[0000]: '%(nicks)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)|%*'
prev_hook . . . . . . . : 0x563069a9f980
next_hook . . . . . . . : 0x563069a9ffb0
[hook (addr:0x563069a9ffb0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0c960
command . . . . . . . : 'die'
description . . . . . : 'shutdown the server'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a9fcd0
next_hook . . . . . . . : 0x563069aa0110
[hook (addr:0x563069aa0110)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f18fc0
command . . . . . . . : 'disconnect'
description . . . . . : 'disconnect from one or all IRC servers'
args. . . . . . . . . : '[<server>|-all|-pending [<reason>]]'
args_description. . . : ' server: internal server name
-all: disconnect from all servers
-pending: cancel auto-reconnection on servers currently reconnecting
reason: reason for the "quit"'
completion. . . . . . : '%(irc_servers)|-all|-pending'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_servers)|-all|-pending'
cplt_templates_static[0000]: '%(irc_servers)|-all|-pending'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_servers)|-all|-pending'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_servers)|-all|-pending'
prev_hook . . . . . . . : 0x563069a9ffb0
next_hook . . . . . . . : 0x5630695ac110
[hook (addr:0x5630695ac110)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069263d60
command . . . . . . . : 'eval'
description . . . . . : 'evaluate expression'
args. . . . . . . . . : '[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>'
args_description. . . : ' -n: display result without sending it to buffer (debug mode)
-s: split expression before evaluating it (many commands can be separated by semicolons)
-c: evaluate as condition: use operators and parentheses, return a boolean value ("0" or "1")
expression: expression to evaluate, variables with format ${variable} are replaced (see below); many commands can be separated by semicolons
operator: a logical or comparison operator:
- logical operators:
&& boolean "and"
|| boolean "or"
- comparison operators:
== equal
!= not equal
<= less or equal
< less
>= greater or equal
> greater
=~ is matching POSIX extended regex
!~ is NOT matching POSIX extended regex
=* is matching mask (wildcard "*" is allowed)
!* is NOT matching mask (wildcard "*" is allowed)
An expression is considered as "true" if it is not NULL, not empty, and different from "0".
The comparison is made using floating point numbers if the two expressions are valid numbers, with one of the following formats:
- integer (examples: 5, -7)
- floating point number (examples: 5.2, -7.5, 2.83e-2)
- hexadecimal number (examples: 0xA3, -0xA3)
To force a string comparison, you can add double quotes around each expression, for example:
50 > 100 ==> 0
"50" > "100" ==> 1
Some variables are replaced in expression, using the format ${variable}, variable can be, by order of priority:
1. an evaluated sub-string (format: "eval:xxx")
2. a string with escaped chars (format: "esc:xxx" or "\xxx")
3. a string with chars to hide (format: "hide:char,string")
4. a string with max chars (format: "cut:max,suffix,string" or "cut:+max,suffix,string")
or max chars displayed on screen (format: "cutscr:max,suffix,string" or "cutscr:+max,suffix,string")
5. a reversed string (format: "rev:xxx")
6. a repeated string (format: "repeat:count,string")
7. a color (format: "color:xxx", see "Plugin API reference", function "color")
8. an info (format: "info:name,arguments", arguments are optional)
9. current date/time (format: "date" or "date:format")
10. an environment variable (format: "env:XXX")
11. a ternary operator (format: "if:condition?value_if_true:value_if_false")
12. an option (format: "file.section.option")
13. a local variable in buffer
14. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
Format for hdata can be one of following:
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
hdata[list].var1.var2...: start with a hdata using a list, for example:
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
hdata[pointer].var1.var2...: start with a hdata using a pointer, for example:
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".
Examples (simple strings):
/eval -n ${info:version} ==> 0.4.3
/eval -n ${env:HOME} ==> /home/user
/eval -n ${weechat.look.scroll_amount} ==> 3
/eval -n ${sec.data.freenode_password} ==> secret
/eval -n ${window} ==> 0x2549aa0
/eval -n ${window.buffer} ==> 0x2549320
/eval -n ${window.buffer.full_name} ==> core.weechat
/eval -n ${window.buffer.number} ==> 1
/eval -n ${\t} ==> <tab>
/eval -n ${hide:-,${relay.network.password}} ==> --------
/eval -n ${cut:3,+,test} ==> tes+
/eval -n ${cut:+3,+,test} ==> te+
/eval -n ${date:%H:%M:%S} ==> 07:46:40
/eval -n ${if:${info:term_width}>80?big:small} ==> big
/eval -n ${rev:Hello} ==> olleH
/eval -n ${repeat:5,-} ==> -----
Examples (conditions):
/eval -n -c ${window.buffer.number} > 2 ==> 0
/eval -n -c ${window.win_width} > 100 ==> 1
/eval -n -c (8 > 12) || (5 > 2) ==> 1
/eval -n -c (8 > 12) && (5 > 2) ==> 0
/eval -n -c abcd =~ ^ABC ==> 1
/eval -n -c abcd =~ (?-i)^ABC ==> 0
/eval -n -c abcd =~ (?-i)^abc ==> 1
/eval -n -c abcd !~ abc ==> 0
/eval -n -c abcd =* a*d ==> 1'
completion. . . . . . : '-n|-s|-c -n|-s|-c'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-n|-s|-c -n|-s|-c'
cplt_templates_static[0000]: '-n|-s|-c'
num_args. . . . . . : 2
args[0000]. . . . . : '-n|-s|-c'
args[0001]. . . . . : '-n|-s|-c'
num_args_concat . . . : 2
args_concat[0000] . . : '-n|-s|-c'
args_concat[0001] . . : '-n|-s|-c'
prev_hook . . . . . . . : 0x563069aa0110
next_hook . . . . . . . : 0x563069a0f980
[hook (addr:0x563069a0f980)]
plugin. . . . . . . . . : 0x563069a14d50 ('exec')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a171f20
command . . . . . . . : 'exec'
description . . . . . : 'execute external commands'
args. . . . . . . . . : '-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-flush|-noflush] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> || -in <id> <text> || -inclose <id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set <id> <property> <value> || -del <id>|-all [<id>...]'
args_description. . . : ' -list: list commands
-sh: use the shell to execute the command, many commands can be piped (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)
-nobg: catch process output and display return code (default)
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
-nostdin: do not create a pipe for stdin (default)
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
-l: display locally output of command on buffer (default)
-o: send output of command to the buffer without executing commands (not compatible with options -bg/-pipe/-hsignal)
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with options -bg/-pipe/-hsignal)
-n: display output of command in a new buffer (not compatible with options -bg/-pipe/-hsignal)
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with options -bg/-pipe/-hsignal)
-cl: clear the new buffer before displaying output
-nocl: append to the new buffer without clear (default)
-sw: switch to the output buffer (default)
-nosw: don't switch to the output buffer
-ln: display line numbers (default in new buffer only)
-noln: don't display line numbers
-flush: display output of command in real time (default)
-noflush: display output of command after its end
-color: action on ANSI colors in output:
ansi: keep ANSI codes as-is
auto: convert ANSI colors to WeeChat/IRC (default)
irc: convert ANSI colors to IRC colors
weechat: convert ANSI colors to WeeChat colors
strip: remove ANSI colors
-rc: display return code (default)
-norc: don't display return code
-timeout: set a timeout for the command (in seconds)
-name: set a name for the command (to name it later with /exec)
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-oc/-n/-nf)
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-oc/-n/-nf)
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
id: command identifier: either its number or name (if set with "-name xxx")
-in: send text on standard input of process
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
-signal: send a signal to the process; the signal can be an integer or one of these names: hup, int, quit, kill, term, usr1, usr2
-kill: alias of "-signal <id> kill"
-killall: kill all running processes
-set: set a hook property (see function hook_set in plugin API reference)
property: hook property
value: new value for hook property
-del: delete a terminated command
-all: delete all terminated commands
Default options can be set in the option exec.command.default_options.
Examples:
/exec -n ls -l /tmp
/exec -sh -n ps xu | grep weechat
/exec -n -norc url:https://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime
/exec -pipe "/print Machine uptime:" uptime
/exec -n tail -f /var/log/messages
/exec -kill 0'
completion. . . . . . : '-list || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|-pipe|-hsignal|%* || -in|-inclose|-signal|-kill %(exec_commands_ids) || -killall || -set %(exec_commands_ids) stdin|stdin_close|signal || -del %(exec_commands_ids)|-all %(exec_commands_ids)|%*'
cplt_num_templates. . : 6
cplt_templates[0000] . . . : '-list'
cplt_templates_static[0000]: '-list'
num_args. . . . . . : 1
args[0000]. . . . . : '-list'
cplt_templates[0001] . . . : '-sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|-pipe|-hsignal|%*'
cplt_templates_static[0001]: '-sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|-pipe|-hsignal|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '-sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|-pipe|-hsignal|%*'
cplt_templates[0002] . . . : '-in|-inclose|-signal|-kill %(exec_commands_ids)'
cplt_templates_static[0002]: '-in|-inclose|-signal|-kill'
num_args. . . . . . : 2
args[0000]. . . . . : '-in|-inclose|-signal|-kill'
args[0001]. . . . . : '%(exec_commands_ids)'
cplt_templates[0003] . . . : '-killall'
cplt_templates_static[0003]: '-killall'
num_args. . . . . . : 1
args[0000]. . . . . : '-killall'
cplt_templates[0004] . . . : '-set %(exec_commands_ids) stdin|stdin_close|signal'
cplt_templates_static[0004]: '-set'
num_args. . . . . . : 3
args[0000]. . . . . : '-set'
args[0001]. . . . . : '%(exec_commands_ids)'
args[0002]. . . . . : 'stdin|stdin_close|signal'
cplt_templates[0005] . . . : '-del %(exec_commands_ids)|-all %(exec_commands_ids)|%*'
cplt_templates_static[0005]: '-del'
num_args. . . . . . : 3
args[0000]. . . . . : '-del'
args[0001]. . . . . : '%(exec_commands_ids)|-all'
args[0002]. . . . . : '%(exec_commands_ids)|%*'
num_args_concat . . . : 3
args_concat[0000] . . : '-list|-sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|-pipe|-hsignal|%*|-in|-inclose|-signal|-kill|-killall|-set|-del'
args_concat[0001] . . : '%(exec_commands_ids)|-all'
args_concat[0002] . . : 'stdin|stdin_close|signal|%(exec_commands_ids)|%*'
prev_hook . . . . . . . : 0x5630695ac110
next_hook . . . . . . . : 0x563069a71d80
[hook (addr:0x563069a71d80)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a71d20
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'EXIT'
description . . . . . : 'quit'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%quit'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%quit'
cplt_templates_static[0000]: '%%quit'
num_args. . . . . . : 1
args[0000]. . . . . : '%%quit'
num_args_concat . . . : 1
args_concat[0000] . . : '%%quit'
prev_hook . . . . . . . : 0x563069a0f980
next_hook . . . . . . . : 0x563069a84ea0
[hook (addr:0x563069a84ea0)]
plugin. . . . . . . . . : 0x563069a21fe0 ('fifo')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff4888cda70
command . . . . . . . : 'fifo'
description . . . . . : 'fifo plugin configuration'
args. . . . . . . . . : 'enable|disable|toggle'
args_description. . . : ' enable: enable FIFO pipe
disable: disable FIFO pipe
toggle: toggle FIFO pipe
FIFO pipe is used as remote control of WeeChat: you can send commands or text to the FIFO pipe from your shell.
By default the FIFO pipe is in ~/.weechat/weechat_fifo
The expected format is one of:
plugin.buffer *text or command here
*text or command here
For example to change your freenode nick:
echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo
Please read the user's guide for more info and examples.
Examples:
/fifo toggle'
completion. . . . . . : 'enable|disable|toggle'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : 'enable|disable|toggle'
cplt_templates_static[0000]: 'enable|disable|toggle'
num_args. . . . . . : 1
args[0000]. . . . . : 'enable|disable|toggle'
num_args_concat . . . : 1
args_concat[0000] . . : 'enable|disable|toggle'
prev_hook . . . . . . . : 0x563069a71d80
next_hook . . . . . . . : 0x5630695aa2f0
[hook (addr:0x5630695aa2f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926a450
command . . . . . . . : 'filter'
description . . . . . : 'filter messages in buffers, to hide/show them according to tags or regex'
args. . . . . . . . . : 'list || enable|disable|toggle [<name>|@] || add|addreplace <name> <buffer>[,<buffer>...] <tags> <regex> || rename <name> <new_name> || del <name>|-all'
args_description. . . : ' list: list all filters
enable: enable filters (filters are enabled by default)
disable: disable filters
toggle: toggle filters
name: filter name ("@" = enable/disable all filters in current buffer)
add: add a filter
addreplace: add or replace an existing filter
rename: rename a filter
del: delete a filter
-all: delete all filters
buffer: comma separated list of buffers where filter is active:
- this is full name including plugin (example: "irc.freenode.#weechat" or "irc.server.freenode")
- "*" means all buffers
- a name starting with '!' is excluded
- wildcard "*" is allowed
tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit"
- logical "and": use "+" between tags (for example: "nick_toto+irc_action")
- wildcard "*" is allowed
- if tag starts with '!', then it is excluded and must NOT be in message
regex: POSIX extended regular expression to search in line
- use '\t' to separate prefix from message, special chars like '|' must be escaped: '\|'
- if regex starts with '!', then matching result is reversed (use '\!' to start with '!')
- two regular expressions are created: one for prefix and one for message
- regex are case insensitive, they can start by "(?-i)" to become case sensitive
The default key alt+'=' toggles filtering on/off globally and alt+'-' toggles filtering on/off in the current buffer.
Tags most commonly used:
no_filter, no_highlight, no_log, log0..log9 (log level),
notify_none, notify_message, notify_private, notify_highlight,
self_msg, nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of nick),
host_xxx (xxx is username + host in message),
irc_xxx (xxx is command name or number, see /server raw or /debug tags),
irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info.
To see tags for lines in buffers: /debug tags
Examples:
use IRC smart filter on all buffers:
/filter add irc_smart * irc_smart_filter *
use IRC smart filter on all buffers except those with "#weechat" in name:
/filter add irc_smart *,!*#weechat* irc_smart_filter *
filter all IRC join/part/quit messages:
/filter add joinquit * irc_join,irc_part,irc_quit *
filter nicks displayed when joining channels or with /names:
/filter add nicks * irc_366 *
filter nick "toto" on IRC channel #weechat:
/filter add toto irc.freenode.#weechat nick_toto *
filter IRC join/action messages from nick "toto":
/filter add toto * nick_toto+irc_join,nick_toto+irc_action *
filter lines containing "weechat sucks" on IRC channel #weechat:
/filter add sucks irc.freenode.#weechat * weechat sucks
filter lines that are strictly equal to "WeeChat sucks" on all buffers:
/filter add sucks2 * * (?-i)^WeeChat sucks$'
completion. . . . . . : 'list || enable %(filters_names)|@ || disable %(filters_names)|@ || toggle %(filters_names)|@ || add|addreplace %(filters_names) %(buffers_plugins_names)|* || rename %(filters_names) %(filters_names) || del %(filters_names)|-all'
cplt_num_templates. . : 7
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : 'enable %(filters_names)|@'
cplt_templates_static[0001]: 'enable'
num_args. . . . . . : 2
args[0000]. . . . . : 'enable'
args[0001]. . . . . : '%(filters_names)|@'
cplt_templates[0002] . . . : 'disable %(filters_names)|@'
cplt_templates_static[0002]: 'disable'
num_args. . . . . . : 2
args[0000]. . . . . : 'disable'
args[0001]. . . . . : '%(filters_names)|@'
cplt_templates[0003] . . . : 'toggle %(filters_names)|@'
cplt_templates_static[0003]: 'toggle'
num_args. . . . . . : 2
args[0000]. . . . . : 'toggle'
args[0001]. . . . . : '%(filters_names)|@'
cplt_templates[0004] . . . : 'add|addreplace %(filters_names) %(buffers_plugins_names)|*'
cplt_templates_static[0004]: 'add|addreplace'
num_args. . . . . . : 3
args[0000]. . . . . : 'add|addreplace'
args[0001]. . . . . : '%(filters_names)'
args[0002]. . . . . : '%(buffers_plugins_names)|*'
cplt_templates[0005] . . . : 'rename %(filters_names) %(filters_names)'
cplt_templates_static[0005]: 'rename'
num_args. . . . . . : 3
args[0000]. . . . . : 'rename'
args[0001]. . . . . : '%(filters_names)'
args[0002]. . . . . : '%(filters_names)'
cplt_templates[0006] . . . : 'del %(filters_names)|-all'
cplt_templates_static[0006]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(filters_names)|-all'
num_args_concat . . . : 3
args_concat[0000] . . : 'list|enable|disable|toggle|add|addreplace|rename|del'
args_concat[0001] . . : '%(filters_names)|@|-all'
args_concat[0002] . . : '%(buffers_plugins_names)|*|%(filters_names)'
prev_hook . . . . . . . : 0x563069a84ea0
next_hook . . . . . . . : 0x563069eeaeb0
[hook (addr:0x563069eeaeb0)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487edece0
command . . . . . . . : 'fset'
description . . . . . : 'fast set WeeChat and plugins options'
args. . . . . . . . . : '-bar || -refresh || -up|-down [<number>] || -left|-right [<percent>] || -go <line>|end || -toggle || -add [<value>] || -reset || -unset || -set || -setnew || -append || -mark || -format || -export [-help|-nohelp] <filename> || <filter>'
args_description. . . : ' -bar: add the help bar
-refresh: refresh list of options, then whole screen (command: /window refresh)
-up: move the selected line up by "number" lines
-down: move the selected line down by "number" lines
-left: scroll the fset buffer by "percent" of width on the left
-right: scroll the fset buffer by "percent" of width on the right
-go: select a line by number, first line number is 0 ("end" to select the last line)
-toggle: toggle the boolean value
-add: add "value" (which can be a negative number) for integers and colors, set/append to value for other types (set for a negative value, append for a positive value)
-reset: reset the value of option
-unset: unset the option
-set: add the /set command in input to edit the value of option (move the cursor at the beginning of value)
-setnew: add the /set command in input to edit a new value for the option
-append: add the /set command to append something in the value of option (move the cursor at the end of value)
-mark: toggle mark
-format: switch to the next available format
-export: export the options and values displayed in a file (each line has format: "/set name value" or "/unset name")
-help: force writing of help on options in exported file (see /help fset.look.export_help_default)
-nohelp: do not write help on options in exported file (see /help fset.look.export_help_default)
filter: set a new filter to see only matching options (this filter can be used as input in fset buffer as well); allowed formats are:
* show all options (no filter)
xxx show only options with "xxx" in name
f:xxx show only configuration file "xxx"
t:xxx show only type "xxx" (bool/int/str/col)
d show only changed options
d:xxx show only changed options with "xxx" in name
d=xxx show only changed options with "xxx" in value
d==xxx show only changed options with exact value "xxx"
=xxx show only options with "xxx" in value
==xxx show only options with exact value "xxx"
c:xxx show only options matching the evaluated condition "xxx", using following variables: file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
The lines with options are displayed using string evaluation (see /help eval for the format), with these options:
- fset.format.option1: first format for an option
- fset.format.option2: second format for an option
The following variables can be used in these options:
- option data, with color and padded by spaces on the right:
- ${file}: configuration file (for example "weechat" or "irc")
- ${section}: section
- ${option}: option name
- ${name}: full option name (file.section.option)
- ${parent_name}: parent option name
- ${type}: option type (translated)
- ${type_en}: option type (in English)
- ${type_short}: short option type (bool/int/str/col)
- ${type_tiny}: tiny option type (b/i/s/c)
- ${default_value}: option default value
- ${default_value_undef}: "1" if default value is null, otherwise "0"
- ${value}: option value
- ${value_undef}: "1" if value is null, otherwise "0"
- ${value_changed}: "1" if value is different from default value, otherwise "0"
- ${value2}: option value, with inherited value if null
- ${parent_value}: parent option value
- ${min}: min value
- ${max}: max value
- ${description}: option description (translated)
- ${description2}: option description (translated), "(no description)" (translated) if there's no description
- ${description_en}: option description (in English)
- ${description_en2}: option description (in English), "(no description)" if there's no description
- ${string_values}: string values allowed for set of an integer option using strings
- ${marked}: "1" if option is marked, otherwise "0"
- ${index}: index of option in list
- option data, with color but no spaces:
- same names prefixed by underscore, for example: ${_name}, ${_type}, ...
- option data, raw format (no colors/spaces):
- same names prefixed by two underscores, for example: ${__name}, ${__type}, ...
- option data, only spaces:
- same names prefixed with "empty_", for example: ${empty_name}, ${empty_type}
- other data:
- ${selected_line}: "1" if the line is selected, otherwise "0"
- ${newline}: insert a new line at point, so the option is displayed on multiple lines
Keys and input to move in on fset buffer:
up move one line up
down move one line down
pgup move one page up
pgdn move one page down
alt-home << move to first line
alt-end >> move to last line
F11 < scroll horizontally on the left
F12 > scroll horizontally on the right
Keys and input to set options on fset buffer:
alt+space t toggle boolean value
alt+'-' - subtract 1 from value for integer/color, set value for other types
alt+'+' + add 1 to value for integer/color, append to value for other types
alt+f, alt+r r reset value
alt+f, alt+u u unset value
alt+enter s set value
alt+f, alt+n n set new value
alt+f, alt+a a append to value
alt+',' , mark/unmark option
shift+up move one line up and mark/unmark option
shift+down mark/unmark option and move one line down
m:xxx mark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see filters above)
u:xxx unmark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see filters above)
Other keys and input on fset buffer:
ctrl+L refresh options and whole screen (command: /fset -refresh)
$ refresh options (keep marked options)
$$ refresh options (unmark all options)
alt+p p toggle plugin description options (plugins.desc.*)
alt+v v toggle help bar
s:x,y sort options by fields x,y (see /help fset.look.sort)
s: reset sort to its default value (see /help fset.look.sort)
w:xxx export options in file "xxx"
w-:xxx export options in file "xxx" without help
w+:xxx export options in file "xxx" with help
ctrl+X x switch the format used to display options
q close fset buffer
Mouse actions on fset buffer:
wheel up/down move line up/down
left button move line here
right button toggle boolean (on/off) or edit the option value
right button + drag left/right increase/decrease value for integer/color, set/append to value for other types
right button + drag up/down mark/unmark multiple options
Note: if input has one or more leading spaces, the following text is interpreted as a filter, without the spaces. For example " q" searches all options with "q" inside name while "q" closes the fset buffer.
Examples:
show IRC options changed:
/fset d:irc.*
show all options with "nicklist" in name:
/fset nicklist
show all values which contain "red":
/fset =red
show all values which are exactly "red":
/fset ==red
show all integer options in irc plugin:
/fset c:${file} == irc && ${type_en} == integer'
completion. . . . . . : '-bar || -refresh || -up 1|2|3|4|5 || -down 1|2|3|4|5 || -left 10|20|30|40|50|60|70|80|90|100 || -right 10|20|30|40|50|60|70|80|90|100 || -go 0|end || -toggle || -add -1|1 || -reset || -unset || -set || -setnew || -append || -mark || -format || -export -help|-nohelp|%(filename) %(filename) || *|c:|f:|s:|d|d:|d=|d==|=|==|%(fset_options)'
cplt_num_templates. . : 18
cplt_templates[0000] . . . : '-bar'
cplt_templates_static[0000]: '-bar'
num_args. . . . . . : 1
args[0000]. . . . . : '-bar'
cplt_templates[0001] . . . : '-refresh'
cplt_templates_static[0001]: '-refresh'
num_args. . . . . . : 1
args[0000]. . . . . : '-refresh'
cplt_templates[0002] . . . : '-up 1|2|3|4|5'
cplt_templates_static[0002]: '-up'
num_args. . . . . . : 2
args[0000]. . . . . : '-up'
args[0001]. . . . . : '1|2|3|4|5'
cplt_templates[0003] . . . : '-down 1|2|3|4|5'
cplt_templates_static[0003]: '-down'
num_args. . . . . . : 2
args[0000]. . . . . : '-down'
args[0001]. . . . . : '1|2|3|4|5'
cplt_templates[0004] . . . : '-left 10|20|30|40|50|60|70|80|90|100'
cplt_templates_static[0004]: '-left'
num_args. . . . . . : 2
args[0000]. . . . . : '-left'
args[0001]. . . . . : '10|20|30|40|50|60|70|80|90|100'
cplt_templates[0005] . . . : '-right 10|20|30|40|50|60|70|80|90|100'
cplt_templates_static[0005]: '-right'
num_args. . . . . . : 2
args[0000]. . . . . : '-right'
args[0001]. . . . . : '10|20|30|40|50|60|70|80|90|100'
cplt_templates[0006] . . . : '-go 0|end'
cplt_templates_static[0006]: '-go'
num_args. . . . . . : 2
args[0000]. . . . . : '-go'
args[0001]. . . . . : '0|end'
cplt_templates[0007] . . . : '-toggle'
cplt_templates_static[0007]: '-toggle'
num_args. . . . . . : 1
args[0000]. . . . . : '-toggle'
cplt_templates[0008] . . . : '-add -1|1'
cplt_templates_static[0008]: '-add'
num_args. . . . . . : 2
args[0000]. . . . . : '-add'
args[0001]. . . . . : '-1|1'
cplt_templates[0009] . . . : '-reset'
cplt_templates_static[0009]: '-reset'
num_args. . . . . . : 1
args[0000]. . . . . : '-reset'
cplt_templates[0010] . . . : '-unset'
cplt_templates_static[0010]: '-unset'
num_args. . . . . . : 1
args[0000]. . . . . : '-unset'
cplt_templates[0011] . . . : '-set'
cplt_templates_static[0011]: '-set'
num_args. . . . . . : 1
args[0000]. . . . . : '-set'
cplt_templates[0012] . . . : '-setnew'
cplt_templates_static[0012]: '-setnew'
num_args. . . . . . : 1
args[0000]. . . . . : '-setnew'
cplt_templates[0013] . . . : '-append'
cplt_templates_static[0013]: '-append'
num_args. . . . . . : 1
args[0000]. . . . . : '-append'
cplt_templates[0014] . . . : '-mark'
cplt_templates_static[0014]: '-mark'
num_args. . . . . . : 1
args[0000]. . . . . : '-mark'
cplt_templates[0015] . . . : '-format'
cplt_templates_static[0015]: '-format'
num_args. . . . . . : 1
args[0000]. . . . . : '-format'
cplt_templates[0016] . . . : '-export -help|-nohelp|%(filename) %(filename)'
cplt_templates_static[0016]: '-export'
num_args. . . . . . : 3
args[0000]. . . . . : '-export'
args[0001]. . . . . : '-help|-nohelp|%(filename)'
args[0002]. . . . . : '%(filename)'
cplt_templates[0017] . . . : '*|c:|f:|s:|d|d:|d=|d==|=|==|%(fset_options)'
cplt_templates_static[0017]: '*|c:|f:|s:|d|d:|d=|d==|=|==|%(fset_options)'
num_args. . . . . . : 1
args[0000]. . . . . : '*|c:|f:|s:|d|d:|d=|d==|=|==|%(fset_options)'
num_args_concat . . . : 3
args_concat[0000] . . : '-bar|-refresh|-up|-down|-left|-right|-go|-toggle|-add|-reset|-unset|-set|-setnew|-append|-mark|-format|-export|*|c:|f:|s:|d|d:|d=|d==|=|==|%(fset_options)'
args_concat[0001] . . : '1|2|3|4|5|10|20|30|40|50|60|70|80|90|100|0|end|-1|-help|-nohelp|%(filename)'
args_concat[0002] . . : '%(filename)'
prev_hook . . . . . . . : 0x5630695aa2f0
next_hook . . . . . . . : 0x563069ba07f0
[hook (addr:0x563069ba07f0)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff4888dd600
command . . . . . . . : 'guile'
description . . . . . : 'list/load/unload scripts'
args. . . . . . . . . : 'list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload [-q] [<name>] || eval [-o|-oc] <code> || version'
args_description. . . : ' list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.'
completion. . . . . . : 'list %(guile_script) || listfull %(guile_script) || load %(filename) || autoload || reload %(guile_script) || unload %(guile_script) || eval || version'
cplt_num_templates. . : 8
cplt_templates[0000] . . . : 'list %(guile_script)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(guile_script)'
cplt_templates[0001] . . . : 'listfull %(guile_script)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(guile_script)'
cplt_templates[0002] . . . : 'load %(filename)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(filename)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(guile_script)'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(guile_script)'
cplt_templates[0005] . . . : 'unload %(guile_script)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(guile_script)'
cplt_templates[0006] . . . : 'eval'
cplt_templates_static[0006]: 'eval'
num_args. . . . . . : 1
args[0000]. . . . . : 'eval'
cplt_templates[0007] . . . : 'version'
cplt_templates_static[0007]: 'version'
num_args. . . . . . : 1
args[0000]. . . . . : 'version'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload|eval|version'
args_concat[0001] . . : '%(guile_script)|%(filename)'
prev_hook . . . . . . . : 0x563069eeaeb0
next_hook . . . . . . . : 0x563069aa0600
[hook (addr:0x563069aa0600)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f15070
command . . . . . . . : 'halfop'
description . . . . . : 'give channel half-operator status to nick(s)'
args. . . . . . . . . : '<nick> [<nick>...] || * -yes'
args_description. . . : 'nick: nick or mask (wildcard "*" is allowed)
*: give channel half-operator status to everybody on channel'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069ba07f0
next_hook . . . . . . . : 0x5630695ae2d0
[hook (addr:0x5630695ae2d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926b280
command . . . . . . . : 'help'
description . . . . . : 'display help about commands and options'
args. . . . . . . . . : '-list|-listfull [<plugin> [<plugin>...]] || <command> || <option>'
args_description. . . : ' -list: list commands, by plugin (without argument, this list is displayed)
-listfull: list commands with description, by plugin
plugin: list commands for this plugin
command: a command name
option: an option name (use /set to see list)'
completion. . . . . . : '-list %(plugins_names)|core|%* || -listfull %(plugins_names)|core|%* || %(commands)|%(config_options)'
cplt_num_templates. . : 3
cplt_templates[0000] . . . : '-list %(plugins_names)|core|%*'
cplt_templates_static[0000]: '-list'
num_args. . . . . . : 2
args[0000]. . . . . : '-list'
args[0001]. . . . . : '%(plugins_names)|core|%*'
cplt_templates[0001] . . . : '-listfull %(plugins_names)|core|%*'
cplt_templates_static[0001]: '-listfull'
num_args. . . . . . : 2
args[0000]. . . . . : '-listfull'
args[0001]. . . . . : '%(plugins_names)|core|%*'
cplt_templates[0002] . . . : '%(commands)|%(config_options)'
cplt_templates_static[0002]: '%(commands)|%(config_options)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(commands)|%(config_options)'
num_args_concat . . . : 2
args_concat[0000] . . : '-list|-listfull|%(commands)|%(config_options)'
args_concat[0001] . . : '%(plugins_names)|core|%*'
prev_hook . . . . . . . : 0x563069aa0600
next_hook . . . . . . . : 0x5630695ae890
[hook (addr:0x5630695ae890)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692641d0
command . . . . . . . : 'history'
description . . . . . : 'show buffer command history'
args. . . . . . . . . : 'clear || <value>'
args_description. . . : 'clear: clear history
value: number of history entries to show'
completion. . . . . . : 'clear'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : 'clear'
cplt_templates_static[0000]: 'clear'
num_args. . . . . . : 1
args[0000]. . . . . : 'clear'
num_args_concat . . . : 1
args_concat[0000] . . : 'clear'
prev_hook . . . . . . . : 0x5630695ae2d0
next_hook . . . . . . . : 0x563069a721c0
[hook (addr:0x563069a721c0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a72160
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'IG'
description . . . . . : 'ignore'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%ignore'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%ignore'
cplt_templates_static[0000]: '%%ignore'
num_args. . . . . . : 1
args[0000]. . . . . : '%%ignore'
num_args_concat . . . : 1
args_concat[0000] . . : '%%ignore'
prev_hook . . . . . . . : 0x5630695ae890
next_hook . . . . . . . : 0x563069aa0820
[hook (addr:0x563069aa0820)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f19390
command . . . . . . . : 'ignore'
description . . . . . : 'ignore nicks/hosts from servers or channels'
args. . . . . . . . . : 'list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all'
args_description. . . : ' list: list all ignores
add: add an ignore
nick: nick or hostname (can be a POSIX extended regular expression if "re:" is given or a mask using "*" to replace zero or more chars)
del: delete an ignore
number: number of ignore to delete (look at list to find it)
-all: delete all ignores
server: internal server name where ignore is working
channel: channel name where ignore is working
Note: the regular expression can start with "(?-i)" to become case sensitive.
Examples:
ignore nick "toto" everywhere:
/ignore add toto
ignore host "toto@domain.com" on freenode server:
/ignore add toto@domain.com freenode
ignore host "toto*@*.domain.com" on freenode/#weechat:
/ignore add toto*@*.domain.com freenode #weechat'
completion. . . . . . : 'list || add %(irc_channel_nicks_hosts) %(irc_servers) %(irc_channels) %- || del -all|%(irc_ignores_numbers) %-'
cplt_num_templates. . : 3
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : 'add %(irc_channel_nicks_hosts) %(irc_servers) %(irc_channels) %-'
cplt_templates_static[0001]: 'add'
num_args. . . . . . : 5
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(irc_channel_nicks_hosts)'
args[0002]. . . . . : '%(irc_servers)'
args[0003]. . . . . : '%(irc_channels)'
args[0004]. . . . . : '%-'
cplt_templates[0002] . . . : 'del -all|%(irc_ignores_numbers) %-'
cplt_templates_static[0002]: 'del'
num_args. . . . . . : 3
args[0000]. . . . . : 'del'
args[0001]. . . . . : '-all|%(irc_ignores_numbers)'
args[0002]. . . . . : '%-'
num_args_concat . . . : 5
args_concat[0000] . . : 'list|add|del'
args_concat[0001] . . : '%(irc_channel_nicks_hosts)|-all|%(irc_ignores_numbers)'
args_concat[0002] . . : '%(irc_servers)|%-'
args_concat[0003] . . : '%(irc_channels)'
args_concat[0004] . . : '%-'
prev_hook . . . . . . . : 0x563069a721c0
next_hook . . . . . . . : 0x563069aa0e10
[hook (addr:0x563069aa0e10)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0cae0
command . . . . . . . : 'info'
description . . . . . : 'get information describing the server'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa0820
next_hook . . . . . . . : 0x5630695ae9a0
[hook (addr:0x5630695ae9a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 1
priority. . . . . . . . : 50000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692671d0
command . . . . . . . : 'input'
description . . . . . : 'functions for command line'
args. . . . . . . . . : '<action> [<arguments>]'
args_description. . . : 'list of actions:
return: simulate key "enter"
complete_next: complete word with next completion
complete_previous: complete word with previous completion
search_text_here: search text in buffer at current position
search_text: search text in buffer
search_switch_case: switch exact case for search
search_switch_regex: switch search type: string/regular expression
search_switch_where: switch search in messages/prefixes
search_previous: search previous line
search_next: search next line
search_stop_here: stop search at current position
search_stop: stop search
delete_previous_char: delete previous char
delete_next_char: delete next char
delete_previous_word: delete previous word
delete_next_word: delete next word
delete_beginning_of_line: delete from beginning of line until cursor
delete_end_of_line: delete from cursor until end of line
delete_line: delete entire line
clipboard_paste: paste from the internal clipboard
transpose_chars: transpose two chars
undo: undo last command line action
redo: redo last command line action
move_beginning_of_line: move cursor to beginning of line
move_end_of_line: move cursor to end of line
move_previous_char: move cursor to previous char
move_next_char: move cursor to next char
move_previous_word: move cursor to previous word
move_next_word: move cursor to next word
history_previous: recall previous command in current buffer history
history_next: recall next command in current buffer history
history_global_previous: recall previous command in global history
history_global_next: recall next command in global history
jump_smart: jump to next buffer with activity
jump_last_buffer_displayed: jump to last buffer displayed (before last jump to a buffer)
jump_previously_visited_buffer: jump to previously visited buffer
jump_next_visited_buffer: jump to next visited buffer
hotlist_clear: clear hotlist (optional argument: "lowest" to clear only lowest level in hotlist, "highest" to clear only highest level in hotlist, or level mask: integer which is a combination of 1=join/part, 2=message, 4=private, 8=highlight)
grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
grab_mouse: grab mouse event code
grab_mouse_area: grab mouse event code with area
set_unread: set unread marker for all buffers
set_unread_current_buffer: set unread marker for current buffer
switch_active_buffer: switch to next merged buffer
switch_active_buffer_previous: switch to previous merged buffer
zoom_merged_buffer: zoom on merged buffer
insert: insert text in command line (escaped chars are allowed, see /help print)
send: send text to the buffer
paste_start: start paste (bracketed paste mode)
paste_stop: stop paste (bracketed paste mode)
This command is used by key bindings or plugins.'
completion. . . . . . : 'return || complete_next || complete_previous || search_text_here || search_text || search_switch_case || search_switch_regex || search_switch_where || search_previous || search_next || search_stop_here || search_stop || delete_previous_char || delete_next_char || delete_previous_word || delete_next_word || delete_beginning_of_line || delete_end_of_line || delete_line || clipboard_paste || transpose_chars || undo || redo || move_beginning_of_line || move_end_of_line || move_previous_char || move_next_char || move_previous_word || move_next_word || history_previous || history_next || history_global_previous || history_global_next || jump_smart || jump_last_buffer_displayed || jump_previously_visited_buffer || jump_next_visited_buffer || hotlist_clear 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|lowest|highest || grab_key || grab_key_command || grab_mouse || grab_mouse_area || set_unread || set_unread_current_buffer || switch_active_buffer || switch_active_buffer_previous || zoom_merged_buffer || insert || send || paste_start || paste_stop'
cplt_num_templates. . : 51
cplt_templates[0000] . . . : 'return'
cplt_templates_static[0000]: 'return'
num_args. . . . . . : 1
args[0000]. . . . . : 'return'
cplt_templates[0001] . . . : 'complete_next'
cplt_templates_static[0001]: 'complete_next'
num_args. . . . . . : 1
args[0000]. . . . . : 'complete_next'
cplt_templates[0002] . . . : 'complete_previous'
cplt_templates_static[0002]: 'complete_previous'
num_args. . . . . . : 1
args[0000]. . . . . : 'complete_previous'
cplt_templates[0003] . . . : 'search_text_here'
cplt_templates_static[0003]: 'search_text_here'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_text_here'
cplt_templates[0004] . . . : 'search_text'
cplt_templates_static[0004]: 'search_text'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_text'
cplt_templates[0005] . . . : 'search_switch_case'
cplt_templates_static[0005]: 'search_switch_case'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_switch_case'
cplt_templates[0006] . . . : 'search_switch_regex'
cplt_templates_static[0006]: 'search_switch_regex'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_switch_regex'
cplt_templates[0007] . . . : 'search_switch_where'
cplt_templates_static[0007]: 'search_switch_where'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_switch_where'
cplt_templates[0008] . . . : 'search_previous'
cplt_templates_static[0008]: 'search_previous'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_previous'
cplt_templates[0009] . . . : 'search_next'
cplt_templates_static[0009]: 'search_next'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_next'
cplt_templates[0010] . . . : 'search_stop_here'
cplt_templates_static[0010]: 'search_stop_here'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_stop_here'
cplt_templates[0011] . . . : 'search_stop'
cplt_templates_static[0011]: 'search_stop'
num_args. . . . . . : 1
args[0000]. . . . . : 'search_stop'
cplt_templates[0012] . . . : 'delete_previous_char'
cplt_templates_static[0012]: 'delete_previous_char'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_previous_char'
cplt_templates[0013] . . . : 'delete_next_char'
cplt_templates_static[0013]: 'delete_next_char'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_next_char'
cplt_templates[0014] . . . : 'delete_previous_word'
cplt_templates_static[0014]: 'delete_previous_word'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_previous_word'
cplt_templates[0015] . . . : 'delete_next_word'
cplt_templates_static[0015]: 'delete_next_word'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_next_word'
cplt_templates[0016] . . . : 'delete_beginning_of_line'
cplt_templates_static[0016]: 'delete_beginning_of_line'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_beginning_of_line'
cplt_templates[0017] . . . : 'delete_end_of_line'
cplt_templates_static[0017]: 'delete_end_of_line'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_end_of_line'
cplt_templates[0018] . . . : 'delete_line'
cplt_templates_static[0018]: 'delete_line'
num_args. . . . . . : 1
args[0000]. . . . . : 'delete_line'
cplt_templates[0019] . . . : 'clipboard_paste'
cplt_templates_static[0019]: 'clipboard_paste'
num_args. . . . . . : 1
args[0000]. . . . . : 'clipboard_paste'
cplt_templates[0020] . . . : 'transpose_chars'
cplt_templates_static[0020]: 'transpose_chars'
num_args. . . . . . : 1
args[0000]. . . . . : 'transpose_chars'
cplt_templates[0021] . . . : 'undo'
cplt_templates_static[0021]: 'undo'
num_args. . . . . . : 1
args[0000]. . . . . : 'undo'
cplt_templates[0022] . . . : 'redo'
cplt_templates_static[0022]: 'redo'
num_args. . . . . . : 1
args[0000]. . . . . : 'redo'
cplt_templates[0023] . . . : 'move_beginning_of_line'
cplt_templates_static[0023]: 'move_beginning_of_line'
num_args. . . . . . : 1
args[0000]. . . . . : 'move_beginning_of_line'
cplt_templates[0024] . . . : 'move_end_of_line'
cplt_templates_static[0024]: 'move_end_of_line'
num_args. . . . . . : 1
args[0000]. . . . . : 'move_end_of_line'
cplt_templates[0025] . . . : 'move_previous_char'
cplt_templates_static[0025]: 'move_previous_char'
num_args. . . . . . : 1
args[0000]. . . . . : 'move_previous_char'
cplt_templates[0026] . . . : 'move_next_char'
cplt_templates_static[0026]: 'move_next_char'
num_args. . . . . . : 1
args[0000]. . . . . : 'move_next_char'
cplt_templates[0027] . . . : 'move_previous_word'
cplt_templates_static[0027]: 'move_previous_word'
num_args. . . . . . : 1
args[0000]. . . . . : 'move_previous_word'
cplt_templates[0028] . . . : 'move_next_word'
cplt_templates_static[0028]: 'move_next_word'
num_args. . . . . . : 1
args[0000]. . . . . : 'move_next_word'
cplt_templates[0029] . . . : 'history_previous'
cplt_templates_static[0029]: 'history_previous'
num_args. . . . . . : 1
args[0000]. . . . . : 'history_previous'
cplt_templates[0030] . . . : 'history_next'
cplt_templates_static[0030]: 'history_next'
num_args. . . . . . : 1
args[0000]. . . . . : 'history_next'
cplt_templates[0031] . . . : 'history_global_previous'
cplt_templates_static[0031]: 'history_global_previous'
num_args. . . . . . : 1
args[0000]. . . . . : 'history_global_previous'
cplt_templates[0032] . . . : 'history_global_next'
cplt_templates_static[0032]: 'history_global_next'
num_args. . . . . . : 1
args[0000]. . . . . : 'history_global_next'
cplt_templates[0033] . . . : 'jump_smart'
cplt_templates_static[0033]: 'jump_smart'
num_args. . . . . . : 1
args[0000]. . . . . : 'jump_smart'
cplt_templates[0034] . . . : 'jump_last_buffer_displayed'
cplt_templates_static[0034]: 'jump_last_buffer_displayed'
num_args. . . . . . : 1
args[0000]. . . . . : 'jump_last_buffer_displayed'
cplt_templates[0035] . . . : 'jump_previously_visited_buffer'
cplt_templates_static[0035]: 'jump_previously_visited_buffer'
num_args. . . . . . : 1
args[0000]. . . . . : 'jump_previously_visited_buffer'
cplt_templates[0036] . . . : 'jump_next_visited_buffer'
cplt_templates_static[0036]: 'jump_next_visited_buffer'
num_args. . . . . . : 1
args[0000]. . . . . : 'jump_next_visited_buffer'
cplt_templates[0037] . . . : 'hotlist_clear 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|lowest|highest'
cplt_templates_static[0037]: 'hotlist_clear'
num_args. . . . . . : 2
args[0000]. . . . . : 'hotlist_clear'
args[0001]. . . . . : '1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|lowest|highest'
cplt_templates[0038] . . . : 'grab_key'
cplt_templates_static[0038]: 'grab_key'
num_args. . . . . . : 1
args[0000]. . . . . : 'grab_key'
cplt_templates[0039] . . . : 'grab_key_command'
cplt_templates_static[0039]: 'grab_key_command'
num_args. . . . . . : 1
args[0000]. . . . . : 'grab_key_command'
cplt_templates[0040] . . . : 'grab_mouse'
cplt_templates_static[0040]: 'grab_mouse'
num_args. . . . . . : 1
args[0000]. . . . . : 'grab_mouse'
cplt_templates[0041] . . . : 'grab_mouse_area'
cplt_templates_static[0041]: 'grab_mouse_area'
num_args. . . . . . : 1
args[0000]. . . . . : 'grab_mouse_area'
cplt_templates[0042] . . . : 'set_unread'
cplt_templates_static[0042]: 'set_unread'
num_args. . . . . . : 1
args[0000]. . . . . : 'set_unread'
cplt_templates[0043] . . . : 'set_unread_current_buffer'
cplt_templates_static[0043]: 'set_unread_current_buffer'
num_args. . . . . . : 1
args[0000]. . . . . : 'set_unread_current_buffer'
cplt_templates[0044] . . . : 'switch_active_buffer'
cplt_templates_static[0044]: 'switch_active_buffer'
num_args. . . . . . : 1
args[0000]. . . . . : 'switch_active_buffer'
cplt_templates[0045] . . . : 'switch_active_buffer_previous'
cplt_templates_static[0045]: 'switch_active_buffer_previous'
num_args. . . . . . : 1
args[0000]. . . . . : 'switch_active_buffer_previous'
cplt_templates[0046] . . . : 'zoom_merged_buffer'
cplt_templates_static[0046]: 'zoom_merged_buffer'
num_args. . . . . . : 1
args[0000]. . . . . : 'zoom_merged_buffer'
cplt_templates[0047] . . . : 'insert'
cplt_templates_static[0047]: 'insert'
num_args. . . . . . : 1
args[0000]. . . . . : 'insert'
cplt_templates[0048] . . . : 'send'
cplt_templates_static[0048]: 'send'
num_args. . . . . . : 1
args[0000]. . . . . : 'send'
cplt_templates[0049] . . . : 'paste_start'
cplt_templates_static[0049]: 'paste_start'
num_args. . . . . . : 1
args[0000]. . . . . : 'paste_start'
cplt_templates[0050] . . . : 'paste_stop'
cplt_templates_static[0050]: 'paste_stop'
num_args. . . . . . : 1
args[0000]. . . . . : 'paste_stop'
num_args_concat . . . : 2
args_concat[0000] . . : 'return|complete_next|complete_previous|search_text_here|search_text|search_switch_case|search_switch_regex|search_switch_where|search_previous|search_next|search_stop_here|search_stop|delete_previous_char|delete_next_char|delete_previous_word|delete_next_word|delete_beginning_of_line|delete_end_of_line|delete_line|clipboard_paste|transpose_chars|undo|redo|move_beginning_of_line|move_end_of_line|move_previous_char|move_next_char|move_previous_word|move_next_word|history_previous|history_next|history_global_previous|history_global_next|jump_smart|jump_last_buffer_displayed|jump_previously_visited_buffer|jump_next_visited_buffer|hotlist_clear|grab_key|grab_key_command|grab_mouse|grab_mouse_area|set_unread|set_unread_current_buffer|switch_active_buffer|switch_active_buffer_previous|zoom_merged_buffer|insert|send|paste_start|paste_stop'
args_concat[0001] . . : '1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|lowest|highest'
prev_hook . . . . . . . : 0x563069aa0e10
next_hook . . . . . . . : 0x563069aa1310
[hook (addr:0x563069aa1310)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f10480
command . . . . . . . : 'invite'
description . . . . . : 'invite a nick on a channel'
args. . . . . . . . . : '<nick> [<nick>...] [<channel>]'
args_description. . . : ' nick: nick
channel: channel name'
completion. . . . . . : '%(nicks) %(irc_server_channels)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks) %(irc_server_channels)'
cplt_templates_static[0000]: '%(nicks) %(irc_server_channels)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(nicks)'
args[0001]. . . . . : '%(irc_server_channels)'
num_args_concat . . . : 2
args_concat[0000] . . : '%(nicks)'
args_concat[0001] . . : '%(irc_server_channels)'
prev_hook . . . . . . . : 0x5630695ae9a0
next_hook . . . . . . . : 0x563069aa1670
[hook (addr:0x563069aa1670)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0cc60
command . . . . . . . : 'ison'
description . . . . . : 'check if a nick is currently on IRC'
args. . . . . . . . . : '<nick> [<nick>...]'
args_description. . . : 'nick: nick'
completion. . . . . . : '%(nicks)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)|%*'
cplt_templates_static[0000]: '%(nicks)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)|%*'
prev_hook . . . . . . . : 0x563069aa1310
next_hook . . . . . . . : 0x563069a72600
[hook (addr:0x563069a72600)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a725a0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'J'
description . . . . . : 'join'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%join'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%join'
cplt_templates_static[0000]: '%%join'
num_args. . . . . . : 1
args[0000]. . . . . : '%%join'
num_args_concat . . . : 1
args_concat[0000] . . : '%%join'
prev_hook . . . . . . . : 0x563069aa1670
next_hook . . . . . . . : 0x563069aa1990
[hook (addr:0x563069aa1990)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f19fa0
command . . . . . . . : 'join'
description . . . . . : 'join a channel'
args. . . . . . . . . : '[-noswitch] [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]]'
args_description. . . : '-noswitch: do not switch to new buffer
server: send to this server (internal name)
channel: channel name to join
key: key to join the channel (channels with a key must be the first in list)
Examples:
/join #weechat
/join #protectedchan,#weechat key
/join -server freenode #weechat
/join -noswitch #weechat'
completion. . . . . . : '%(irc_channels)|-noswitch|-server|%(irc_servers)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channels)|-noswitch|-server|%(irc_servers)|%*'
cplt_templates_static[0000]: '%(irc_channels)|-noswitch|-server|%(irc_servers)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channels)|-noswitch|-server|%(irc_servers)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channels)|-noswitch|-server|%(irc_servers)|%*'
prev_hook . . . . . . . : 0x563069a72600
next_hook . . . . . . . : 0x563069a72a40
[hook (addr:0x563069a72a40)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a729e0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'K'
description . . . . . : 'kick'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%kick'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%kick'
cplt_templates_static[0000]: '%%kick'
num_args. . . . . . : 1
args[0000]. . . . . : '%%kick'
num_args_concat . . . : 1
args_concat[0000] . . : '%%kick'
prev_hook . . . . . . . : 0x563069aa1990
next_hook . . . . . . . : 0x563069a72e80
[hook (addr:0x563069a72e80)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a72e20
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'KB'
description . . . . . : 'kickban'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%kickban'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%kickban'
cplt_templates_static[0000]: '%%kickban'
num_args. . . . . . : 1
args[0000]. . . . . : '%%kickban'
num_args_concat . . . : 1
args_concat[0000] . . : '%%kickban'
prev_hook . . . . . . . : 0x563069a72a40
next_hook . . . . . . . : 0x5630695b06a0
[hook (addr:0x5630695b06a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926c9a0
command . . . . . . . : 'key'
description . . . . . : 'bind/unbind keys'
args. . . . . . . . . : 'list|listdefault|listdiff [<context>] || bind <key> [<command> [<args>]] || bindctxt <context> <key> [<command> [<args>]] || unbind <key> || unbindctxt <context> <key> || reset <key> || resetctxt <context> <key> || resetall -yes [<context>] || missing [<context>]'
args_description. . . : ' list: list all current keys (without argument, this list is displayed)
listdefault: list default keys
listdiff: list differences between current and default keys (keys added, redefined or deleted)
context: name of context ("default" or "search")
bind: bind a command to a key or display command bound to key (for context "default")
bindctxt: bind a command to a key or display command bound to key, for given context
command: command (many commands can be separated by semicolons)
unbind: remove a key binding (for context "default")
unbindctxt: remove a key binding for given context
reset: reset a key to default binding (for context "default")
resetctxt: reset a key to default binding, for given context
resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
missing: add missing keys (using default bindings), useful after installing new WeeChat version
When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line.
For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
*: any area on screen
chat: chat area (any buffer)
chat(xxx): chat area for buffer with name "xxx" (full name including plugin)
bar(*): any bar
bar(xxx): bar "xxx"
item(*): any bar item
item(xxx): bar item "xxx"
Wildcard "*" is allowed in key to match many mouse events.
A special value for command with format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument.
Another special value "-" can be used to disable key (it will be ignored when looking for keys).
Examples:
key alt-t to toggle nicklist bar:
/key bind meta-t /bar toggle nicklist
key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
restore default binding for key alt-r:
/key reset meta-r
key "tab" to stop search in buffer:
/key bindctxt search ctrl-I /input search_stop
middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}'
completion. . . . . . : 'list %(keys_contexts) || listdefault %(keys_contexts) || listdiff %(keys_contexts) || bind %(keys_codes) %(commands:/) || bindctxt %(keys_contexts) %(keys_codes) %(commands:/) || unbind %(keys_codes) || unbindctxt %(keys_contexts) %(keys_codes) || reset %(keys_codes_for_reset) || resetctxt %(keys_contexts) %(keys_codes_for_reset) || resetall %- %(keys_contexts) || missing %(keys_contexts)'
cplt_num_templates. . : 11
cplt_templates[0000] . . . : 'list %(keys_contexts)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(keys_contexts)'
cplt_templates[0001] . . . : 'listdefault %(keys_contexts)'
cplt_templates_static[0001]: 'listdefault'
num_args. . . . . . : 2
args[0000]. . . . . : 'listdefault'
args[0001]. . . . . : '%(keys_contexts)'
cplt_templates[0002] . . . : 'listdiff %(keys_contexts)'
cplt_templates_static[0002]: 'listdiff'
num_args. . . . . . : 2
args[0000]. . . . . : 'listdiff'
args[0001]. . . . . : '%(keys_contexts)'
cplt_templates[0003] . . . : 'bind %(keys_codes) %(commands:/)'
cplt_templates_static[0003]: 'bind'
num_args. . . . . . : 3
args[0000]. . . . . : 'bind'
args[0001]. . . . . : '%(keys_codes)'
args[0002]. . . . . : '%(commands:/)'
cplt_templates[0004] . . . : 'bindctxt %(keys_contexts) %(keys_codes) %(commands:/)'
cplt_templates_static[0004]: 'bindctxt'
num_args. . . . . . : 4
args[0000]. . . . . : 'bindctxt'
args[0001]. . . . . : '%(keys_contexts)'
args[0002]. . . . . : '%(keys_codes)'
args[0003]. . . . . : '%(commands:/)'
cplt_templates[0005] . . . : 'unbind %(keys_codes)'
cplt_templates_static[0005]: 'unbind'
num_args. . . . . . : 2
args[0000]. . . . . : 'unbind'
args[0001]. . . . . : '%(keys_codes)'
cplt_templates[0006] . . . : 'unbindctxt %(keys_contexts) %(keys_codes)'
cplt_templates_static[0006]: 'unbindctxt'
num_args. . . . . . : 3
args[0000]. . . . . : 'unbindctxt'
args[0001]. . . . . : '%(keys_contexts)'
args[0002]. . . . . : '%(keys_codes)'
cplt_templates[0007] . . . : 'reset %(keys_codes_for_reset)'
cplt_templates_static[0007]: 'reset'
num_args. . . . . . : 2
args[0000]. . . . . : 'reset'
args[0001]. . . . . : '%(keys_codes_for_reset)'
cplt_templates[0008] . . . : 'resetctxt %(keys_contexts) %(keys_codes_for_reset)'
cplt_templates_static[0008]: 'resetctxt'
num_args. . . . . . : 3
args[0000]. . . . . : 'resetctxt'
args[0001]. . . . . : '%(keys_contexts)'
args[0002]. . . . . : '%(keys_codes_for_reset)'
cplt_templates[0009] . . . : 'resetall %- %(keys_contexts)'
cplt_templates_static[0009]: 'resetall'
num_args. . . . . . : 3
args[0000]. . . . . : 'resetall'
args[0001]. . . . . : '%-'
args[0002]. . . . . : '%(keys_contexts)'
cplt_templates[0010] . . . : 'missing %(keys_contexts)'
cplt_templates_static[0010]: 'missing'
num_args. . . . . . : 2
args[0000]. . . . . : 'missing'
args[0001]. . . . . : '%(keys_contexts)'
num_args_concat . . . : 4
args_concat[0000] . . : 'list|listdefault|listdiff|bind|bindctxt|unbind|unbindctxt|reset|resetctxt|resetall|missing'
args_concat[0001] . . : '%(keys_contexts)|%(keys_codes)|%(keys_codes_for_reset)|%-'
args_concat[0002] . . : '%(commands:/)|%(keys_codes)|%(keys_codes_for_reset)|%(keys_contexts)'
args_concat[0003] . . : '%(commands:/)'
prev_hook . . . . . . . : 0x563069a72e80
next_hook . . . . . . . : 0x563069aa1ff0
[hook (addr:0x563069aa1ff0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1a510
command . . . . . . . : 'kick'
description . . . . . : 'kick a user out of a channel'
args. . . . . . . . . : '[<channel>] <nick> [<reason>]'
args_description. . . : 'channel: channel name
nick: nick
reason: reason (special variables $nick, $channel and $server are replaced by their value)'
completion. . . . . . : '%(nicks) %(irc_msg_kick) %-'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks) %(irc_msg_kick) %-'
cplt_templates_static[0000]: '%(nicks) %(irc_msg_kick) %-'
num_args. . . . . . : 3
args[0000]. . . . . : '%(nicks)'
args[0001]. . . . . : '%(irc_msg_kick)'
args[0002]. . . . . : '%-'
num_args_concat . . . : 3
args_concat[0000] . . : '%(nicks)'
args_concat[0001] . . : '%(irc_msg_kick)'
args_concat[0002] . . : '%-'
prev_hook . . . . . . . : 0x5630695b06a0
next_hook . . . . . . . : 0x563069aa2240
[hook (addr:0x563069aa2240)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1a7c0
command . . . . . . . : 'kickban'
description . . . . . : 'kick a user out of a channel and ban the host'
args. . . . . . . . . : '[<channel>] <nick> [<reason>]'
args_description. . . : 'channel: channel name
nick: nick
reason: reason (special variables $nick, $channel and $server are replaced by their value)
It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*".
Example:
ban "*!*@host.com" and then kick "toto":
/kickban toto!*@host.com'
completion. . . . . . : '%(irc_channel_nicks_hosts) %(irc_msg_kick) %-'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channel_nicks_hosts) %(irc_msg_kick) %-'
cplt_templates_static[0000]: '%(irc_channel_nicks_hosts) %(irc_msg_kick) %-'
num_args. . . . . . : 3
args[0000]. . . . . : '%(irc_channel_nicks_hosts)'
args[0001]. . . . . : '%(irc_msg_kick)'
args[0002]. . . . . : '%-'
num_args_concat . . . : 3
args_concat[0000] . . : '%(irc_channel_nicks_hosts)'
args_concat[0001] . . : '%(irc_msg_kick)'
args_concat[0002] . . : '%-'
prev_hook . . . . . . . : 0x563069aa1ff0
next_hook . . . . . . . : 0x563069aa2760
[hook (addr:0x563069aa2760)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0ce50
command . . . . . . . : 'kill'
description . . . . . : 'close client-server connection'
args. . . . . . . . . : '<nick> [<reason>]'
args_description. . . : ' nick: nick
reason: reason'
completion. . . . . . : '%(nicks) %-'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks) %-'
cplt_templates_static[0000]: '%(nicks) %-'
num_args. . . . . . : 2
args[0000]. . . . . : '%(nicks)'
args[0001]. . . . . : '%-'
num_args_concat . . . : 2
args_concat[0000] . . : '%(nicks)'
args_concat[0001] . . : '%-'
prev_hook . . . . . . . : 0x563069aa2240
next_hook . . . . . . . : 0x5630695b2d40
[hook (addr:0x5630695b2d40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926d5d0
command . . . . . . . : 'layout'
description . . . . . : 'manage buffers/windows layouts'
args. . . . . . . . . : 'store [<name>] [buffers|windows] || apply [<name>] [buffers|windows] || leave || del [<name>] [buffers|windows] || rename <name> <new_name>'
args_description. . . : ' store: store current buffers/windows in a layout
apply: apply stored layout
leave: leave current layout (does not update any layout)
del: delete buffers and/or windows in a stored layout
(if neither "buffers" nor "windows" is given after the name, the layout is deleted)
rename: rename a layout
name: name for stored layout (default is "default")
buffers: store/apply only buffers (order of buffers)
windows: store/apply only windows (buffer displayed by each window)
Without argument, this command displays stored layouts.
The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit".'
completion. . . . . . : 'store %(layouts_names)|buffers|windows buffers|windows || apply %(layouts_names)|buffers|windows buffers|windows || leave || del %(layouts_names)|buffers|windows buffers|windows || rename %(layouts_names) %(layouts_names)'
cplt_num_templates. . : 5
cplt_templates[0000] . . . : 'store %(layouts_names)|buffers|windows buffers|windows'
cplt_templates_static[0000]: 'store'
num_args. . . . . . : 3
args[0000]. . . . . : 'store'
args[0001]. . . . . : '%(layouts_names)|buffers|windows'
args[0002]. . . . . : 'buffers|windows'
cplt_templates[0001] . . . : 'apply %(layouts_names)|buffers|windows buffers|windows'
cplt_templates_static[0001]: 'apply'
num_args. . . . . . : 3
args[0000]. . . . . : 'apply'
args[0001]. . . . . : '%(layouts_names)|buffers|windows'
args[0002]. . . . . : 'buffers|windows'
cplt_templates[0002] . . . : 'leave'
cplt_templates_static[0002]: 'leave'
num_args. . . . . . : 1
args[0000]. . . . . : 'leave'
cplt_templates[0003] . . . : 'del %(layouts_names)|buffers|windows buffers|windows'
cplt_templates_static[0003]: 'del'
num_args. . . . . . : 3
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(layouts_names)|buffers|windows'
args[0002]. . . . . : 'buffers|windows'
cplt_templates[0004] . . . : 'rename %(layouts_names) %(layouts_names)'
cplt_templates_static[0004]: 'rename'
num_args. . . . . . : 3
args[0000]. . . . . : 'rename'
args[0001]. . . . . : '%(layouts_names)'
args[0002]. . . . . : '%(layouts_names)'
num_args_concat . . . : 3
args_concat[0000] . . : 'store|apply|leave|del|rename'
args_concat[0001] . . : '%(layouts_names)|buffers|windows'
args_concat[0002] . . : 'buffers|windows|%(layouts_names)'
prev_hook . . . . . . . : 0x563069aa2760
next_hook . . . . . . . : 0x563069a732c0
[hook (addr:0x563069a732c0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a73260
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'LEAVE'
description . . . . . : 'part'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%part'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%part'
cplt_templates_static[0000]: '%%part'
num_args. . . . . . : 1
args[0000]. . . . . : '%%part'
num_args_concat . . . : 1
args_concat[0000] . . : '%%part'
prev_hook . . . . . . . : 0x5630695b2d40
next_hook . . . . . . . : 0x563069aa2a00
[hook (addr:0x563069aa2a00)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0d060
command . . . . . . . : 'links'
description . . . . . : 'list all servernames which are known by the server answering the query'
args. . . . . . . . . : '[[<target>] <server_mask>]'
args_description. . . : ' target: this remote server should answer the query
server_mask: list of servers must match this mask'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a732c0
next_hook . . . . . . . : 0x563069aa2c10
[hook (addr:0x563069aa2c10)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f11da0
command . . . . . . . : 'list'
description . . . . . : 'list channels and their topic'
args. . . . . . . . . : '[-server <server>] [-re <regex>] [<channel>[,<channel>...]] [<target>]'
args_description. . . : ' server: send to this server (internal name)
regex: POSIX extended regular expression used to filter results (case insensitive, can start by "(?-i)" to become case sensitive)
channel: channel to list
target: server name
Examples:
list all channels on server (can be very slow on large networks):
/list
list channel #weechat:
/list #weechat
list all channels beginning with "#weechat" (can be very slow on large networks):
/list -re #weechat.*'
completion. . . . . . : '-server %(irc_servers) || -re'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-server %(irc_servers)'
cplt_templates_static[0000]: '-server'
num_args. . . . . . : 2
args[0000]. . . . . : '-server'
args[0001]. . . . . : '%(irc_servers)'
cplt_templates[0001] . . . : '-re'
cplt_templates_static[0001]: '-re'
num_args. . . . . . : 1
args[0000]. . . . . : '-re'
num_args_concat . . . : 2
args_concat[0000] . . : '-server|-re'
args_concat[0001] . . : '%(irc_servers)'
prev_hook . . . . . . . : 0x563069aa2a00
next_hook . . . . . . . : 0x563069a0cf30
[hook (addr:0x563069a0cf30)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a165af0
command . . . . . . . : 'logger'
description . . . . . : 'logger plugin configuration'
args. . . . . . . . . : 'list || set <level> || flush || disable'
args_description. . . : ' list: show logging status for opened buffers
set: set logging level on current buffer
level: level for messages to be logged (0 = logging disabled, 1 = a few messages (most important) .. 9 = all messages)
flush: write all log files now
disable: disable logging on current buffer (set level to 0)
Options "logger.level.*" and "logger.mask.*" can be used to set level or mask for a buffer, or buffers beginning with name.
Log levels used by IRC plugin:
1: user message (channel and private), notice (server and channel)
2: nick change
3: server message
4: join/part/quit
9: all other messages
Examples:
set level to 5 for current buffer:
/logger set 5
disable logging for current buffer:
/logger disable
set level to 3 for all IRC buffers:
/set logger.level.irc 3
disable logging for main WeeChat buffer:
/set logger.level.core.weechat 0
use a directory per IRC server and a file per channel inside:
/set logger.mask.irc "$server/$channel.weechatlog"'
completion. . . . . . : 'list || set 1|2|3|4|5|6|7|8|9 || flush || disable'
cplt_num_templates. . : 4
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : 'set 1|2|3|4|5|6|7|8|9'
cplt_templates_static[0001]: 'set'
num_args. . . . . . : 2
args[0000]. . . . . : 'set'
args[0001]. . . . . : '1|2|3|4|5|6|7|8|9'
cplt_templates[0002] . . . : 'flush'
cplt_templates_static[0002]: 'flush'
num_args. . . . . . : 1
args[0000]. . . . . : 'flush'
cplt_templates[0003] . . . : 'disable'
cplt_templates_static[0003]: 'disable'
num_args. . . . . . : 1
args[0000]. . . . . : 'disable'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|set|flush|disable'
args_concat[0001] . . : '1|2|3|4|5|6|7|8|9'
prev_hook . . . . . . . : 0x563069aa2c10
next_hook . . . . . . . : 0x563069f09a60
[hook (addr:0x563069f09a60)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487b98a10
command . . . . . . . : 'lua'
description . . . . . : 'list/load/unload scripts'
args. . . . . . . . . : 'list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload [-q] [<name>] || eval [-o|-oc] <code> || version'
args_description. . . : ' list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.'
completion. . . . . . : 'list %(lua_script) || listfull %(lua_script) || load %(filename) || autoload || reload %(lua_script) || unload %(lua_script) || eval || version'
cplt_num_templates. . : 8
cplt_templates[0000] . . . : 'list %(lua_script)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(lua_script)'
cplt_templates[0001] . . . : 'listfull %(lua_script)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(lua_script)'
cplt_templates[0002] . . . : 'load %(filename)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(filename)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(lua_script)'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(lua_script)'
cplt_templates[0005] . . . : 'unload %(lua_script)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(lua_script)'
cplt_templates[0006] . . . : 'eval'
cplt_templates_static[0006]: 'eval'
num_args. . . . . . : 1
args[0000]. . . . . : 'eval'
cplt_templates[0007] . . . : 'version'
cplt_templates_static[0007]: 'version'
num_args. . . . . . : 1
args[0000]. . . . . : 'version'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload|eval|version'
args_concat[0001] . . : '%(lua_script)|%(filename)'
prev_hook . . . . . . . : 0x563069a0cf30
next_hook . . . . . . . : 0x563069aa3260
[hook (addr:0x563069aa3260)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0d1e0
command . . . . . . . : 'lusers'
description . . . . . : 'get statistics about the size of the IRC network'
args. . . . . . . . . : '[<mask> [<target>]]'
args_description. . . : ' mask: servers matching the mask only
target: server for forwarding request'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069f09a60
next_hook . . . . . . . : 0x563069a73700
[hook (addr:0x563069a73700)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a736a0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'M'
description . . . . . : 'msg'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%msg'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%msg'
cplt_templates_static[0000]: '%%msg'
num_args. . . . . . : 1
args[0000]. . . . . : '%%msg'
num_args_concat . . . : 1
args_concat[0000] . . : '%%msg'
prev_hook . . . . . . . : 0x563069aa3260
next_hook . . . . . . . : 0x563069aa3420
[hook (addr:0x563069aa3420)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0d360
command . . . . . . . : 'map'
description . . . . . : 'show a graphical map of the IRC network'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a73700
next_hook . . . . . . . : 0x563069a8b2b0
[hook (addr:0x563069a8b2b0)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff488548820
command . . . . . . . : 'me'
description . . . . . : 'send a CTCP action to remote host'
args. . . . . . . . . : '<message>'
args_description. . . : 'message: message to send'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa3420
next_hook . . . . . . . : 0x563069aa3620
[hook (addr:0x563069aa3620)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f178c0
command . . . . . . . : 'me'
description . . . . . : 'send a CTCP action to the current channel'
args. . . . . . . . . : '<message>'
args_description. . . : 'message: message to send'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a8b2b0
next_hook . . . . . . . : 0x563069aa3840
[hook (addr:0x563069aa3840)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1acf0
command . . . . . . . : 'mode'
description . . . . . : 'change channel or user mode'
args. . . . . . . . . : '[<channel>] [+|-]o|p|s|i|t|n|m|l|b|e|v|k [<arguments>] || <nick> [+|-]i|s|w|o'
args_description. . . : 'channel modes:
channel: channel name to modify (default is current one)
o: give/take channel operator privileges
p: private channel flag
s: secret channel flag
i: invite-only channel flag
t: topic settable by channel operator only flag
n: no messages to channel from clients on the outside
m: moderated channel
l: set the user limit to channel
b: set a ban mask to keep users out
e: set exception mask
v: give/take the ability to speak on a moderated channel
k: set a channel key (password)
user modes:
nick: nick to modify
i: mark a user as invisible
s: mark a user for receive server notices
w: user receives wallops
o: operator flag
List of modes is not comprehensive, you should read documentation about your server to see all possible modes.
Examples:
protect topic on channel #weechat:
/mode #weechat +t
become invisible on server:
/mode nick +i'
completion. . . . . . : '%(irc_channel)|%(irc_server_nick)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channel)|%(irc_server_nick)'
cplt_templates_static[0000]: '%(irc_channel)|%(irc_server_nick)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channel)|%(irc_server_nick)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channel)|%(irc_server_nick)'
prev_hook . . . . . . . : 0x563069aa3620
next_hook . . . . . . . : 0x563069aa3c80
[hook (addr:0x563069aa3c80)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0d4e0
command . . . . . . . : 'motd'
description . . . . . : 'get the "Message Of The Day"'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa3840
next_hook . . . . . . . : 0x5630695b3620
[hook (addr:0x5630695b3620)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926de90
command . . . . . . . : 'mouse'
description . . . . . : 'mouse control'
args. . . . . . . . . : 'enable|disable|toggle [<delay>]'
args_description. . . : ' enable: enable mouse
disable: disable mouse
toggle: toggle mouse
delay: delay (in seconds) after which initial mouse state is restored (useful to temporarily disable mouse)
The mouse state is saved in option "weechat.look.mouse".
Examples:
enable mouse:
/mouse enable
toggle mouse for 5 seconds:
/mouse toggle 5'
completion. . . . . . : 'enable|disable|toggle'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : 'enable|disable|toggle'
cplt_templates_static[0000]: 'enable|disable|toggle'
num_args. . . . . . : 1
args[0000]. . . . . : 'enable|disable|toggle'
num_args_concat . . . : 1
args_concat[0000] . . : 'enable|disable|toggle'
prev_hook . . . . . . . : 0x563069aa3c80
next_hook . . . . . . . : 0x563069aa3dc0
[hook (addr:0x563069aa3dc0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f122a0
command . . . . . . . : 'msg'
description . . . . . : 'send message to a nick or channel'
args. . . . . . . . . : '[-server <server>] <target>[,<target>...] <text>'
args_description. . . : 'server: send to this server (internal name)
target: nick or channel (may be mask, '*' = current channel)
text: text to send'
completion. . . . . . : '-server %(irc_servers) %(nicks)|* || %(nicks)|*'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-server %(irc_servers) %(nicks)|*'
cplt_templates_static[0000]: '-server'
num_args. . . . . . : 3
args[0000]. . . . . : '-server'
args[0001]. . . . . : '%(irc_servers)'
args[0002]. . . . . : '%(nicks)|*'
cplt_templates[0001] . . . : '%(nicks)|*'
cplt_templates_static[0001]: '%(nicks)|*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)|*'
num_args_concat . . . : 3
args_concat[0000] . . : '-server|%(nicks)|*'
args_concat[0001] . . : '%(irc_servers)'
args_concat[0002] . . : '%(nicks)|*'
prev_hook . . . . . . . : 0x5630695b3620
next_hook . . . . . . . : 0x563069a74040
[hook (addr:0x563069a74040)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a73fd0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'MSGBUF'
description . . . . . : 'command -buffer $1 * /input send $2-'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%(buffers_plugins_names)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(buffers_plugins_names)'
cplt_templates_static[0000]: '%(buffers_plugins_names)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(buffers_plugins_names)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(buffers_plugins_names)'
prev_hook . . . . . . . : 0x563069aa3dc0
next_hook . . . . . . . : 0x563069a73b40
[hook (addr:0x563069a73b40)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a73ae0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'MUB'
description . . . . . : 'unban *'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%unban *'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%unban *'
cplt_templates_static[0000]: '%%unban *'
num_args. . . . . . : 2
args[0000]. . . . . : '%%unban'
args[0001]. . . . . : '*'
num_args_concat . . . : 2
args_concat[0000] . . : '%%unban'
args_concat[0001] . . : '*'
prev_hook . . . . . . . : 0x563069a74040
next_hook . . . . . . . : 0x5630695b39c0
[hook (addr:0x5630695b39c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069266b10
command . . . . . . . : 'mute'
description . . . . . : 'execute a command silently'
args. . . . . . . . . : '[-core | -current | -buffer <name>] <command>'
args_description. . . : ' -core: no output on WeeChat core buffer
-current: no output on current buffer
-buffer: no output on specified buffer
name: full buffer name (examples: "irc.server.freenode", "irc.freenode.#weechat")
command: command to execute silently (a '/' is automatically added if not found at beginning of command)
If no target is specified (-core, -current or -buffer), then default is to mute all buffers.
Examples:
config save:
/mute save
message to current IRC channel:
/mute -current msg * hi!
message to #weechat channel:
/mute -buffer irc.freenode.#weechat msg #weechat hi!'
completion. . . . . . : '-core|-current %(commands:/)|%* || -buffer %(buffers_plugins_names) %(commands:/)|%* || %(commands:/)|%*'
cplt_num_templates. . : 3
cplt_templates[0000] . . . : '-core|-current %(commands:/)|%*'
cplt_templates_static[0000]: '-core|-current'
num_args. . . . . . : 2
args[0000]. . . . . : '-core|-current'
args[0001]. . . . . : '%(commands:/)|%*'
cplt_templates[0001] . . . : '-buffer %(buffers_plugins_names) %(commands:/)|%*'
cplt_templates_static[0001]: '-buffer'
num_args. . . . . . : 3
args[0000]. . . . . : '-buffer'
args[0001]. . . . . : '%(buffers_plugins_names)'
args[0002]. . . . . : '%(commands:/)|%*'
cplt_templates[0002] . . . : '%(commands:/)|%*'
cplt_templates_static[0002]: '%(commands:/)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(commands:/)|%*'
num_args_concat . . . : 3
args_concat[0000] . . : '-core|-current|-buffer|%(commands:/)|%*'
args_concat[0001] . . : '%(commands:/)|%*|%(buffers_plugins_names)'
args_concat[0002] . . : '%(commands:/)|%*'
prev_hook . . . . . . . : 0x563069a73b40
next_hook . . . . . . . : 0x563069a74640
[hook (addr:0x563069a74640)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a73ea0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'N'
description . . . . . : 'names'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%names'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%names'
cplt_templates_static[0000]: '%%names'
num_args. . . . . . : 1
args[0000]. . . . . : '%%names'
num_args_concat . . . : 1
args_concat[0000] . . : '%%names'
prev_hook . . . . . . . : 0x5630695b39c0
next_hook . . . . . . . : 0x563069aa4360
[hook (addr:0x563069aa4360)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0d660
command . . . . . . . : 'names'
description . . . . . : 'list nicks on channels'
args. . . . . . . . . : '[<channel>[,<channel>...]]'
args_description. . . : 'channel: channel name'
completion. . . . . . : '%(irc_channels)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channels)'
cplt_templates_static[0000]: '%(irc_channels)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channels)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channels)'
prev_hook . . . . . . . : 0x563069a74640
next_hook . . . . . . . : 0x563069aa45a0
[hook (addr:0x563069aa45a0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1b220
command . . . . . . . : 'nick'
description . . . . . : 'change current nick'
args. . . . . . . . . : '[-all] <nick>'
args_description. . . : '-all: set new nick for all connected servers
nick: new nick'
completion. . . . . . : '-all %(irc_server_nick) || %(irc_server_nick)'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-all %(irc_server_nick)'
cplt_templates_static[0000]: '-all'
num_args. . . . . . : 2
args[0000]. . . . . : '-all'
args[0001]. . . . . : '%(irc_server_nick)'
cplt_templates[0001] . . . : '%(irc_server_nick)'
cplt_templates_static[0001]: '%(irc_server_nick)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_server_nick)'
num_args_concat . . . : 2
args_concat[0000] . . : '-all|%(irc_server_nick)'
args_concat[0001] . . : '%(irc_server_nick)'
prev_hook . . . . . . . : 0x563069aa4360
next_hook . . . . . . . : 0x563069aa4960
[hook (addr:0x563069aa4960)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f12c20
command . . . . . . . : 'notice'
description . . . . . : 'send notice message to user'
args. . . . . . . . . : '[-server <server>] <target> <text>'
args_description. . . : 'server: send to this server (internal name)
target: nick or channel name
text: text to send'
completion. . . . . . : '-server %(irc_servers) %(nicks) || %(nicks)'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-server %(irc_servers) %(nicks)'
cplt_templates_static[0000]: '-server'
num_args. . . . . . : 3
args[0000]. . . . . : '-server'
args[0001]. . . . . : '%(irc_servers)'
args[0002]. . . . . : '%(nicks)'
cplt_templates[0001] . . . : '%(nicks)'
cplt_templates_static[0001]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 3
args_concat[0000] . . : '-server|%(nicks)'
args_concat[0001] . . : '%(irc_servers)'
args_concat[0002] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069aa45a0
next_hook . . . . . . . : 0x563069aa4db0
[hook (addr:0x563069aa4db0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f130f0
command . . . . . . . : 'notify'
description . . . . . : 'add a notification for presence or away status of nicks on servers'
args. . . . . . . . . : 'add <nick> [<server> [-away]] || del <nick>|-all [<server>]'
args_description. . . : ' add: add a notification
nick: nick
server: internal server name (by default current server)
-away: notify when away message is changed (by doing whois on nick)
del: delete a notification
-all: delete all notifications
Without argument, this command displays notifications for current server (or all servers if command is issued on core buffer).
Examples:
notify when "toto" joins/quits current server:
/notify add toto
notify when "toto" joins/quits freenode server:
/notify add toto freenode
notify when "toto" is away or back on freenode server:
/notify add toto freenode -away'
completion. . . . . . : 'add %(irc_channel_nicks) %(irc_servers) -away %- || del -all|%(irc_notify_nicks) %(irc_servers) %-'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : 'add %(irc_channel_nicks) %(irc_servers) -away %-'
cplt_templates_static[0000]: 'add'
num_args. . . . . . : 5
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(irc_channel_nicks)'
args[0002]. . . . . : '%(irc_servers)'
args[0003]. . . . . : '-away'
args[0004]. . . . . : '%-'
cplt_templates[0001] . . . : 'del -all|%(irc_notify_nicks) %(irc_servers) %-'
cplt_templates_static[0001]: 'del'
num_args. . . . . . : 4
args[0000]. . . . . : 'del'
args[0001]. . . . . : '-all|%(irc_notify_nicks)'
args[0002]. . . . . : '%(irc_servers)'
args[0003]. . . . . : '%-'
num_args_concat . . . : 5
args_concat[0000] . . : 'add|del'
args_concat[0001] . . : '%(irc_channel_nicks)|-all|%(irc_notify_nicks)'
args_concat[0002] . . : '%(irc_servers)'
args_concat[0003] . . : '-away|%-'
args_concat[0004] . . : '%-'
prev_hook . . . . . . . : 0x563069aa4960
next_hook . . . . . . . : 0x563069aa5640
[hook (addr:0x563069aa5640)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f15290
command . . . . . . . : 'op'
description . . . . . : 'give channel operator status to nick(s)'
args. . . . . . . . . : '<nick> [<nick>...] || * -yes'
args_description. . . : 'nick: nick or mask (wildcard "*" is allowed)
*: give channel operator status to everybody on channel'
completion. . . . . . : '%(nicks)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)|%*'
cplt_templates_static[0000]: '%(nicks)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)|%*'
prev_hook . . . . . . . : 0x563069aa4db0
next_hook . . . . . . . : 0x563069aa5940
[hook (addr:0x563069aa5940)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0d850
command . . . . . . . : 'oper'
description . . . . . : 'get operator privileges'
args. . . . . . . . . : '<user> <password>'
args_description. . . : ' user: user
password: password'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa5640
next_hook . . . . . . . : 0x563069aa5a80
[hook (addr:0x563069aa5a80)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1b5b0
command . . . . . . . : 'part'
description . . . . . : 'leave a channel'
args. . . . . . . . . : '[<channel>[,<channel>...]] [<message>]'
args_description. . . : 'channel: channel name to leave
message: part message (displayed to other users)'
completion. . . . . . : '%(irc_msg_part)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_msg_part)'
cplt_templates_static[0000]: '%(irc_msg_part)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_msg_part)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_msg_part)'
prev_hook . . . . . . . : 0x563069aa5940
next_hook . . . . . . . : 0x563069ba6150
[hook (addr:0x563069ba6150)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 1
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff4882f40c0
command . . . . . . . : 'perl'
description . . . . . : 'list/load/unload scripts'
args. . . . . . . . . : 'list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload [-q] [<name>] || eval [-o|-oc] <code> || version'
args_description. . . : ' list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.'
completion. . . . . . : 'list %(perl_script) || listfull %(perl_script) || load %(filename) || autoload || reload %(perl_script) || unload %(perl_script) || eval || version'
cplt_num_templates. . : 8
cplt_templates[0000] . . . : 'list %(perl_script)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(perl_script)'
cplt_templates[0001] . . . : 'listfull %(perl_script)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(perl_script)'
cplt_templates[0002] . . . : 'load %(filename)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(filename)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(perl_script)'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(perl_script)'
cplt_templates[0005] . . . : 'unload %(perl_script)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(perl_script)'
cplt_templates[0006] . . . : 'eval'
cplt_templates_static[0006]: 'eval'
num_args. . . . . . : 1
args[0000]. . . . . : 'eval'
cplt_templates[0007] . . . : 'version'
cplt_templates_static[0007]: 'version'
num_args. . . . . . : 1
args[0000]. . . . . : 'version'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload|eval|version'
args_concat[0001] . . : '%(perl_script)|%(filename)'
prev_hook . . . . . . . : 0x563069aa5a80
next_hook . . . . . . . : 0x563069aa5df0
[hook (addr:0x563069aa5df0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0da50
command . . . . . . . : 'ping'
description . . . . . : 'send a ping to server'
args. . . . . . . . . : '<target1> [<target2>]'
args_description. . . : 'target1: server
target2: forward ping to this server'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069ba6150
next_hook . . . . . . . : 0x5630695b4170
[hook (addr:0x5630695b4170)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926ed50
command . . . . . . . : 'plugin'
description . . . . . : 'list/load/unload plugins'
args. . . . . . . . . : 'list|listfull [<name>] || load <filename> [<arguments>] || autoload [<arguments>] || reload [<name>|* [<arguments>]] || unload [<name>]'
args_description. . . : ' list: list loaded plugins
listfull: list loaded plugins (verbose)
load: load a plugin
autoload: autoload plugins in system or user directory
reload: reload a plugin (if no name given, unload all plugins, then autoload plugins)
unload: unload a plugin (if no name given, unload all plugins)
filename: plugin (file) to load
name: a plugin name
arguments: arguments given to plugin on load
Without argument, this command lists loaded plugins.'
completion. . . . . . : 'list %(plugins_names) || listfull %(plugins_names) || load %(plugins_installed) || autoload || reload %(plugins_names)|* -a|-s || unload %(plugins_names)'
cplt_num_templates. . : 6
cplt_templates[0000] . . . : 'list %(plugins_names)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(plugins_names)'
cplt_templates[0001] . . . : 'listfull %(plugins_names)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(plugins_names)'
cplt_templates[0002] . . . : 'load %(plugins_installed)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(plugins_installed)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(plugins_names)|* -a|-s'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 3
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(plugins_names)|*'
args[0002]. . . . . : '-a|-s'
cplt_templates[0005] . . . : 'unload %(plugins_names)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(plugins_names)'
num_args_concat . . . : 3
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload'
args_concat[0001] . . : '%(plugins_names)|%(plugins_installed)|*'
args_concat[0002] . . : '-a|-s'
prev_hook . . . . . . . : 0x563069aa5df0
next_hook . . . . . . . : 0x563069aa5fb0
[hook (addr:0x563069aa5fb0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0dc40
command . . . . . . . : 'pong'
description . . . . . : 'answer to a ping message'
args. . . . . . . . . : '<daemon> [<daemon2>]'
args_description. . . : ' daemon: daemon who has responded to Ping message
daemon2: forward message to this daemon'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x5630695b4170
next_hook . . . . . . . : 0x5630695b4ba0
[hook (addr:0x5630695b4ba0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069264380
command . . . . . . . : 'print'
description . . . . . : 'display text on a buffer'
args. . . . . . . . . : '[-buffer <number>|<name>] [-newbuffer <name>] [-free] [-switch] [-core|-current] [-y <line>] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>] || -beep'
args_description. . . : ' -buffer: display text in this buffer (default: buffer where command is executed)
-newbuffer: create a new buffer and display text in this buffer
-free: create a buffer with free content (with -newbuffer only)
-switch: switch to the buffer
-core: alias of "-buffer core.weechat"
-current: display text on current buffer
-y: display on a custom line (for buffer with free content only)
line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, etc.)
-escape: interpret escaped chars (for example \a, \07, \x07)
-date: message date, format can be:
-n: 'n' seconds before now
+n: 'n' seconds in the future
n: 'n' seconds since the Epoch (see man time)
date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: 2014-01-19T04:32:55
time: hh:mm:ss (example: 04:32:55)
-tags: comma-separated list of tags (see /help filter for a list of tags most commonly used)
text: text to display (prefix and message must be separated by "\t", if text starts with "-", then add a "\" before)
-stdout: display text on stdout (escaped chars are interpreted)
-stderr: display text on stderr (escaped chars are interpreted)
-beep: alias of "-stderr \a"
The options -action ... -quit use the prefix defined in options "weechat.look.prefix_*".
Following escaped chars are supported:
\" \\ \a \b \e \f \n \r \t \v \0ooo \xhh \uhhhh \Uhhhhhhhh
Examples:
display a reminder on core buffer with a highlight:
/print -core -tags notify_highlight Reminder: buy milk
display an error on core buffer:
/print -core -error Some error here
display message on core buffer with prefix "abc":
/print -core abc\tThe message
display a message on channel #weechat:
/print -buffer irc.freenode.#weechat Message on #weechat
display a snowman (U+2603):
/print -escape \u2603
send alert (BEL):
/print -beep'
completion. . . . . . : '-buffer %(buffers_numbers)|%(buffers_plugins_names) || -newbuffer || -y -1|0|1|2|3 || -free|-switch|-core|-current|-escape|-date|-tags|-action|-error|-join|-network|-quit || -stdout || -stderr || -beep'
cplt_num_templates. . : 7
cplt_templates[0000] . . . : '-buffer %(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates_static[0000]: '-buffer'
num_args. . . . . . : 2
args[0000]. . . . . : '-buffer'
args[0001]. . . . . : '%(buffers_numbers)|%(buffers_plugins_names)'
cplt_templates[0001] . . . : '-newbuffer'
cplt_templates_static[0001]: '-newbuffer'
num_args. . . . . . : 1
args[0000]. . . . . : '-newbuffer'
cplt_templates[0002] . . . : '-y -1|0|1|2|3'
cplt_templates_static[0002]: '-y'
num_args. . . . . . : 2
args[0000]. . . . . : '-y'
args[0001]. . . . . : '-1|0|1|2|3'
cplt_templates[0003] . . . : '-free|-switch|-core|-current|-escape|-date|-tags|-action|-error|-join|-network|-quit'
cplt_templates_static[0003]: '-free|-switch|-core|-current|-escape|-date|-tags|-action|-error|-join|-network|-quit'
num_args. . . . . . : 1
args[0000]. . . . . : '-free|-switch|-core|-current|-escape|-date|-tags|-action|-error|-join|-network|-quit'
cplt_templates[0004] . . . : '-stdout'
cplt_templates_static[0004]: '-stdout'
num_args. . . . . . : 1
args[0000]. . . . . : '-stdout'
cplt_templates[0005] . . . : '-stderr'
cplt_templates_static[0005]: '-stderr'
num_args. . . . . . : 1
args[0000]. . . . . : '-stderr'
cplt_templates[0006] . . . : '-beep'
cplt_templates_static[0006]: '-beep'
num_args. . . . . . : 1
args[0000]. . . . . : '-beep'
num_args_concat . . . : 2
args_concat[0000] . . : '-buffer|-newbuffer|-y|-free|-switch|-core|-current|-escape|-date|-tags|-action|-error|-join|-network|-quit|-stdout|-stderr|-beep'
args_concat[0001] . . : '%(buffers_numbers)|%(buffers_plugins_names)|-1|0|1|2|3'
prev_hook . . . . . . . : 0x563069aa5fb0
next_hook . . . . . . . : 0x5630695b62f0
[hook (addr:0x5630695b62f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926f350
command . . . . . . . : 'proxy'
description . . . . . : 'manage proxies'
args. . . . . . . . . : 'list || add <name> <type> <address> <port> [<username> [<password>]] || del <name>|-all || set <name> <option> <value>'
args_description. . . : ' list: list all proxies
add: add a new proxy
name: name of proxy (must be unique)
type: http, socks4 or socks5
address: IP or hostname
port: port
username: username (optional)
password: password (optional)
del: delete a proxy (or all proxies with -all)
set: set a value for a proxy property
option: option to change (for options list, look at /set weechat.proxy.<proxyname>.*)
value: new value for option
Examples:
add a http proxy, running on local host, port 8888:
/proxy add local http 127.0.0.1 8888
add a http proxy using IPv6 protocol:
/proxy add local http ::1 8888
/proxy set local ipv6 on
add a socks5 proxy with username/password:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass
delete a proxy:
/proxy del myproxy'
completion. . . . . . : 'list || add %(proxies_names) http|socks4|socks5 || del %(proxies_names) || set %(proxies_names) %(proxies_options)'
cplt_num_templates. . : 4
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : 'add %(proxies_names) http|socks4|socks5'
cplt_templates_static[0001]: 'add'
num_args. . . . . . : 3
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(proxies_names)'
args[0002]. . . . . : 'http|socks4|socks5'
cplt_templates[0002] . . . : 'del %(proxies_names)'
cplt_templates_static[0002]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(proxies_names)'
cplt_templates[0003] . . . : 'set %(proxies_names) %(proxies_options)'
cplt_templates_static[0003]: 'set'
num_args. . . . . . : 3
args[0000]. . . . . : 'set'
args[0001]. . . . . : '%(proxies_names)'
args[0002]. . . . . : '%(proxies_options)'
num_args_concat . . . : 3
args_concat[0000] . . : 'list|add|del|set'
args_concat[0001] . . : '%(proxies_names)'
args_concat[0002] . . : 'http|socks4|socks5|%(proxies_options)'
prev_hook . . . . . . . : 0x5630695b4ba0
next_hook . . . . . . . : 0x563069f683a0
[hook (addr:0x563069f683a0)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487ea1570
command . . . . . . . : 'python'
description . . . . . : 'list/load/unload scripts'
args. . . . . . . . . : 'list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload [-q] [<name>] || eval [-o|-oc] <code> || version'
args_description. . . : ' list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.'
completion. . . . . . : 'list %(python_script) || listfull %(python_script) || load %(filename) || autoload || reload %(python_script) || unload %(python_script) || eval || version'
cplt_num_templates. . : 8
cplt_templates[0000] . . . : 'list %(python_script)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(python_script)'
cplt_templates[0001] . . . : 'listfull %(python_script)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(python_script)'
cplt_templates[0002] . . . : 'load %(filename)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(filename)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(python_script)'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(python_script)'
cplt_templates[0005] . . . : 'unload %(python_script)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(python_script)'
cplt_templates[0006] . . . : 'eval'
cplt_templates_static[0006]: 'eval'
num_args. . . . . . : 1
args[0000]. . . . . : 'eval'
cplt_templates[0007] . . . : 'version'
cplt_templates_static[0007]: 'version'
num_args. . . . . . : 1
args[0000]. . . . . : 'version'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload|eval|version'
args_concat[0001] . . : '%(python_script)|%(filename)'
prev_hook . . . . . . . : 0x5630695b62f0
next_hook . . . . . . . : 0x563069a74a80
[hook (addr:0x563069a74a80)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a74a20
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'Q'
description . . . . . : 'query'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%query'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%query'
cplt_templates_static[0000]: '%%query'
num_args. . . . . . : 1
args[0000]. . . . . : '%%query'
num_args_concat . . . : 1
args_concat[0000] . . : '%%query'
prev_hook . . . . . . . : 0x563069f683a0
next_hook . . . . . . . : 0x563069aa6200
[hook (addr:0x563069aa6200)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f137a0
command . . . . . . . : 'query'
description . . . . . : 'send a private message to a nick'
args. . . . . . . . . : '[-noswitch] [-server <server>] <nick>[,<nick>...] [<text>]'
args_description. . . : '-noswitch: do not switch to new buffer
server: send to this server (internal name)
nick: nick
text: text to send'
completion. . . . . . : '-noswitch|-server %(irc_servers) %(nicks) || %(nicks)'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '-noswitch|-server %(irc_servers) %(nicks)'
cplt_templates_static[0000]: '-noswitch|-server'
num_args. . . . . . : 3
args[0000]. . . . . : '-noswitch|-server'
args[0001]. . . . . : '%(irc_servers)'
args[0002]. . . . . : '%(nicks)'
cplt_templates[0001] . . . : '%(nicks)'
cplt_templates_static[0001]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 3
args_concat[0000] . . : '-noswitch|-server|%(nicks)'
args_concat[0001] . . : '%(irc_servers)'
args_concat[0002] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069a74a80
next_hook . . . . . . . : 0x563069aa6800
[hook (addr:0x563069aa6800)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f15ee0
command . . . . . . . : 'quiet'
description . . . . . : 'quiet nicks or hosts'
args. . . . . . . . . : '[<channel>] [<nick> [<nick>...]]'
args_description. . . : 'channel: channel name
nick: nick or host
Without argument, this command displays the quiet list for current channel.'
completion. . . . . . : '%(irc_channel_nicks_hosts)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channel_nicks_hosts)'
cplt_templates_static[0000]: '%(irc_channel_nicks_hosts)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channel_nicks_hosts)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channel_nicks_hosts)'
prev_hook . . . . . . . : 0x563069aa6200
next_hook . . . . . . . : 0x5630695b6790
[hook (addr:0x5630695b6790)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692670d0
command . . . . . . . : 'quit'
description . . . . . : 'quit WeeChat'
args. . . . . . . . . : '[-yes] [<arguments>]'
args_description. . . : ' -yes: required if option "weechat.look.confirm_quit" is enabled
arguments: text sent with signal "quit"
(for example irc plugin uses this text to send quit message to server)
By default when quitting the configuration files are saved (see option "weechat.look.save_config_on_exit") and the current layout can be saved (see option "weechat.look.save_layout_on_exit").'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa6800
next_hook . . . . . . . : 0x563069aa6b30
[hook (addr:0x563069aa6b30)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f10b20
command . . . . . . . : 'quote'
description . . . . . : 'send raw data to server without parsing'
args. . . . . . . . . : '[-server <server>] <data>'
args_description. . . : 'server: send to this server (internal name)
data: raw data to send'
completion. . . . . . : '-server %(irc_servers)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-server %(irc_servers)'
cplt_templates_static[0000]: '-server'
num_args. . . . . . : 2
args[0000]. . . . . : '-server'
args[0001]. . . . . : '%(irc_servers)'
num_args_concat . . . : 2
args_concat[0000] . . : '-server'
args_concat[0001] . . : '%(irc_servers)'
prev_hook . . . . . . . : 0x5630695b6790
next_hook . . . . . . . : 0x563069aa6e40
[hook (addr:0x563069aa6e40)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1b8e0
command . . . . . . . : 'reconnect'
description . . . . . : 'reconnect to server(s)'
args. . . . . . . . . : '<server> [<server>...] [-nojoin] [-switch] || -all [-nojoin] [-switch]'
args_description. . . : ' server: server to reconnect (internal name)
-all: reconnect to all servers
-nojoin: do not join any channel (even if autojoin is enabled on server)
-switch: switch to next server address'
completion. . . . . . : '%(irc_servers)|-all|-nojoin|-switch|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_servers)|-all|-nojoin|-switch|%*'
cplt_templates_static[0000]: '%(irc_servers)|-all|-nojoin|-switch|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_servers)|-all|-nojoin|-switch|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_servers)|-all|-nojoin|-switch|%*'
prev_hook . . . . . . . : 0x563069aa6b30
next_hook . . . . . . . : 0x563069a74ea0
[hook (addr:0x563069a74ea0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a74e60
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'REDRAW'
description . . . . . : 'window refresh'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%window refresh'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%window refresh'
cplt_templates_static[0000]: '%%window refresh'
num_args. . . . . . : 2
args[0000]. . . . . : '%%window'
args[0001]. . . . . : 'refresh'
num_args_concat . . . : 2
args_concat[0000] . . : '%%window'
args_concat[0001] . . : 'refresh'
prev_hook . . . . . . . : 0x563069aa6e40
next_hook . . . . . . . : 0x563069aa73b0
[hook (addr:0x563069aa73b0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0ddd0
command . . . . . . . : 'rehash'
description . . . . . : 'tell the server to reload its config file'
args. . . . . . . . . : '[<option>]'
args_description. . . : 'option: extra option, for some servers'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a74ea0
next_hook . . . . . . . : 0x563069ab5270
[hook (addr:0x563069ab5270)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487e67540
command . . . . . . . : 'relay'
description . . . . . : 'relay control'
args. . . . . . . . . : 'list|listfull|listrelay || add <name> <port>|<path> || del|start|restart|stop <name> || raw || sslcertkey'
args_description. . . : ' list: list relay clients (only active relays)
listfull: list relay clients (verbose, all relays)
listrelay: list relays (name and port)
add: add a relay (listen on a port/path)
del: remove a relay (clients remain connected)
start: listen on port
restart: close the server socket and listen again on port (clients remain connected)
stop: close the server socket (clients remain connected)
name: relay name (see format below)
port: port used for relay
path: path used for relay (for UNIX domain socket only); "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default), content is evaluated (see /help eval)
raw: open buffer with raw Relay data
sslcertkey: set SSL certificate/key using path in option relay.network.ssl_cert_key
Relay name is: [ipv4.][ipv6.][ssl.]<protocol.name> or unix.[ssl.]<protocol.name>
ipv4: force use of IPv4
ipv6: force use of IPv6
ssl: enable SSL
unix: use UNIX domain socket
protocol.name: protocol and name to relay:
- protocol "irc": name is the server to share (optional, if not given, the server name must be sent by client in command "PASS", with format: "PASS server:password")
- protocol "weechat" (name is not used)
The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port.
The "weechat" protocol allows a remote interface to connect on the port, see the list here: https://weechat.org/about/interfaces
Without argument, this command opens buffer with list of relay clients.
Examples:
irc proxy, for server "freenode":
/relay add irc.freenode 8000
irc proxy, for server "freenode", with SSL:
/relay add ssl.irc.freenode 8001
irc proxy, for all servers (client will choose), with SSL:
/relay add ssl.irc 8002
weechat protocol:
/relay add weechat 9000
weechat protocol with SSL:
/relay add ssl.weechat 9001
weechat protocol with SSL, using only IPv4:
/relay add ipv4.ssl.weechat 9001
weechat protocol with SSL, using only IPv6:
/relay add ipv6.ssl.weechat 9001
weechat protocol with SSL, using IPv4 + IPv6:
/relay add ipv4.ipv6.ssl.weechat 9001
weechat protocol over UNIX domain socket:
/relay add unix.weechat %h/relay_socket'
completion. . . . . . : 'list %(relay_relays) || listfull %(relay_relays) || listrelay || add %(relay_protocol_name) %(relay_free_port) || del %(relay_relays) || start %(relay_relays) || restart %(relay_relays) || stop %(relay_relays) || raw || sslcertkey'
cplt_num_templates. . : 10
cplt_templates[0000] . . . : 'list %(relay_relays)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(relay_relays)'
cplt_templates[0001] . . . : 'listfull %(relay_relays)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(relay_relays)'
cplt_templates[0002] . . . : 'listrelay'
cplt_templates_static[0002]: 'listrelay'
num_args. . . . . . : 1
args[0000]. . . . . : 'listrelay'
cplt_templates[0003] . . . : 'add %(relay_protocol_name) %(relay_free_port)'
cplt_templates_static[0003]: 'add'
num_args. . . . . . : 3
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(relay_protocol_name)'
args[0002]. . . . . : '%(relay_free_port)'
cplt_templates[0004] . . . : 'del %(relay_relays)'
cplt_templates_static[0004]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(relay_relays)'
cplt_templates[0005] . . . : 'start %(relay_relays)'
cplt_templates_static[0005]: 'start'
num_args. . . . . . : 2
args[0000]. . . . . : 'start'
args[0001]. . . . . : '%(relay_relays)'
cplt_templates[0006] . . . : 'restart %(relay_relays)'
cplt_templates_static[0006]: 'restart'
num_args. . . . . . : 2
args[0000]. . . . . : 'restart'
args[0001]. . . . . : '%(relay_relays)'
cplt_templates[0007] . . . : 'stop %(relay_relays)'
cplt_templates_static[0007]: 'stop'
num_args. . . . . . : 2
args[0000]. . . . . : 'stop'
args[0001]. . . . . : '%(relay_relays)'
cplt_templates[0008] . . . : 'raw'
cplt_templates_static[0008]: 'raw'
num_args. . . . . . : 1
args[0000]. . . . . : 'raw'
cplt_templates[0009] . . . : 'sslcertkey'
cplt_templates_static[0009]: 'sslcertkey'
num_args. . . . . . : 1
args[0000]. . . . . : 'sslcertkey'
num_args_concat . . . : 3
args_concat[0000] . . : 'list|listfull|listrelay|add|del|start|restart|stop|raw|sslcertkey'
args_concat[0001] . . : '%(relay_relays)|%(relay_protocol_name)'
args_concat[0002] . . : '%(relay_free_port)'
prev_hook . . . . . . . : 0x563069aa73b0
next_hook . . . . . . . : 0x5630695b6a40
[hook (addr:0x5630695b6a40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926f880
command . . . . . . . : 'reload'
description . . . . . : 'reload configuration files from disk'
args. . . . . . . . . : '[<file> [<file>...]]'
args_description. . . : 'file: configuration file to reload (without extension ".conf")
Without argument, all files (WeeChat and plugins) are reloaded.'
completion. . . . . . : '%(config_files)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(config_files)|%*'
cplt_templates_static[0000]: '%(config_files)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(config_files)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(config_files)|%*'
prev_hook . . . . . . . : 0x563069ab5270
next_hook . . . . . . . : 0x563069aa7470
[hook (addr:0x563069aa7470)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f107a0
command . . . . . . . : 'remove'
description . . . . . : 'force a user to leave a channel'
args. . . . . . . . . : '[<channel>] <nick> [<reason>]'
args_description. . . : 'channel: channel name
nick: nick
reason: reason (special variables $nick, $channel and $server are replaced by their value)'
completion. . . . . . : '%(irc_channel)|%(nicks) %(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channel)|%(nicks) %(nicks)'
cplt_templates_static[0000]: '%(irc_channel)|%(nicks) %(nicks)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(irc_channel)|%(nicks)'
args[0001]. . . . . : '%(nicks)'
num_args_concat . . . : 2
args_concat[0000] . . : '%(irc_channel)|%(nicks)'
args_concat[0001] . . : '%(nicks)'
prev_hook . . . . . . . : 0x5630695b6a40
next_hook . . . . . . . : 0x5630695b6df0
[hook (addr:0x5630695b6df0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069264cf0
command . . . . . . . : 'repeat'
description . . . . . : 'execute a command several times'
args. . . . . . . . . : '[-interval <delay>[<unit>]] <count> <command>'
args_description. . . : ' delay: delay between execution of commands
unit: optional, values are:
ms: milliseconds
s: seconds (default)
m: minutes
h: hours
count: number of times to execute command
command: command to execute (or text to send to buffer if command does not start with '/')
Note: the command is executed on buffer where /repeat was executed (if the buffer does not exist any more, the command is not executed).
Example:
scroll 2 pages up:
/repeat 2 /window page_up'
completion. . . . . . : '%- %(commands:/)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%- %(commands:/)'
cplt_templates_static[0000]: '%- %(commands:/)'
num_args. . . . . . : 2
args[0000]. . . . . : '%-'
args[0001]. . . . . : '%(commands:/)'
num_args_concat . . . : 2
args_concat[0000] . . : '%-'
args_concat[0001] . . : '%(commands:/)'
prev_hook . . . . . . . : 0x563069aa7470
next_hook . . . . . . . : 0x563069aa7820
[hook (addr:0x563069aa7820)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0df50
command . . . . . . . : 'restart'
description . . . . . : 'tell the server to restart itself'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x5630695b6df0
next_hook . . . . . . . : 0x563069ba3ae0
[hook (addr:0x563069ba3ae0)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48891ad10
command . . . . . . . : 'ruby'
description . . . . . : 'list/load/unload scripts'
args. . . . . . . . . : 'list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload [-q] [<name>] || eval [-o|-oc] <code> || version'
args_description. . . : ' list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.'
completion. . . . . . : 'list %(ruby_script) || listfull %(ruby_script) || load %(filename) || autoload || reload %(ruby_script) || unload %(ruby_script) || eval || version'
cplt_num_templates. . : 8
cplt_templates[0000] . . . : 'list %(ruby_script)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(ruby_script)'
cplt_templates[0001] . . . : 'listfull %(ruby_script)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(ruby_script)'
cplt_templates[0002] . . . : 'load %(filename)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(filename)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(ruby_script)'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(ruby_script)'
cplt_templates[0005] . . . : 'unload %(ruby_script)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(ruby_script)'
cplt_templates[0006] . . . : 'eval'
cplt_templates_static[0006]: 'eval'
num_args. . . . . . : 1
args[0000]. . . . . : 'eval'
cplt_templates[0007] . . . : 'version'
cplt_templates_static[0007]: 'version'
num_args. . . . . . : 1
args[0000]. . . . . : 'version'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload|eval|version'
args_concat[0001] . . : '%(ruby_script)|%(filename)'
prev_hook . . . . . . . : 0x563069aa7820
next_hook . . . . . . . : 0x563069aa7980
[hook (addr:0x563069aa7980)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0e0d0
command . . . . . . . : 'sajoin'
description . . . . . : 'force a user to join channel(s)'
args. . . . . . . . . : '<nick> <channel>[,<channel>...]'
args_description. . . : ' nick: nick
channel: channel name'
completion. . . . . . : '%(nicks) %(irc_server_channels)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks) %(irc_server_channels)'
cplt_templates_static[0000]: '%(nicks) %(irc_server_channels)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(nicks)'
args[0001]. . . . . : '%(irc_server_channels)'
num_args_concat . . . : 2
args_concat[0000] . . : '%(nicks)'
args_concat[0001] . . : '%(irc_server_channels)'
prev_hook . . . . . . . : 0x563069ba3ae0
next_hook . . . . . . . : 0x563069aa7d40
[hook (addr:0x563069aa7d40)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1af50
command . . . . . . . : 'samode'
description . . . . . : 'change mode on channel, without having operator status'
args. . . . . . . . . : '[<channel>] <mode>'
args_description. . . : 'channel: channel name
mode: mode for channel'
completion. . . . . . : '%(irc_server_channels)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_server_channels)'
cplt_templates_static[0000]: '%(irc_server_channels)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_server_channels)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_server_channels)'
prev_hook . . . . . . . : 0x563069aa7980
next_hook . . . . . . . : 0x563069aa8020
[hook (addr:0x563069aa8020)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0e2e0
command . . . . . . . : 'sanick'
description . . . . . : 'force a user to use another nick'
args. . . . . . . . . : '<nick> <new_nick>'
args_description. . . : ' nick: nick
new_nick: new nick'
completion. . . . . . : '%(nicks) %(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks) %(nicks)'
cplt_templates_static[0000]: '%(nicks) %(nicks)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(nicks)'
args[0001]. . . . . : '%(nicks)'
num_args_concat . . . : 2
args_concat[0000] . . : '%(nicks)'
args_concat[0001] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069aa7d40
next_hook . . . . . . . : 0x563069aa8320
[hook (addr:0x563069aa8320)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0e4f0
command . . . . . . . : 'sapart'
description . . . . . : 'force a user to leave channel(s)'
args. . . . . . . . . : '<nick> <channel>[,<channel>...]'
args_description. . . : ' nick: nick
channel: channel name'
completion. . . . . . : '%(nicks) %(irc_server_channels)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks) %(irc_server_channels)'
cplt_templates_static[0000]: '%(nicks) %(irc_server_channels)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(nicks)'
args[0001]. . . . . : '%(irc_server_channels)'
num_args_concat . . . : 2
args_concat[0000] . . : '%(nicks)'
args_concat[0001] . . : '%(irc_server_channels)'
prev_hook . . . . . . . : 0x563069aa8020
next_hook . . . . . . . : 0x563069aa8660
[hook (addr:0x563069aa8660)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0e700
command . . . . . . . : 'saquit'
description . . . . . : 'force a user to quit server with a reason'
args. . . . . . . . . : '<nick> <reason>'
args_description. . . : ' nick: nick
reason: reason'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069aa8320
next_hook . . . . . . . : 0x5630695b7280
[hook (addr:0x5630695b7280)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926f9d0
command . . . . . . . : 'save'
description . . . . . : 'save configuration files to disk'
args. . . . . . . . . : '[<file> [<file>...]]'
args_description. . . : 'file: configuration file to save (without extension ".conf")
Without argument, all files (WeeChat and plugins) are saved.
By default all configuration files are saved to disk on /quit command (see option "weechat.look.save_config_on_exit").'
completion. . . . . . : '%(config_files)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(config_files)|%*'
cplt_templates_static[0000]: '%(config_files)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(config_files)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(config_files)|%*'
prev_hook . . . . . . . : 0x563069aa8660
next_hook . . . . . . . : 0x563069a75340
[hook (addr:0x563069a75340)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a752c0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'SAY'
description . . . . . : 'msg *'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%msg *'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%msg *'
cplt_templates_static[0000]: '%%msg *'
num_args. . . . . . : 2
args[0000]. . . . . : '%%msg'
args[0001]. . . . . : '*'
num_args_concat . . . : 2
args_concat[0000] . . : '%%msg'
args_concat[0001] . . : '*'
prev_hook . . . . . . . : 0x5630695b7280
next_hook . . . . . . . : 0x563069f3cd20
[hook (addr:0x563069f3cd20)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 1
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a18c440
command . . . . . . . : 'script'
description . . . . . : 'WeeChat script manager'
args. . . . . . . . . : 'list [-o|-i] || search <text> || show <script> || load|unload|reload <script> [<script>...] || autoload|noautoload|toggleautoload <script> [<script>...] || install|remove|installremove|hold [-q] <script> [<script>...] || upgrade || update'
args_description. . . : ' list: list loaded scripts (all languages)
-o: send list of loaded scripts to buffer
-i: copy list of loaded scripts in command line (for sending to buffer)
search: search scripts by tags, language (python, perl, ...), filename extension (py, pl, ...) or text; result is displayed on scripts buffer
show: show detailed info about a script
load: load script(s)
unload: unload script(s)
reload: reload script(s)
autoload: autoload the script
noautoload: do not autoload the script
toggleautoload: toggle autoload
install: install/upgrade script(s)
remove: remove script(s)
installremove: install or remove script(s), depending on current state
hold: hold/unhold script(s) (a script held will not be upgraded any more and cannot be removed)
-q: quiet mode: do not display messages
upgrade: upgrade all installed scripts which are obsolete (new version available)
update: update local scripts cache
Without argument, this command opens a buffer with list of scripts.
On script buffer, the possible status for each script are:
* i a H r N
| | | | | |
| | | | | obsolete (new version available)
| | | | running (loaded)
| | | held
| | autoloaded
| installed
popular script
Keys on script buffer:
alt+i install script
alt+r remove script
alt+l load script
alt+L reload script
alt+u unload script
alt+A autoload script
alt+h (un)hold script
alt+v view script
Input allowed on script buffer:
i/r/l/L/u/A/h/v action on script (same as keys above)
q close buffer
$ refresh buffer
s:x,y sort buffer using keys x and y (see /help script.look.sort)
s: reset sort (use default sort)
word(s) filter scripts: search word(s) in scripts (description, tags, ...)
* remove filter
Mouse actions on script buffer:
wheel scroll list
left button select script
right button install/remove script
Examples:
/script search url
/script install go.py urlserver.py
/script remove go.py
/script hold urlserver.py
/script reload urlserver
/script upgrade'
completion. . . . . . : 'list -o|-i || search %(script_tags)|%(script_languages)|%(script_extensions) || show %(script_scripts) || load %(script_files)|%* || unload %(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%* || reload %(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%* || autoload %(script_scripts_installed)|%* || noautoload %(script_scripts_installed)|%* || toggleautoload %(script_scripts_installed)|%* || install %(script_scripts)|%* || remove %(script_scripts_installed)|%* || installremove %(script_scripts)|%* || hold %(script_scripts)|%* || update || upgrade'
cplt_num_templates. . : 15
cplt_templates[0000] . . . : 'list -o|-i'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '-o|-i'
cplt_templates[0001] . . . : 'search %(script_tags)|%(script_languages)|%(script_extensions)'
cplt_templates_static[0001]: 'search'
num_args. . . . . . : 2
args[0000]. . . . . : 'search'
args[0001]. . . . . : '%(script_tags)|%(script_languages)|%(script_extensions)'
cplt_templates[0002] . . . : 'show %(script_scripts)'
cplt_templates_static[0002]: 'show'
num_args. . . . . . : 2
args[0000]. . . . . : 'show'
args[0001]. . . . . : '%(script_scripts)'
cplt_templates[0003] . . . : 'load %(script_files)|%*'
cplt_templates_static[0003]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(script_files)|%*'
cplt_templates[0004] . . . : 'unload %(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%*'
cplt_templates_static[0004]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%*'
cplt_templates[0005] . . . : 'reload %(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%*'
cplt_templates_static[0005]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%*'
cplt_templates[0006] . . . : 'autoload %(script_scripts_installed)|%*'
cplt_templates_static[0006]: 'autoload'
num_args. . . . . . : 2
args[0000]. . . . . : 'autoload'
args[0001]. . . . . : '%(script_scripts_installed)|%*'
cplt_templates[0007] . . . : 'noautoload %(script_scripts_installed)|%*'
cplt_templates_static[0007]: 'noautoload'
num_args. . . . . . : 2
args[0000]. . . . . : 'noautoload'
args[0001]. . . . . : '%(script_scripts_installed)|%*'
cplt_templates[0008] . . . : 'toggleautoload %(script_scripts_installed)|%*'
cplt_templates_static[0008]: 'toggleautoload'
num_args. . . . . . : 2
args[0000]. . . . . : 'toggleautoload'
args[0001]. . . . . : '%(script_scripts_installed)|%*'
cplt_templates[0009] . . . : 'install %(script_scripts)|%*'
cplt_templates_static[0009]: 'install'
num_args. . . . . . : 2
args[0000]. . . . . : 'install'
args[0001]. . . . . : '%(script_scripts)|%*'
cplt_templates[0010] . . . : 'remove %(script_scripts_installed)|%*'
cplt_templates_static[0010]: 'remove'
num_args. . . . . . : 2
args[0000]. . . . . : 'remove'
args[0001]. . . . . : '%(script_scripts_installed)|%*'
cplt_templates[0011] . . . : 'installremove %(script_scripts)|%*'
cplt_templates_static[0011]: 'installremove'
num_args. . . . . . : 2
args[0000]. . . . . : 'installremove'
args[0001]. . . . . : '%(script_scripts)|%*'
cplt_templates[0012] . . . : 'hold %(script_scripts)|%*'
cplt_templates_static[0012]: 'hold'
num_args. . . . . . : 2
args[0000]. . . . . : 'hold'
args[0001]. . . . . : '%(script_scripts)|%*'
cplt_templates[0013] . . . : 'update'
cplt_templates_static[0013]: 'update'
num_args. . . . . . : 1
args[0000]. . . . . : 'update'
cplt_templates[0014] . . . : 'upgrade'
cplt_templates_static[0014]: 'upgrade'
num_args. . . . . . : 1
args[0000]. . . . . : 'upgrade'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|search|show|load|unload|reload|autoload|noautoload|toggleautoload|install|remove|installremove|hold|update|upgrade'
args_concat[0001] . . : '-o|-i|%(script_tags)|%(script_languages)|%(script_extensions)|%(script_scripts)|%(script_files)|%*|%(python_script)|%(perl_script)|%(ruby_script)|%(tcl_script)|%(lua_script)|%(guile_script)|%(javascript_script)|%(php_script)|%(script_scripts_installed)'
prev_hook . . . . . . . : 0x563069a75340
next_hook . . . . . . . : 0x5630695b7620
[hook (addr:0x5630695b7620)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x56306926fa90
command . . . . . . . : 'secure'
description . . . . . : 'manage secured data (passwords or private data encrypted in file sec.conf)'
args. . . . . . . . . : 'passphrase <passphrase>|-delete || decrypt <passphrase>|-discard || set <name> <value> || del <name>'
args_description. . . : 'passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf)
-delete: delete passphrase
decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup)
-discard: discard all data still encrypted
set: add or change secured data
del: delete secured data
Without argument, this command displays secured data in a new buffer.
Keys on secure buffer:
alt+v toggle values
When a passphrase is used (data encrypted), it is asked by WeeChat on startup.
It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade), or to set option sec.crypt.passphrase_file to read the passphrase from a file (see /help sec.crypt.passphrase_file).
Secured data with format ${sec.data.xxx} can be used in:
- command /eval
- command line argument "--run-command"
- options weechat.startup.command_{before|after}_plugins
- other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated.
Examples:
set a passphrase:
/secure passphrase this is my passphrase
encrypt freenode SASL password:
/secure set freenode mypassword
/set irc.server.freenode.sasl_password "${sec.data.freenode}"
encrypt oftc password for nickserv:
/secure set oftc mypassword
/set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}"
alias to ghost the nick "mynick":
/alias add ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode}'
completion. . . . . . : 'passphrase -delete || decrypt -discard || set %(secured_data) || del %(secured_data)'
cplt_num_templates. . : 4
cplt_templates[0000] . . . : 'passphrase -delete'
cplt_templates_static[0000]: 'passphrase'
num_args. . . . . . : 2
args[0000]. . . . . : 'passphrase'
args[0001]. . . . . : '-delete'
cplt_templates[0001] . . . : 'decrypt -discard'
cplt_templates_static[0001]: 'decrypt'
num_args. . . . . . : 2
args[0000]. . . . . : 'decrypt'
args[0001]. . . . . : '-discard'
cplt_templates[0002] . . . : 'set %(secured_data)'
cplt_templates_static[0002]: 'set'
num_args. . . . . . : 2
args[0000]. . . . . : 'set'
args[0001]. . . . . : '%(secured_data)'
cplt_templates[0003] . . . : 'del %(secured_data)'
cplt_templates_static[0003]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(secured_data)'
num_args_concat . . . : 2
args_concat[0000] . . : 'passphrase|decrypt|set|del'
args_concat[0001] . . : '-delete|-discard|%(secured_data)'
prev_hook . . . . . . . : 0x563069f3cd20
next_hook . . . . . . . : 0x563069aa8b40
[hook (addr:0x563069aa8b40)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f1ed70
command . . . . . . . : 'server'
description . . . . . : 'list, add or remove IRC servers'
args. . . . . . . . . : 'list|listfull [<name>] || add <name> <hostname>[/<port>] [-temp] [-<option>[=<value>]] [-no<option>] || copy|rename <name> <new_name> || reorder <name> [<name>...] || open <name>|-all [<name>...] || del|keep <name> || deloutq|jump|raw'
args_description. . . : ' list: list servers (without argument, this list is displayed)
listfull: list servers with detailed info for each server
add: add a new server
name: server name, for internal and display use; this name is used to connect to the server (/connect name) and to set server options: irc.server.name.xxx
hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
-temp: add a temporary server (not saved)
option: set option for server (for boolean option, value can be omitted)
nooption: set boolean option to 'off' (for example: -nossl)
copy: duplicate a server
rename: rename a server
reorder: reorder list of servers
open: open the server buffer without connecting
keep: keep server in config file (for temporary servers only)
del: delete a server
deloutq: delete messages out queue for all servers (all messages WeeChat is currently sending)
jump: jump to server buffer
raw: open buffer with raw IRC data
Examples:
/server listfull
/server add freenode chat.freenode.net
/server add freenode chat.freenode.net/6697 -ssl -autoconnect
/server add chatspike irc.chatspike.net/6667,irc.duckspike.net/6667
/server copy freenode freenode-test
/server rename freenode-test freenode2
/server reorder freenode2 freenode
/server del freenode
/server deloutq'
completion. . . . . . : 'list %(irc_servers) || listfull %(irc_servers) || add %(irc_servers) || copy %(irc_servers) %(irc_servers) || rename %(irc_servers) %(irc_servers) || keep %(irc_servers) || reorder %(irc_servers)|%* || open %(irc_servers)|-all %(irc_servers)|%* || del %(irc_servers) || deloutq || jump || raw'
cplt_num_templates. . : 12
cplt_templates[0000] . . . : 'list %(irc_servers)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(irc_servers)'
cplt_templates[0001] . . . : 'listfull %(irc_servers)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(irc_servers)'
cplt_templates[0002] . . . : 'add %(irc_servers)'
cplt_templates_static[0002]: 'add'
num_args. . . . . . : 2
args[0000]. . . . . : 'add'
args[0001]. . . . . : '%(irc_servers)'
cplt_templates[0003] . . . : 'copy %(irc_servers) %(irc_servers)'
cplt_templates_static[0003]: 'copy'
num_args. . . . . . : 3
args[0000]. . . . . : 'copy'
args[0001]. . . . . : '%(irc_servers)'
args[0002]. . . . . : '%(irc_servers)'
cplt_templates[0004] . . . : 'rename %(irc_servers) %(irc_servers)'
cplt_templates_static[0004]: 'rename'
num_args. . . . . . : 3
args[0000]. . . . . : 'rename'
args[0001]. . . . . : '%(irc_servers)'
args[0002]. . . . . : '%(irc_servers)'
cplt_templates[0005] . . . : 'keep %(irc_servers)'
cplt_templates_static[0005]: 'keep'
num_args. . . . . . : 2
args[0000]. . . . . : 'keep'
args[0001]. . . . . : '%(irc_servers)'
cplt_templates[0006] . . . : 'reorder %(irc_servers)|%*'
cplt_templates_static[0006]: 'reorder'
num_args. . . . . . : 2
args[0000]. . . . . : 'reorder'
args[0001]. . . . . : '%(irc_servers)|%*'
cplt_templates[0007] . . . : 'open %(irc_servers)|-all %(irc_servers)|%*'
cplt_templates_static[0007]: 'open'
num_args. . . . . . : 3
args[0000]. . . . . : 'open'
args[0001]. . . . . : '%(irc_servers)|-all'
args[0002]. . . . . : '%(irc_servers)|%*'
cplt_templates[0008] . . . : 'del %(irc_servers)'
cplt_templates_static[0008]: 'del'
num_args. . . . . . : 2
args[0000]. . . . . : 'del'
args[0001]. . . . . : '%(irc_servers)'
cplt_templates[0009] . . . : 'deloutq'
cplt_templates_static[0009]: 'deloutq'
num_args. . . . . . : 1
args[0000]. . . . . : 'deloutq'
cplt_templates[0010] . . . : 'jump'
cplt_templates_static[0010]: 'jump'
num_args. . . . . . : 1
args[0000]. . . . . : 'jump'
cplt_templates[0011] . . . : 'raw'
cplt_templates_static[0011]: 'raw'
num_args. . . . . . : 1
args[0000]. . . . . : 'raw'
num_args_concat . . . : 3
args_concat[0000] . . : 'list|listfull|add|copy|rename|keep|reorder|open|del|deloutq|jump|raw'
args_concat[0001] . . : '%(irc_servers)|%*|-all'
args_concat[0002] . . : '%(irc_servers)|%*'
prev_hook . . . . . . . : 0x5630695b7620
next_hook . . . . . . . : 0x563069aa8930
[hook (addr:0x563069aa8930)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0e910
command . . . . . . . : 'service'
description . . . . . : 'register a new service'
args. . . . . . . . . : '<nick> <reserved> <distribution> <type> <reserved> <info>'
args_description. . . : 'distribution: visibility of service
type: reserved for future usage'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa8b40
next_hook . . . . . . . : 0x563069aaa190
[hook (addr:0x563069aaa190)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0eb00
command . . . . . . . : 'servlist'
description . . . . . : 'list services currently connected to the network'
args. . . . . . . . . : '[<mask> [<type>]]'
args_description. . . : 'mask: list only services matching this mask
type: list only services of this type'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aa8930
next_hook . . . . . . . : 0x5630695b81c0
[hook (addr:0x5630695b81c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069270aa0
command . . . . . . . : 'set'
description . . . . . : 'set config options and environment variables'
args. . . . . . . . . : '[<option> [<value>]] || diff [<option> [<option>...]] || env [<variable> [<value>]]'
args_description. . . : 'option: name of an option (wildcard "*" is allowed to list options, if no value is specified)
value: new value for option, according to type:
boolean: on, off or toggle
integer: number, ++number or --number
string: any string ("" for empty string)
color: color name, ++number or --number
Note: for all types, you can use null to remove option value (undefined value). This works only for some special plugin variables.
diff: display only changed options
env: display or set an environment variable (use value "" to unset a variable)
Examples:
display options about highlight:
/set *highlight*
add a word to highlight:
/set weechat.look.highlight "word"
display changed options:
/set diff
display changed options in irc plugin:
/set diff irc.*
display value of environment variable LANG:
/set env LANG
set environment variable LANG and use it:
/set env LANG fr_FR.UTF-8
/upgrade
unset environment variable ABC:
/set env ABC ""'
completion. . . . . . : '%(config_options) %(config_option_values) || diff %(config_options)|%* || env %(env_vars) %(env_value)'
cplt_num_templates. . : 3
cplt_templates[0000] . . . : '%(config_options) %(config_option_values)'
cplt_templates_static[0000]: '%(config_options) %(config_option_values)'
num_args. . . . . . : 2
args[0000]. . . . . : '%(config_options)'
args[0001]. . . . . : '%(config_option_values)'
cplt_templates[0001] . . . : 'diff %(config_options)|%*'
cplt_templates_static[0001]: 'diff'
num_args. . . . . . : 2
args[0000]. . . . . : 'diff'
args[0001]. . . . . : '%(config_options)|%*'
cplt_templates[0002] . . . : 'env %(env_vars) %(env_value)'
cplt_templates_static[0002]: 'env'
num_args. . . . . . : 3
args[0000]. . . . . : 'env'
args[0001]. . . . . : '%(env_vars)'
args[0002]. . . . . : '%(env_value)'
num_args_concat . . . : 3
args_concat[0000] . . : '%(config_options)|diff|env'
args_concat[0001] . . : '%(config_option_values)|%(config_options)|%*|%(env_vars)'
args_concat[0002] . . : '%(env_value)'
prev_hook . . . . . . . : 0x563069aaa190
next_hook . . . . . . . : 0x563069a757c0
[hook (addr:0x563069a757c0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a75760
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'SIGNOFF'
description . . . . . : 'quit'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%quit'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%quit'
cplt_templates_static[0000]: '%%quit'
num_args. . . . . . : 1
args[0000]. . . . . : '%%quit'
num_args_concat . . . : 1
args_concat[0000] . . : '%%quit'
prev_hook . . . . . . . : 0x5630695b81c0
next_hook . . . . . . . : 0x563069a6c790
[hook (addr:0x563069a6c790)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487b87200
command . . . . . . . : 'spell'
description . . . . . : 'spell plugin configuration'
args. . . . . . . . . : 'enable|disable|toggle || listdict || setdict <dict>[,<dict>...] || deldict || addword [<dict>] <word>'
args_description. . . : ' enable: enable spell checker
disable: disable spell checker
toggle: toggle spell checker
listdict: show installed dictionaries
setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
deldict: delete dictionary used on current buffer
addword: add a word in personal dictionary
Input line beginning with a '/' is not checked, except for some commands (see /set spell.check.commands).
To enable spell checker on all buffers, use option "default_dict", then enable spell checker, for example:
/set spell.check.default_dict "en"
/spell enable
To display a list of suggestions in a bar, use item "spell_suggest".
Default key to toggle spell checker is alt-s.'
completion. . . . . . : 'enable || disable || toggle || listdict || setdict %(spell_dicts) || deldict || addword'
cplt_num_templates. . : 7
cplt_templates[0000] . . . : 'enable'
cplt_templates_static[0000]: 'enable'
num_args. . . . . . : 1
args[0000]. . . . . : 'enable'
cplt_templates[0001] . . . : 'disable'
cplt_templates_static[0001]: 'disable'
num_args. . . . . . : 1
args[0000]. . . . . : 'disable'
cplt_templates[0002] . . . : 'toggle'
cplt_templates_static[0002]: 'toggle'
num_args. . . . . . : 1
args[0000]. . . . . : 'toggle'
cplt_templates[0003] . . . : 'listdict'
cplt_templates_static[0003]: 'listdict'
num_args. . . . . . : 1
args[0000]. . . . . : 'listdict'
cplt_templates[0004] . . . : 'setdict %(spell_dicts)'
cplt_templates_static[0004]: 'setdict'
num_args. . . . . . : 2
args[0000]. . . . . : 'setdict'
args[0001]. . . . . : '%(spell_dicts)'
cplt_templates[0005] . . . : 'deldict'
cplt_templates_static[0005]: 'deldict'
num_args. . . . . . : 1
args[0000]. . . . . : 'deldict'
cplt_templates[0006] . . . : 'addword'
cplt_templates_static[0006]: 'addword'
num_args. . . . . . : 1
args[0000]. . . . . : 'addword'
num_args_concat . . . : 2
args_concat[0000] . . : 'enable|disable|toggle|listdict|setdict|deldict|addword'
args_concat[0001] . . : '%(spell_dicts)'
prev_hook . . . . . . . : 0x563069a757c0
next_hook . . . . . . . : 0x563069aaa2f0
[hook (addr:0x563069aaa2f0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0ec80
command . . . . . . . : 'squery'
description . . . . . : 'deliver a message to a service'
args. . . . . . . . . : '<service> <text>'
args_description. . . : 'service: name of service
text: text to send'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069a6c790
next_hook . . . . . . . : 0x563069aaa450
[hook (addr:0x563069aaa450)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0eea0
command . . . . . . . : 'squit'
description . . . . . : 'disconnect server links'
args. . . . . . . . . : '<target> <comment>'
args_description. . . : ' target: server name
comment: comment'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aaa2f0
next_hook . . . . . . . : 0x563069aaa650
[hook (addr:0x563069aaa650)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0f080
command . . . . . . . : 'stats'
description . . . . . : 'query statistics about server'
args. . . . . . . . . : '[<query> [<target>]]'
args_description. . . : ' query: c/h/i/k/l/m/o/y/u (see RFC1459)
target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aaa450
next_hook . . . . . . . : 0x563069aaa880
[hook (addr:0x563069aaa880)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0f200
command . . . . . . . : 'summon'
description . . . . . : 'give users who are on a host running an IRC server a message asking them to please join IRC'
args. . . . . . . . . : '<user> [<target> [<channel>]]'
args_description. . . : ' user: username
target: server name
channel: channel name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aaa650
next_hook . . . . . . . : 0x563069a75c00
[hook (addr:0x563069a75c00)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a75ba0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'T'
description . . . . . : 'topic'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%topic'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%topic'
cplt_templates_static[0000]: '%%topic'
num_args. . . . . . : 1
args[0000]. . . . . : '%%topic'
num_args_concat . . . : 1
args_concat[0000] . . : '%%topic'
prev_hook . . . . . . . : 0x563069aaa880
next_hook . . . . . . . : 0x563069f13b30
[hook (addr:0x563069f13b30)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487bcc1e0
command . . . . . . . : 'tcl'
description . . . . . : 'list/load/unload scripts'
args. . . . . . . . . : 'list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload [-q] [<name>] || eval [-o|-oc] <code> || version'
args_description. . . : ' list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
-q: quiet mode: do not display messages
name: a script name (name used in call to "register" function)
eval: evaluate source code and display result on current buffer
-o: send evaluation result to the buffer without executing commands
-oc: send evaluation result to the buffer and execute commands
code: source code to evaluate
version: display the version of interpreter used
Without argument, this command lists all loaded scripts.'
completion. . . . . . : 'list %(tcl_script) || listfull %(tcl_script) || load %(filename) || autoload || reload %(tcl_script) || unload %(tcl_script) || eval || version'
cplt_num_templates. . : 8
cplt_templates[0000] . . . : 'list %(tcl_script)'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 2
args[0000]. . . . . : 'list'
args[0001]. . . . . : '%(tcl_script)'
cplt_templates[0001] . . . : 'listfull %(tcl_script)'
cplt_templates_static[0001]: 'listfull'
num_args. . . . . . : 2
args[0000]. . . . . : 'listfull'
args[0001]. . . . . : '%(tcl_script)'
cplt_templates[0002] . . . : 'load %(filename)'
cplt_templates_static[0002]: 'load'
num_args. . . . . . : 2
args[0000]. . . . . : 'load'
args[0001]. . . . . : '%(filename)'
cplt_templates[0003] . . . : 'autoload'
cplt_templates_static[0003]: 'autoload'
num_args. . . . . . : 1
args[0000]. . . . . : 'autoload'
cplt_templates[0004] . . . : 'reload %(tcl_script)'
cplt_templates_static[0004]: 'reload'
num_args. . . . . . : 2
args[0000]. . . . . : 'reload'
args[0001]. . . . . : '%(tcl_script)'
cplt_templates[0005] . . . : 'unload %(tcl_script)'
cplt_templates_static[0005]: 'unload'
num_args. . . . . . : 2
args[0000]. . . . . : 'unload'
args[0001]. . . . . : '%(tcl_script)'
cplt_templates[0006] . . . : 'eval'
cplt_templates_static[0006]: 'eval'
num_args. . . . . . : 1
args[0000]. . . . . : 'eval'
cplt_templates[0007] . . . : 'version'
cplt_templates_static[0007]: 'version'
num_args. . . . . . : 1
args[0000]. . . . . : 'version'
num_args_concat . . . : 2
args_concat[0000] . . : 'list|listfull|load|autoload|reload|unload|eval|version'
args_concat[0001] . . : '%(tcl_script)|%(filename)'
prev_hook . . . . . . . : 0x563069a75c00
next_hook . . . . . . . : 0x563069aaab00
[hook (addr:0x563069aaab00)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0f3f0
command . . . . . . . : 'time'
description . . . . . : 'query local time from server'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: query time from specified server'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069f13b30
next_hook . . . . . . . : 0x563069aaad20
[hook (addr:0x563069aaad20)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f13d50
command . . . . . . . : 'topic'
description . . . . . : 'get/set channel topic'
args. . . . . . . . . : '[<channel>] [<topic>|-delete]'
args_description. . . : 'channel: channel name
topic: new topic
-delete: delete channel topic'
completion. . . . . . : '%(irc_channel_topic)|-delete'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channel_topic)|-delete'
cplt_templates_static[0000]: '%(irc_channel_topic)|-delete'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channel_topic)|-delete'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channel_topic)|-delete'
prev_hook . . . . . . . : 0x563069aaab00
next_hook . . . . . . . : 0x563069aab020
[hook (addr:0x563069aab020)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0f570
command . . . . . . . : 'trace'
description . . . . . : 'find the route to specific server'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aaad20
next_hook . . . . . . . : 0x563069a10f40
[hook (addr:0x563069a10f40)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487e89730
command . . . . . . . : 'trigger'
description . . . . . : 'manage triggers, the Swiss Army knife for WeeChat'
args. . . . . . . . . : 'list|listfull|listdefault || add|addoff|addreplace <name> <hook> ["<arguments>" ["<conditions>" ["<regex>" ["<command>" ["<return_code>" ["<post_action>"]]]]]] || addinput [<hook>] || input|output|recreate <name> || set <name> <option> <value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del <name>|-all [<name>...] || restore <name> [<name>...] || default -yes || monitor [<filter>]'
args_description. . . : ' list: list triggers (without argument, this list is displayed)
listfull: list triggers with detailed info for each trigger
listdefault: list default triggers
add: add a trigger
addoff: add a trigger (disabled)
addreplace: add or replace an existing trigger
name: name of trigger
hook: signal, hsignal, modifier, line, print, command, command_run, timer, config, focus, info, info_hashtable
arguments: arguments for the hook, depending on hook (separated by semicolons):
signal: name(s) of signal (required)
hsignal: name(s) of hsignal (required)
modifier: name(s) of modifier (required)
line: buffer type ("formatted", "free" or "*"), list of buffer masks, tags
print: buffer, tags, message, strip colors
command: command (required), description, arguments, description of arguments, completion
command_run: command(s) (required)
timer: interval (required), align on second, max calls
config: name(s) of option (required)
focus: name(s) of area (required)
info: name(s) of info (required)
info_hashtable: name(s) of info (required)
conditions: evaluated conditions for the trigger
regex: one or more regular expressions to replace strings in variables
command: command to execute (many commands can be separated by ";")
return_code: return code in callback (ok (default), ok_eat, error)
post_action: action to take after execution (none (default), disable, delete)
addinput: set input with default arguments to create a trigger
input: set input with the command used to create the trigger
output: send the command to create the trigger on the buffer
recreate: same as "input", with option "addreplace" instead of "add"
set: set an option in a trigger
option: name of option: name, hook, arguments, conditions, regex, command, return_code
(for help on option, you can type: /help trigger.trigger.<name>.<option>)
value: new value for the option
rename: rename a trigger
copy: copy a trigger
enable: enable trigger(s) (without arguments: enable triggers globally)
disable: disable trigger(s) (without arguments: disable triggers globally)
toggle: toggle trigger(s) (without arguments: toggle triggers globally)
restart: restart trigger(s) (recreate the hooks)
show: show detailed info on a trigger (with some stats)
del: delete a trigger
-all: do action on all triggers
restore: restore trigger(s) with the default values (works only for default triggers)
default: delete all triggers and restore default ones
monitor: open the trigger monitor buffer, with optional filter:
filter: filter hooks/triggers to display (a hook must start with "@", for example "@signal"), many filters can be separated by commas; wildcard "*" is allowed in each trigger name
When a trigger callback is called, following actions are performed, in this order:
1. check conditions; if false, exit
2. replace text using POSIX extended regular expression(s) (if defined in trigger)
3. execute command(s) (if defined in trigger)
4. exit with a return code (except for modifier, line, focus, info and info_hashtable)
5. perform post action
Examples (you can also look at default triggers with /trigger listdefault):
add text attributes *bold*, _underline_ and /italic/ (only in user messages):
/trigger add effects modifier weechat_print "${tg_tag_nick}" "==\*([^ ]+)\*==*${color:bold}${re:1}${color:-bold}*== ==_([^ ]+)_==_${color:underline}${re:1}${color:-underline}_== ==/([^ ]+)/==/${color:italic}${re:1}${color:-italic}/"
hide nicklist bar on small terminals:
/trigger add resize_small signal signal_sigwinch "${info:term_width} < 100" "" "/bar hide nicklist"
/trigger add resize_big signal signal_sigwinch "${info:term_width} >= 100" "" "/bar show nicklist"
silently save config each hour:
/trigger add cfgsave timer 3600000;0;0 "" "" "/mute /save"
open trigger monitor and show only modifiers and triggers whose name starts with "resize":
/trigger monitor @modifier,resize*'
completion. . . . . . : 'list|listfull|listdefault || add|addoff|addreplace %(trigger_names) %(trigger_hooks) %(trigger_hook_arguments) %(trigger_hook_conditions) %(trigger_hook_regex) %(trigger_hook_command) %(trigger_hook_rc) %(trigger_post_action) || addinput %(trigger_hooks) || input|output|recreate %(trigger_names) || set %(trigger_names) %(trigger_options)|name %(trigger_option_value) || rename|copy %(trigger_names) %(trigger_names) || enable|disable|toggle|restart|del %(trigger_names)|-all %(trigger_names)|%* || show %(trigger_names) || restore %(trigger_names_default)|%* || default || monitor %(trigger_names)|%(trigger_hooks_filter)'
cplt_num_templates. . : 11
cplt_templates[0000] . . . : 'list|listfull|listdefault'
cplt_templates_static[0000]: 'list|listfull|listdefault'
num_args. . . . . . : 1
args[0000]. . . . . : 'list|listfull|listdefault'
cplt_templates[0001] . . . : 'add|addoff|addreplace %(trigger_names) %(trigger_hooks) %(trigger_hook_arguments) %(trigger_hook_conditions) %(trigger_hook_regex) %(trigger_hook_command) %(trigger_hook_rc) %(trigger_post_action)'
cplt_templates_static[0001]: 'add|addoff|addreplace'
num_args. . . . . . : 9
args[0000]. . . . . : 'add|addoff|addreplace'
args[0001]. . . . . : '%(trigger_names)'
args[0002]. . . . . : '%(trigger_hooks)'
args[0003]. . . . . : '%(trigger_hook_arguments)'
args[0004]. . . . . : '%(trigger_hook_conditions)'
args[0005]. . . . . : '%(trigger_hook_regex)'
args[0006]. . . . . : '%(trigger_hook_command)'
args[0007]. . . . . : '%(trigger_hook_rc)'
args[0008]. . . . . : '%(trigger_post_action)'
cplt_templates[0002] . . . : 'addinput %(trigger_hooks)'
cplt_templates_static[0002]: 'addinput'
num_args. . . . . . : 2
args[0000]. . . . . : 'addinput'
args[0001]. . . . . : '%(trigger_hooks)'
cplt_templates[0003] . . . : 'input|output|recreate %(trigger_names)'
cplt_templates_static[0003]: 'input|output|recreate'
num_args. . . . . . : 2
args[0000]. . . . . : 'input|output|recreate'
args[0001]. . . . . : '%(trigger_names)'
cplt_templates[0004] . . . : 'set %(trigger_names) %(trigger_options)|name %(trigger_option_value)'
cplt_templates_static[0004]: 'set'
num_args. . . . . . : 4
args[0000]. . . . . : 'set'
args[0001]. . . . . : '%(trigger_names)'
args[0002]. . . . . : '%(trigger_options)|name'
args[0003]. . . . . : '%(trigger_option_value)'
cplt_templates[0005] . . . : 'rename|copy %(trigger_names) %(trigger_names)'
cplt_templates_static[0005]: 'rename|copy'
num_args. . . . . . : 3
args[0000]. . . . . : 'rename|copy'
args[0001]. . . . . : '%(trigger_names)'
args[0002]. . . . . : '%(trigger_names)'
cplt_templates[0006] . . . : 'enable|disable|toggle|restart|del %(trigger_names)|-all %(trigger_names)|%*'
cplt_templates_static[0006]: 'enable|disable|toggle|restart|del'
num_args. . . . . . : 3
args[0000]. . . . . : 'enable|disable|toggle|restart|del'
args[0001]. . . . . : '%(trigger_names)|-all'
args[0002]. . . . . : '%(trigger_names)|%*'
cplt_templates[0007] . . . : 'show %(trigger_names)'
cplt_templates_static[0007]: 'show'
num_args. . . . . . : 2
args[0000]. . . . . : 'show'
args[0001]. . . . . : '%(trigger_names)'
cplt_templates[0008] . . . : 'restore %(trigger_names_default)|%*'
cplt_templates_static[0008]: 'restore'
num_args. . . . . . : 2
args[0000]. . . . . : 'restore'
args[0001]. . . . . : '%(trigger_names_default)|%*'
cplt_templates[0009] . . . : 'default'
cplt_templates_static[0009]: 'default'
num_args. . . . . . : 1
args[0000]. . . . . : 'default'
cplt_templates[0010] . . . : 'monitor %(trigger_names)|%(trigger_hooks_filter)'
cplt_templates_static[0010]: 'monitor'
num_args. . . . . . : 2
args[0000]. . . . . : 'monitor'
args[0001]. . . . . : '%(trigger_names)|%(trigger_hooks_filter)'
num_args_concat . . . : 9
args_concat[0000] . . : 'list|listfull|listdefault|add|addoff|addreplace|addinput|input|output|recreate|set|rename|copy|enable|disable|toggle|restart|del|show|restore|default|monitor'
args_concat[0001] . . : '%(trigger_names)|%(trigger_hooks)|-all|%(trigger_names_default)|%*|%(trigger_hooks_filter)'
args_concat[0002] . . : '%(trigger_hooks)|%(trigger_options)|name|%(trigger_names)|%*'
args_concat[0003] . . : '%(trigger_hook_arguments)|%(trigger_option_value)'
args_concat[0004] . . : '%(trigger_hook_conditions)'
args_concat[0005] . . : '%(trigger_hook_regex)'
args_concat[0006] . . : '%(trigger_hook_command)'
args_concat[0007] . . : '%(trigger_hook_rc)'
args_concat[0008] . . : '%(trigger_post_action)'
prev_hook . . . . . . . : 0x563069aab020
next_hook . . . . . . . : 0x563069a76040
[hook (addr:0x563069a76040)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a75fe0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'UB'
description . . . . . : 'unban'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%unban'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%unban'
cplt_templates_static[0000]: '%%unban'
num_args. . . . . . : 1
args[0000]. . . . . : '%%unban'
num_args_concat . . . : 1
args_concat[0000] . . : '%%unban'
prev_hook . . . . . . . : 0x563069a10f40
next_hook . . . . . . . : 0x563069a76480
[hook (addr:0x563069a76480)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a76420
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'UMODE'
description . . . . . : 'mode $nick'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%mode $nick'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%mode $nick'
cplt_templates_static[0000]: '%%mode $nick'
num_args. . . . . . : 2
args[0000]. . . . . : '%%mode'
args[0001]. . . . . : '$nick'
num_args_concat . . . : 2
args_concat[0000] . . : '%%mode'
args_concat[0001] . . : '$nick'
prev_hook . . . . . . . : 0x563069a76040
next_hook . . . . . . . : 0x563069aab160
[hook (addr:0x563069aab160)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f161c0
command . . . . . . . : 'unban'
description . . . . . : 'unban nicks or hosts'
args. . . . . . . . . : '[<channel>] <nick>|<number> [<nick>|<number>...]'
args_description. . . : 'channel: channel name
nick: nick or host
number: ban number (as displayed by command /ban)'
completion. . . . . . : '%(irc_modelist_masks:b)|%(irc_modelist_numbers:b)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_modelist_masks:b)|%(irc_modelist_numbers:b)'
cplt_templates_static[0000]: '%(irc_modelist_masks:b)|%(irc_modelist_numbers:b)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_modelist_masks:b)|%(irc_modelist_numbers:b)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_modelist_masks:b)|%(irc_modelist_numbers:b)'
prev_hook . . . . . . . : 0x563069a76480
next_hook . . . . . . . : 0x563069aab660
[hook (addr:0x563069aab660)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f16480
command . . . . . . . : 'unquiet'
description . . . . . : 'unquiet nicks or hosts'
args. . . . . . . . . : '[<channel>] <nick>|<number> [<nick>|<number>...]'
args_description. . . : 'channel: channel name
nick: nick or host
number: quiet number (as displayed by command /quiet)'
completion. . . . . . : '%(irc_modelist_masks:q)|%(irc_modelist_numbers:q)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_modelist_masks:q)|%(irc_modelist_numbers:q)'
cplt_templates_static[0000]: '%(irc_modelist_masks:q)|%(irc_modelist_numbers:q)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_modelist_masks:q)|%(irc_modelist_numbers:q)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_modelist_masks:q)|%(irc_modelist_numbers:q)'
prev_hook . . . . . . . : 0x563069aab160
next_hook . . . . . . . : 0x5630695b8b90
[hook (addr:0x5630695b8b90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069271220
command . . . . . . . : 'unset'
description . . . . . : 'unset/reset config options'
args. . . . . . . . . : '<option> || -mask <option>'
args_description. . . : 'option: name of an option
-mask: use a mask in option (wildcard "*" is allowed to mass-reset options, use carefully!)
According to option, it's reset (for standard options) or removed (for optional settings, like server values).
Examples:
reset one option:
/unset weechat.look.item_time_format
reset all color options:
/unset -mask weechat.color.*'
completion. . . . . . : '%(config_options) || -mask %(config_options)'
cplt_num_templates. . : 2
cplt_templates[0000] . . . : '%(config_options)'
cplt_templates_static[0000]: '%(config_options)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(config_options)'
cplt_templates[0001] . . . : '-mask %(config_options)'
cplt_templates_static[0001]: '-mask'
num_args. . . . . . : 2
args[0000]. . . . . : '-mask'
args[0001]. . . . . : '%(config_options)'
num_args_concat . . . : 2
args_concat[0000] . . : '%(config_options)|-mask'
args_concat[0001] . . : '%(config_options)'
prev_hook . . . . . . . : 0x563069aab660
next_hook . . . . . . . : 0x5630695b8fc0
[hook (addr:0x5630695b8fc0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069264f70
command . . . . . . . : 'upgrade'
description . . . . . : 'reload the WeeChat binary without disconnecting from servers'
args. . . . . . . . . : '[-yes] [<path_to_binary>|-quit]'
args_description. . . : ' -yes: required if option "weechat.look.confirm_upgrade" is enabled
path_to_binary: path to WeeChat binary (default is current binary)
-dummy: do nothing (option used to prevent accidental completion with "-quit")
-quit: close *ALL* connections, save session and quit WeeChat, which makes possible a delayed restoration (see below)
This command upgrades and reloads a running WeeChat session. The new WeeChat binary must have been compiled or installed with a package manager before running this command.
Note: SSL connections are lost during upgrade, because reload of SSL sessions is currently not possible with GnuTLS. There is automatic reconnection after upgrade.
Upgrade process has 4 steps:
1. save session into files for core and plugins (buffers, history, ..)
2. unload all plugins (configuration files (*.conf) are written on disk)
3. save WeeChat configuration (weechat.conf)
4. execute new WeeChat binary and reload session.
With option "-quit", the process is slightly different:
1. close *ALL* connections (irc, xfer, relay, ...)
2. save session into files (*.upgrade)
3. unload all plugins
4. save WeeChat configuration
5. quit WeeChat
Then later you can restore session with command: weechat --upgrade
IMPORTANT: you must restore the session with exactly same configuration (files *.conf).
It is possible to restore WeeChat session on another machine if you copy the content of directory "~/.weechat".'
completion. . . . . . : '%(filename)|-dummy|-quit'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(filename)|-dummy|-quit'
cplt_templates_static[0000]: '%(filename)|-dummy|-quit'
num_args. . . . . . : 1
args[0000]. . . . . : '%(filename)|-dummy|-quit'
num_args_concat . . . : 1
args_concat[0000] . . : '%(filename)|-dummy|-quit'
prev_hook . . . . . . . : 0x5630695b8b90
next_hook . . . . . . . : 0x5630695b9960
[hook (addr:0x5630695b9960)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692654a0
command . . . . . . . : 'uptime'
description . . . . . : 'show WeeChat uptime'
args. . . . . . . . . : '[-o | -ol]'
args_description. . . : ' -o: send uptime to current buffer as input (English string)
-ol: send uptime to current buffer as input (translated string)'
completion. . . . . . : '-o|-ol'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-o|-ol'
cplt_templates_static[0000]: '-o|-ol'
num_args. . . . . . : 1
args[0000]. . . . . : '-o|-ol'
num_args_concat . . . : 1
args_concat[0000] . . : '-o|-ol'
prev_hook . . . . . . . : 0x5630695b8fc0
next_hook . . . . . . . : 0x563069aaba10
[hook (addr:0x563069aaba10)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0f6f0
command . . . . . . . : 'userhost'
description . . . . . : 'return a list of information about nicks'
args. . . . . . . . . : '<nick> [<nick>...]'
args_description. . . : 'nick: nick'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x5630695b9960
next_hook . . . . . . . : 0x563069aabc90
[hook (addr:0x563069aabc90)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0f8e0
command . . . . . . . : 'users'
description . . . . . : 'list of users logged into the server'
args. . . . . . . . . : '[<target>]'
args_description. . . : 'target: server name'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aaba10
next_hook . . . . . . . : 0x563069a768e0
[hook (addr:0x563069a768e0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a768a0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'V'
description . . . . . : 'command core version'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%command core version'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%command core version'
cplt_templates_static[0000]: '%%command core version'
num_args. . . . . . : 3
args[0000]. . . . . : '%%command'
args[0001]. . . . . : 'core'
args[0002]. . . . . : 'version'
num_args_concat . . . : 3
args_concat[0000] . . : '%%command'
args_concat[0001] . . : 'core'
args_concat[0002] . . : 'version'
prev_hook . . . . . . . : 0x563069aabc90
next_hook . . . . . . . : 0x5630695b9c50
[hook (addr:0x5630695b9c50)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x563069271a90
command . . . . . . . : 'version'
description . . . . . : 'show WeeChat version and compilation date'
args. . . . . . . . . : '[-o | -ol]'
args_description. . . : ' -o: send version to current buffer as input (English string)
-ol: send version to current buffer as input (translated string)
The default alias /v can be used to execute this command on all buffers (otherwise the irc command /version is used on irc buffers).'
completion. . . . . . : '-o|-ol'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '-o|-ol'
cplt_templates_static[0000]: '-o|-ol'
num_args. . . . . . : 1
args[0000]. . . . . : '-o|-ol'
num_args_concat . . . : 1
args_concat[0000] . . : '-o|-ol'
prev_hook . . . . . . . : 0x563069a768e0
next_hook . . . . . . . : 0x563069aabe10
[hook (addr:0x563069aabe10)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0fa60
command . . . . . . . : 'version'
description . . . . . : 'give the version info of nick or server (current or specified)'
args. . . . . . . . . : '[<target>|<nick>]'
args_description. . . : 'target: server name
nick: nick'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x5630695b9c50
next_hook . . . . . . . : 0x563069aac140
[hook (addr:0x563069aac140)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f154b0
command . . . . . . . : 'voice'
description . . . . . : 'give voice to nick(s)'
args. . . . . . . . . : '<nick> [<nick>...]'
args_description. . . : 'nick: nick or mask (wildcard "*" is allowed)
*: give voice to everybody on channel'
completion. . . . . . : '%(nicks)|%*'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)|%*'
cplt_templates_static[0000]: '%(nicks)|%*'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)|%*'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)|%*'
prev_hook . . . . . . . : 0x563069aabe10
next_hook . . . . . . . : 0x563069a76dd0
[hook (addr:0x563069a76dd0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a76d50
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'W'
description . . . . . : 'who'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%who'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%who'
cplt_templates_static[0000]: '%%who'
num_args. . . . . . : 1
args[0000]. . . . . : '%%who'
num_args_concat . . . : 1
args_concat[0000] . . : '%%who'
prev_hook . . . . . . . : 0x563069aac140
next_hook . . . . . . . : 0x5630695ba000
[hook (addr:0x5630695ba000)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692657f0
command . . . . . . . : 'wait'
description . . . . . : 'schedule a command execution in future'
args. . . . . . . . . : '<number>[<unit>] <command>'
args_description. . . : ' number: amount of time to wait (integer number)
unit: optional, values are:
ms: milliseconds
s: seconds (default)
m: minutes
h: hours
command: command to execute (or text to send to buffer if command does not start with '/')
Note: the command is executed on buffer where /wait was executed (if the buffer does not exist any more, the command is not executed).
Examples:
join channel in 10 seconds:
/wait 10 /join #test
set away in 15 minutes:
/wait 15m /away -all I'm away
say 'hello' in 2 minutes:
/wait 2m hello'
completion. . . . . . : '%- %(commands:/)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%- %(commands:/)'
cplt_templates_static[0000]: '%- %(commands:/)'
num_args. . . . . . : 2
args[0000]. . . . . : '%-'
args[0001]. . . . . : '%(commands:/)'
num_args_concat . . . : 2
args_concat[0000] . . : '%-'
args_concat[0001] . . : '%(commands:/)'
prev_hook . . . . . . . : 0x563069a76dd0
next_hook . . . . . . . : 0x563069aac460
[hook (addr:0x563069aac460)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f14060
command . . . . . . . : 'wallchops'
description . . . . . : 'send a notice to channel ops'
args. . . . . . . . . : '[<channel>] <text>'
args_description. . . : 'channel: channel name
text: text to send'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x5630695ba000
next_hook . . . . . . . : 0x563069aac5c0
[hook (addr:0x563069aac5c0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0fc50
command . . . . . . . : 'wallops'
description . . . . . : 'send a message to all currently connected users who have set the 'w' user mode for themselves'
args. . . . . . . . . : '<text>'
args_description. . . : 'text: text to send'
completion. . . . . . : ''
cplt_num_templates. . : 1
cplt_templates[0000] . . . : ''
cplt_templates_static[0000]: ''
num_args. . . . . . : 0
num_args_concat . . . : 0
prev_hook . . . . . . . : 0x563069aac460
next_hook . . . . . . . : 0x563069a77210
[hook (addr:0x563069a77210)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a771b0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'WC'
description . . . . . : 'window merge'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%window merge'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%window merge'
cplt_templates_static[0000]: '%%window merge'
num_args. . . . . . : 2
args[0000]. . . . . : '%%window'
args[0001]. . . . . : 'merge'
num_args_concat . . . : 2
args_concat[0000] . . : '%%window'
args_concat[0001] . . : 'merge'
prev_hook . . . . . . . : 0x563069aac5c0
next_hook . . . . . . . : 0x563069aac830
[hook (addr:0x563069aac830)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0fe40
command . . . . . . . : 'who'
description . . . . . : 'generate a query which returns a list of information'
args. . . . . . . . . : '[<mask> [o]]'
args_description. . . : 'mask: only information which match this mask
o: only operators are returned according to the mask supplied'
completion. . . . . . : '%(irc_channels)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(irc_channels)'
cplt_templates_static[0000]: '%(irc_channels)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(irc_channels)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(irc_channels)'
prev_hook . . . . . . . : 0x563069a77210
next_hook . . . . . . . : 0x563069aacbd0
[hook (addr:0x563069aacbd0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f0ffc0
command . . . . . . . : 'whois'
description . . . . . : 'query information about user(s)'
args. . . . . . . . . : '[<target>] [<nick>[,<nick>...]]'
args_description. . . : 'target: server name
nick: nick (may be a mask)
Without argument, this command will do a whois on:
- your own nick if buffer is a server/channel
- remote nick if buffer is a private.
If option irc.network.whois_double_nick is enabled, two nicks are sent (if only one nick is given), to get idle time in answer.'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069aac830
next_hook . . . . . . . : 0x563069aacfc0
[hook (addr:0x563069aacfc0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff487f10290
command . . . . . . . : 'whowas'
description . . . . . : 'ask for information about a nick which no longer exists'
args. . . . . . . . . : '<nick>[,<nick>...] [<count> [<target>]]'
args_description. . . : ' nick: nick
count: number of replies to return (full search if negative number)
target: reply should match this mask'
completion. . . . . . : '%(nicks)'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%(nicks)'
cplt_templates_static[0000]: '%(nicks)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(nicks)'
num_args_concat . . . : 1
args_concat[0000] . . : '%(nicks)'
prev_hook . . . . . . . : 0x563069aacbd0
next_hook . . . . . . . : 0x563069a77690
[hook (addr:0x563069a77690)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a77630
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'WI'
description . . . . . : 'whois'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%whois'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%whois'
cplt_templates_static[0000]: '%%whois'
num_args. . . . . . : 1
args[0000]. . . . . : '%%whois'
num_args_concat . . . : 1
args_concat[0000] . . : '%%whois'
prev_hook . . . . . . . : 0x563069aacfc0
next_hook . . . . . . . : 0x563069a77ad0
[hook (addr:0x563069a77ad0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a77a70
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'WII'
description . . . . . : 'whois $1 $1'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%whois $1 $1'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%whois $1 $1'
cplt_templates_static[0000]: '%%whois $1 $1'
num_args. . . . . . : 3
args[0000]. . . . . : '%%whois'
args[0001]. . . . . : '$1'
args[0002]. . . . . : '$1'
num_args_concat . . . : 3
args_concat[0000] . . : '%%whois'
args_concat[0001] . . : '$1'
args_concat[0002] . . : '$1'
prev_hook . . . . . . . : 0x563069a77690
next_hook . . . . . . . : 0x5630695ba4a0
[hook (addr:0x5630695ba4a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x5630692658f0
command . . . . . . . : 'window'
description . . . . . : 'manage windows'
args. . . . . . . . . : 'list || -1|+1|b#|up|down|left|right [-window <number>] || <number> || splith|splitv [-window <number>] [<pct>] || resize [-window <number>] [h|v][+|-]<pct> || balance || merge [-window <number>] [all] || page_up|page_down [-window <number>] || refresh || scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] || scroll_horiz [-window <number>] [+|-]<value>[%] || scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] || swap [-window <number>] [up|down|left|right] || zoom [-window <number>] || bare [<delay>]'
args_description. . . : ' list: list opened windows (without argument, this list is displayed)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
number: window number (see /window list)
splith: split current window horizontally (to undo: /window merge)
splitv: split current window vertically (to undo: /window merge)
resize: resize window size, new size is <pct> percentage of parent window
if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical)
balance: balance the sizes of all windows
merge: merge window with another (all = keep only one window)
page_up: scroll one page up
page_down: scroll one page down
refresh: refresh screen
scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content)
scroll_up: scroll a few lines up
scroll_down: scroll a few lines down
scroll_top: scroll to top of buffer
scroll_bottom: scroll to bottom of buffer
scroll_beyond_end: scroll beyond the end of buffer
scroll_previous_highlight: scroll to previous highlight
scroll_next_highlight: scroll to next highlight
scroll_unread: scroll to unread marker
swap: swap buffers of two windows (with optional direction for target window)
zoom: zoom on window
bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode)
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
Examples:
jump to window displaying buffer #1:
/window b1
scroll 2 lines up:
/window scroll -2
scroll 2 days up:
/window scroll -2d
scroll to beginning of current day:
/window scroll -d
zoom on window #2:
/window zoom -window 2
split window horizontally using 30% of space for the window on top:
/window splith 30
resize window to 75% of the parent window size:
/window resize 75
resize vertical split, add 10% in size:
/window resize v+10
remove the split:
/window merge
enable bare display for 2 seconds:
/window bare 2'
completion. . . . . . : 'list || -1 -window %(windows_numbers) || +1 -window %(windows_numbers) || up -window %(windows_numbers) || down -window %(windows_numbers) || left -window %(windows_numbers) || right -window %(windows_numbers) || splith -window %(windows_numbers) || splitv -window %(windows_numbers) || resize -window %(windows_numbers) || balance || page_up -window %(windows_numbers) || page_down -window %(windows_numbers) || refresh || scroll -window %(windows_numbers) || scroll_horiz -window %(windows_numbers) || scroll_up -window %(windows_numbers) || scroll_down -window %(windows_numbers) || scroll_top -window %(windows_numbers) || scroll_bottom -window %(windows_numbers) || scroll_beyond_end -window %(windows_numbers) || scroll_previous_highlight -window %(windows_numbers) || scroll_next_highlight -window %(windows_numbers) || scroll_unread -window %(windows_numbers) || swap up|down|left|right|-window %(windows_numbers) || zoom -window %(windows_numbers) || merge all|-window %(windows_numbers) || bare || %(windows_numbers)'
cplt_num_templates. . : 29
cplt_templates[0000] . . . : 'list'
cplt_templates_static[0000]: 'list'
num_args. . . . . . : 1
args[0000]. . . . . : 'list'
cplt_templates[0001] . . . : '-1 -window %(windows_numbers)'
cplt_templates_static[0001]: '-1'
num_args. . . . . . : 3
args[0000]. . . . . : '-1'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0002] . . . : '+1 -window %(windows_numbers)'
cplt_templates_static[0002]: '+1'
num_args. . . . . . : 3
args[0000]. . . . . : '+1'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0003] . . . : 'up -window %(windows_numbers)'
cplt_templates_static[0003]: 'up'
num_args. . . . . . : 3
args[0000]. . . . . : 'up'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0004] . . . : 'down -window %(windows_numbers)'
cplt_templates_static[0004]: 'down'
num_args. . . . . . : 3
args[0000]. . . . . : 'down'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0005] . . . : 'left -window %(windows_numbers)'
cplt_templates_static[0005]: 'left'
num_args. . . . . . : 3
args[0000]. . . . . : 'left'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0006] . . . : 'right -window %(windows_numbers)'
cplt_templates_static[0006]: 'right'
num_args. . . . . . : 3
args[0000]. . . . . : 'right'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0007] . . . : 'splith -window %(windows_numbers)'
cplt_templates_static[0007]: 'splith'
num_args. . . . . . : 3
args[0000]. . . . . : 'splith'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0008] . . . : 'splitv -window %(windows_numbers)'
cplt_templates_static[0008]: 'splitv'
num_args. . . . . . : 3
args[0000]. . . . . : 'splitv'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0009] . . . : 'resize -window %(windows_numbers)'
cplt_templates_static[0009]: 'resize'
num_args. . . . . . : 3
args[0000]. . . . . : 'resize'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0010] . . . : 'balance'
cplt_templates_static[0010]: 'balance'
num_args. . . . . . : 1
args[0000]. . . . . : 'balance'
cplt_templates[0011] . . . : 'page_up -window %(windows_numbers)'
cplt_templates_static[0011]: 'page_up'
num_args. . . . . . : 3
args[0000]. . . . . : 'page_up'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0012] . . . : 'page_down -window %(windows_numbers)'
cplt_templates_static[0012]: 'page_down'
num_args. . . . . . : 3
args[0000]. . . . . : 'page_down'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0013] . . . : 'refresh'
cplt_templates_static[0013]: 'refresh'
num_args. . . . . . : 1
args[0000]. . . . . : 'refresh'
cplt_templates[0014] . . . : 'scroll -window %(windows_numbers)'
cplt_templates_static[0014]: 'scroll'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0015] . . . : 'scroll_horiz -window %(windows_numbers)'
cplt_templates_static[0015]: 'scroll_horiz'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_horiz'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0016] . . . : 'scroll_up -window %(windows_numbers)'
cplt_templates_static[0016]: 'scroll_up'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_up'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0017] . . . : 'scroll_down -window %(windows_numbers)'
cplt_templates_static[0017]: 'scroll_down'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_down'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0018] . . . : 'scroll_top -window %(windows_numbers)'
cplt_templates_static[0018]: 'scroll_top'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_top'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0019] . . . : 'scroll_bottom -window %(windows_numbers)'
cplt_templates_static[0019]: 'scroll_bottom'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_bottom'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0020] . . . : 'scroll_beyond_end -window %(windows_numbers)'
cplt_templates_static[0020]: 'scroll_beyond_end'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_beyond_end'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0021] . . . : 'scroll_previous_highlight -window %(windows_numbers)'
cplt_templates_static[0021]: 'scroll_previous_highlight'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_previous_highlight'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0022] . . . : 'scroll_next_highlight -window %(windows_numbers)'
cplt_templates_static[0022]: 'scroll_next_highlight'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_next_highlight'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0023] . . . : 'scroll_unread -window %(windows_numbers)'
cplt_templates_static[0023]: 'scroll_unread'
num_args. . . . . . : 3
args[0000]. . . . . : 'scroll_unread'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0024] . . . : 'swap up|down|left|right|-window %(windows_numbers)'
cplt_templates_static[0024]: 'swap'
num_args. . . . . . : 3
args[0000]. . . . . : 'swap'
args[0001]. . . . . : 'up|down|left|right|-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0025] . . . : 'zoom -window %(windows_numbers)'
cplt_templates_static[0025]: 'zoom'
num_args. . . . . . : 3
args[0000]. . . . . : 'zoom'
args[0001]. . . . . : '-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0026] . . . : 'merge all|-window %(windows_numbers)'
cplt_templates_static[0026]: 'merge'
num_args. . . . . . : 3
args[0000]. . . . . : 'merge'
args[0001]. . . . . : 'all|-window'
args[0002]. . . . . : '%(windows_numbers)'
cplt_templates[0027] . . . : 'bare'
cplt_templates_static[0027]: 'bare'
num_args. . . . . . : 1
args[0000]. . . . . : 'bare'
cplt_templates[0028] . . . : '%(windows_numbers)'
cplt_templates_static[0028]: '%(windows_numbers)'
num_args. . . . . . : 1
args[0000]. . . . . : '%(windows_numbers)'
num_args_concat . . . : 3
args_concat[0000] . . : 'list|-1|+1|up|down|left|right|splith|splitv|resize|balance|page_up|page_down|refresh|scroll|scroll_horiz|scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread|swap|zoom|merge|bare|%(windows_numbers)'
args_concat[0001] . . : '-window|up|down|left|right|all'
args_concat[0002] . . : '%(windows_numbers)'
prev_hook . . . . . . . : 0x563069a77ad0
next_hook . . . . . . . : 0x563069a77f70
[hook (addr:0x563069a77f70)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x563069a77f10
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff48a17a6f0
command . . . . . . . : 'WW'
description . . . . . : 'whowas'
args. . . . . . . . . : ''
args_description. . . : ''
completion. . . . . . : '%%whowas'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : '%%whowas'
cplt_templates_static[0000]: '%%whowas'
num_args. . . . . . : 1
args[0000]. . . . . : '%%whowas'
num_args_concat . . . : 1
args_concat[0000] . . : '%%whowas'
prev_hook . . . . . . . : 0x5630695ba4a0
next_hook . . . . . . . : 0x563069a8b6e0
[hook (addr:0x563069a8b6e0)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 0 (command)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command data:
callback. . . . . . . : 0x7ff488548f00
command . . . . . . . : 'xfer'
description . . . . . : 'xfer control'
args. . . . . . . . . : '[list|listfull]'
args_description. . . : ' list: list xfer
listfull: list xfer (verbose)
Without argument, this command opens buffer with xfer list.'
completion. . . . . . : 'list|listfull'
cplt_num_templates. . : 1
cplt_templates[0000] . . . : 'list|listfull'
cplt_templates_static[0000]: 'list|listfull'
num_args. . . . . . : 1
args[0000]. . . . . : 'list|listfull'
num_args_concat . . . : 1
args_concat[0000] . . : 'list|listfull'
prev_hook . . . . . . . : 0x563069a77f70
next_hook . . . . . . . : 0x0
[hook (addr:0x56306a53fe90)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1500
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x56306a65b070)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1500
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x56306a646970)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1500
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x563069a9cf30)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command_run data:
callback. . . . . . . : 0x7ff487f18230
command . . . . . . . : '/away'
prev_hook . . . . . . . : 0x56306a646970
next_hook . . . . . . . : 0x563069fb2a80
[hook (addr:0x563069fb2a80)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
command_run data:
callback. . . . . . . : 0x7ff487ede770
command . . . . . . . : '/set'
prev_hook . . . . . . . : 0x563069a9cf30
next_hook . . . . . . . : 0x56306a5f3f00
[hook (addr:0x56306a5f3f00)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x56306a598840)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x56306a54cf50)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 1 (command_run)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x5630695e2c80)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x563069274db0
interval. . . . . . . : 60000
align_second. . . . . : 60
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019940 (28/08/2019 20:19:00)
last_exec.tv_usec . . : 10769
next_exec.tv_sec. . . : 1567020000 (28/08/2019 20:20:00)
next_exec.tv_usec . . : 10000
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630699fa1c0
[hook (addr:0x5630699fa1c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069308b92
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x5630692aaef0
interval. . . . . . . : 1000
align_second. . . . . : 1
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
last_exec.tv_usec . . : 10751
next_exec.tv_sec. . . : 1567019942 (28/08/2019 20:19:02)
next_exec.tv_usec . . : 10000
prev_hook . . . . . . . : 0x5630695e2c80
next_hook . . . . . . . : 0x563069a0cee0
[hook (addr:0x563069a0cee0)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x7ff48a165150
interval. . . . . . . : 120000
align_second. . . . . : 0
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019915 (28/08/2019 20:18:35)
last_exec.tv_usec . . : 175525
next_exec.tv_sec. . . : 1567020035 (28/08/2019 20:20:35)
next_exec.tv_usec . . : 175525
prev_hook . . . . . . . : 0x5630699fa1c0
next_hook . . . . . . . : 0x563069a9b270
[hook (addr:0x563069a9b270)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x7ff487f33790
interval. . . . . . . : 60000
align_second. . . . . : 0
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019915 (28/08/2019 20:18:35)
last_exec.tv_usec . . : 181257
next_exec.tv_sec. . . : 1567019975 (28/08/2019 20:19:35)
next_exec.tv_usec . . : 181257
prev_hook . . . . . . . : 0x563069a0cee0
next_hook . . . . . . . : 0x563069a9bed0
[hook (addr:0x563069a9bed0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x7ff487f33130
interval. . . . . . . : 300000
align_second. . . . . : 0
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019915 (28/08/2019 20:18:35)
last_exec.tv_usec . . : 181263
next_exec.tv_sec. . . : 1567020215 (28/08/2019 20:23:35)
next_exec.tv_usec . . : 181263
prev_hook . . . . . . . : 0x563069a9b270
next_hook . . . . . . . : 0x563069ab15b0
[hook (addr:0x563069ab15b0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x7ff487f57010
interval. . . . . . . : 1000
align_second. . . . . : 0
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
last_exec.tv_usec . . : 181737
next_exec.tv_sec. . . : 1567019942 (28/08/2019 20:19:02)
next_exec.tv_usec . . : 181298
prev_hook . . . . . . . : 0x563069a9bed0
next_hook . . . . . . . : 0x563069ab9a80
[hook (addr:0x563069ab9a80)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x7ff487e5c3a0
interval. . . . . . . : 1000
align_second. . . . . : 0
remaining_calls . . . : 0
last_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
last_exec.tv_usec . . : 181737
next_exec.tv_sec. . . : 1567019942 (28/08/2019 20:19:02)
next_exec.tv_usec . . : 181640
prev_hook . . . . . . . : 0x563069ab15b0
next_hook . . . . . . . : 0x56306a49cc80
[hook (addr:0x56306a49cc80)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 1
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069fba8b0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x56306928a030
interval. . . . . . . : 1
align_second. . . . . : 0
remaining_calls . . . : 1
last_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
last_exec.tv_usec . . : 486706
next_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
next_exec.tv_usec . . : 487706
prev_hook . . . . . . . : 0x563069ab9a80
next_hook . . . . . . . : 0x56306a5dc350
[hook (addr:0x56306a5dc350)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 2 (timer)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
timer data:
callback. . . . . . . : 0x7ff48a186630
interval. . . . . . . : 50
align_second. . . . . : 0
remaining_calls . . . : 1
last_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
last_exec.tv_usec . . : 503127
next_exec.tv_sec. . . : 1567019941 (28/08/2019 20:19:01)
next_exec.tv_usec . . : 553127
prev_hook . . . . . . . : 0x56306a49cc80
next_hook . . . . . . . : 0x0
[hook (addr:0x563069a885f0)]
plugin. . . . . . . . . : 0x563069a21fe0 ('fifo')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 3 (fd)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
fd data:
callback. . . . . . . : 0x7ff4888cd650
fd. . . . . . . . . . : 5
flags . . . . . . . . : 1
error . . . . . . . . : 0
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069f58ad0
[hook (addr:0x563069f58ad0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 3 (fd)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
fd data:
callback. . . . . . . : 0x5630692d9020
fd. . . . . . . . . . : 0
flags . . . . . . . . : 1
error . . . . . . . . : 0
prev_hook . . . . . . . : 0x563069a885f0
next_hook . . . . . . . : 0x0
[hook (addr:0x563069a0f8e0)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 7 (print)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
print data:
callback. . . . . . . : 0x7ff48a164fa0
buffer. . . . . . . . : 0x0
tags_count. . . . . . : 0
tags_array. . . . . . : 0x0
message . . . . . . . : '(null)'
strip_colors. . . . . : 1
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069a49020
[hook (addr:0x563069a49020)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 7 (print)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a430c0
callback_data . . . . . : 0x0
print data:
callback. . . . . . . : 0x7ff487e870a0
buffer. . . . . . . . : 0x0
tags_count. . . . . . : 0
tags_array. . . . . . : 0x0
message . . . . . . . : '(null)'
strip_colors. . . . . : 0
prev_hook . . . . . . . : 0x563069a0f8e0
next_hook . . . . . . . : 0x0
[hook (addr:0x5630695a6ff0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x563069281780
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630695a7040
[hook (addr:0x5630695a7040)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x563069281570
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x5630695a6ff0
next_hook . . . . . . . : 0x56306a57d830
[hook (addr:0x56306a57d830)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x5630699f9980)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301ff2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'input_paste_pending'
prev_hook . . . . . . . : 0x56306a57d830
next_hook . . . . . . . : 0x5630699f9a90
[hook (addr:0x5630699f9a90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301ffe
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699f9980
next_hook . . . . . . . : 0x5630699f9b40
[hook (addr:0x5630699f9b40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301ffe
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699f9a90
next_hook . . . . . . . : 0x5630699f9bf0
[hook (addr:0x5630699f9bf0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301ffe
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_localvar_*'
prev_hook . . . . . . . : 0x5630699f9b40
next_hook . . . . . . . : 0x5630699f9d00
[hook (addr:0x5630699f9d00)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301e1d
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699f9bf0
next_hook . . . . . . . : 0x5630699f9db0
[hook (addr:0x5630699f9db0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301e1d
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'input_search'
prev_hook . . . . . . . : 0x5630699f9d00
next_hook . . . . . . . : 0x5630699f9e60
[hook (addr:0x5630699f9e60)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301e1d
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'input_text_changed'
prev_hook . . . . . . . : 0x5630699f9db0
next_hook . . . . . . . : 0x5630699f9f70
[hook (addr:0x5630699f9f70)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306930200b
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699f9e60
next_hook . . . . . . . : 0x5630699fa020
[hook (addr:0x5630699fa020)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306930200b
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699f9f70
next_hook . . . . . . . : 0x5630699fa0d0
[hook (addr:0x5630699fa0d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306930200b
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'input_text_*'
prev_hook . . . . . . . : 0x5630699fa020
next_hook . . . . . . . : 0x5630699fa2d0
[hook (addr:0x5630699fa2d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302016
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_opened'
prev_hook . . . . . . . : 0x5630699fa0d0
next_hook . . . . . . . : 0x5630699fa380
[hook (addr:0x5630699fa380)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302016
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_closed'
prev_hook . . . . . . . : 0x5630699fa2d0
next_hook . . . . . . . : 0x5630699fa490
[hook (addr:0x5630699fa490)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302023
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_opened'
prev_hook . . . . . . . : 0x5630699fa380
next_hook . . . . . . . : 0x5630699fa540
[hook (addr:0x5630699fa540)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302023
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_closed'
prev_hook . . . . . . . : 0x5630699fa490
next_hook . . . . . . . : 0x5630699fa5f0
[hook (addr:0x5630699fa5f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302023
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_moved'
prev_hook . . . . . . . : 0x5630699fa540
next_hook . . . . . . . : 0x5630699fa6a0
[hook (addr:0x5630699fa6a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302023
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_merged'
prev_hook . . . . . . . : 0x5630699fa5f0
next_hook . . . . . . . : 0x5630699fa750
[hook (addr:0x5630699fa750)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302023
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_unmerged'
prev_hook . . . . . . . : 0x5630699fa6a0
next_hook . . . . . . . : 0x5630699fa860
[hook (addr:0x5630699fa860)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ad5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fa750
next_hook . . . . . . . : 0x5630699fa910
[hook (addr:0x5630699fa910)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ad5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fa860
next_hook . . . . . . . : 0x5630699fa9c0
[hook (addr:0x5630699fa9c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ad5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_renamed'
prev_hook . . . . . . . : 0x5630699fa910
next_hook . . . . . . . : 0x5630699faad0
[hook (addr:0x5630699faad0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ac6
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fa9c0
next_hook . . . . . . . : 0x5630699fab80
[hook (addr:0x5630699fab80)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ac6
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699faad0
next_hook . . . . . . . : 0x5630699fac30
[hook (addr:0x5630699fac30)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ac6
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_moved'
prev_hook . . . . . . . : 0x5630699fab80
next_hook . . . . . . . : 0x5630699face0
[hook (addr:0x5630699face0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ac6
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_merged'
prev_hook . . . . . . . : 0x5630699fac30
next_hook . . . . . . . : 0x5630699fad90
[hook (addr:0x5630699fad90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ac6
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_unmerged'
prev_hook . . . . . . . : 0x5630699face0
next_hook . . . . . . . : 0x5630699fae40
[hook (addr:0x5630699fae40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069304ac6
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_closed'
prev_hook . . . . . . . : 0x5630699fad90
next_hook . . . . . . . : 0x5630699faf50
[hook (addr:0x5630699faf50)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069305cc4
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fae40
next_hook . . . . . . . : 0x5630699fb000
[hook (addr:0x5630699fb000)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069305cc4
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699faf50
next_hook . . . . . . . : 0x5630699fb0b0
[hook (addr:0x5630699fb0b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069305cc4
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_renamed'
prev_hook . . . . . . . : 0x5630699fb000
next_hook . . . . . . . : 0x5630699fb160
[hook (addr:0x5630699fb160)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069305cc4
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_moved'
prev_hook . . . . . . . : 0x5630699fb0b0
next_hook . . . . . . . : 0x5630699fb270
[hook (addr:0x5630699fb270)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302036
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fb160
next_hook . . . . . . . : 0x5630699fb320
[hook (addr:0x5630699fb320)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302036
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fb270
next_hook . . . . . . . : 0x5630699fb3d0
[hook (addr:0x5630699fb3d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302036
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_renamed'
prev_hook . . . . . . . : 0x5630699fb320
next_hook . . . . . . . : 0x5630699fb480
[hook (addr:0x5630699fb480)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302036
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_moved'
prev_hook . . . . . . . : 0x5630699fb3d0
next_hook . . . . . . . : 0x5630699fb590
[hook (addr:0x5630699fb590)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302048
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fb480
next_hook . . . . . . . : 0x5630699fb640
[hook (addr:0x5630699fb640)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302048
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fb590
next_hook . . . . . . . : 0x5630699fb750
[hook (addr:0x5630699fb750)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f422a
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fb640
next_hook . . . . . . . : 0x5630699fb800
[hook (addr:0x5630699fb800)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f422a
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fb750
next_hook . . . . . . . : 0x5630699fb8b0
[hook (addr:0x5630699fb8b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f422a
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_lines_hidden'
prev_hook . . . . . . . : 0x5630699fb800
next_hook . . . . . . . : 0x5630699fb960
[hook (addr:0x5630699fb960)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f422a
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'filters_*'
prev_hook . . . . . . . : 0x5630699fb8b0
next_hook . . . . . . . : 0x5630699fba70
[hook (addr:0x5630699fba70)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f423d
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_zoomed'
prev_hook . . . . . . . : 0x5630699fb960
next_hook . . . . . . . : 0x5630699fbb20
[hook (addr:0x5630699fbb20)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f423d
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_unzoomed'
prev_hook . . . . . . . : 0x5630699fba70
next_hook . . . . . . . : 0x5630699fbbd0
[hook (addr:0x5630699fbbd0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f423d
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fbb20
next_hook . . . . . . . : 0x5630699fbce0
[hook (addr:0x5630699fbce0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302055
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fbbd0
next_hook . . . . . . . : 0x5630699fbd90
[hook (addr:0x5630699fbd90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302055
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fbce0
next_hook . . . . . . . : 0x5630699fbe40
[hook (addr:0x5630699fbe40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069302055
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'nicklist_*'
prev_hook . . . . . . . : 0x5630699fbd90
next_hook . . . . . . . : 0x5630699fbf50
[hook (addr:0x5630699fbf50)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f41be
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fbe40
next_hook . . . . . . . : 0x5630699fc000
[hook (addr:0x5630699fc000)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f41be
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fbf50
next_hook . . . . . . . : 0x5630699fc0b0
[hook (addr:0x5630699fc0b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f41be
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_scrolled'
prev_hook . . . . . . . : 0x5630699fc000
next_hook . . . . . . . : 0x5630699fc1c0
[hook (addr:0x5630699fc1c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069308fb2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'hotlist_changed'
prev_hook . . . . . . . : 0x5630699fc0b0
next_hook . . . . . . . : 0x5630699fc270
[hook (addr:0x5630699fc270)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069308fb2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_moved'
prev_hook . . . . . . . : 0x5630699fc1c0
next_hook . . . . . . . : 0x5630699fc320
[hook (addr:0x5630699fc320)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069308fb2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_closed'
prev_hook . . . . . . . : 0x5630699fc270
next_hook . . . . . . . : 0x5630699fc430
[hook (addr:0x5630699fc430)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630693089c5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'partial_completion'
prev_hook . . . . . . . : 0x5630699fc320
next_hook . . . . . . . : 0x5630699fc540
[hook (addr:0x5630699fc540)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301fd5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fc430
next_hook . . . . . . . : 0x5630699fc5f0
[hook (addr:0x5630699fc5f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301fd5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fc540
next_hook . . . . . . . : 0x5630699fc6a0
[hook (addr:0x5630699fc6a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301fd5
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_title_changed'
prev_hook . . . . . . . : 0x5630699fc5f0
next_hook . . . . . . . : 0x5630699fc7b0
[hook (addr:0x5630699fc7b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301fe2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'nicklist_*'
prev_hook . . . . . . . : 0x5630699fc6a0
next_hook . . . . . . . : 0x5630699fc860
[hook (addr:0x5630699fc860)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301fe2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fc7b0
next_hook . . . . . . . : 0x5630699fc910
[hook (addr:0x5630699fc910)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069301fe2
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x5630699fc860
next_hook . . . . . . . : 0x5630699fcab0
[hook (addr:0x5630699fcab0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692feca4
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x5630699fc910
next_hook . . . . . . . : 0x5630699fcb60
[hook (addr:0x5630699fcb60)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692feca4
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'window_closed'
prev_hook . . . . . . . : 0x5630699fcab0
next_hook . . . . . . . : 0x5630699fcc70
[hook (addr:0x5630699fcc70)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f424e
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'mouse_enabled'
prev_hook . . . . . . . : 0x5630699fcb60
next_hook . . . . . . . : 0x5630699fcd20
[hook (addr:0x5630699fcd20)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f424e
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'mouse_disabled'
prev_hook . . . . . . . : 0x5630699fcc70
next_hook . . . . . . . : 0x5630699fce30
[hook (addr:0x5630699fce30)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x5630692f4a86
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692aaf90
signal. . . . . . . . : 'buffer_localvar_*'
prev_hook . . . . . . . : 0x5630699fcd20
next_hook . . . . . . . : 0x563069a0f6b0
[hook (addr:0x563069a0f6b0)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a164500
signal. . . . . . . . : 'buffer_opened'
prev_hook . . . . . . . : 0x5630699fce30
next_hook . . . . . . . : 0x563069a0f700
[hook (addr:0x563069a0f700)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a164380
signal. . . . . . . . : 'buffer_closing'
prev_hook . . . . . . . : 0x563069a0f6b0
next_hook . . . . . . . : 0x563069a0f750
[hook (addr:0x563069a0f750)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a164520
signal. . . . . . . . : 'buffer_renamed'
prev_hook . . . . . . . : 0x563069a0f700
next_hook . . . . . . . : 0x563069a0f7a0
[hook (addr:0x563069a0f7a0)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a164c50
signal. . . . . . . . : 'logger_backlog'
prev_hook . . . . . . . : 0x563069a0f750
next_hook . . . . . . . : 0x563069a0f7f0
[hook (addr:0x563069a0f7f0)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a164550
signal. . . . . . . . : 'logger_start'
prev_hook . . . . . . . : 0x563069a0f7a0
next_hook . . . . . . . : 0x563069a0f840
[hook (addr:0x563069a0f840)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a1643b0
signal. . . . . . . . : 'logger_stop'
prev_hook . . . . . . . : 0x563069a0f7f0
next_hook . . . . . . . : 0x563069a0f890
[hook (addr:0x563069a0f890)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a164e10
signal. . . . . . . . : 'day_changed'
prev_hook . . . . . . . : 0x563069a0f840
next_hook . . . . . . . : 0x563069a10c90
[hook (addr:0x563069a10c90)]
plugin. . . . . . . . . : 0x563069a14d50 ('exec')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a1703c0
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069a0f890
next_hook . . . . . . . : 0x563069a6a490
[hook (addr:0x563069a6a490)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e84310
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069a10c90
next_hook . . . . . . . : 0x563069a6d7f0
[hook (addr:0x563069a6d7f0)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b850f0
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x563069a6a490
next_hook . . . . . . . : 0x563069a6d880
[hook (addr:0x563069a6d880)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b85200
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x563069a6d7f0
next_hook . . . . . . . : 0x563069a6d910
[hook (addr:0x563069a6d910)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b85120
signal. . . . . . . . : 'buffer_closed'
prev_hook . . . . . . . : 0x563069a6d880
next_hook . . . . . . . : 0x563069a6da80
[hook (addr:0x563069a6da80)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b851c0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069a6d910
next_hook . . . . . . . : 0x563069a7ff10
[hook (addr:0x563069a7ff10)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_closed'
prev_hook . . . . . . . : 0x563069a6da80
next_hook . . . . . . . : 0x563069a7f210
[hook (addr:0x563069a7f210)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_hidden'
prev_hook . . . . . . . : 0x563069a7ff10
next_hook . . . . . . . : 0x563069a7f2a0
[hook (addr:0x563069a7f2a0)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_localvar_added'
prev_hook . . . . . . . : 0x563069a7f210
next_hook . . . . . . . : 0x563069a7f330
[hook (addr:0x563069a7f330)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_localvar_changed'
prev_hook . . . . . . . : 0x563069a7f2a0
next_hook . . . . . . . : 0x563069a7f3c0
[hook (addr:0x563069a7f3c0)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_merged'
prev_hook . . . . . . . : 0x563069a7f330
next_hook . . . . . . . : 0x563069a7f450
[hook (addr:0x563069a7f450)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_moved'
prev_hook . . . . . . . : 0x563069a7f3c0
next_hook . . . . . . . : 0x563069a7f4e0
[hook (addr:0x563069a7f4e0)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_opened'
prev_hook . . . . . . . : 0x563069a7f450
next_hook . . . . . . . : 0x563069a7f570
[hook (addr:0x563069a7f570)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_renamed'
prev_hook . . . . . . . : 0x563069a7f4e0
next_hook . . . . . . . : 0x563069a7f600
[hook (addr:0x563069a7f600)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x563069a7f570
next_hook . . . . . . . : 0x563069a7f690
[hook (addr:0x563069a7f690)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_unhidden'
prev_hook . . . . . . . : 0x563069a7f600
next_hook . . . . . . . : 0x563069a7f720
[hook (addr:0x563069a7f720)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'buffer_unmerged'
prev_hook . . . . . . . : 0x563069a7f690
next_hook . . . . . . . : 0x563069a7f7b0
[hook (addr:0x563069a7f7b0)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'hotlist_changed'
prev_hook . . . . . . . : 0x563069a7f720
next_hook . . . . . . . : 0x563069a7f840
[hook (addr:0x563069a7f840)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894f620
signal. . . . . . . . : 'window_switch'
prev_hook . . . . . . . : 0x563069a7f7b0
next_hook . . . . . . . : 0x563069a84110
[hook (addr:0x563069a84110)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48894d0f0
signal. . . . . . . . : 'perl_script_loaded'
prev_hook . . . . . . . : 0x563069a7f840
next_hook . . . . . . . : 0x563069a8ba20
[hook (addr:0x563069a8ba20)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488544bc0
signal. . . . . . . . : 'upgrade'
prev_hook . . . . . . . : 0x563069a84110
next_hook . . . . . . . : 0x563069a8ba70
[hook (addr:0x563069a8ba70)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488545410
signal. . . . . . . . : 'xfer_add'
prev_hook . . . . . . . : 0x563069a8ba20
next_hook . . . . . . . : 0x563069a8bac0
[hook (addr:0x563069a8bac0)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488543340
signal. . . . . . . . : 'xfer_start_resume'
prev_hook . . . . . . . : 0x563069a8ba70
next_hook . . . . . . . : 0x563069a8bb10
[hook (addr:0x563069a8bb10)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488546030
signal. . . . . . . . : 'xfer_accept_resume'
prev_hook . . . . . . . : 0x563069a8bac0
next_hook . . . . . . . : 0x563069a8bba0
[hook (addr:0x563069a8bba0)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488546860
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069a8bb10
next_hook . . . . . . . : 0x563069aafb70
[hook (addr:0x563069aafb70)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f2a330
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069a8bba0
next_hook . . . . . . . : 0x563069aafc00
[hook (addr:0x563069aafc00)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f05320
signal. . . . . . . . : 'quit'
prev_hook . . . . . . . : 0x563069aafb70
next_hook . . . . . . . : 0x563069aafc90
[hook (addr:0x563069aafc90)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f050f0
signal. . . . . . . . : 'upgrade'
prev_hook . . . . . . . : 0x563069aafc00
next_hook . . . . . . . : 0x563069aafd20
[hook (addr:0x563069aafd20)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f577a0
signal. . . . . . . . : 'xfer_send_ready'
prev_hook . . . . . . . : 0x563069aafc90
next_hook . . . . . . . : 0x563069aafdb0
[hook (addr:0x563069aafdb0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f57ac0
signal. . . . . . . . : 'xfer_resume_ready'
prev_hook . . . . . . . : 0x563069aafd20
next_hook . . . . . . . : 0x563069aafe40
[hook (addr:0x563069aafe40)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f57c30
signal. . . . . . . . : 'xfer_send_accept_resume'
prev_hook . . . . . . . : 0x563069aafdb0
next_hook . . . . . . . : 0x563069aafed0
[hook (addr:0x563069aafed0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f2ce70
signal. . . . . . . . : 'irc_input_send'
prev_hook . . . . . . . : 0x563069aafe40
next_hook . . . . . . . : 0x563069ab1490
[hook (addr:0x563069ab1490)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f057e0
signal. . . . . . . . : 'buffer_switch'
prev_hook . . . . . . . : 0x563069aafed0
next_hook . . . . . . . : 0x563069ab9850
[hook (addr:0x563069ab9850)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e590f0
signal. . . . . . . . : 'upgrade'
prev_hook . . . . . . . : 0x563069ab1490
next_hook . . . . . . . : 0x563069ab98a0
[hook (addr:0x563069ab98a0)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e592e0
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069ab9850
next_hook . . . . . . . : 0x563069bdcda0
[hook (addr:0x563069bdcda0)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488919230
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069ab98a0
next_hook . . . . . . . : 0x563069bdce10
[hook (addr:0x563069bdce10)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a196c0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488935ad0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069bdcda0
next_hook . . . . . . . : 0x563069bdcea0
[hook (addr:0x563069bdcea0)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488919340
signal. . . . . . . . : 'ruby_script_install'
prev_hook . . . . . . . : 0x563069bdce10
next_hook . . . . . . . : 0x563069bdcf30
[hook (addr:0x563069bdcf30)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488919340
signal. . . . . . . . : 'ruby_script_remove'
prev_hook . . . . . . . : 0x563069bdcea0
next_hook . . . . . . . : 0x563069bdcfc0
[hook (addr:0x563069bdcfc0)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488919340
signal. . . . . . . . : 'ruby_script_autoload'
prev_hook . . . . . . . : 0x563069bdcf30
next_hook . . . . . . . : 0x563069ba5710
[hook (addr:0x563069ba5710)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4888dc240
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069bdcfc0
next_hook . . . . . . . : 0x563069ba5780
[hook (addr:0x563069ba5780)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1bd40
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488935ad0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069ba5710
next_hook . . . . . . . : 0x563069ba5810
[hook (addr:0x563069ba5810)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4888dc350
signal. . . . . . . . : 'guile_script_install'
prev_hook . . . . . . . : 0x563069ba5780
next_hook . . . . . . . : 0x563069ba58a0
[hook (addr:0x563069ba58a0)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4888dc350
signal. . . . . . . . : 'guile_script_remove'
prev_hook . . . . . . . : 0x563069ba5810
next_hook . . . . . . . : 0x563069ba5930
[hook (addr:0x563069ba5930)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4888dc350
signal. . . . . . . . : 'guile_script_autoload'
prev_hook . . . . . . . : 0x563069ba58a0
next_hook . . . . . . . : 0x563069ba7050
[hook (addr:0x563069ba7050)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4882f21a0
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069ba5930
next_hook . . . . . . . : 0x563069ba70c0
[hook (addr:0x563069ba70c0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1d740
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488935ad0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069ba7050
next_hook . . . . . . . : 0x563069ba7150
[hook (addr:0x563069ba7150)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4882f22b0
signal. . . . . . . . : 'perl_script_install'
prev_hook . . . . . . . : 0x563069ba70c0
next_hook . . . . . . . : 0x563069ba71e0
[hook (addr:0x563069ba71e0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4882f22b0
signal. . . . . . . . : 'perl_script_remove'
prev_hook . . . . . . . : 0x563069ba7150
next_hook . . . . . . . : 0x563069ba72c0
[hook (addr:0x563069ba72c0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4882f22b0
signal. . . . . . . . : 'perl_script_autoload'
prev_hook . . . . . . . : 0x563069ba71e0
next_hook . . . . . . . : 0x563069ba74e0
[hook (addr:0x563069ba74e0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4882f10f0
signal. . . . . . . . : 'quit'
prev_hook . . . . . . . : 0x563069ba72c0
next_hook . . . . . . . : 0x563069ba7570
[hook (addr:0x563069ba7570)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff4882f10f0
signal. . . . . . . . : 'upgrade'
prev_hook . . . . . . . : 0x563069ba74e0
next_hook . . . . . . . : 0x563069f11a10
[hook (addr:0x563069f11a10)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e9f790
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069ba7570
next_hook . . . . . . . : 0x563069f1f820
[hook (addr:0x563069f1f820)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a24ff0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488935ad0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069f11a10
next_hook . . . . . . . : 0x563069edf7d0
[hook (addr:0x563069edf7d0)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e9f8a0
signal. . . . . . . . : 'python_script_install'
prev_hook . . . . . . . : 0x563069f1f820
next_hook . . . . . . . : 0x563069f13f40
[hook (addr:0x563069f13f40)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e9f8a0
signal. . . . . . . . : 'python_script_remove'
prev_hook . . . . . . . : 0x563069edf7d0
next_hook . . . . . . . : 0x563069f66f90
[hook (addr:0x563069f66f90)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487e9f8a0
signal. . . . . . . . : 'python_script_autoload'
prev_hook . . . . . . . : 0x563069f13f40
next_hook . . . . . . . : 0x563069c01110
[hook (addr:0x563069c01110)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487bcb570
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069f66f90
next_hook . . . . . . . : 0x563069f0a770
[hook (addr:0x563069f0a770)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a28ee0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488935ad0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069c01110
next_hook . . . . . . . : 0x563069f0a800
[hook (addr:0x563069f0a800)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487bcb680
signal. . . . . . . . : 'tcl_script_install'
prev_hook . . . . . . . : 0x563069f0a770
next_hook . . . . . . . : 0x563069f21cb0
[hook (addr:0x563069f21cb0)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487bcb680
signal. . . . . . . . : 'tcl_script_remove'
prev_hook . . . . . . . : 0x563069f0a800
next_hook . . . . . . . : 0x563069f21d40
[hook (addr:0x563069f21d40)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487bcb680
signal. . . . . . . . : 'tcl_script_autoload'
prev_hook . . . . . . . : 0x563069f21cb0
next_hook . . . . . . . : 0x563069f63c80
[hook (addr:0x563069f63c80)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b97220
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069f21d40
next_hook . . . . . . . : 0x563069f302f0
[hook (addr:0x563069f302f0)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a2a770
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488935ad0
signal. . . . . . . . : 'debug_libs'
prev_hook . . . . . . . : 0x563069f63c80
next_hook . . . . . . . : 0x563069f30380
[hook (addr:0x563069f30380)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b97330
signal. . . . . . . . : 'lua_script_install'
prev_hook . . . . . . . : 0x563069f302f0
next_hook . . . . . . . : 0x563069f30410
[hook (addr:0x563069f30410)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b97330
signal. . . . . . . . : 'lua_script_remove'
prev_hook . . . . . . . : 0x563069f30380
next_hook . . . . . . . : 0x563069fde240
[hook (addr:0x563069fde240)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487b97330
signal. . . . . . . . : 'lua_script_autoload'
prev_hook . . . . . . . : 0x563069f30410
next_hook . . . . . . . : 0x563069f18bf0
[hook (addr:0x563069f18bf0)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a186210
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069fde240
next_hook . . . . . . . : 0x563069f18c40
[hook (addr:0x563069f18c40)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a18bc70
signal. . . . . . . . : 'window_scrolled'
prev_hook . . . . . . . : 0x563069f18bf0
next_hook . . . . . . . : 0x563069f18c90
[hook (addr:0x563069f18c90)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a186130
signal. . . . . . . . : 'plugin_*'
prev_hook . . . . . . . : 0x563069f18c40
next_hook . . . . . . . : 0x563069f18ce0
[hook (addr:0x563069f18ce0)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff48a1861a0
signal. . . . . . . . : '*_script_*'
prev_hook . . . . . . . : 0x563069f18c90
next_hook . . . . . . . : 0x563069f57950
[hook (addr:0x563069f57950)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487eda0f0
signal. . . . . . . . : 'debug_dump'
prev_hook . . . . . . . : 0x563069f18ce0
next_hook . . . . . . . : 0x563069f579e0
[hook (addr:0x563069f579e0)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487ede240
signal. . . . . . . . : 'window_scrolled'
prev_hook . . . . . . . : 0x563069f57950
next_hook . . . . . . . : 0x56306a50bf40
[hook (addr:0x56306a50bf40)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x56306a535e80)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x56306a646920)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 8 (signal)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 500
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x5630695a7090)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692b6dd0
signal. . . . . . . . : 'chat_quote_time_prefix_message'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630695a7110
[hook (addr:0x5630695a7110)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692b6dd0
signal. . . . . . . . : 'chat_quote_prefix_message'
prev_hook . . . . . . . : 0x5630695a7090
next_hook . . . . . . . : 0x5630695a7190
[hook (addr:0x5630695a7190)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x5630692b6dd0
signal. . . . . . . . : 'chat_quote_message'
prev_hook . . . . . . . : 0x5630695a7110
next_hook . . . . . . . : 0x563069a84080
[hook (addr:0x563069a84080)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff488950de0
signal. . . . . . . . : 'buflist_mouse'
prev_hook . . . . . . . : 0x5630695a7190
next_hook . . . . . . . : 0x563069aafad0
[hook (addr:0x563069aafad0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f34b60
signal. . . . . . . . : 'irc_redirection_notify_*'
prev_hook . . . . . . . : 0x563069a84080
next_hook . . . . . . . : 0x563069aaff60
[hook (addr:0x563069aaff60)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f4bcc0
signal. . . . . . . . : 'irc_redirect_pattern'
prev_hook . . . . . . . : 0x563069aafad0
next_hook . . . . . . . : 0x563069aafff0
[hook (addr:0x563069aafff0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487f4bec0
signal. . . . . . . . : 'irc_redirect_command'
prev_hook . . . . . . . : 0x563069aaff60
next_hook . . . . . . . : 0x563069f57b50
[hook (addr:0x563069f57b50)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 9 (hsignal)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
signal data:
callback. . . . . . . : 0x7ff487ee2230
signal. . . . . . . . : 'fset_mouse'
prev_hook . . . . . . . : 0x563069aafff0
next_hook . . . . . . . : 0x0
[hook (addr:0x563069a6db10)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 10 (config)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
config data:
callback. . . . . . . : 0x7ff487b85150
option. . . . . . . . : 'weechat.completion.nick_completer'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069a9b170
[hook (addr:0x563069a9b170)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 10 (config)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
config data:
callback. . . . . . . : 0x7ff487f23d30
option. . . . . . . . : 'weechat.look.nick_color_*'
prev_hook . . . . . . . : 0x563069a6db10
next_hook . . . . . . . : 0x563069a9b1c0
[hook (addr:0x563069a9b1c0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 10 (config)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
config data:
callback. . . . . . . : 0x7ff487f23d30
option. . . . . . . . : 'weechat.color.chat_nick_colors'
prev_hook . . . . . . . : 0x563069a9b170
next_hook . . . . . . . : 0x563069f57a70
[hook (addr:0x563069f57a70)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 10 (config)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
config data:
callback. . . . . . . : 0x7ff487ee4c80
option. . . . . . . . : '*'
prev_hook . . . . . . . : 0x563069a9b1c0
next_hook . . . . . . . : 0x56306a65b2b0
[hook (addr:0x56306a65b2b0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 10 (config)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x5630695bded0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272390
completion_item . . . : 'buffers_names'
description . . . . . : 'names of buffers'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630695bdf20
[hook (addr:0x5630695bdf20)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272840
completion_item . . . : 'buffers_numbers'
description . . . . . : 'numbers of buffers'
prev_hook . . . . . . . : 0x5630695bded0
next_hook . . . . . . . : 0x5630695bdf70
[hook (addr:0x5630695bdf70)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692723e0
completion_item . . . : 'buffers_plugins_names'
description . . . . . : 'names of buffers (including plugins names)'
prev_hook . . . . . . . : 0x5630695bdf20
next_hook . . . . . . . : 0x5630695bdfc0
[hook (addr:0x5630695bdfc0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272430
completion_item . . . : 'buffer_properties_set'
description . . . . . : 'properties that can be set on a buffer'
prev_hook . . . . . . . : 0x5630695bdf70
next_hook . . . . . . . : 0x5630695be010
[hook (addr:0x5630695be010)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069274050
completion_item . . . : 'buffer_properties_get'
description . . . . . : 'properties that can be read on a buffer'
prev_hook . . . . . . . : 0x5630695bdfc0
next_hook . . . . . . . : 0x5630695be060
[hook (addr:0x5630695be060)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692728e0
completion_item . . . : 'windows_numbers'
description . . . . . : 'numbers of windows'
prev_hook . . . . . . . : 0x5630695be010
next_hook . . . . . . . : 0x5630695be0b0
[hook (addr:0x5630695be0b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272980
completion_item . . . : 'colors'
description . . . . . : 'color names'
prev_hook . . . . . . . : 0x5630695be060
next_hook . . . . . . . : 0x5630695be100
[hook (addr:0x5630695be100)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272a80
completion_item . . . : 'palette_colors'
description . . . . . : 'palette colors'
prev_hook . . . . . . . : 0x5630695be0b0
next_hook . . . . . . . : 0x5630695be150
[hook (addr:0x5630695be150)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692724b0
completion_item . . . : 'config_files'
description . . . . . : 'configuration files'
prev_hook . . . . . . . : 0x5630695be100
next_hook . . . . . . . : 0x5630695be1a0
[hook (addr:0x5630695be1a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272ce0
completion_item . . . : 'filename'
description . . . . . : 'filename'
prev_hook . . . . . . . : 0x5630695be150
next_hook . . . . . . . : 0x5630695be1f0
[hook (addr:0x5630695be1f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272500
completion_item . . . : 'filters_names'
description . . . . . : 'names of filters'
prev_hook . . . . . . . : 0x5630695be1a0
next_hook . . . . . . . : 0x5630695be240
[hook (addr:0x5630695be240)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272ae0
completion_item . . . : 'commands'
description . . . . . : 'commands (weechat and plugins); optional argument: prefix to add before the commands'
prev_hook . . . . . . . : 0x5630695be1f0
next_hook . . . . . . . : 0x5630695be310
[hook (addr:0x5630695be310)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272550
completion_item . . . : 'infos'
description . . . . . : 'names of infos hooked'
prev_hook . . . . . . . : 0x5630695be240
next_hook . . . . . . . : 0x5630695be3c0
[hook (addr:0x5630695be3c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692725b0
completion_item . . . : 'infolists'
description . . . . . : 'names of infolists hooked'
prev_hook . . . . . . . : 0x5630695be310
next_hook . . . . . . . : 0x5630695be450
[hook (addr:0x5630695be450)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069274110
completion_item . . . : 'nicks'
description . . . . . : 'nicks in nicklist of current buffer'
prev_hook . . . . . . . : 0x5630695be3c0
next_hook . . . . . . . : 0x5630695be4e0
[hook (addr:0x5630695be4e0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692731b0
completion_item . . . : 'config_options'
description . . . . . : 'configuration options'
prev_hook . . . . . . . : 0x5630695be450
next_hook . . . . . . . : 0x5630695be590
[hook (addr:0x5630695be590)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272610
completion_item . . . : 'plugins_names'
description . . . . . : 'names of plugins'
prev_hook . . . . . . . : 0x5630695be4e0
next_hook . . . . . . . : 0x5630695be640
[hook (addr:0x5630695be640)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069273430
completion_item . . . : 'plugins_installed'
description . . . . . : 'names of plugins installed'
prev_hook . . . . . . . : 0x5630695be590
next_hook . . . . . . . : 0x5630695be6d0
[hook (addr:0x5630695be6d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069273640
completion_item . . . : 'plugins_commands'
description . . . . . : 'commands defined by plugins; optional argument: prefix to add before the commands'
prev_hook . . . . . . . : 0x5630695be640
next_hook . . . . . . . : 0x5630695be7c0
[hook (addr:0x5630695be7c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692722f0
completion_item . . . : 'bars_names'
description . . . . . : 'names of bars'
prev_hook . . . . . . . : 0x5630695be6d0
next_hook . . . . . . . : 0x5630695be870
[hook (addr:0x5630695be870)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692738a0
completion_item . . . : 'config_option_values'
description . . . . . : 'values for a configuration option'
prev_hook . . . . . . . : 0x5630695be7c0
next_hook . . . . . . . : 0x5630695be900
[hook (addr:0x5630695be900)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272bd0
completion_item . . . : 'weechat_commands'
description . . . . . : 'weechat commands; optional argument: prefix to add before the commands'
prev_hook . . . . . . . : 0x5630695be870
next_hook . . . . . . . : 0x5630695be9e0
[hook (addr:0x5630695be9e0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272660
completion_item . . . : 'proxies_names'
description . . . . . : 'names of proxies'
prev_hook . . . . . . . : 0x5630695be900
next_hook . . . . . . . : 0x5630695bea90
[hook (addr:0x5630695bea90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692726b0
completion_item . . . : 'proxies_options'
description . . . . . : 'options for proxies'
prev_hook . . . . . . . : 0x5630695be9e0
next_hook . . . . . . . : 0x5630695beb40
[hook (addr:0x5630695beb40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272340
completion_item . . . : 'bars_options'
description . . . . . : 'options for bars'
prev_hook . . . . . . . : 0x5630695bea90
next_hook . . . . . . . : 0x5630695bebf0
[hook (addr:0x5630695bebf0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272700
completion_item . . . : 'keys_contexts'
description . . . . . : 'key contexts'
prev_hook . . . . . . . : 0x5630695beb40
next_hook . . . . . . . : 0x5630695beca0
[hook (addr:0x5630695beca0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069273e50
completion_item . . . : 'keys_codes'
description . . . . . : 'key codes'
prev_hook . . . . . . . : 0x5630695bebf0
next_hook . . . . . . . : 0x5630695bed50
[hook (addr:0x5630695bed50)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069273ef0
completion_item . . . : 'keys_codes_for_reset'
description . . . . . : 'key codes that can be reset (keys added, redefined or removed)'
prev_hook . . . . . . . : 0x5630695beca0
next_hook . . . . . . . : 0x5630695bee30
[hook (addr:0x5630695bee30)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272750
completion_item . . . : 'cursor_areas'
description . . . . . : 'areas ("chat" or bar name) for free cursor movement'
prev_hook . . . . . . . : 0x5630695bed50
next_hook . . . . . . . : 0x5630695bef00
[hook (addr:0x5630695bef00)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692727f0
completion_item . . . : 'layouts_names'
description . . . . . : 'names of layouts'
prev_hook . . . . . . . : 0x5630695bee30
next_hook . . . . . . . : 0x5630695befb0
[hook (addr:0x5630695befb0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069272ab0
completion_item . . . : 'secured_data'
description . . . . . : 'names of secured data (file sec.conf, section data)'
prev_hook . . . . . . . : 0x5630695bef00
next_hook . . . . . . . : 0x5630695bf080
[hook (addr:0x5630695bf080)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x563069273390
completion_item . . . : 'env_vars'
description . . . . . : 'environment variables'
prev_hook . . . . . . . : 0x5630695befb0
next_hook . . . . . . . : 0x5630695bf130
[hook (addr:0x5630695bf130)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x5630692737f0
completion_item . . . : 'env_value'
description . . . . . : 'value of an environment variable'
prev_hook . . . . . . . : 0x5630695bf080
next_hook . . . . . . . : 0x563069a10d40
[hook (addr:0x563069a10d40)]
plugin. . . . . . . . . : 0x563069a14d50 ('exec')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a1726f0
completion_item . . . : 'exec_commands_ids'
description . . . . . : 'ids (numbers and names) of executed commands'
prev_hook . . . . . . . : 0x5630695bf130
next_hook . . . . . . . : 0x563069a6a4e0
[hook (addr:0x563069a6a4e0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8ade0
completion_item . . . : 'trigger_names'
description . . . . . : 'triggers'
prev_hook . . . . . . . : 0x563069a10d40
next_hook . . . . . . . : 0x563069a6a530
[hook (addr:0x563069a6a530)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8ae40
completion_item . . . : 'trigger_names_default'
description . . . . . : 'default triggers'
prev_hook . . . . . . . : 0x563069a6a4e0
next_hook . . . . . . . : 0x563069a6a580
[hook (addr:0x563069a6a580)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8aeb0
completion_item . . . : 'trigger_options'
description . . . . . : 'options for triggers'
prev_hook . . . . . . . : 0x563069a6a530
next_hook . . . . . . . : 0x563069a6a610
[hook (addr:0x563069a6a610)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8b090
completion_item . . . : 'trigger_option_value'
description . . . . . : 'value of a trigger option'
prev_hook . . . . . . . : 0x563069a6a580
next_hook . . . . . . . : 0x563069a6a6a0
[hook (addr:0x563069a6a6a0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8af10
completion_item . . . : 'trigger_hooks'
description . . . . . : 'hooks for triggers'
prev_hook . . . . . . . : 0x563069a6a610
next_hook . . . . . . . : 0x563069a6a750
[hook (addr:0x563069a6a750)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8b1c0
completion_item . . . : 'trigger_hooks_filter'
description . . . . . : 'hooks for triggers (for filter in monitor buffer)'
prev_hook . . . . . . . : 0x563069a6a6a0
next_hook . . . . . . . : 0x563069a6a7e0
[hook (addr:0x563069a6a7e0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8b480
completion_item . . . : 'trigger_hook_arguments'
description . . . . . : 'default arguments for a hook'
prev_hook . . . . . . . : 0x563069a6a750
next_hook . . . . . . . : 0x563069a6a8a0
[hook (addr:0x563069a6a8a0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8af70
completion_item . . . : 'trigger_hook_conditions'
description . . . . . : 'default conditions for a hook'
prev_hook . . . . . . . : 0x563069a6a7e0
next_hook . . . . . . . : 0x563069a6a960
[hook (addr:0x563069a6a960)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8afd0
completion_item . . . : 'trigger_hook_regex'
description . . . . . : 'default regular expression for a hook'
prev_hook . . . . . . . : 0x563069a6a8a0
next_hook . . . . . . . : 0x563069a6aa20
[hook (addr:0x563069a6aa20)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8b030
completion_item . . . : 'trigger_hook_command'
description . . . . . : 'default command for a hook'
prev_hook . . . . . . . : 0x563069a6a960
next_hook . . . . . . . : 0x563069a6aae0
[hook (addr:0x563069a6aae0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8b4c0
completion_item . . . : 'trigger_hook_rc'
description . . . . . : 'default return codes for hook callback'
prev_hook . . . . . . . : 0x563069a6aa20
next_hook . . . . . . . : 0x563069a6aba0
[hook (addr:0x563069a6aba0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e8b300
completion_item . . . : 'trigger_post_action'
description . . . . . : 'trigger post actions'
prev_hook . . . . . . . : 0x563069a6aae0
next_hook . . . . . . . : 0x563069a6d590
[hook (addr:0x563069a6d590)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487b877f0
completion_item . . . : 'spell_langs'
description . . . . . : 'list of all languages supported'
prev_hook . . . . . . . : 0x563069a6aba0
next_hook . . . . . . . : 0x563069a6d5e0
[hook (addr:0x563069a6d5e0)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487b87860
completion_item . . . : 'spell_dicts'
description . . . . . : 'list of installed dictionaries'
prev_hook . . . . . . . : 0x563069a6d590
next_hook . . . . . . . : 0x563069a6e910
[hook (addr:0x563069a6e910)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a17ba40
completion_item . . . : 'alias'
description . . . . . : 'list of aliases'
prev_hook . . . . . . . : 0x563069a6d5e0
next_hook . . . . . . . : 0x563069a6e960
[hook (addr:0x563069a6e960)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a17baa0
completion_item . . . : 'alias_value'
description . . . . . : 'value of alias'
prev_hook . . . . . . . : 0x563069a6e910
next_hook . . . . . . . : 0x563069a8bc30
[hook (addr:0x563069a8bc30)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff488549150
completion_item . . . : 'nick'
description . . . . . : 'nicks of DCC chat'
prev_hook . . . . . . . : 0x563069a6e960
next_hook . . . . . . . : 0x563069ab0230
[hook (addr:0x563069ab0230)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f210e0
completion_item . . . : 'irc_server'
description . . . . . : 'current IRC server'
prev_hook . . . . . . . : 0x563069a8bc30
next_hook . . . . . . . : 0x563069ab02e0
[hook (addr:0x563069ab02e0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21180
completion_item . . . : 'irc_server_nick'
description . . . . . : 'nick on current IRC server'
prev_hook . . . . . . . : 0x563069ab0230
next_hook . . . . . . . : 0x563069ab03a0
[hook (addr:0x563069ab03a0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21230
completion_item . . . : 'irc_server_channels'
description . . . . . : 'channels on current IRC server'
prev_hook . . . . . . . : 0x563069ab02e0
next_hook . . . . . . . : 0x563069ab0460
[hook (addr:0x563069ab0460)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21340
completion_item . . . : 'irc_server_privates'
description . . . . . : 'privates on current IRC server'
prev_hook . . . . . . . : 0x563069ab03a0
next_hook . . . . . . . : 0x563069ab0520
[hook (addr:0x563069ab0520)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21410
completion_item . . . : 'irc_server_nicks'
description . . . . . : 'nicks on all channels of current IRC server'
prev_hook . . . . . . . : 0x563069ab0460
next_hook . . . . . . . : 0x563069ab05f0
[hook (addr:0x563069ab05f0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21000
completion_item . . . : 'irc_servers'
description . . . . . : 'IRC servers (internal names)'
prev_hook . . . . . . . : 0x563069ab0520
next_hook . . . . . . . : 0x563069ab06b0
[hook (addr:0x563069ab06b0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21550
completion_item . . . : 'irc_channel'
description . . . . . : 'current IRC channel'
prev_hook . . . . . . . : 0x563069ab05f0
next_hook . . . . . . . : 0x563069ab0760
[hook (addr:0x563069ab0760)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f22260
completion_item . . . : 'nick'
description . . . . . : 'nicks of current IRC channel'
prev_hook . . . . . . . : 0x563069ab06b0
next_hook . . . . . . . : 0x563069ab0820
[hook (addr:0x563069ab0820)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21bf0
completion_item . . . : 'irc_channel_nicks_hosts'
description . . . . . : 'nicks and hostnames of current IRC channel'
prev_hook . . . . . . . : 0x563069ab0760
next_hook . . . . . . . : 0x563069ab08f0
[hook (addr:0x563069ab08f0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21d90
completion_item . . . : 'irc_modelist_masks'
description . . . . . : 'modelist masks of current IRC channel; required argument: modelist mode'
prev_hook . . . . . . . : 0x563069ab0820
next_hook . . . . . . . : 0x563069ab09d0
[hook (addr:0x563069ab09d0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21ea0
completion_item . . . : 'irc_modelist_numbers'
description . . . . . : 'modelist numbers of current IRC channel; required argument: modelist mode'
prev_hook . . . . . . . : 0x563069ab08f0
next_hook . . . . . . . : 0x563069ab0ac0
[hook (addr:0x563069ab0ac0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21fd0
completion_item . . . : 'irc_channel_topic'
description . . . . . : 'topic of current IRC channel'
prev_hook . . . . . . . : 0x563069ab09d0
next_hook . . . . . . . : 0x563069ab0b80
[hook (addr:0x563069ab0b80)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21600
completion_item . . . : 'irc_channels'
description . . . . . : 'channels on all IRC servers'
prev_hook . . . . . . . : 0x563069ab0ac0
next_hook . . . . . . . : 0x563069ab0c40
[hook (addr:0x563069ab0c40)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21060
completion_item . . . : 'irc_privates'
description . . . . . : 'privates on all IRC servers'
prev_hook . . . . . . . : 0x563069ab0b80
next_hook . . . . . . . : 0x563069ab0d00
[hook (addr:0x563069ab0d00)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f217d0
completion_item . . . : 'irc_msg_kick'
description . . . . . : 'default kick message'
prev_hook . . . . . . . : 0x563069ab0c40
next_hook . . . . . . . : 0x563069ab0db0
[hook (addr:0x563069ab0db0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f218f0
completion_item . . . : 'irc_msg_part'
description . . . . . : 'default part message for IRC channel'
prev_hook . . . . . . . : 0x563069ab0d00
next_hook . . . . . . . : 0x563069ab0e70
[hook (addr:0x563069ab0e70)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21b50
completion_item . . . : 'irc_ignores_numbers'
description . . . . . : 'numbers for defined ignores'
prev_hook . . . . . . . : 0x563069ab0db0
next_hook . . . . . . . : 0x563069ab0f30
[hook (addr:0x563069ab0f30)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487f21a10
completion_item . . . : 'irc_notify_nicks'
description . . . . . : 'nicks in notify list'
prev_hook . . . . . . . : 0x563069ab0e70
next_hook . . . . . . . : 0x563069ab9720
[hook (addr:0x563069ab9720)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e67df0
completion_item . . . : 'relay_protocol_name'
description . . . . . : 'all possible protocol.name for relay plugin'
prev_hook . . . . . . . : 0x563069ab0f30
next_hook . . . . . . . : 0x563069ab9770
[hook (addr:0x563069ab9770)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e67d90
completion_item . . . : 'relay_relays'
description . . . . . : 'protocol.name of current relays for relay plugin'
prev_hook . . . . . . . : 0x563069ab9720
next_hook . . . . . . . : 0x563069ab9800
[hook (addr:0x563069ab9800)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e68020
completion_item . . . : 'relay_free_port'
description . . . . . : 'first free port for relay plugin'
prev_hook . . . . . . . : 0x563069ab9770
next_hook . . . . . . . : 0x563069bdd500
[hook (addr:0x563069bdd500)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff488919160
completion_item . . . : 'ruby_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069ab9800
next_hook . . . . . . . : 0x563069ba55d0
[hook (addr:0x563069ba55d0)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff4888dc170
completion_item . . . : 'guile_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069bdd500
next_hook . . . . . . . : 0x563069ba6ed0
[hook (addr:0x563069ba6ed0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff4882f20d0
completion_item . . . : 'perl_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069ba55d0
next_hook . . . . . . . : 0x563069c1b6e0
[hook (addr:0x563069c1b6e0)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487e9f6c0
completion_item . . . : 'python_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069ba6ed0
next_hook . . . . . . . : 0x563069f34960
[hook (addr:0x563069f34960)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487bcb4a0
completion_item . . . : 'tcl_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069c1b6e0
next_hook . . . . . . . : 0x563069f31240
[hook (addr:0x563069f31240)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487b97150
completion_item . . . : 'lua_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069f34960
next_hook . . . . . . . : 0x563069eee740
[hook (addr:0x563069eee740)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a18caa0
completion_item . . . : 'script_languages'
description . . . . . : 'list of script languages'
prev_hook . . . . . . . : 0x563069f31240
next_hook . . . . . . . : 0x563069f18970
[hook (addr:0x563069f18970)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a18cb00
completion_item . . . : 'script_extensions'
description . . . . . : 'list of script extensions'
prev_hook . . . . . . . : 0x563069eee740
next_hook . . . . . . . : 0x563069f189c0
[hook (addr:0x563069f189c0)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a18cb60
completion_item . . . : 'script_scripts'
description . . . . . : 'list of scripts in repository'
prev_hook . . . . . . . : 0x563069f18970
next_hook . . . . . . . : 0x563069f18a10
[hook (addr:0x563069f18a10)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a18cbc0
completion_item . . . : 'script_scripts_installed'
description . . . . . : 'list of scripts installed (from repository)'
prev_hook . . . . . . . : 0x563069f189c0
next_hook . . . . . . . : 0x563069f18a60
[hook (addr:0x563069f18a60)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a18cdb0
completion_item . . . : 'script_files'
description . . . . . : 'files in script directories'
prev_hook . . . . . . . : 0x563069f18a10
next_hook . . . . . . . : 0x563069f18ab0
[hook (addr:0x563069f18ab0)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff48a18cc20
completion_item . . . : 'script_tags'
description . . . . . : 'tags of scripts in repository'
prev_hook . . . . . . . : 0x563069f18a60
next_hook . . . . . . . : 0x563069fb2ad0
[hook (addr:0x563069fb2ad0)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 11 (completion)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
completion data:
callback. . . . . . . : 0x7ff487edf970
completion_item . . . : 'fset_options'
description . . . . . : 'configuration files, sections, options and words of options'
prev_hook . . . . . . . : 0x563069f18ab0
next_hook . . . . . . . : 0x0
[hook (addr:0x563069927310)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069a431d0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'input_text_display'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069927500
[hook (addr:0x563069927500)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069a431d0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'history_add'
prev_hook . . . . . . . : 0x563069927310
next_hook . . . . . . . : 0x563069927590
[hook (addr:0x563069927590)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069a431d0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'irc_command_auth'
prev_hook . . . . . . . : 0x563069927500
next_hook . . . . . . . : 0x563069a4de50
[hook (addr:0x563069a4de50)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069927620
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'input_text_display'
prev_hook . . . . . . . : 0x563069927590
next_hook . . . . . . . : 0x563069a4e020
[hook (addr:0x563069a4e020)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069927620
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'history_add'
prev_hook . . . . . . . : 0x563069a4de50
next_hook . . . . . . . : 0x563069a4e0b0
[hook (addr:0x563069a4e0b0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069927620
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'irc_command_auth'
prev_hook . . . . . . . : 0x563069a4e020
next_hook . . . . . . . : 0x563069a519a0
[hook (addr:0x563069a519a0)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069a4e140
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'irc_message_auth'
prev_hook . . . . . . . : 0x563069a4e0b0
next_hook . . . . . . . : 0x563069a6a370
[hook (addr:0x563069a6a370)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069a51a30
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'input_text_display'
prev_hook . . . . . . . : 0x563069a519a0
next_hook . . . . . . . : 0x563069a6a400
[hook (addr:0x563069a6a400)]
plugin. . . . . . . . . : 0x563069a26200 ('trigger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 5000
callback_pointer. . . . : 0x563069a51a30
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487e862c0
modifier. . . . . . . : 'history_add'
prev_hook . . . . . . . : 0x563069a6a370
next_hook . . . . . . . : 0x5630695e4d50
[hook (addr:0x5630695e4d50)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x5630692e1470
modifier. . . . . . . : 'color_decode_ansi'
prev_hook . . . . . . . : 0x563069a6a400
next_hook . . . . . . . : 0x563069a0b210
[hook (addr:0x563069a0b210)]
plugin. . . . . . . . . : 0x563069a23180 ('charset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487ed1840
modifier. . . . . . . : 'charset_decode'
prev_hook . . . . . . . : 0x5630695e4d50
next_hook . . . . . . . : 0x563069a0b260
[hook (addr:0x563069a0b260)]
plugin. . . . . . . . . : 0x563069a23180 ('charset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487ed18e0
modifier. . . . . . . : 'charset_encode'
prev_hook . . . . . . . : 0x563069a0b210
next_hook . . . . . . . : 0x563069ab0080
[hook (addr:0x563069ab0080)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487f0c310
modifier. . . . . . . : 'irc_color_decode'
prev_hook . . . . . . . : 0x563069a0b260
next_hook . . . . . . . : 0x563069ab0110
[hook (addr:0x563069ab0110)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487f0c310
modifier. . . . . . . : 'irc_color_encode'
prev_hook . . . . . . . : 0x563069ab0080
next_hook . . . . . . . : 0x563069ab01a0
[hook (addr:0x563069ab01a0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487f0c310
modifier. . . . . . . : 'irc_color_decode_ansi'
prev_hook . . . . . . . : 0x563069ab0110
next_hook . . . . . . . : 0x56306a64a1d0
[hook (addr:0x56306a64a1d0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 1
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x56306a5b2250
callback_data . . . . . : 0x0
[hook (addr:0x563069a6d630)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 12 (modifier)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 500
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
modifier data:
callback. . . . . . . : 0x7ff487b85be0
modifier. . . . . . . : 'input_text_display'
prev_hook . . . . . . . : 0x56306a64a1d0
next_hook . . . . . . . : 0x0
[hook (addr:0x5630695e4da0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e20a0
info_name . . . . . . : 'version'
description . . . . . : 'WeeChat version'
args_description. . . : ''
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630695e4df0
[hook (addr:0x5630695e4df0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2170
info_name . . . . . . : 'version_number'
description . . . . . : 'WeeChat version (as number)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e4da0
next_hook . . . . . . . : 0x5630695e4ee0
[hook (addr:0x5630695e4ee0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2300
info_name . . . . . . : 'version_git'
description . . . . . : 'WeeChat git version (output of command "git describe" for a development version only, empty for a stable release)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e4df0
next_hook . . . . . . . : 0x5630695e5020
[hook (addr:0x5630695e5020)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2330
info_name . . . . . . : 'date'
description . . . . . : 'WeeChat compilation date/time'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e4ee0
next_hook . . . . . . . : 0x5630695e5110
[hook (addr:0x5630695e5110)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2360
info_name . . . . . . : 'pid'
description . . . . . : 'WeeChat PID (process ID)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e5020
next_hook . . . . . . . : 0x5630695e5200
[hook (addr:0x5630695e5200)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e20d0
info_name . . . . . . : 'dir_separator'
description . . . . . : 'directory separator'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e5110
next_hook . . . . . . . : 0x5630695e52e0
[hook (addr:0x5630695e52e0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e23c0
info_name . . . . . . : 'weechat_dir'
description . . . . . : 'WeeChat directory'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e5200
next_hook . . . . . . . : 0x5630695e53c0
[hook (addr:0x5630695e53c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e20e0
info_name . . . . . . : 'weechat_libdir'
description . . . . . : 'WeeChat "lib" directory'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e52e0
next_hook . . . . . . . : 0x5630695e6ce0
[hook (addr:0x5630695e6ce0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e20f0
info_name . . . . . . : 'weechat_sharedir'
description . . . . . : 'WeeChat "share" directory'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e53c0
next_hook . . . . . . . : 0x5630695e6db0
[hook (addr:0x5630695e6db0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2100
info_name . . . . . . : 'weechat_localedir'
description . . . . . : 'WeeChat "locale" directory'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e6ce0
next_hook . . . . . . . : 0x5630695e6ea0
[hook (addr:0x5630695e6ea0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2110
info_name . . . . . . : 'weechat_site'
description . . . . . : 'WeeChat site'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e6db0
next_hook . . . . . . . : 0x5630695e6f80
[hook (addr:0x5630695e6f80)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2120
info_name . . . . . . : 'weechat_site_download'
description . . . . . : 'WeeChat site, download page'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e6ea0
next_hook . . . . . . . : 0x5630695e7070
[hook (addr:0x5630695e7070)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e21e0
info_name . . . . . . : 'weechat_upgrading'
description . . . . . : '1 if WeeChat is upgrading (command `/upgrade`)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e6f80
next_hook . . . . . . . : 0x5630695e7130
[hook (addr:0x5630695e7130)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2130
info_name . . . . . . : 'charset_terminal'
description . . . . . : 'terminal charset'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e7070
next_hook . . . . . . . : 0x5630695e7210
[hook (addr:0x5630695e7210)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2150
info_name . . . . . . : 'charset_internal'
description . . . . . : 'WeeChat internal charset'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e7130
next_hook . . . . . . . : 0x5630695e7300
[hook (addr:0x5630695e7300)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2440
info_name . . . . . . : 'locale'
description . . . . . : 'locale used for translating messages'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e7210
next_hook . . . . . . . : 0x5630695e73f0
[hook (addr:0x5630695e73f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2470
info_name . . . . . . : 'inactivity'
description . . . . . : 'keyboard inactivity (seconds)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e7300
next_hook . . . . . . . : 0x5630695e74e0
[hook (addr:0x5630695e74e0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2240
info_name . . . . . . : 'filters_enabled'
description . . . . . : '1 if filters are enabled'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e73f0
next_hook . . . . . . . : 0x5630695e75d0
[hook (addr:0x5630695e75d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e22a0
info_name . . . . . . : 'cursor_mode'
description . . . . . : '1 if cursor mode is enabled'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e74e0
next_hook . . . . . . . : 0x5630695e76c0
[hook (addr:0x5630695e76c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e24f0
info_name . . . . . . : 'term_width'
description . . . . . : 'width of terminal'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e75d0
next_hook . . . . . . . : 0x5630695e77a0
[hook (addr:0x5630695e77a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2550
info_name . . . . . . : 'term_height'
description . . . . . : 'height of terminal'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e76c0
next_hook . . . . . . . : 0x5630695e7880
[hook (addr:0x5630695e7880)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e2160
info_name . . . . . . : 'color_ansi_regex'
description . . . . . : 'POSIX extended regular expression to search ANSI escape codes'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e77a0
next_hook . . . . . . . : 0x5630695e7990
[hook (addr:0x5630695e7990)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e3230
info_name . . . . . . : 'color_term2rgb'
description . . . . . : 'terminal color (0-255) converted to RGB color'
args_description. . . : 'color (terminal color: 0-255)'
prev_hook . . . . . . . : 0x5630695e7880
next_hook . . . . . . . : 0x5630695e7aa0
[hook (addr:0x5630695e7aa0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e25b0
info_name . . . . . . : 'color_rgb2term'
description . . . . . : 'RGB color converted to terminal color (0-255)'
args_description. . . : 'rgb,limit (limit is optional and is set to 256 by default)'
prev_hook . . . . . . . : 0x5630695e7990
next_hook . . . . . . . : 0x5630695e7bd0
[hook (addr:0x5630695e7bd0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e26b0
info_name . . . . . . : 'nick_color'
description . . . . . : 'get nick color code'
args_description. . . : 'nickname'
prev_hook . . . . . . . : 0x5630695e7aa0
next_hook . . . . . . . : 0x5630695e7cb0
[hook (addr:0x5630695e7cb0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e26e0
info_name . . . . . . : 'nick_color_name'
description . . . . . : 'get nick color name'
args_description. . . : 'nickname'
prev_hook . . . . . . . : 0x5630695e7bd0
next_hook . . . . . . . : 0x5630695e7d90
[hook (addr:0x5630695e7d90)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e32c0
info_name . . . . . . : 'uptime'
description . . . . . : 'WeeChat uptime (format: "days:hh:mm:ss")'
args_description. . . : '"days" (number of days) or "seconds" (number of seconds) (optional)'
prev_hook . . . . . . . : 0x5630695e7cb0
next_hook . . . . . . . : 0x5630695e7ec0
[hook (addr:0x5630695e7ec0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e3430
info_name . . . . . . : 'totp_generate'
description . . . . . : 'generate a Time-based One-Time Password (TOTP)'
args_description. . . : 'secret (in base32), timestamp (optional, current time by default), number of digits (optional, between 4 and 10, 6 by default)'
prev_hook . . . . . . . : 0x5630695e7d90
next_hook . . . . . . . : 0x5630695e8030
[hook (addr:0x5630695e8030)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x5630692e3590
info_name . . . . . . : 'totp_validate'
description . . . . . : 'validate a Time-based One-Time Password (TOTP): 1 if TOTP is correct, otherwise 0'
args_description. . . : 'secret (in base32), one-time password, timestamp (optional, current time by default), number of passwords before/after to test (optional, 0 by default)'
prev_hook . . . . . . . : 0x5630695e7ec0
next_hook . . . . . . . : 0x563069a6d700
[hook (addr:0x563069a6d700)]
plugin. . . . . . . . . : 0x563069a40d70 ('spell')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487b88700
info_name . . . . . . : 'spell_dict'
description . . . . . : 'comma-separated list of dictionaries used in buffer'
args_description. . . : 'buffer pointer ("0x12345678") or buffer full name ("irc.freenode.#weechat")'
prev_hook . . . . . . . : 0x5630695e8030
next_hook . . . . . . . : 0x563069a88870
[hook (addr:0x563069a88870)]
plugin. . . . . . . . . : 0x563069a21fe0 ('fifo')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4888cdf20
info_name . . . . . . : 'fifo_filename'
description . . . . . : 'name of FIFO pipe'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069a6d700
next_hook . . . . . . . : 0x563069aad2f0
[hook (addr:0x563069aad2f0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2bc40
info_name . . . . . . : 'irc_is_channel'
description . . . . . : '1 if string is a valid IRC channel name for server'
args_description. . . : 'server,channel (server is optional)'
prev_hook . . . . . . . : 0x563069a88870
next_hook . . . . . . . : 0x563069aad3b0
[hook (addr:0x563069aad3b0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2bbf0
info_name . . . . . . : 'irc_is_nick'
description . . . . . : '1 if string is a valid IRC nick name'
args_description. . . : 'nickname'
prev_hook . . . . . . . : 0x563069aad2f0
next_hook . . . . . . . : 0x563069aad460
[hook (addr:0x563069aad460)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2bb50
info_name . . . . . . : 'irc_nick'
description . . . . . : 'get current nick on a server'
args_description. . . : 'server name'
prev_hook . . . . . . . : 0x563069aad3b0
next_hook . . . . . . . : 0x563069aad530
[hook (addr:0x563069aad530)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2bba0
info_name . . . . . . : 'irc_nick_from_host'
description . . . . . : 'get nick from IRC host'
args_description. . . : 'IRC host (like `:nick!name@server.com`)'
prev_hook . . . . . . . : 0x563069aad460
next_hook . . . . . . . : 0x563069aad620
[hook (addr:0x563069aad620)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2ad80
info_name . . . . . . : 'irc_nick_color'
description . . . . . : 'get nick color code (*deprecated* since version 1.5, replaced by "nick_color")'
args_description. . . : 'nickname'
prev_hook . . . . . . . : 0x563069aad530
next_hook . . . . . . . : 0x563069aad740
[hook (addr:0x563069aad740)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2ada0
info_name . . . . . . : 'irc_nick_color_name'
description . . . . . : 'get nick color name (*deprecated* since version 1.5, replaced by "nick_color_name")'
args_description. . . : 'nickname'
prev_hook . . . . . . . : 0x563069aad620
next_hook . . . . . . . : 0x563069aad860
[hook (addr:0x563069aad860)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2bd40
info_name . . . . . . : 'irc_buffer'
description . . . . . : 'get buffer pointer for an IRC server/channel/nick'
args_description. . . : 'server,channel,nick (channel and nicks are optional)'
prev_hook . . . . . . . : 0x563069aad740
next_hook . . . . . . . : 0x563069aad980
[hook (addr:0x563069aad980)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2bab0
info_name . . . . . . : 'irc_server_isupport'
description . . . . . : '1 if server supports this feature (from IRC message 005)'
args_description. . . : 'server,feature'
prev_hook . . . . . . . : 0x563069aad860
next_hook . . . . . . . : 0x563069aada90
[hook (addr:0x563069aada90)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487f2adc0
info_name . . . . . . : 'irc_server_isupport_value'
description . . . . . : 'value of feature, if supported by server (from IRC message 005)'
args_description. . . : 'server,feature'
prev_hook . . . . . . . : 0x563069aad980
next_hook . . . . . . . : 0x563069ab98f0
[hook (addr:0x563069ab98f0)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487e69e60
info_name . . . . . . : 'relay_client_count'
description . . . . . : 'number of clients for relay'
args_description. . . : 'protocol,status (both are optional, for each argument "*" means all; protocols: irc, weechat; statuses: connecting, waiting_auth, connected, auth_failed, disconnected)'
prev_hook . . . . . . . : 0x563069aada90
next_hook . . . . . . . : 0x563069bdcd50
[hook (addr:0x563069bdcd50)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff48891b1d0
info_name . . . . . . : 'ruby_eval'
description . . . . . : 'evaluation of source code'
args_description. . . : 'source code to execute'
prev_hook . . . . . . . : 0x563069ab98f0
next_hook . . . . . . . : 0x563069bdd050
[hook (addr:0x563069bdd050)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a196c0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359b0
info_name . . . . . . : 'ruby_interpreter'
description . . . . . : 'name of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069bdcd50
next_hook . . . . . . . : 0x563069bdd0e0
[hook (addr:0x563069bdd0e0)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a196c0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359f0
info_name . . . . . . : 'ruby_version'
description . . . . . : 'version of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069bdd050
next_hook . . . . . . . : 0x563069ba56c0
[hook (addr:0x563069ba56c0)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4888ddae0
info_name . . . . . . : 'guile_eval'
description . . . . . : 'evaluation of source code'
args_description. . . : 'source code to execute'
prev_hook . . . . . . . : 0x563069bdd0e0
next_hook . . . . . . . : 0x563069ba59c0
[hook (addr:0x563069ba59c0)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1bd40
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359b0
info_name . . . . . . : 'guile_interpreter'
description . . . . . : 'name of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069ba56c0
next_hook . . . . . . . : 0x563069ba5a50
[hook (addr:0x563069ba5a50)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1bd40
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359f0
info_name . . . . . . : 'guile_version'
description . . . . . : 'version of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069ba59c0
next_hook . . . . . . . : 0x563069ba7000
[hook (addr:0x563069ba7000)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4882f4590
info_name . . . . . . : 'perl_eval'
description . . . . . : 'evaluation of source code'
args_description. . . : 'source code to execute'
prev_hook . . . . . . . : 0x563069ba5a50
next_hook . . . . . . . : 0x563069ba7350
[hook (addr:0x563069ba7350)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1d740
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359b0
info_name . . . . . . : 'perl_interpreter'
description . . . . . : 'name of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069ba7000
next_hook . . . . . . . : 0x563069ba73e0
[hook (addr:0x563069ba73e0)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1d740
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359f0
info_name . . . . . . : 'perl_version'
description . . . . . : 'version of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069ba7350
next_hook . . . . . . . : 0x563069ba7970
[hook (addr:0x563069ba7970)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487e9fbf0
info_name . . . . . . : 'python2_bin'
description . . . . . : 'path to python 2.x interpreter'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069ba73e0
next_hook . . . . . . . : 0x563069f1b160
[hook (addr:0x563069f1b160)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487ea1a50
info_name . . . . . . : 'python_eval'
description . . . . . : 'evaluation of source code'
args_description. . . : 'source code to execute'
prev_hook . . . . . . . : 0x563069ba7970
next_hook . . . . . . . : 0x563069f0e570
[hook (addr:0x563069f0e570)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a24ff0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359b0
info_name . . . . . . : 'python_interpreter'
description . . . . . : 'name of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069f1b160
next_hook . . . . . . . : 0x563069f64600
[hook (addr:0x563069f64600)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a24ff0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359f0
info_name . . . . . . : 'python_version'
description . . . . . : 'version of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069f0e570
next_hook . . . . . . . : 0x563069c010c0
[hook (addr:0x563069c010c0)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487bcb140
info_name . . . . . . : 'tcl_eval'
description . . . . . : 'evaluation of source code'
args_description. . . : 'source code to execute'
prev_hook . . . . . . . : 0x563069f64600
next_hook . . . . . . . : 0x563069edfb50
[hook (addr:0x563069edfb50)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a28ee0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359b0
info_name . . . . . . : 'tcl_interpreter'
description . . . . . : 'name of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069c010c0
next_hook . . . . . . . : 0x563069edfbe0
[hook (addr:0x563069edfbe0)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a28ee0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359f0
info_name . . . . . . : 'tcl_version'
description . . . . . : 'version of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069edfb50
next_hook . . . . . . . : 0x563069f63c30
[hook (addr:0x563069f63c30)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff487b98ef0
info_name . . . . . . : 'lua_eval'
description . . . . . : 'evaluation of source code'
args_description. . . : 'source code to execute'
prev_hook . . . . . . . : 0x563069edfbe0
next_hook . . . . . . . : 0x563069fde2d0
[hook (addr:0x563069fde2d0)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a2a770
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359b0
info_name . . . . . . : 'lua_interpreter'
description . . . . . : 'name of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069f63c30
next_hook . . . . . . . : 0x563069f0e0a0
[hook (addr:0x563069f0e0a0)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 13 (info)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a2a770
callback_data . . . . . : 0x0
info data:
callback. . . . . . . : 0x7ff4889359f0
info_name . . . . . . : 'lua_version'
description . . . . . : 'version of the interpreter used'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069fde2d0
next_hook . . . . . . . : 0x0
[hook (addr:0x563069aadbb0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 14 (info_hashtable)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info_hashtable data:
callback. . . . . . . : 0x7ff487f2ae60
info_name . . . . . . : 'irc_message_parse'
description . . . . . : 'parse an IRC message'
args_description. . . : '"message": IRC message, "server": server name (optional)'
output_description. . : '"tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found)'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069aaded0
[hook (addr:0x563069aaded0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 14 (info_hashtable)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
info_hashtable data:
callback. . . . . . . : 0x7ff487f2aee0
info_name . . . . . . : 'irc_message_split'
description . . . . . : 'split an IRC message (to fit in 512 bytes by default)'
args_description. . . : '"message": IRC message, "server": server name (optional)'
output_description. . : '"msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages'
prev_hook . . . . . . . : 0x563069aadbb0
next_hook . . . . . . . : 0x0
[hook (addr:0x5630695e81d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2710
infolist_name . . . . : 'bar'
description . . . . . : 'list of bars'
pointer_description . : 'bar pointer (optional)'
args_description. . . : 'bar name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630695e82f0
[hook (addr:0x5630695e82f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e27f0
infolist_name . . . . : 'bar_item'
description . . . . . : 'list of bar items'
pointer_description . : 'bar item pointer (optional)'
args_description. . . : 'bar item name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x5630695e81d0
next_hook . . . . . . . : 0x5630695e8420
[hook (addr:0x5630695e8420)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e28d0
infolist_name . . . . : 'bar_window'
description . . . . . : 'list of bar windows'
pointer_description . : 'bar window pointer (optional)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e82f0
next_hook . . . . . . . : 0x5630695e8530
[hook (addr:0x5630695e8530)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e29e0
infolist_name . . . . : 'buffer'
description . . . . . : 'list of buffers'
pointer_description . : 'buffer pointer (optional)'
args_description. . . : 'buffer name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x5630695e8420
next_hook . . . . . . . : 0x5630695e8660
[hook (addr:0x5630695e8660)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2ac0
infolist_name . . . . : 'buffer_lines'
description . . . . . : 'lines of a buffer'
pointer_description . : 'buffer pointer'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e8530
next_hook . . . . . . . : 0x5630695e8760
[hook (addr:0x5630695e8760)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2b60
infolist_name . . . . : 'filter'
description . . . . . : 'list of filters'
pointer_description . : ''
args_description. . . : 'filter name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x5630695e8660
next_hook . . . . . . . : 0x5630695e8880
[hook (addr:0x5630695e8880)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2c00
infolist_name . . . . : 'history'
description . . . . . : 'history of commands'
pointer_description . : 'buffer pointer (if not set, return global history) (optional)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e8760
next_hook . . . . . . . : 0x5630695e89b0
[hook (addr:0x5630695e89b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2ca0
infolist_name . . . . : 'hook'
description . . . . . : 'list of hooks'
pointer_description . : 'hook pointer (optional)'
args_description. . . : 'type,arguments (type is command/timer/.., arguments to get only some hooks (wildcard "*" is allowed), both are optional)'
prev_hook . . . . . . . : 0x5630695e8880
next_hook . . . . . . . : 0x5630695e8b20
[hook (addr:0x5630695e8b20)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2d10
infolist_name . . . . : 'hotlist'
description . . . . . : 'list of buffers in hotlist'
pointer_description . : ''
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e89b0
next_hook . . . . . . . : 0x5630695e8c30
[hook (addr:0x5630695e8c30)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2d70
infolist_name . . . . : 'key'
description . . . . . : 'list of key bindings'
pointer_description . : ''
args_description. . . : 'context ("default", "search", "cursor" or "mouse") (optional)'
prev_hook . . . . . . . : 0x5630695e8b20
next_hook . . . . . . . : 0x5630695e8d60
[hook (addr:0x5630695e8d60)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2df0
infolist_name . . . . : 'layout'
description . . . . . : 'list of layouts'
pointer_description . : ''
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e8c30
next_hook . . . . . . . : 0x5630695e8e60
[hook (addr:0x5630695e8e60)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e3710
infolist_name . . . . : 'nicklist'
description . . . . . : 'nicks in nicklist for a buffer'
pointer_description . : 'buffer pointer'
args_description. . . : 'nick_xxx or group_xxx to get only nick/group xxx (optional)'
prev_hook . . . . . . . : 0x5630695e8d60
next_hook . . . . . . . : 0x5630695e8fa0
[hook (addr:0x5630695e8fa0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2e50
infolist_name . . . . : 'option'
description . . . . . : 'list of options'
pointer_description . : ''
args_description. . . : 'option name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x5630695e8e60
next_hook . . . . . . . : 0x5630695e90c0
[hook (addr:0x5630695e90c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2ea0
infolist_name . . . . : 'plugin'
description . . . . . : 'list of plugins'
pointer_description . : 'plugin pointer (optional)'
args_description. . . : 'plugin name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x5630695e8fa0
next_hook . . . . . . . : 0x5630695e91f0
[hook (addr:0x5630695e91f0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e2f80
infolist_name . . . . : 'proxy'
description . . . . . : 'list of proxies'
pointer_description . : 'proxy pointer (optional)'
args_description. . . : 'proxy name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x5630695e90c0
next_hook . . . . . . . : 0x5630695e9320
[hook (addr:0x5630695e9320)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e3060
infolist_name . . . . : 'url_options'
description . . . . . : 'options for URL'
pointer_description . : ''
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e91f0
next_hook . . . . . . . : 0x5630695e9420
[hook (addr:0x5630695e9420)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x5630692e30c0
infolist_name . . . . : 'window'
description . . . . . : 'list of windows'
pointer_description . : 'window pointer (optional)'
args_description. . . : '"current" for current window or a window number (optional)'
prev_hook . . . . . . . : 0x5630695e9320
next_hook . . . . . . . : 0x563069a0f930
[hook (addr:0x563069a0f930)]
plugin. . . . . . . . . : 0x563069a15e90 ('logger')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff48a1669b0
infolist_name . . . . : 'logger_buffer'
description . . . . . : 'list of logger buffers'
pointer_description . : 'logger pointer (optional)'
args_description. . . : ''
prev_hook . . . . . . . : 0x5630695e9420
next_hook . . . . . . . : 0x563069a6e9b0
[hook (addr:0x563069a6e9b0)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff48a17c460
infolist_name . . . . : 'alias'
description . . . . . : 'list of aliases'
pointer_description . : 'alias pointer (optional)'
args_description. . . : 'alias name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069a0f930
next_hook . . . . . . . : 0x563069a6ea20
[hook (addr:0x563069a6ea20)]
plugin. . . . . . . . . : 0x563069a13cd0 ('alias')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff48a17c380
infolist_name . . . . : 'alias_default'
description . . . . . : 'list of default aliases'
pointer_description . : ''
args_description. . . : ''
prev_hook . . . . . . . : 0x563069a6e9b0
next_hook . . . . . . . : 0x563069a8bce0
[hook (addr:0x563069a8bce0)]
plugin. . . . . . . . . : 0x563069a1e930 ('xfer')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff48854ad80
infolist_name . . . . : 'xfer'
description . . . . . : 'list of xfer'
pointer_description . : 'xfer pointer (optional)'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069a6ea20
next_hook . . . . . . . : 0x563069aae090
[hook (addr:0x563069aae090)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2af60
infolist_name . . . . : 'irc_server'
description . . . . . : 'list of IRC servers'
pointer_description . : 'server pointer (optional)'
args_description. . . : 'server name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069a8bce0
next_hook . . . . . . . : 0x563069aae1c0
[hook (addr:0x563069aae1c0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2b0a0
infolist_name . . . . : 'irc_channel'
description . . . . . : 'list of channels for an IRC server'
pointer_description . : 'channel pointer (optional)'
args_description. . . : 'server,channel (channel is optional)'
prev_hook . . . . . . . : 0x563069aae090
next_hook . . . . . . . : 0x563069aae2f0
[hook (addr:0x563069aae2f0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2b260
infolist_name . . . . : 'irc_modelist'
description . . . . . : 'list of channel mode lists for an IRC channel'
pointer_description . : 'mode list pointer (optional)'
args_description. . . : 'server,channel,type (type is optional)'
prev_hook . . . . . . . : 0x563069aae1c0
next_hook . . . . . . . : 0x563069aae430
[hook (addr:0x563069aae430)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2b430
infolist_name . . . . : 'irc_modelist_item'
description . . . . . : 'list of items in a channel mode list'
pointer_description . : 'mode list item pointer (optional)'
args_description. . . : 'server,channel,type,number (number is optional)'
prev_hook . . . . . . . : 0x563069aae2f0
next_hook . . . . . . . : 0x563069aae570
[hook (addr:0x563069aae570)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2b660
infolist_name . . . . : 'irc_nick'
description . . . . . : 'list of nicks for an IRC channel'
pointer_description . : 'nick pointer (optional)'
args_description. . . : 'server,channel,nick (nick is optional)'
prev_hook . . . . . . . : 0x563069aae430
next_hook . . . . . . . : 0x563069aae690
[hook (addr:0x563069aae690)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2b830
infolist_name . . . . : 'irc_ignore'
description . . . . . : 'list of IRC ignores'
pointer_description . : 'ignore pointer (optional)'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069aae570
next_hook . . . . . . . : 0x563069aae7a0
[hook (addr:0x563069aae7a0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2b900
infolist_name . . . . : 'irc_notify'
description . . . . . : 'list of notify'
pointer_description . : 'notify pointer (optional)'
args_description. . . : 'server name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069aae690
next_hook . . . . . . . : 0x563069aae8d0
[hook (addr:0x563069aae8d0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487f2ba50
infolist_name . . . . : 'irc_color_weechat'
description . . . . . : 'mapping between IRC color codes and WeeChat color names'
pointer_description . : ''
args_description. . . : ''
prev_hook . . . . . . . : 0x563069aae7a0
next_hook . . . . . . . : 0x563069ab99f0
[hook (addr:0x563069ab99f0)]
plugin. . . . . . . . . : 0x563069a27570 ('relay')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487e6a090
infolist_name . . . . : 'relay'
description . . . . . : 'list of relay clients'
pointer_description . : 'relay pointer (optional)'
args_description. . . : ''
prev_hook . . . . . . . : 0x563069aae8d0
next_hook . . . . . . . : 0x563069bdccc0
[hook (addr:0x563069bdccc0)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff4889191c0
infolist_name . . . . : 'ruby_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069ab99f0
next_hook . . . . . . . : 0x563069ba5670
[hook (addr:0x563069ba5670)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff4888dc1d0
infolist_name . . . . : 'guile_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069bdccc0
next_hook . . . . . . . : 0x563069ba6f70
[hook (addr:0x563069ba6f70)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff4882f2130
infolist_name . . . . : 'perl_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069ba5670
next_hook . . . . . . . : 0x563069c02090
[hook (addr:0x563069c02090)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487e9f720
infolist_name . . . . : 'python_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069ba6f70
next_hook . . . . . . . : 0x563069f4c4f0
[hook (addr:0x563069f4c4f0)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487bcb500
infolist_name . . . . : 'tcl_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069c02090
next_hook . . . . . . . : 0x563069f63ba0
[hook (addr:0x563069f63ba0)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487b971b0
infolist_name . . . . : 'lua_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069f4c4f0
next_hook . . . . . . . : 0x563069f18b00
[hook (addr:0x563069f18b00)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff48a18e7d0
infolist_name . . . . : 'script_script'
description . . . . . : 'list of scripts'
pointer_description . : 'script pointer (optional)'
args_description. . . : 'script name with extension (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069f63ba0
next_hook . . . . . . . : 0x563069fb3c70
[hook (addr:0x563069fb3c70)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 15 (infolist)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
infolist data:
callback. . . . . . . : 0x7ff487ee1b40
infolist_name . . . . : 'fset_option'
description . . . . . : 'list of fset options'
pointer_description . : 'fset option pointer (optional)'
args_description. . . : 'option name (wildcard "*" is allowed) (optional)'
prev_hook . . . . . . . : 0x563069f18b00
next_hook . . . . . . . : 0x0
[hook (addr:0x5630695e9560)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692a7670
hdata_name. . . . . . : 'bar'
description . . . . . : 'bar'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x5630695e9610
[hook (addr:0x5630695e9610)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692ab950
hdata_name. . . . . . : 'bar_item'
description . . . . . : 'bar item'
prev_hook . . . . . . . : 0x5630695e9560
next_hook . . . . . . . : 0x5630695e96c0
[hook (addr:0x5630695e96c0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692ae1b0
hdata_name. . . . . . : 'bar_window'
description . . . . . : 'bar window'
prev_hook . . . . . . . : 0x5630695e9610
next_hook . . . . . . . : 0x5630695e9770
[hook (addr:0x5630695e9770)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692b4720
hdata_name. . . . . . : 'buffer'
description . . . . . : 'buffer'
prev_hook . . . . . . . : 0x5630695e96c0
next_hook . . . . . . . : 0x5630695e9820
[hook (addr:0x5630695e9820)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692b55e0
hdata_name. . . . . . : 'buffer_visited'
description . . . . . : 'visited buffer'
prev_hook . . . . . . . : 0x5630695e9770
next_hook . . . . . . . : 0x5630695e98d0
[hook (addr:0x5630695e98d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692bc850
hdata_name. . . . . . : 'completion'
description . . . . . : 'structure with completion'
prev_hook . . . . . . . : 0x5630695e9820
next_hook . . . . . . . : 0x5630695e9990
[hook (addr:0x5630695e9990)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x56306927fdd0
hdata_name. . . . . . : 'config_file'
description . . . . . : 'config file'
prev_hook . . . . . . . : 0x5630695e98d0
next_hook . . . . . . . : 0x5630695e9a40
[hook (addr:0x5630695e9a40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x56306927fff0
hdata_name. . . . . . : 'config_section'
description . . . . . : 'config section'
prev_hook . . . . . . . : 0x5630695e9990
next_hook . . . . . . . : 0x5630695e9af0
[hook (addr:0x5630695e9af0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692803c0
hdata_name. . . . . . : 'config_option'
description . . . . . : 'config option'
prev_hook . . . . . . . : 0x5630695e9a40
next_hook . . . . . . . : 0x5630695e9ba0
[hook (addr:0x5630695e9ba0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692be130
hdata_name. . . . . . : 'filter'
description . . . . . : 'filter'
prev_hook . . . . . . . : 0x5630695e9af0
next_hook . . . . . . . : 0x5630695e9c50
[hook (addr:0x5630695e9c50)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692bf5f0
hdata_name. . . . . . : 'history'
description . . . . . : 'history of commands in buffer'
prev_hook . . . . . . . : 0x5630695e9ba0
next_hook . . . . . . . : 0x5630695e9d10
[hook (addr:0x5630695e9d10)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692c01b0
hdata_name. . . . . . : 'hotlist'
description . . . . . : 'hotlist'
prev_hook . . . . . . . : 0x5630695e9c50
next_hook . . . . . . . : 0x5630695e9dc0
[hook (addr:0x5630695e9dc0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692b5500
hdata_name. . . . . . : 'input_undo'
description . . . . . : 'structure with undo for input line'
prev_hook . . . . . . . : 0x5630695e9d10
next_hook . . . . . . . : 0x5630695e9e80
[hook (addr:0x5630695e9e80)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692c5820
hdata_name. . . . . . : 'key'
description . . . . . : 'a key (keyboard shortcut)'
prev_hook . . . . . . . : 0x5630695e9dc0
next_hook . . . . . . . : 0x5630695e9f40
[hook (addr:0x5630695e9f40)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692c6ff0
hdata_name. . . . . . : 'layout'
description . . . . . : 'layout'
prev_hook . . . . . . . : 0x5630695e9e80
next_hook . . . . . . . : 0x5630695e9ff0
[hook (addr:0x5630695e9ff0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692c6d70
hdata_name. . . . . . : 'layout_buffer'
description . . . . . : 'buffer layout'
prev_hook . . . . . . . : 0x5630695e9f40
next_hook . . . . . . . : 0x5630695ea0a0
[hook (addr:0x5630695ea0a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692c6e80
hdata_name. . . . . . : 'layout_window'
description . . . . . : 'window layout'
prev_hook . . . . . . . : 0x5630695e9ff0
next_hook . . . . . . . : 0x5630695ea150
[hook (addr:0x5630695ea150)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692ca0c0
hdata_name. . . . . . : 'lines'
description . . . . . : 'structure with lines'
prev_hook . . . . . . . : 0x5630695ea0a0
next_hook . . . . . . . : 0x5630695ea200
[hook (addr:0x5630695ea200)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692ca290
hdata_name. . . . . . : 'line'
description . . . . . : 'structure with one line'
prev_hook . . . . . . . : 0x5630695ea150
next_hook . . . . . . . : 0x5630695ea2b0
[hook (addr:0x5630695ea2b0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692ca350
hdata_name. . . . . . : 'line_data'
description . . . . . : 'structure with one line data'
prev_hook . . . . . . . : 0x5630695ea200
next_hook . . . . . . . : 0x5630695ea370
[hook (addr:0x5630695ea370)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692cc120
hdata_name. . . . . . : 'nick_group'
description . . . . . : 'group in nicklist'
prev_hook . . . . . . . : 0x5630695ea2b0
next_hook . . . . . . . : 0x5630695ea420
[hook (addr:0x5630695ea420)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692cc300
hdata_name. . . . . . : 'nick'
description . . . . . : 'nick in nicklist'
prev_hook . . . . . . . : 0x5630695ea370
next_hook . . . . . . . : 0x5630695ea4d0
[hook (addr:0x5630695ea4d0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692e0e80
hdata_name. . . . . . : 'plugin'
description . . . . . : 'plugin'
prev_hook . . . . . . . : 0x5630695ea420
next_hook . . . . . . . : 0x5630695ea580
[hook (addr:0x5630695ea580)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x56306928e160
hdata_name. . . . . . : 'proxy'
description . . . . . : 'proxy'
prev_hook . . . . . . . : 0x5630695ea4d0
next_hook . . . . . . . : 0x5630695ea630
[hook (addr:0x5630695ea630)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692cee70
hdata_name. . . . . . : 'window'
description . . . . . : 'window'
prev_hook . . . . . . . : 0x5630695ea580
next_hook . . . . . . . : 0x5630695ea6e0
[hook (addr:0x5630695ea6e0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692cf2c0
hdata_name. . . . . . : 'window_scroll'
description . . . . . : 'scroll info in window'
prev_hook . . . . . . . : 0x5630695ea630
next_hook . . . . . . . : 0x5630695ea790
[hook (addr:0x5630695ea790)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x5630692cf490
hdata_name. . . . . . : 'window_tree'
description . . . . . : 'tree of windows'
prev_hook . . . . . . . : 0x5630695ea6e0
next_hook . . . . . . . : 0x563069aae9f0
[hook (addr:0x563069aae9f0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f32cd0
hdata_name. . . . . . : 'irc_nick'
description . . . . . : 'irc nick'
prev_hook . . . . . . . : 0x5630695ea790
next_hook . . . . . . . : 0x563069aaeaa0
[hook (addr:0x563069aaeaa0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f31000
hdata_name. . . . . . : 'irc_modelist'
description . . . . . : 'irc modelist'
prev_hook . . . . . . . : 0x563069aae9f0
next_hook . . . . . . . : 0x563069aaeb50
[hook (addr:0x563069aaeb50)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f30eb0
hdata_name. . . . . . : 'irc_modelist_item'
description . . . . . : 'irc modelist item'
prev_hook . . . . . . . : 0x563069aaeaa0
next_hook . . . . . . . : 0x563069aaec00
[hook (addr:0x563069aaec00)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f09de0
hdata_name. . . . . . : 'irc_channel'
description . . . . . : 'irc channel'
prev_hook . . . . . . . : 0x563069aaeb50
next_hook . . . . . . . : 0x563069aaecb0
[hook (addr:0x563069aaecb0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f0a300
hdata_name. . . . . . : 'irc_channel_speaking'
description . . . . . : 'irc channel_speaking'
prev_hook . . . . . . . : 0x563069aaec00
next_hook . . . . . . . : 0x563069aaed60
[hook (addr:0x563069aaed60)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f2aa10
hdata_name. . . . . . : 'irc_ignore'
description . . . . . : 'irc ignore'
prev_hook . . . . . . . : 0x563069aaecb0
next_hook . . . . . . . : 0x563069aaee10
[hook (addr:0x563069aaee10)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f35130
hdata_name. . . . . . : 'irc_notify'
description . . . . . : 'irc notify'
prev_hook . . . . . . . : 0x563069aaed60
next_hook . . . . . . . : 0x563069aaeec0
[hook (addr:0x563069aaeec0)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f4af40
hdata_name. . . . . . : 'irc_redirect_pattern'
description . . . . . : 'pattern for irc redirect'
prev_hook . . . . . . . : 0x563069aaee10
next_hook . . . . . . . : 0x563069aaef80
[hook (addr:0x563069aaef80)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f4b120
hdata_name. . . . . . : 'irc_redirect'
description . . . . . : 'irc redirect'
prev_hook . . . . . . . : 0x563069aaeec0
next_hook . . . . . . . : 0x563069aaf030
[hook (addr:0x563069aaf030)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487f57da0
hdata_name. . . . . . : 'irc_server'
description . . . . . : 'irc server'
prev_hook . . . . . . . : 0x563069aaef80
next_hook . . . . . . . : 0x563069bdcc70
[hook (addr:0x563069bdcc70)]
plugin. . . . . . . . . : 0x563069a196c0 ('ruby')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a196c0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff488919190
hdata_name. . . . . . : 'ruby_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069aaf030
next_hook . . . . . . . : 0x563069ba5620
[hook (addr:0x563069ba5620)]
plugin. . . . . . . . . : 0x563069a1bd40 ('guile')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1bd40
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff4888dc1a0
hdata_name. . . . . . : 'guile_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069bdcc70
next_hook . . . . . . . : 0x563069ba6f20
[hook (addr:0x563069ba6f20)]
plugin. . . . . . . . . : 0x563069a1d740 ('perl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a1d740
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff4882f2100
hdata_name. . . . . . : 'perl_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069ba5620
next_hook . . . . . . . : 0x563069c125e0
[hook (addr:0x563069c125e0)]
plugin. . . . . . . . . : 0x563069a24ff0 ('python')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a24ff0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487e9f6f0
hdata_name. . . . . . : 'python_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069ba6f20
next_hook . . . . . . . : 0x563069f4c4a0
[hook (addr:0x563069f4c4a0)]
plugin. . . . . . . . . : 0x563069a28ee0 ('tcl')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a28ee0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487bcb4d0
hdata_name. . . . . . : 'tcl_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069c125e0
next_hook . . . . . . . : 0x563069f63b50
[hook (addr:0x563069f63b50)]
plugin. . . . . . . . . : 0x563069a2a770 ('lua')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x563069a2a770
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487b97180
hdata_name. . . . . . : 'lua_script'
description . . . . . : 'list of scripts'
prev_hook . . . . . . . : 0x563069f4c4a0
next_hook . . . . . . . : 0x563069f18ba0
[hook (addr:0x563069f18ba0)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff48a1919d0
hdata_name. . . . . . : 'script_script'
description . . . . . : 'scripts from repository'
prev_hook . . . . . . . : 0x563069f63b50
next_hook . . . . . . . : 0x563069fb3e50
[hook (addr:0x563069fb3e50)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 16 (hdata)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
hdata data:
callback. . . . . . . : 0x7ff487ee4d80
hdata_name. . . . . . : 'fset_option'
description . . . . . : 'fset options'
prev_hook . . . . . . . : 0x563069f18ba0
next_hook . . . . . . . : 0x0
[hook (addr:0x5630699fc9a0)]
plugin. . . . . . . . . : 0x0 ('core')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 2000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x5630692a9b40
area. . . . . . . . . : 'buffer_nicklist'
prev_hook . . . . . . . : 0x0
next_hook . . . . . . . : 0x563069a83ef0
[hook (addr:0x563069a83ef0)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x7ff4889507f0
area. . . . . . . . . : 'buflist'
prev_hook . . . . . . . : 0x5630699fc9a0
next_hook . . . . . . . : 0x563069a83f60
[hook (addr:0x563069a83f60)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x7ff4889507f0
area. . . . . . . . . : 'buflist2'
prev_hook . . . . . . . : 0x563069a83ef0
next_hook . . . . . . . : 0x563069a83ff0
[hook (addr:0x563069a83ff0)]
plugin. . . . . . . . . : 0x563069a17050 ('buflist')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x7ff4889507f0
area. . . . . . . . . : 'buflist3'
prev_hook . . . . . . . : 0x563069a83f60
next_hook . . . . . . . : 0x563069ab1400
[hook (addr:0x563069ab1400)]
plugin. . . . . . . . . : 0x563069a1fc40 ('irc')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x7ff487f06700
area. . . . . . . . . : 'buffer_nicklist'
prev_hook . . . . . . . : 0x563069a83ff0
next_hook . . . . . . . : 0x563069f18d80
[hook (addr:0x563069f18d80)]
plugin. . . . . . . . . : 0x563069a12e10 ('script')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x7ff48a18e980
area. . . . . . . . . : 'chat'
prev_hook . . . . . . . : 0x563069ab1400
next_hook . . . . . . . : 0x563069f57ac0
[hook (addr:0x563069f57ac0)]
plugin. . . . . . . . . : 0x563069a20e10 ('fset')
subplugin . . . . . . . : '(null)'
type. . . . . . . . . . : 17 (focus)
deleted . . . . . . . . : 0
running . . . . . . . . : 0
priority. . . . . . . . : 1000
callback_pointer. . . . : 0x0
callback_data . . . . . : 0x0
focus data:
callback. . . . . . . : 0x7ff487ee1d10
area. . . . . . . . . : 'chat'
prev_hook . . . . . . . : 0x563069f18d80
next_hook . . . . . . . : 0x0
[config (addr:0x5630695c9520)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'sec'
filename . . . . . . . : 'sec.conf'
file . . . . . . . . . : 0x0
callback_reload. . . . : 0x56306928fb30
callback_reload_pointer: 0x0
callback_reload_data . : 0x0
sections . . . . . . . : 0x5630695c9a00
last_section . . . . . : 0x5630695cbab0
prev_config. . . . . . : 0x0
next_config. . . . . . : 0x5630695cbb70
[section (addr:0x5630695c9a00)]
config_file . . . . . . . . . : 0x5630695c9520
name. . . . . . . . . . . . . : 'crypt'
callback_read . . . . . . . . : 0x0
callback_read_pointer . . . . : 0x0
callback_read_data. . . . . . : 0x0
callback_write. . . . . . . . : 0x0
callback_write_pointer. . . . : 0x0
callback_write_data . . . . . : 0x0
callback_write_default. . . . : 0x0
callback_write_default_pointer: 0x0
callback_write_default_data . : 0x0
callback_create_option. . . . : 0x0
callback_create_option_pointer: 0x0
callback_create_option_data . : 0x0
callback_delete_option. . . . : 0x0
callback_delete_option_pointer: 0x0
callback_delete_option_data . : 0x0
options . . . . . . . . . . . : 0x5630695cb110
last_option . . . . . . . . . : 0x5630695cb820
prev_section. . . . . . . . . : 0x0
next_section. . . . . . . . . : 0x5630695cbab0
[option (addr:0x5630695cb110)]
config_file. . . . . . . . . : 0x5630695c9520
section. . . . . . . . . . . : 0x5630695c9a00
name . . . . . . . . . . . . : 'cipher'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'cipher used to crypt data (the number after algorithm is the size of the key in bits)'
string_values. . . . . . . . : 0x5630695cb270
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 2
default value. . . . . . . . : 'aes256'
value (integer/str). . . . . : 'aes256'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x0
next_option. . . . . . . . . : 0x5630695cb340
[option (addr:0x5630695cb340)]
config_file. . . . . . . . . : 0x5630695c9520
section. . . . . . . . . . . : 0x5630695c9a00
name . . . . . . . . . . . . : 'hash_algo'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'hash algorithm used to check the decrypted data'
string_values. . . . . . . . : 0x5630695cb430
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 3
default value. . . . . . . . : 'sha256'
value (integer/str). . . . . : 'sha256'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cb110
next_option. . . . . . . . . : 0x5630695cb540
[option (addr:0x5630695cb540)]
config_file. . . . . . . . . : 0x5630695c9520
section. . . . . . . . . . . : 0x5630695c9a00
name . . . . . . . . . . . . : 'passphrase_file'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'path to a file containing the passphrase to encrypt/decrypt secured data; this option is used only when reading file sec.conf; only first line of file is used; this file is used only if the environment variable "WEECHAT_PASSPHRASE" is not set (the environment variable has higher priority); security note: it is recommended to keep this file readable only by you and store it outside WeeChat home (for example in your home); example: "~/.weechat-passphrase"'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x56306928fee0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cb340
next_option. . . . . . . . . : 0x5630695cb820
[option (addr:0x5630695cb820)]
config_file. . . . . . . . . : 0x5630695c9520
section. . . . . . . . . . . : 0x5630695c9a00
name . . . . . . . . . . . . : 'salt'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use salt when generating key used in encryption (recommended for maximum security); when enabled, the content of crypted data in file sec.conf will be different on each write of the file; if you put the file sec.conf in a version control system, then you can turn off this option to have always same content in file'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cb540
next_option. . . . . . . . . : 0x0
[section (addr:0x5630695cbab0)]
config_file . . . . . . . . . : 0x5630695c9520
name. . . . . . . . . . . . . : 'data'
callback_read . . . . . . . . : 0x563069290320
callback_read_pointer . . . . : 0x0
callback_read_data. . . . . . : 0x0
callback_write. . . . . . . . : 0x56306928fba0
callback_write_pointer. . . . : 0x0
callback_write_data . . . . . : 0x0
callback_write_default. . . . : 0x56306928fba0
callback_write_default_pointer: 0x0
callback_write_default_data . : 0x0
callback_create_option. . . . : 0x0
callback_create_option_pointer: 0x0
callback_create_option_data . : 0x0
callback_delete_option. . . . : 0x0
callback_delete_option_pointer: 0x0
callback_delete_option_data . : 0x0
options . . . . . . . . . . . : 0x0
last_option . . . . . . . . . : 0x0
prev_section. . . . . . . . . : 0x5630695c9a00
next_section. . . . . . . . . : 0x0
[config (addr:0x5630695cbb70)]
plugin . . . . . . . . : 0x0 ('core')
name . . . . . . . . . : 'weechat'
filename . . . . . . . : 'weechat.conf'
file . . . . . . . . . : 0x0
callback_reload. . . . : 0x5630692764c0
callback_reload_pointer: 0x0
callback_reload_data . : 0x0
sections . . . . . . . : 0x5630695cbc10
last_section . . . . . : 0x5630695e2ac0
prev_config. . . . . . : 0x5630695c9520
next_config. . . . . . : 0x563069a0a2b0
[section (addr:0x5630695cbc10)]
config_file . . . . . . . . . : 0x5630695cbb70
name. . . . . . . . . . . . . : 'debug'
callback_read . . . . . . . . : 0x0
callback_read_pointer . . . . : 0x0
callback_read_data. . . . . . : 0x0
callback_write. . . . . . . . : 0x0
callback_write_pointer. . . . : 0x0
callback_write_data . . . . . : 0x0
callback_write_default. . . . : 0x0
callback_write_default_pointer: 0x0
callback_write_default_data . : 0x0
callback_create_option. . . . : 0x563069276640
callback_create_option_pointer: 0x0
callback_create_option_data . : 0x0
callback_delete_option. . . . : 0x563069276740
callback_delete_option_pointer: 0x0
callback_delete_option_data . : 0x0
options . . . . . . . . . . . : 0x0
last_option . . . . . . . . . : 0x0
prev_section. . . . . . . . . : 0x0
next_section. . . . . . . . . : 0x5630695cbcd0
[section (addr:0x5630695cbcd0)]
config_file . . . . . . . . . : 0x5630695cbb70
name. . . . . . . . . . . . . : 'startup'
callback_read . . . . . . . . : 0x0
callback_read_pointer . . . . : 0x0
callback_read_data. . . . . . : 0x0
callback_write. . . . . . . . : 0x0
callback_write_pointer. . . . : 0x0
callback_write_data . . . . . : 0x0
callback_write_default. . . . : 0x0
callback_write_default_pointer: 0x0
callback_write_default_data . : 0x0
callback_create_option. . . . : 0x0
callback_create_option_pointer: 0x0
callback_create_option_data . : 0x0
callback_delete_option. . . . : 0x0
callback_delete_option_pointer: 0x0
callback_delete_option_data . : 0x0
options . . . . . . . . . . . : 0x5630695cbdd0
last_option . . . . . . . . . : 0x5630695cc3b0
prev_section. . . . . . . . . : 0x5630695cbc10
next_section. . . . . . . . . : 0x5630695cc610
[option (addr:0x5630695cbdd0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cbcd0
name . . . . . . . . . . . . : 'command_after_plugins'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'command executed when WeeChat starts, after loading plugins (note: content is evaluated, see /help eval)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x0
next_option. . . . . . . . . : 0x5630695cbf70
[option (addr:0x5630695cbf70)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cbcd0
name . . . . . . . . . . . . : 'command_before_plugins'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'command executed when WeeChat starts, before loading plugins (note: content is evaluated, see /help eval)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cbdd0
next_option. . . . . . . . . : 0x5630695cc110
[option (addr:0x5630695cc110)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cbcd0
name . . . . . . . . . . . . : 'display_logo'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'display WeeChat logo at startup'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cbf70
next_option. . . . . . . . . : 0x5630695cc260
[option (addr:0x5630695cc260)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cbcd0
name . . . . . . . . . . . . : 'display_version'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'display WeeChat version at startup'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cc110
next_option. . . . . . . . . : 0x5630695cc3b0
[option (addr:0x5630695cc3b0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cbcd0
name . . . . . . . . . . . . : 'sys_rlimit'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'set resource limits for WeeChat process, format is: "res1:limit1,res2:limit2"; resource name is the end of constant (RLIMIT_XXX) in lower case (see man setrlimit for values); limit -1 means "unlimited"; example: set unlimited size for core file and max 1GB of virtual memory: "core:-1,as:1000000000"'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746e0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cc260
next_option. . . . . . . . . : 0x0
[section (addr:0x5630695cc610)]
config_file . . . . . . . . . : 0x5630695cbb70
name. . . . . . . . . . . . . : 'look'
callback_read . . . . . . . . : 0x0
callback_read_pointer . . . . : 0x0
callback_read_data. . . . . . : 0x0
callback_write. . . . . . . . : 0x0
callback_write_pointer. . . . : 0x0
callback_write_data . . . . . : 0x0
callback_write_default. . . . : 0x0
callback_write_default_pointer: 0x0
callback_write_default_data . : 0x0
callback_create_option. . . . : 0x0
callback_create_option_pointer: 0x0
callback_create_option_data . : 0x0
callback_delete_option. . . . : 0x0
callback_delete_option_pointer: 0x0
callback_delete_option_data . : 0x0
options . . . . . . . . . . . : 0x5630695cc6f0
last_option . . . . . . . . . : 0x5630695d92c0
prev_section. . . . . . . . . : 0x5630695cbcd0
next_section. . . . . . . . . : 0x5630695d95d0
[option (addr:0x5630695cc6f0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'align_end_of_lines'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'alignment for end of lines (all lines after the first): they are starting under this data (time, buffer, prefix, suffix, message (default))'
string_values. . . . . . . . : 0x5630695cc7d0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 4
default value. . . . . . . . : 'message'
value (integer/str). . . . . : 'message'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x0
next_option. . . . . . . . . : 0x5630695cc8f0
[option (addr:0x5630695cc8f0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'align_multiline_words'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'alignment for multiline words according to option weechat.look.align_end_of_lines; if disabled, the multiline words will not be aligned, which can be useful to not break long URLs'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cc6f0
next_option. . . . . . . . . : 0x5630695ccad0
[option (addr:0x5630695ccad0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'bar_more_down'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string displayed when bar can be scrolled down (for bars with filling different from "horizontal")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '++'
value (string) . . . . . . . : '++'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cc8f0
next_option. . . . . . . . . : 0x5630695ccbf0
[option (addr:0x5630695ccbf0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'bar_more_left'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string displayed when bar can be scrolled to the left (for bars with filling "horizontal")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '<<'
value (string) . . . . . . . : '<<'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ccad0
next_option. . . . . . . . . : 0x5630695ccd80
[option (addr:0x5630695ccd80)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'bar_more_right'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string displayed when bar can be scrolled to the right (for bars with filling "horizontal")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '>>'
value (string) . . . . . . . : '>>'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ccbf0
next_option. . . . . . . . . : 0x5630695ccf10
[option (addr:0x5630695ccf10)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'bar_more_up'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string displayed when bar can be scrolled up (for bars with filling different from "horizontal")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '--'
value (string) . . . . . . . : '--'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ccd80
next_option. . . . . . . . . : 0x5630695cd0a0
[option (addr:0x5630695cd0a0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'bare_display_exit_on_input'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'exit the bare display mode on any changes in input'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ccf10
next_option. . . . . . . . . : 0x5630695cd220
[option (addr:0x5630695cd220)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'bare_display_time_format'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'time format in bare display mode (see man strftime for date/time specifiers)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '%H:%M'
value (string) . . . . . . . : '%H:%M'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cd0a0
next_option. . . . . . . . . : 0x5630695cd3d0
[option (addr:0x5630695cd3d0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_auto_renumber'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'automatically renumber buffers to have only consecutive numbers and start with number 1; if disabled, gaps between buffer numbers are allowed and the first buffer can have a number greater than 1'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692756a0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cd220
next_option. . . . . . . . . : 0x5630695cd4f0
[option (addr:0x5630695cd4f0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_notify_default'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message): all=all messages (default), message=messages+highlights, highlight=highlights only, none=never display in hotlist'
string_values. . . . . . . . : 0x5630695cd380
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 3
default value. . . . . . . . : 'all'
value (integer/str). . . . . : 'all'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692747d0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cd3d0
next_option. . . . . . . . . : 0x5630695cd7a0
[option (addr:0x5630695cd7a0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_position'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'position of a new buffer: end = after the end of list (number = last number + 1) (default), first_gap = at first available number in the list (after the end of list if no number is available); this option is used only if the buffer has no layout number'
string_values. . . . . . . . : 0x5630695cd9b0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : 'end'
value (integer/str). . . . . : 'end'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cd4f0
next_option. . . . . . . . . : 0x5630695cda30
[option (addr:0x5630695cda30)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_search_case_sensitive'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'default text search in buffer: case sensitive or not'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cd7a0
next_option. . . . . . . . . : 0x5630695cdbc0
[option (addr:0x5630695cdbc0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_search_force_default'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'force default values for text search in buffer (instead of using values from last search in buffer)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cda30
next_option. . . . . . . . . : 0x5630695cdd80
[option (addr:0x5630695cdd80)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_search_regex'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'default text search in buffer: if enabled, search POSIX extended regular expression, otherwise search simple string'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cdbc0
next_option. . . . . . . . . : 0x5630695cdf20
[option (addr:0x5630695cdf20)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_search_where'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'default text search in buffer: in message, prefix, prefix and message'
string_values. . . . . . . . : 0x5630695ce050
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 2
default value. . . . . . . . : 'prefix_message'
value (integer/str). . . . . : 'prefix_message'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cdd80
next_option. . . . . . . . . : 0x5630695ce120
[option (addr:0x5630695ce120)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_time_format'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'time format for each line displayed in buffers (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval); for example time using grayscale (requires support of 256 colors): "${color:252}%H${color:245}%M${color:240}%S"'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '%H:%M:%S'
value (string) . . . . . . . : '%H:%M:%S'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692747e0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cdf20
next_option. . . . . . . . . : 0x5630695ce380
[option (addr:0x5630695ce380)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'buffer_time_same'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'time displayed for a message with same time as previous message: use a space " " to hide time, another string to display this string instead of time, or an empty string to disable feature (display time) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274820
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ce120
next_option. . . . . . . . . : 0x5630695ce5e0
[option (addr:0x5630695ce5e0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_basic_force_bold'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'force "bold" attribute for light colors and "darkgray" in basic colors (this option is disabled by default: bold is used only if terminal has less than 16 colors)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069275810
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ce380
next_option. . . . . . . . . : 0x5630695ce700
[option (addr:0x5630695ce700)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_inactive_buffer'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for lines in inactive buffer (when line is from a merged buffer not selected)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ce5e0
next_option. . . . . . . . . : 0x5630695ce890
[option (addr:0x5630695ce890)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_inactive_message'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for inactive message (when window is not current window, or if line is from a merged buffer not selected)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ce700
next_option. . . . . . . . . : 0x5630695ce9b0
[option (addr:0x5630695ce9b0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_inactive_prefix'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for inactive prefix (when window is not current window, or if line is from a merged buffer not selected)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ce890
next_option. . . . . . . . . : 0x5630695ceb60
[option (addr:0x5630695ceb60)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_inactive_prefix_buffer'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for inactive buffer name in prefix (when window is not current window, or if line is from a merged buffer not selected)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ce9b0
next_option. . . . . . . . . : 0x5630695ced30
[option (addr:0x5630695ced30)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_inactive_time'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for inactive time (when window is not current window, or if line is from a merged buffer not selected)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ceb60
next_option. . . . . . . . . : 0x5630695ceee0
[option (addr:0x5630695ceee0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_inactive_window'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for lines in inactive window (when window is not current window)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ced30
next_option. . . . . . . . . : 0x5630695cf060
[option (addr:0x5630695cf060)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_nick_offline'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'use a different color for offline nicks (not in nicklist any more)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695ceee0
next_option. . . . . . . . . : 0x5630695cf1d0
[option (addr:0x5630695cf1d0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_pairs_auto_reset'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'automatically reset table of color pairs when number of available pairs is lower or equal to this number (-1 = disable automatic reset, and then a manual "/color reset" is needed when table is full)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : -1
max. . . . . . . . . . . . . : 256
default value. . . . . . . . : 5
value (integer). . . . . . . : 5
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf060
next_option. . . . . . . . . : 0x5630695cf3c0
[option (addr:0x5630695cf3c0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'color_real_white'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069275810
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf1d0
next_option. . . . . . . . . : 0x5630695cf4e0
[option (addr:0x5630695cf4e0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'command_chars'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'chars used to determine if input string is a command or not: input must start with one of these chars; the slash ("/") is always considered as command prefix (example: ".$")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf3c0
next_option. . . . . . . . . : 0x5630695cf6c0
[option (addr:0x5630695cf6c0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'command_incomplete'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, incomplete and unambiguous commands are allowed, for example /he for /help'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf4e0
next_option. . . . . . . . . : 0x5630695cf840
[option (addr:0x5630695cf840)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'confirm_quit'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, /quit command must be confirmed with extra argument "-yes" (see /help quit)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf6c0
next_option. . . . . . . . . : 0x5630695cf9c0
[option (addr:0x5630695cf9c0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'confirm_upgrade'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, /upgrade command must be confirmed with extra argument "-yes" (see /help upgrade)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf840
next_option. . . . . . . . . : 0x5630695cfb50
[option (addr:0x5630695cfb50)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'day_change'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'display special message when day changes'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cf9c0
next_option. . . . . . . . . : 0x5630695cfc90
[option (addr:0x5630695cfc90)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'day_change_message_1date'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'message displayed when the day has changed, with one date displayed (for example at beginning of buffer) (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '-- %a, %d %b %Y --'
value (string) . . . . . . . : '-- %a, %d %b %Y --'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cfb50
next_option. . . . . . . . . : 0x5630695cfdb0
[option (addr:0x5630695cfdb0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'day_change_message_2dates'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'message displayed when the day has changed, with two dates displayed (between two messages); the second date specifiers must start with two "%" because strftime is called two times on this string (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '-- %%a, %%d %%b %%Y (%a, %d %b %Y) --'
value (string) . . . . . . . : '-- %%a, %%d %%b %%Y (%a, %d %b %Y) --'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274770
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cfc90
next_option. . . . . . . . . : 0x5630695d0080
[option (addr:0x5630695d0080)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'eat_newline_glitch'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, the eat_newline_glitch will be set to 0; this is used to not add new line char at end of each line, and then not break text when you copy/paste text from WeeChat to another application (this option is disabled by default because it can cause serious display bugs)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692756e0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695cfdb0
next_option. . . . . . . . . : 0x5630695d02c0
[option (addr:0x5630695d02c0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'emphasized_attributes'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'attributes for emphasized text: one or more attribute chars ("*" for bold, "!" for reverse, "/" for italic, "_" for underline); if the string is empty, the colors weechat.color.emphasized* are used'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274c10
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d0080
next_option. . . . . . . . . : 0x5630695d04b0
[option (addr:0x5630695d04b0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'highlight'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'comma separated list of words to highlight; case insensitive comparison (use "(?-i)" at beginning of words to make them case sensitive), words may begin or end with "*" for partial match; example: "test,(?-i)*toto*,flash*"'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d02c0
next_option. . . . . . . . . : 0x5630695d06e0
[option (addr:0x5630695d06e0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'highlight_regex'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'POSIX extended regular expression used to check if a message has highlight or not, at least one match in string must be surrounded by delimiters (chars different from: alphanumeric, "-", "_" and "|"), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "flashcode|flashy", "(?-i)FlashCode|flashy"'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069275750
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d04b0
next_option. . . . . . . . . : 0x5630695d0950
[option (addr:0x5630695d0950)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'highlight_tags'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'comma separated list of tags to highlight; case insensitive comparison; wildcard "*" is allowed in each tag; many tags can be separated by "+" to make a logical "and" between tags; examples: "nick_flashcode" for messages from nick "FlashCode", "irc_notice+nick_toto*" for notices from a nick starting with "toto"'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274c70
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d06e0
next_option. . . . . . . . . : 0x5630695d0bc0
[option (addr:0x5630695d0bc0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_add_conditions'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'conditions to add a buffer in hotlist (if notify level is OK for the buffer); you can use in these conditions: "window" (current window pointer), "buffer" (buffer pointer to add in hotlist), "priority" (0 = low, 1 = message, 2 = private, 3 = highlight); by default a buffer is added to hotlist if you are away, or if the buffer is not visible on screen (not displayed in any window), or if at least one relay client is connected via the weechat protocol'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0'
value (string) . . . . . . . : '${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d0950
next_option. . . . . . . . . : 0x5630695d0f50
[option (addr:0x5630695d0f50)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_buffer_separator'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string displayed between buffers in hotlist'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ', '
value (string) . . . . . . . : ', '
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d0bc0
next_option. . . . . . . . . : 0x5630695d10c0
[option (addr:0x5630695d10c0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_count_max'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'max number of messages count to display in hotlist for a buffer: 0 = never display messages count, other number = display max N messages count (from the highest to lowest priority)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 4
default value. . . . . . . . : 2
value (integer). . . . . . . : 2
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d0f50
next_option. . . . . . . . . : 0x5630695d12a0
[option (addr:0x5630695d12a0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_count_min_msg'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'display messages count if number of messages is greater or equal to this value'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 1
max. . . . . . . . . . . . . : 100
default value. . . . . . . . : 2
value (integer). . . . . . . : 2
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d10c0
next_option. . . . . . . . . : 0x5630695d1420
[option (addr:0x5630695d1420)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_names_count'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'max number of names in hotlist (0 = no name displayed, only buffer numbers)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 10000
default value. . . . . . . . : 3
value (integer). . . . . . . : 3
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d12a0
next_option. . . . . . . . . : 0x5630695d15a0
[option (addr:0x5630695d15a0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_names_length'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'max length of names in hotlist (0 = no limit)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 32
default value. . . . . . . . : 0
value (integer). . . . . . . : 0
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d1420
next_option. . . . . . . . . : 0x5630695d1700
[option (addr:0x5630695d1700)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_names_level'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'level for displaying names in hotlist (combination of: 1=join/part, 2=message, 4=private, 8=highlight, for example: 12=private+highlight)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 1
max. . . . . . . . . . . . . : 15
default value. . . . . . . . : 12
value (integer). . . . . . . : 12
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d15a0
next_option. . . . . . . . . : 0x5630695d18c0
[option (addr:0x5630695d18c0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_names_merged_buffers'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, force display of names in hotlist for merged buffers'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d1700
next_option. . . . . . . . . : 0x5630695d1a50
[option (addr:0x5630695d1a50)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_prefix'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'text displayed at the beginning of the hotlist'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : 'H: '
value (string) . . . . . . . : 'H: '
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d18c0
next_option. . . . . . . . . : 0x5630695d1b70
[option (addr:0x5630695d1b70)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_remove'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'remove buffers in hotlist: buffer = remove buffer by buffer, merged = remove all visible merged buffers at once'
string_values. . . . . . . . : 0x5630695d1cf0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : 'merged'
value (integer/str). . . . . : 'merged'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d1a50
next_option. . . . . . . . . : 0x5630695d1d70
[option (addr:0x5630695d1d70)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_short_names'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set, uses short names to display buffer names in hotlist (start after first "." in name)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d1b70
next_option. . . . . . . . . : 0x5630695d1f00
[option (addr:0x5630695d1f00)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_sort'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'sort of hotlist: group_time_*: group by notify level (highlights first) then sort by time, group_number_*: group by notify level (highlights first) then sort by number, number_*: sort by number; asc = ascending sort, desc = descending sort'
string_values. . . . . . . . : 0x5630695d2150
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 5
default value. . . . . . . . : 'group_time_asc'
value (integer/str). . . . . : 'group_time_asc'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274ce0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d1d70
next_option. . . . . . . . . : 0x5630695d2290
[option (addr:0x5630695d2290)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_suffix'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'text displayed at the end of the hotlist'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : ''
value (string) . . . . . . . : ''
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d1f00
next_option. . . . . . . . . : 0x5630695d23f0
[option (addr:0x5630695d23f0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'hotlist_unique_numbers'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'keep only unique numbers in hotlist (this applies only on hotlist items where name is NOT displayed after number)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2290
next_option. . . . . . . . . : 0x5630695d2590
[option (addr:0x5630695d2590)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'input_cursor_scroll'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'number of chars displayed after end of input line when scrolling to display end of line'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 100
default value. . . . . . . . : 20
value (integer). . . . . . . : 20
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d23f0
next_option. . . . . . . . . : 0x5630695d2710
[option (addr:0x5630695d2710)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'input_share'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'share commands, text, or both in input for all buffers (there is still local history for each buffer)'
string_values. . . . . . . . : 0x5630695cc380
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 3
default value. . . . . . . . : 'none'
value (integer/str). . . . . : 'none'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2590
next_option. . . . . . . . . : 0x5630695d28e0
[option (addr:0x5630695d28e0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'input_share_overwrite'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'if set and input is shared, always overwrite input in target buffer'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : off
value (boolean). . . . . . . : off
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2710
next_option. . . . . . . . . : 0x5630695d2a50
[option (addr:0x5630695d2a50)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'input_undo_max'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 1
description. . . . . . . . . : 'max number of "undo" for command line, by buffer (0 = undo disabled)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 65535
default value. . . . . . . . : 32
value (integer). . . . . . . : 32
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d28e0
next_option. . . . . . . . . : 0x5630695d2bc0
[option (addr:0x5630695d2bc0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'item_away_message'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'display server away message in away bar item'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274cf0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2a50
next_option. . . . . . . . . : 0x5630695d2d20
[option (addr:0x5630695d2d20)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'item_buffer_filter'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string used to show that some lines are filtered in current buffer (bar item "buffer_filter")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '*'
value (string) . . . . . . . : '*'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2bc0
next_option. . . . . . . . . : 0x5630695d2eb0
[option (addr:0x5630695d2eb0)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'item_buffer_zoom'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string used to show zoom on merged buffer (bar item "buffer_zoom")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '!'
value (string) . . . . . . . : '!'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2d20
next_option. . . . . . . . . : 0x5630695d3020
[option (addr:0x5630695d3020)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'item_mouse_status'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'string used to show if mouse is enabled (bar item "mouse_status")'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : 'M'
value (string) . . . . . . . : 'M'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x5630692746c0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d2eb0
next_option. . . . . . . . . : 0x5630695d3190
[option (addr:0x5630695d3190)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'item_time_format'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 2
description. . . . . . . . . : 'time format for "time" bar item (see man strftime for date/time specifiers) (note: content is evaluated, so you can use colors with format "${color:xxx}", see /help eval)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 0
default value. . . . . . . . : '%H:%M'
value (string) . . . . . . . : '%H:%M'
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x563069274870
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d3020
next_option. . . . . . . . . : 0x5630695d3370
[option (addr:0x5630695d3370)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'jump_current_to_previous_buffer'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'jump to previous buffer displayed when jumping to current buffer number with /buffer *N (where N is a buffer number), to easily switch to another buffer, then come back to current buffer'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d3190
next_option. . . . . . . . . : 0x5630695d3590
[option (addr:0x5630695d3590)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'jump_previous_buffer_when_closing'
parent_name. . . . . . . . . : '(null)'
type . . . . . . . . . . . . : 0
description. . . . . . . . . : 'jump to previously visited buffer when closing a buffer (if disabled, then jump to buffer number - 1)'
string_values. . . . . . . . : 0x0
min. . . . . . . . . . . . . : 0
max. . . . . . . . . . . . . : 1
default value. . . . . . . . : on
value (boolean). . . . . . . : on
null_value_allowed . . . . . : 0
callback_check_value . . . . : 0x0
callback_check_value_pointer : 0x0
callback_check_value_data. . : 0x0
callback_change. . . . . . . : 0x0
callback_change_pointer. . . : 0x0
callback_change_data . . . . : 0x0
callback_delete. . . . . . . : 0x0
callback_delete_pointer. . . : 0x0
callback_delete_data . . . . : 0x0
loaded . . . . . . . . . . . : 1
prev_option. . . . . . . . . : 0x5630695d3370
next_option. . . . . . . . . : 0x5630695d3730
[option (addr:0x5630695d3730)]
config_file. . . . . . . . . : 0x5630695cbb70
section. . . . . . . . . . . : 0x5630695cc610
name . . . . . . . . . . . . : 'jump_smart_back_to_buffer'
parent_name. . . . . . . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment