]> jfr.im git - irc/weechat/weechat.git/commitdiff
doc: change formatting in asciidoctor tables
authorSébastien Helleu <redacted>
Thu, 23 Jun 2022 18:43:46 +0000 (20:43 +0200)
committerSébastien Helleu <redacted>
Thu, 23 Jun 2022 18:43:46 +0000 (20:43 +0200)
27 files changed:
doc/de/weechat_scripting.de.adoc
doc/de/weechat_user.de.adoc
doc/en/weechat_dev.en.adoc
doc/en/weechat_plugin_api.en.adoc
doc/en/weechat_relay_protocol.en.adoc
doc/en/weechat_scripting.en.adoc
doc/en/weechat_user.en.adoc
doc/fr/weechat_dev.fr.adoc
doc/fr/weechat_plugin_api.fr.adoc
doc/fr/weechat_relay_protocol.fr.adoc
doc/fr/weechat_scripting.fr.adoc
doc/fr/weechat_user.fr.adoc
doc/it/weechat_plugin_api.it.adoc
doc/it/weechat_scripting.it.adoc
doc/it/weechat_user.it.adoc
doc/ja/weechat_dev.ja.adoc
doc/ja/weechat_plugin_api.ja.adoc
doc/ja/weechat_relay_protocol.ja.adoc
doc/ja/weechat_scripting.ja.adoc
doc/ja/weechat_user.ja.adoc
doc/pl/weechat_scripting.pl.adoc
doc/pl/weechat_user.pl.adoc
doc/sr/weechat_dev.sr.adoc
doc/sr/weechat_plugin_api.sr.adoc
doc/sr/weechat_relay_protocol.sr.adoc
doc/sr/weechat_scripting.sr.adoc
doc/sr/weechat_user.sr.adoc

index ce7eb610dd5faf6876cf43871ac5c0730e5149d7..5dfc2da2645c765f0963fd6ebe096fc41510befe 100644 (file)
@@ -109,11 +109,11 @@ Liste ist nicht vollständig):
 |===
 | API Funktion | Argumente | Beispiele| Beschreibung
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  Eine Nachricht die von der IRC Erweiterung empfangen wurde und bevor sie nach UTF-8 dekodiert wurde (intern
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| Eine Nachricht die von der IRC Erweiterung empfangen wurde und bevor sie nach UTF-8 dekodiert wurde (intern
   verwendet). +
   +
   Es wird empfohlen den Modifier `+irc_in2_yyy+` zu nutzen, da die empfangene Zeichenkette
@@ -121,14 +121,14 @@ Liste ist nicht vollständig):
   siehe Funktion `+hook_modifier+` in der
   link:weechat_plugin_api.en.html#_hook_modifier[WeeChat Anleitung für API Erweiterung].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  Eine Nachricht welche von der IRC Erweiterung versendet wurde, nachdem diese entsprechend
+  pass:[*,irc_outtags_notice]
+| Eine Nachricht welche von der IRC Erweiterung versendet wurde, nachdem diese entsprechend
   der Benutzereinstellung  `encode` Charset kodiert (falls abweichend von der `UTF-8` Standardeinstellung). +
   +
   Es wird empfohlen das Signal `+xxx,irc_out1_yyy+` zu nutzen, da die empfangene Zeichenkette
@@ -137,10 +137,10 @@ Liste ist nicht vollständig):
   link:weechat_plugin_api.en.html#_hook_signal[WeeChat Anleitung für API Erweiterung].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  Ausgabe des Befehls, dass an den Callback gesendet wurde, kann ungültige UTF-8 Daten enthalten.
+  hook_process_hashtable
+| -
+| -
+| Ausgabe des Befehls, dass an den Callback gesendet wurde, kann ungültige UTF-8 Daten enthalten.
 
 |===
 
@@ -570,14 +570,14 @@ Liste der Skript API Funktionen:
 |===
 | Kategorie | Funktionen
 
-| Allgemein |
-  register
+| Allgemein
+| register
 
-| Erweiterungen |
-  plugin_get_name
+| Erweiterungen
+| plugin_get_name
 
-| Strings |
-  charset_set +
+| Strings
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -596,13 +596,13 @@ Liste der Skript API Funktionen:
   string_eval_expression +
   string_eval_path_home
 
-| Verzeichnisse |
-  mkdir_home +
+| Verzeichnisse
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| sortierte Listen |
-  list_new +
+| sortierte Listen
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -618,8 +618,8 @@ Liste der Skript API Funktionen:
   list_remove_all +
   list_free
 
-| Konfigurationsdatei |
-  config_new +
+| Konfigurationsdatei
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -656,12 +656,12 @@ Liste der Skript API Funktionen:
   config_set_desc_plugin +
   config_unset_plugin
 
-| Tastenbelegung |
-  key_bind +
+| Tastenbelegung
+| key_bind +
   key_unbind
 
-| Ausgabe |
-  prefix +
+| Ausgabe
+| prefix +
   color +
   print (für Python: prnt) +
   print_date_tags (für Python: prnt_date_tags) +
@@ -669,8 +669,8 @@ Liste der Skript API Funktionen:
   print_y_date_tags (für Python: prnt_y_date_tags) +
   log_print
 
-| Hooks |
-  hook_command +
+| Hooks
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -695,8 +695,8 @@ Liste der Skript API Funktionen:
   unhook +
   unhook_all
 
-| Buffer |
-  buffer_new +
+| Buffer
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -712,16 +712,16 @@ Liste der Skript API Funktionen:
   buffer_string_replace_local_var +
   buffer_match_list
 
-| Fenster |
-  current_window +
+| Fenster
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| Nickliste |
-  nicklist_add_group +
+| Nickliste
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -737,8 +737,8 @@ Liste der Skript API Funktionen:
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| Bars |
-  bar_item_search +
+| Bars
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -748,23 +748,23 @@ Liste der Skript API Funktionen:
   bar_update +
   bar_remove
 
-| Befehle |
-  command +
+| Befehle
+| command +
   command_options
 
-| Vervollständigung |
-  completion_new +
+| Vervollständigung
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| Informationen |
-  info_get +
+| Informationen
+| info_get +
   info_get_hashtable
 
-| Infolisten |
-  infolist_new +
+| Infolisten
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -782,8 +782,8 @@ Liste der Skript API Funktionen:
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -804,8 +804,8 @@ Liste der Skript API Funktionen:
   hdata_update +
   hdata_get_string
 
-| Upgrade |
-  upgrade_new +
+| Upgrade
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -820,13 +820,13 @@ Liste der Konstanten in Skript API:
 |===
 | Kategorie | Konstanten
 
-| return codes |
-  `WEECHAT_RC_OK` (integer) +
+| return codes
+| `WEECHAT_RC_OK` (integer) +
   `WEECHAT_RC_OK_EAT` (integer) +
   `WEECHAT_RC_ERROR` (integer)
 
-| Konfigurationsdatei |
-  `WEECHAT_CONFIG_READ_OK` (integer) +
+| Konfigurationsdatei
+| `WEECHAT_CONFIG_READ_OK` (integer) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (integer) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (integer) +
   `WEECHAT_CONFIG_WRITE_OK` (integer) +
@@ -841,23 +841,23 @@ Liste der Konstanten in Skript API:
   `WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED` (integer) +
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (integer)
 
-| sortierte Listen |
-  `WEECHAT_LIST_POS_SORT` (string) +
+| sortierte Listen
+| `WEECHAT_LIST_POS_SORT` (string) +
   `WEECHAT_LIST_POS_BEGINNING` (string) +
   `WEECHAT_LIST_POS_END` (string)
 
-| Hotlist |
-  `WEECHAT_HOTLIST_LOW` (string) +
+| Hotlist
+| `WEECHAT_HOTLIST_LOW` (string) +
   `WEECHAT_HOTLIST_MESSAGE` (string) +
   `WEECHAT_HOTLIST_PRIVATE` (string) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (string)
 
-| hook Prozesse |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
+| hook Prozesse
+| `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
   `WEECHAT_HOOK_PROCESS_ERROR` (integer)
 
-| hook Connect |
-  `WEECHAT_HOOK_CONNECT_OK` (integer) +
+| hook Connect
+| `WEECHAT_HOOK_CONNECT_OK` (integer) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (integer) +
@@ -869,8 +869,8 @@ Liste der Konstanten in Skript API:
   `WEECHAT_HOOK_CONNECT_TIMEOUT` (integer) +
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (integer)
 
-| hook Signal |
-  `WEECHAT_HOOK_SIGNAL_STRING` (string) +
+| hook Signal
+| `WEECHAT_HOOK_SIGNAL_STRING` (string) +
   `WEECHAT_HOOK_SIGNAL_INT` (string) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (string)
 |===
@@ -1335,61 +1335,61 @@ Das Ergebnis ist eine Hashtabelle mit folgenden Schlüsseln
 |===
 | Schlüssel | Seit WeeChat ^(1)^ | Beschreibung | Beispiel
 
-| Tags | 0.4.0 |
-  Tags in der Nachricht (kann leer sein). |
-  `+time=2015-06-27T16:40:35.000Z+`
+| Tags | 0.4.0
+| Tags in der Nachricht (kann leer sein).
+| `+time=2015-06-27T16:40:35.000Z+`
 
-| tag_xxx | 3.3 |
-  Wert des Tags "xxx" ohne Escapezeichen (ein Schlüssel pro Tag). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Wert des Tags "xxx" ohne Escapezeichen (ein Schlüssel pro Tag).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  Die IRC Nachricht ohne Tags (wie eine Nachricht ohne Tags). |
-  `+:nick!user@host PRIVMSG #weechat :hello!+`
+| message_without_tags | 0.4.0
+| Die IRC Nachricht ohne Tags (wie eine Nachricht ohne Tags).
+| `+:nick!user@host PRIVMSG #weechat :hello!+`
 
-| nick | 0.3.4 |
-  der ursprüngliche Nick. |
-  `+nick+`
+| nick | 0.3.4
+| der ursprüngliche Nick.
+| `+nick+`
 
-| user | 2.7 |
-  der ursprüngliche Benutzer. |
-  `+user+`
+| user | 2.7
+| der ursprüngliche Benutzer.
+| `+user+`
 
-| host | 0.3.4 |
-  der ursprüngliche Host (beinhaltet den Nick). |
-  `+nick!user@host+`
+| host | 0.3.4
+| der ursprüngliche Host (beinhaltet den Nick).
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  der Befehl (_PRIVMSG_, _NOTICE_, ...). |
-  `+PRIVMSG+`
+| command | 0.3.4
+| der Befehl (_PRIVMSG_, _NOTICE_, ...).
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  der Zielchanne.l|
+| channel | 0.3.4
+| der Zielchanne.l|
   `+#weechat+`
 
-| arguments | 0.3.4 |
-  das Argument des Befehls (beinhaltet den Channel). |
-  `+#weechat :hello!+`
+| arguments | 0.3.4
+| das Argument des Befehls (beinhaltet den Channel).
+| `+#weechat :hello!+`
 
-| text | 1.3 |
-  der Text (zum Beispiel eine Nachricht eines Users). |
-  `+hello!+`
+| text | 1.3
+| der Text (zum Beispiel eine Nachricht eines Users).
+| `+hello!+`
 
-| pos_command | 1.3 |
-  Index von _command_ innerhalb einer Nachricht ("-1" falls _command_ nicht gefunden wird). |
-  `+47+`
+| pos_command | 1.3
+| Index von _command_ innerhalb einer Nachricht ("-1" falls _command_ nicht gefunden wird).
+| `+47+`
 
-| pos_arguments | 1.3 |
-  Index von_arguments_ innerhalb einer Nachricht ("-1" falls _arguments_ nicht gefunden wird). |
-  `+55+`
+| pos_arguments | 1.3
+| Index von_arguments_ innerhalb einer Nachricht ("-1" falls _arguments_ nicht gefunden wird).
+| `+55+`
 
-| pos_channel | 1.3 |
-  Index von _channel_ innerhalb einer Nachricht ("-1" falls _channel_ nicht gefunden wird). |
-  `+55+`
+| pos_channel | 1.3
+| Index von _channel_ innerhalb einer Nachricht ("-1" falls _channel_ nicht gefunden wird).
+| `+55+`
 
-| pos_text | 1.3 |
-  Index von _text_ innerhalb einer Nachricht ("-1" falls _text_ nicht gefunden wird). |
-  `+65+`
+| pos_text | 1.3
+| Index von _text_ innerhalb einer Nachricht ("-1" falls _text_ nicht gefunden wird).
+| `+65+`
 |===
 
 [NOTE]
index 2dadd7837d81ec0be6666c6bd387d6e6fd75d25f..e8a4147ac5459beb8a4618cf635ad1a1a9bcfc1f 100644 (file)
@@ -206,116 +206,116 @@ Liste von häufig verwendeten Optionen:
 |===
 | Option | Wert | Standardwert | Beschreibung
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  Art des builds: `Debug` (oder `RelWithDebInfo`) sollte verwendet werden, wenn meine eine Entwicklerversion
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| Art des builds: `Debug` (oder `RelWithDebInfo`) sollte verwendet werden, wenn meine eine Entwicklerversion
   von WeeChat nutzt.
 
-| CMAKE_INSTALL_PREFIX | Verzeichnis | /usr/local |
-  Verzeichnis in welchem WeeChat installiert wird.
+| CMAKE_INSTALL_PREFIX | Verzeichnis | /usr/local
+| Verzeichnis in welchem WeeChat installiert wird.
 
-| WEECHAT_HOME | Verzeichnis | (empty string) |
-  Standard-Verzeichnis in welchem die Daten liegen. +
+| WEECHAT_HOME | Verzeichnis | (empty string)
+| Standard-Verzeichnis in welchem die Daten liegen. +
   Bei einem leeren Wert (empfohlen) werden standardmäßig XDG-Verzeichnisse verwendet.
   Wird ein Verzeichnis angegeben, wird dieses Verzeichnis für alle Dateien verwendet.
   Man kann auch vier, durch Doppelpunkt, getrennten Verzeichnissen angeben. Die Reihenfolge gibt folgende
   Ziele an: Konfiguration, Daten, Cache, Laufzeit.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  kompiliert <<command_aliases,Alias Erweiterung>>.
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| kompiliert <<command_aliases,Alias Erweiterung>>.
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  kompiliert <<buflist,Buflist Erweiterung>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| kompiliert <<buflist,Buflist Erweiterung>>.
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  kompiliert <<charset,Charset Erweiterung>>.
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| kompiliert <<charset,Charset Erweiterung>>.
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  erstellt die man page.
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| erstellt die man page.
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  erstellt die HTML Dokumentation.
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| erstellt die HTML Dokumentation.
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  kompiliert <<spell_checking,Spell Erweiterung>> mittels Enchant.
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| kompiliert <<spell_checking,Spell Erweiterung>> mittels Enchant.
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  kompiliert <<external_commands,Exec Erweiterung>>.
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| kompiliert <<external_commands,Exec Erweiterung>>.
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  kompiliert <<fifo_pipe,Fifo Erweiterung>>.
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| kompiliert <<fifo_pipe,Fifo Erweiterung>>.
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  kompiliert <<fset,Fset Erweiterung>>.
+| ENABLE_FSET | `ON`, `OFF` | ON
+| kompiliert <<fset,Fset Erweiterung>>.
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Guile Erweiterung>> (Scheme).
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Guile Erweiterung>> (Scheme).
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  kompiliert <<irc,IRC Erweiterung>>.
+| ENABLE_IRC | `ON`, `OFF` | ON
+| kompiliert <<irc,IRC Erweiterung>>.
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  kompiliert <<scripting_plugins,JavaScript Erweiterung>>.
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| kompiliert <<scripting_plugins,JavaScript Erweiterung>>.
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  Unterstützung großer Dateien.
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| Unterstützung großer Dateien.
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  kompiliert <<buffer_logging,Logger Erweiterung>>.
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| kompiliert <<buffer_logging,Logger Erweiterung>>.
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Lua Erweiterung>>.
+| ENABLE_LUA | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Lua Erweiterung>>.
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  kompiliert Ncurses Oberfläche.
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| kompiliert Ncurses Oberfläche.
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  aktiviert NLS (Übersetzungen).
+| ENABLE_NLS | `ON`, `OFF` | ON
+| aktiviert NLS (Übersetzungen).
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Perl Erweiterung>>.
+| ENABLE_PERL | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Perl Erweiterung>>.
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,PHP Erweiterung>>.
+| ENABLE_PHP | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,PHP Erweiterung>>.
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Python Erweiterung>>.
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Python Erweiterung>>.
 
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  kompiliert <<scripting_plugins,Python Erweiterung>> nutzt Python 2 anstelle von Python 3.
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| kompiliert <<scripting_plugins,Python Erweiterung>> nutzt Python 2 anstelle von Python 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  kompiliert <<relay,Relay Erweiterung>>.
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| kompiliert <<relay,Relay Erweiterung>>.
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Ruby Erweiterung>>.
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Ruby Erweiterung>>.
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  kompiliert <<script_manager,Script Erweiterung>>.
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| kompiliert <<script_manager,Script Erweiterung>>.
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Skripten-Erweiterungen>> (Python, Perl, Ruby,
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Skripten-Erweiterungen>> (Python, Perl, Ruby,
   Lua, Tcl, Guile, JavaScript, PHP).
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  kompiliert <<spell_checking,Spell Erweiterung>>.
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| kompiliert <<spell_checking,Spell Erweiterung>>.
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  kompiliert <<scripting_plugins,Tcl Erweiterung>>.
+| ENABLE_TCL | `ON`, `OFF` | ON
+| kompiliert <<scripting_plugins,Tcl Erweiterung>>.
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  kompiliert <<trigger,Trigger Erweiterung>>.
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| kompiliert <<trigger,Trigger Erweiterung>>.
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  kompiliert <<typing_notifications,Typing Erweiterung>>.
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| kompiliert <<typing_notifications,Typing Erweiterung>>.
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  kompiliert <<xfer,Xfer Erweiterung>>.
+| ENABLE_XFER | `ON`, `OFF` | ON
+| kompiliert <<xfer,Xfer Erweiterung>>.
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  kompiliert Testumgebung.
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| kompiliert Testumgebung.
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  kompilieren mit Optionen für Testabdeckung. +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| kompilieren mit Optionen für Testabdeckung. +
   Diese Option sollte nur für Testzwecke genutzt werden.
 |===
 
@@ -1349,86 +1349,86 @@ Standardmäßig interpretieren WeeChat und seine Standard-Erweitertungen diese V
 |===
 | Name | Wert | Beschreibung
 
-| away |
-  beliebige Zeichenkette |
-  Abwesenheitsnotiz auf dem Server, wird durch IRC Erweiterung genutzt.
+| away
+| beliebige Zeichenkette
+| Abwesenheitsnotiz auf dem Server, wird durch IRC Erweiterung genutzt.
 
-| channel |
-  beliebige Zeichenkette |
-  Channel-Name, wird durch irc/xfer Erweiterung und dem Debug-Buffer von relay/trigger Erweiterung genutzt.
+| channel
+| beliebige Zeichenkette
+| Channel-Name, wird durch irc/xfer Erweiterung und dem Debug-Buffer von relay/trigger Erweiterung genutzt.
 
-| charset_modifier |
-  beliebige Zeichenkette |
-  Charset modifier für den Server-Buffer, wird durch IRC Erweiterung genutzt.
+| charset_modifier
+| beliebige Zeichenkette
+| Charset modifier für den Server-Buffer, wird durch IRC Erweiterung genutzt.
 
-| completion_default_template |
-  beliebige Zeichenkette |
-  Vorlage für die standardmäßige Vervollständigung innerhalb eines Buffers, überschreibt die Option
+| completion_default_template
+| beliebige Zeichenkette
+| Vorlage für die standardmäßige Vervollständigung innerhalb eines Buffers, überschreibt die Option
   `weechat.completion.default_template`.
 
-| filter |
-  beliebige Zeichenkette |
-  Filter definiert für einige Buffer `/fset`, `/server raw` (irc) und `/script`.
+| filter
+| beliebige Zeichenkette
+| Filter definiert für einige Buffer `/fset`, `/server raw` (irc) und `/script`.
 
-| host |
-  beliebige Zeichenkette |
-  eigener Host (sofern bekannt), wird durch IRC Erweiterung genutzt.
+| host
+| beliebige Zeichenkette
+| eigener Host (sofern bekannt), wird durch IRC Erweiterung genutzt.
 
-| lag |
-  beliebige Zeichenkette |
-  Verzögerung auf dem Server, wird durch IRC Erweiterung genutzt.
+| lag
+| beliebige Zeichenkette
+| Verzögerung auf dem Server, wird durch IRC Erweiterung genutzt.
 
-| name |
-  beliebige Zeichenkette |
-  Buffername (Vorsicht, dies ist nicht der vollständige Name des Buffers und reicht nicht aus, um einen Buffer zu identifizieren oder zu suchen).
+| name
+| beliebige Zeichenkette
+| Buffername (Vorsicht, dies ist nicht der vollständige Name des Buffers und reicht nicht aus, um einen Buffer zu identifizieren oder zu suchen).
 
-| nick |
-  beliebige Zeichenkette |
-  eigener Nick, wird durch IRC und xfer Erweiterung genutzt.
+| nick
+| beliebige Zeichenkette
+| eigener Nick, wird durch IRC und xfer Erweiterung genutzt.
 
-| no_log |
-  `1` (oder jede andere nicht leere Zeichenkette) |
-  Wenn festgelegt, protokolliert die Logger-Erweiterung nichts für den Buffer.
+| no_log
+| `1` (oder jede andere nicht leere Zeichenkette)
+| Wenn festgelegt, protokolliert die Logger-Erweiterung nichts für den Buffer.
 
-| plugin |
-  beliebige Zeichenkette |
-  Name der Erweiterung welche den Buffer erstellt hat (`core` für WeeChat-Buffer).
+| plugin
+| beliebige Zeichenkette
+| Name der Erweiterung welche den Buffer erstellt hat (`core` für WeeChat-Buffer).
 
-| script_close_cb |
-  beliebige Zeichenkette |
-  Close callback, für diesen Buffer durch ein Skript definiert.
+| script_close_cb
+| beliebige Zeichenkette
+| Close callback, für diesen Buffer durch ein Skript definiert.
 
-| script_close_cb_data |
-  beliebige Zeichenkette |
-  Daten für ein Close callback, welches durch ein Skript für diesen Buffer definiert wurde.
+| script_close_cb_data
+| beliebige Zeichenkette
+| Daten für ein Close callback, welches durch ein Skript für diesen Buffer definiert wurde.
 
-| script_input_cb |
-  beliebige Zeichenkette |
-  Input callback, für diesen Buffer durch ein Skript definiert.
+| script_input_cb
+| beliebige Zeichenkette
+| Input callback, für diesen Buffer durch ein Skript definiert.
 
-| script_input_cb_data |
-  beliebige Zeichenkette |
-  Daten für ein Input callback, welches durch ein Skript für diesen Buffer definiert wurde.
+| script_input_cb_data
+| beliebige Zeichenkette
+| Daten für ein Input callback, welches durch ein Skript für diesen Buffer definiert wurde.
 
-| script_name |
-  beliebige Zeichenkette |
-  Name des Skriptes welches den Buffer erstellt hat.
+| script_name
+| beliebige Zeichenkette
+| Name des Skriptes welches den Buffer erstellt hat.
 
-| server |
-  beliebige Zeichenkette |
-  Servername, wird durch IRC Erweiterung genutzt und durch den Debug-Buffer von relay/trigger Erweiterung.
+| server
+| beliebige Zeichenkette
+| Servername, wird durch IRC Erweiterung genutzt und durch den Debug-Buffer von relay/trigger Erweiterung.
 
-| spell_suggest |
-  beliebige Zeichenkette |
-  falsch geschriebenes Wort und Korrekturvorschläge (Format: "fehlerhaftes Wort:Korrekturvorschläge"), wird durch
+| spell_suggest
+| beliebige Zeichenkette
+| falsch geschriebenes Wort und Korrekturvorschläge (Format: "fehlerhaftes Wort:Korrekturvorschläge"), wird durch
   spell-Erweiterung definiert.
 
-| trigger_filter |
-  beliebige Zeichenkette |
-  Trigger-Filter, wird durch Trigger-Erweiterung definiert.
+| trigger_filter
+| beliebige Zeichenkette
+| Trigger-Filter, wird durch Trigger-Erweiterung definiert.
 
-| type |
-  beliebige Zeichenkette, zum Beispiel:
+| type
+| beliebige Zeichenkette, zum Beispiel:
   `channel`,
   `debug`,
   `exec`,
@@ -1438,8 +1438,8 @@ Standardmäßig interpretieren WeeChat und seine Standard-Erweitertungen diese V
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Buffertyp, festgelegt von WeeChat und vielen Erweiterungen.
+  `xfer`
+| Buffertyp, festgelegt von WeeChat und vielen Erweiterungen.
 
 |===
 
@@ -2685,65 +2685,65 @@ Aufzählung von Bar-Optionen:
 |===
 | Option | Wert   | Beschreibung
 
-| type | `root`, `window` |
-  Eine Bar vom Typ `root` wird nur einmal auf dem Bildschirm dargestellt und dies
+| type | `root`, `window`
+| Eine Bar vom Typ `root` wird nur einmal auf dem Bildschirm dargestellt und dies
   außerhalb von Fenstern. Die Standardbar _buflist_ ist vom Typ `root`. +
   Eine Bar vom Typ `window` wird hingegen in jedem Fenster dargestellt, zum Beispiel
   wenn man den Bildschirm teilt (mit `/window splith` oder `/window splitv`). Diese
   Bar wird nun in jedem einzelnen Fenster angezeigt. Die Standardbar _title_, _status_,
   _input_ und _nicklist_ sind vom Typ `window`.
 
-| position | `top`, `bottom`, `left`, `right` |
-  Position der Bar: ober- oder unterhalb des Chatfensters, oder links/rechts davon.
+| position | `top`, `bottom`, `left`, `right`
+| Position der Bar: ober- oder unterhalb des Chatfensters, oder links/rechts davon.
 
-| priority | integer ≥ 0 |
-  Priorität für die Bar: legt die Reihenfolge fest in der die Bars angeordnet werden sollen,
+| priority | integer ≥ 0
+| Priorität für die Bar: legt die Reihenfolge fest in der die Bars angeordnet werden sollen,
   wenn mehrere Bars den selben Typ und Position besitzen. +
   Die Bars werden vom Rand zur Mitte des Bildschirms gezeichnet. Eine höhere Priorität
   bewirkt, dass die Bar näher am Rand gezeichnet wird. +
   Beispiel: Die _input_ Bar hat eine Priorität von 1000 und wird somit vor der _status_ Bars
   gezeichnet, da diese lediglich eine Priorität von 500 besitzt.
 
-| size | integer ≥ 0 |
-  Die Größe der Bar: Anzahl der Spalten, falls die Bar links/rechts bzw. Anzahl an Zeilen falls
+| size | integer ≥ 0
+| Die Größe der Bar: Anzahl der Spalten, falls die Bar links/rechts bzw. Anzahl an Zeilen falls
   die Bar oben/unten dargestellt wird. Wird eine Größe `0` gewählt, dann wird die Größe der Bar
   automatisch bestimmt.
 
-| size_max | integer ≥ 0 |
-  Die maximale Größe der Bar, `0` = keine Limitierung (diese Option wird nur genutzt, falls die
+| size_max | integer ≥ 0
+| Die maximale Größe der Bar, `0` = keine Limitierung (diese Option wird nur genutzt, falls die
   Option `size` = `0` ist).
 
-| color_bg | color |
-  Hintergrundfarbe, für die Bar.
+| color_bg | color
+| Hintergrundfarbe, für die Bar.
 
-| color_fg | color |
-  Textfarbe, für die Bar.
+| color_fg | color
+| Textfarbe, für die Bar.
 
-| color_delim | color |
-  Farbe der Trennzeichen, in der Bar.
+| color_delim | color
+| Farbe der Trennzeichen, in der Bar.
 
-| hidden | `on`, `off` |
-  Ist diese Option `on`, wird die Bar versteckt. +
+| hidden | `on`, `off`
+| Ist diese Option `on`, wird die Bar versteckt. +
   Hinweis: anstelle dieser Option sollte vorzugsweise der `/bar` Befehl genutzt werden.
   Beispiel: `/bar toggle nicklist` (siehe Befehl <<command_weechat_bar,/bar>>).
 
-| separator | `on`, `off` |
-  Ist diese Option `on`, wird ein Separator (Linie) gezeichnet die eine Bar von anderen
+| separator | `on`, `off`
+| Ist diese Option `on`, wird ein Separator (Linie) gezeichnet die eine Bar von anderen
   Bars oder dem Chatbereich trennt.
 
-| items | string |
-  Eine Aufzählung von _items_ (siehe <<bar_items,items>> für weitere Informationen).
+| items | string
+| Eine Aufzählung von _items_ (siehe <<bar_items,items>> für weitere Informationen).
 
-| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Art, wie der Inhalt der Bar die `links` oder `rechts` gezeichnet wird, dargestellt wird (siehe
+| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Art, wie der Inhalt der Bar die `links` oder `rechts` gezeichnet wird, dargestellt wird (siehe
   <<bar_filling,filling>> für weitere Informationen).
 
-| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Art, wie der Inhalt der Bar die `oben` oder `unten` gezeichnet wird, dargestellt wird (siehe
+| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Art, wie der Inhalt der Bar die `oben` oder `unten` gezeichnet wird, dargestellt wird (siehe
   <<bar_filling,filling>> für weitere Informationen).
 
-| conditions | string |
-  Bedingungen, wann die Bar angezeigt wird (siehe <<bar_conditions,conditions>> für weitere
+| conditions | string
+| Bedingungen, wann die Bar angezeigt wird (siehe <<bar_conditions,conditions>> für weitere
   Informationen).
 |===
 
@@ -3981,15 +3981,15 @@ Die folgenden Signale werden von der typing-Erweiterung empfangen:
 |===
 | Signal | Argumente | Beschreibung
 
-| typing_set_nick |
-  Zeichenkette: Bufferpointer + ";" + Status (möglich: "off", "typing", "paused",
+| typing_set_nick
+| Zeichenkette: Bufferpointer + ";" + Status (möglich: "off", "typing", "paused",
   "cleared") + ";" + Nick. +
-  Beispiele: "0x1234abcd;typing;alice". |
-  Schreibstatus für einen Nick in einem Buffer festlegen.
+  Beispiele: "0x1234abcd;typing;alice".
+| Schreibstatus für einen Nick in einem Buffer festlegen.
 
-| typing_reset_buffer |
-  Pointer: Buffer. |
-  Schreibstatus für alle Nicks in einem Buffer entfernen.
+| typing_reset_buffer
+| Pointer: Buffer.
+| Schreibstatus für alle Nicks in einem Buffer entfernen.
 |===
 
 [[typing_options]]
@@ -4343,25 +4343,25 @@ Liste der standardmäßigen Trigger:
 |===
 | Name | Hook | Beschreibung
 
-| beep | print |
-  Beep bei Highlight/privaten Nachrichten.
+| beep | print
+| Beep bei Highlight/privaten Nachrichten.
 
-| cmd_pass | modifier |
-  unterdrückt Passwörter in den Befehlen:
+| cmd_pass | modifier
+| unterdrückt Passwörter in den Befehlen:
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`,
   `pass:[/oper]`,
   `pass:[/quote pass]`,
   `pass:[/secure passphrase\|decrypt\|set]`.
 
-| cmd_pass_register | modifier |
-  unterdrückt Passwort im Befehl `pass:[/msg nickserv register]`.
+| cmd_pass_register | modifier
+| unterdrückt Passwort im Befehl `pass:[/msg nickserv register]`.
 
-| msg_auth | modifier |
-  unterdrückt Passwort einer IRC auth Nachricht (Nachricht welche vom Server empfangen wird,
+| msg_auth | modifier
+| unterdrückt Passwort einer IRC auth Nachricht (Nachricht welche vom Server empfangen wird,
   nachdem der User den Befehl verschickt hat).
 
-| server_pass | modifier |
-  unterdrückt Passwort bei den Befehlen `/server` und `/connect`.
+| server_pass | modifier
+| unterdrückt Passwort bei den Befehlen `/server` und `/connect`.
 |===
 
 [[trigger_anatomy]]
@@ -4374,36 +4374,36 @@ Ein Trigger hat folgende Optionen (Benennung ist
 |===
 | Option | Wert   | Beschreibung
 
-| enabled | `on`, `off` |
-  Wenn die Option auf `off` gesetzt ist, dann ist der Trigger deaktiviert und die Ausführung ist gestoppt.
+| enabled | `on`, `off`
+| Wenn die Option auf `off` gesetzt ist, dann ist der Trigger deaktiviert und die Ausführung ist gestoppt.
 
 | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`,
-  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` |
-  Der hook welcher durch Trigger genutzt werden soll. Für weitere Informationen siehe
+  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+`
+| Der hook welcher durch Trigger genutzt werden soll. Für weitere Informationen siehe
   link:weechat_plugin_api.en.html#hooks[Anleitung für API Erweiterung / Hooks] (Englisch).
 
-| arguments | string |
-  Argumente welche der Hook nutzen soll. Dies ist davon abhängig welcher Hook-Typ genutzt wird.
+| arguments | string
+| Argumente welche der Hook nutzen soll. Dies ist davon abhängig welcher Hook-Typ genutzt wird.
 
-| conditions | string |
-  Bedingung wann der Trigger ausgeführt werden soll; Inhalt ist evaluiert
+| conditions | string
+| Bedingung wann der Trigger ausgeführt werden soll; Inhalt ist evaluiert
   (siehe Befehl <<command_weechat_eval,/eval>>).
 
-| regex | string |
-  Einer oder mehrere erweiterte reguläre POSIX Ausdrücke, um die empfangenen Daten
+| regex | string
+| Einer oder mehrere erweiterte reguläre POSIX Ausdrücke, um die empfangenen Daten
   im Hook-Callback zu ändern (oder Daten die durch die Trigger-Erweiterung hinzugefügt
   worden sind), siehe <<trigger_regex,reguläre Ausdrücke>>.
 
-| command | string |
-  Befehl der ausgeführt werden soll (mehrere Befehle können durch Kommata
+| command | string
+| Befehl der ausgeführt werden soll (mehrere Befehle können durch Kommata
   voneinander getrennt werden); Inhalt ist evaluiert (siehe Befehl <<command_weechat_eval,/eval>>).
 
-| return_code | `+ok+`, `+ok_eat+`, `+error+` |
-  Rückgabewert des Callback (Standardwert: `ok`, sollte für fast jeden Trigger
+| return_code | `+ok+`, `+ok_eat+`, `+error+`
+| Rückgabewert des Callback (Standardwert: `ok`, sollte für fast jeden Trigger
   genutzt werden. Die anderen Werte werden höchst selten verwendet).
 
-| post_action | `none`, `disable`, `delete` |
-  Aktion welche nach der Abarbeitung des Triggers ausgeführt werden soll
+| post_action | `none`, `disable`, `delete`
+| Aktion welche nach der Abarbeitung des Triggers ausgeführt werden soll
   (Standardwert ist `none` und sollte in den meisten Fällen zur Anwendung
   kommen.)
 |===
@@ -4445,105 +4445,105 @@ ein Semikolon getrennt.
 |===
 | Hook | Argumente | Beispiele | Dokumentation (API)
 
-| signal |
-  1. Signalname (Priorität erlaubt) (erforderlich) +
+| signal
+| 1. Signalname (Priorität erlaubt) (erforderlich) +
   2. Signalname (Priorität erlaubt) +
-  3. ... |
-  `+*,irc_in_privmsg+` +
+  3. ...
+| `+*,irc_in_privmsg+` +
   `+*,irc_in_privmsg;*,irc_in_notice+` +
-  `+signal_sigwinch+` |
-  link:weechat_plugin_api.en.html#_hook_signal[hook_signal] (Englisch)
+  `+signal_sigwinch+`
+| link:weechat_plugin_api.en.html#_hook_signal[hook_signal] (Englisch)
 
-| hsignal |
-  1. Signalname (Priorität erlaubt) (erforderlich) +
+| hsignal
+| 1. Signalname (Priorität erlaubt) (erforderlich) +
   2. Signalname (Priorität erlaubt) +
-  3. ... |
-  `+nicklist_nick_added+` |
-  link:weechat_plugin_api.en.html#_hook_hsignal[hook_hsignal] (Englisch)
+  3. ...
+| `+nicklist_nick_added+`
+| link:weechat_plugin_api.en.html#_hook_hsignal[hook_hsignal] (Englisch)
 
-| modifier |
-  1. modifier-Name (Priorität erlaubt) (erforderlich) +
+| modifier
+| 1. modifier-Name (Priorität erlaubt) (erforderlich) +
   2. modifier-Name (Priorität erlaubt) +
-  3. ... |
-  `+weechat_print+` +
-  `+5000\|input_text_display;5000\|history_add+` |
-  link:weechat_plugin_api.en.html#_hook_modifier[hook_modifier] (Englisch)
+  3. ...
+| `+weechat_print+` +
+  `+5000\|input_text_display;5000\|history_add+`
+| link:weechat_plugin_api.en.html#_hook_modifier[hook_modifier] (Englisch)
 
-| line |
-  1. Buffertyp +
+| line
+| 1. Buffertyp +
   2. Buffername +
-  3. Tags |
-  `+formatted+` +
+  3. Tags
+| `+formatted+` +
   `+free+` +
   `+*;irc.libera.*+` +
   `+*;irc.libera.#weechat+` +
-  `+formatted;irc.libera.#weechat;irc_notice+` |
-  link:weechat_plugin_api.en.html#_hook_line[hook_line]
+  `+formatted;irc.libera.#weechat;irc_notice+`
+| link:weechat_plugin_api.en.html#_hook_line[hook_line]
 
-| print |
-  1. Buffername +
+| print
+| 1. Buffername +
   2. Tags +
   3. Nachricht +
-  4. entferne Farben (0/1) |
-  `+irc.libera.*+` +
+  4. entferne Farben (0/1)
+| `+irc.libera.*+` +
   `+irc.libera.#weechat+` +
   `+irc.libera.#weechat;irc_notice+` +
-  `+*;;;1+` |
-  link:weechat_plugin_api.en.html#_hook_print[hook_print] (Englisch)
+  `+*;;;1+`
+| link:weechat_plugin_api.en.html#_hook_print[hook_print] (Englisch)
 
-| command |
-  1. Befehlsname (Priorität erlaubt) (erforderlich) +
+| command
+| 1. Befehlsname (Priorität erlaubt) (erforderlich) +
   2. Beschreibung (evaluiert, siehe Befehl <<command_weechat_eval,/eval>>) +
   3. Argumente (evaluiert, siehe Befehl <<command_weechat_eval,/eval>>) +
   4. Beschreibung der Argumente (evaluiert, siehe Befehl <<command_weechat_eval,/eval>>) +
-  5. Vervollständigung (evaluiert, siehe Befehl <<command_weechat_eval,/eval>>) |
-  `+test+` +
+  5. Vervollständigung (evaluiert, siehe Befehl <<command_weechat_eval,/eval>>)
+| `+test+` +
   `+5000\|test+` +
-  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
-  link:weechat_plugin_api.en.html#_hook_command[hook_command] (Englisch)
+  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+`
+| link:weechat_plugin_api.en.html#_hook_command[hook_command] (Englisch)
 
-| command_run |
-  1. Befehl (Priorität erlaubt) (erforderlich) +
+| command_run
+| 1. Befehl (Priorität erlaubt) (erforderlich) +
   2. Befehl (Priorität erlaubt) +
-  3. ... |
-  `+/cmd arguments+` |
-  link:weechat_plugin_api.en.html#_hook_command_run[hook_command_run] (Englisch)
+  3. ...
+| `+/cmd arguments+`
+| link:weechat_plugin_api.en.html#_hook_command_run[hook_command_run] (Englisch)
 
-| timer |
-  1. Intervall in Millisekunden (erforderlich) +
+| timer
+| 1. Intervall in Millisekunden (erforderlich) +
   2. Abgleich der Sekunden (Standardwert: 0) +
-  3. max. Anzahl an Aufrufen (Standardwert: 0, was "unendlich" bedeutet) |
-  `+3600000+` +
-  `+60000;0;5+` |
-  link:weechat_plugin_api.en.html#_hook_timer[hook_timer] (Englisch)
+  3. max. Anzahl an Aufrufen (Standardwert: 0, was "unendlich" bedeutet)
+| `+3600000+` +
+  `+60000;0;5+`
+| link:weechat_plugin_api.en.html#_hook_timer[hook_timer] (Englisch)
 
-| config |
-  1. Name der Option (Priorität erlaubt) (erforderlich) +
+| config
+| 1. Name der Option (Priorität erlaubt) (erforderlich) +
   2. Name der Option (Priorität erlaubt) +
-  3. ... |
-  `+weechat.look.*+` |
-  link:weechat_plugin_api.en.html#_hook_config[hook_config] (Englisch)
+  3. ...
+| `+weechat.look.*+`
+| link:weechat_plugin_api.en.html#_hook_config[hook_config] (Englisch)
 
-| focus |
-  1. area Name (Priorität erlaubt) (erforderlich) +
+| focus
+| 1. area Name (Priorität erlaubt) (erforderlich) +
   2. area Name (Priorität erlaubt) +
-  3. ... |
-  `+buffer_nicklist+` |
-  link:weechat_plugin_api.en.html#_hook_focus[hook_focus] (Englisch)
+  3. ...
+| `+buffer_nicklist+`
+| link:weechat_plugin_api.en.html#_hook_focus[hook_focus] (Englisch)
 
-| info |
-  1. info name (Priorität erlaubt) (erforderlich) +
+| info
+| 1. info name (Priorität erlaubt) (erforderlich) +
   2. info name (Priorität erlaubt) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.en.html#_hook_info[hook_info] (Englisch)
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.en.html#_hook_info[hook_info] (Englisch)
 
-| info_hashtable |
-  1. info name (Priorität erlaubt) (erforderlich) +
+| info_hashtable
+| 1. info name (Priorität erlaubt) (erforderlich) +
   2. info name (Priorität erlaubt) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.en.html#_hook_info_hashtable[hook_info_hashtable] (Englisch)
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.en.html#_hook_info_hashtable[hook_info_hashtable] (Englisch)
 |===
 
 [[trigger_conditions]]
index 5b92f852351f4c74944891ff4905804be85f7414..533db61d03bd825a7dd69b2cd8b371118b991678 100644 (file)
@@ -1133,8 +1133,8 @@ Where _component_ is one of following:
 |===
 | Component | Files | Description
 
-| core |
-  AUTHORS.adoc +
+| core
+| AUTHORS.adoc +
   ChangeLog.adoc +
   Contributing.adoc +
   .github/FUNDING.yml +
@@ -1146,76 +1146,76 @@ Where _component_ is one of following:
   src/core/* +
   src/gui/* +
   version.sh +
-  weechat.desktop |
-  WeeChat core
+  weechat.desktop
+| WeeChat core
 
-| build |
-  autogen.sh +
+| build
+| autogen.sh +
   CMakeLists.txt +
   cmake/* +
   configure.ac +
   Makefile.am +
   tools/* +
   weechat.cygport.in +
-  weechat.spec |
-  Build
+  weechat.spec
+| Build
 
-| ci |
-  .github/workflows/* |
-  Continuous integration
+| ci
+| .github/workflows/*
+| Continuous integration
 
-| debian |
-  debian-devel/* +
-  debian-stable/* |
-  Debian packaging
+| debian
+| debian-devel/* +
+  debian-stable/*
+| Debian packaging
 
-| tests |
-  tests/* |
-  Tests
+| tests
+| tests/*
+| Tests
 
-| doc |
-  doc/* |
-  General doc updates, for example build
+| doc
+| doc/*
+| General doc updates, for example build
 
-| doc/man |
-  doc/xx/weechat.1.xx.adoc +
-  doc/xx/weechat-headless.1.xx.adoc |
-  Man pages
+| doc/man
+| doc/xx/weechat.1.xx.adoc +
+  doc/xx/weechat-headless.1.xx.adoc
+| Man pages
 
-| doc/faq |
-  doc/xx/weechat_faq.xx.adoc |
-  Frequently asked questions (FAQ)
+| doc/faq
+| doc/xx/weechat_faq.xx.adoc
+| Frequently asked questions (FAQ)
 
-| doc/quickstart |
-  doc/xx/weechat_quickstart.xx.adoc |
-  Quickstart guide
+| doc/quickstart
+| doc/xx/weechat_quickstart.xx.adoc
+| Quickstart guide
 
-| doc/user |
-  doc/xx/weechat_user.xx.adoc |
-  User's guide
+| doc/user
+| doc/xx/weechat_user.xx.adoc
+| User's guide
 
-| doc/scripting |
-  doc/xx/weechat_scripting.xx.adoc |
-  Scripting guide
+| doc/scripting
+| doc/xx/weechat_scripting.xx.adoc
+| Scripting guide
 
-| doc/api |
-  doc/xx/weechat_plugin_api.xx.adoc |
-  Plugin API reference
+| doc/api
+| doc/xx/weechat_plugin_api.xx.adoc
+| Plugin API reference
 
-| doc/relay |
-  doc/xx/weechat_relay_protocol.xx.adoc |
-  Relay protocol
+| doc/relay
+| doc/xx/weechat_relay_protocol.xx.adoc
+| Relay protocol
 
-| doc/dev |
-  doc/xx/weechat_dev.en.adoc |
-  Developer's guide
+| doc/dev
+| doc/xx/weechat_dev.en.adoc
+| Developer's guide
 
 | irc +
   python +
   relay +
-  … |
-  src/plugins/<name>/* |
-  Plugin
+  …
+| src/plugins/<name>/*
+| Plugin
 
 |===
 
index 1343e3a6407315851956c22b967abeff0097fd03..74f3a9a6f5d9fba6221ec8895581c7d30f82242e 100644 (file)
@@ -2389,17 +2389,17 @@ from first used to last):
 |===
 | Operator | Min WeeChat | Description | Examples
 
-| `+&&+` | |
-  Logical "and" |
-  >> `+25 && 77+` +
+| `+&&+` |
+| Logical "and"
+| >> `+25 && 77+` +
   == `+1+` +
   +
   >> `+25 && 0+` +
   == `+0+`
 
-| `+\|\|+` | |
-  Logical "or" |
-  >> `+25 \|\| 0+` +
+| `+\|\|+` |
+| Logical "or"
+| >> `+25 \|\| 0+` +
   == `+1+` +
   +
   >> `+0 \|\| 0+` +
@@ -2413,105 +2413,105 @@ from first used to last):
 |===
 | Operator | Min WeeChat | Description | Examples
 
-| `+=~+` | |
-  Is matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def =~ ab.*ef+` +
+| `+=~+` |
+| Is matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>)
+| >> `+abc def =~ ab.*ef+` +
   == `+1+` +
   +
   >> `+abc def =~ y.*z+` +
   == `+0+`
 
-| `+!~+` | |
-  Is NOT matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def !~ ab.*ef+` +
+| `+!~+` |
+| Is NOT matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>)
+| >> `+abc def !~ ab.*ef+` +
   == `+0+` +
   +
   >> `+abc def !~ y.*z+` +
   == `+1+`
 
-| `+==*+` | 2.9 |
-  Is matching mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def ==* a*f+` +
+| `+==*+` | 2.9
+| Is matching mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>)
+| >> `+abc def ==* a*f+` +
   == `+1+` +
   +
   >> `+abc def ==* y*z+` +
   == `+0+`
 
-| `+!!*+` | 2.9 |
-  Is NOT wildcard mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def !!* a*f+` +
+| `+!!*+` | 2.9
+| Is NOT wildcard mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>)
+| >> `+abc def !!* a*f+` +
   == `+0+` +
   +
   >> `+abc def !!* y*z+` +
   == `+1+`
 
-| `+=*+` | 1.8 |
-  Is matching mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def =* A*F+` +
+| `+=*+` | 1.8
+| Is matching mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>)
+| >> `+abc def =* A*F+` +
   == `+1+` +
   +
   >> `+abc def =* Y*Z+` +
   == `+0+`
 
-| `+!*+` | 1.8 |
-  Is NOT wildcard mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def !* A*F+` +
+| `+!*+` | 1.8
+| Is NOT wildcard mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>)
+| >> `+abc def !* A*F+` +
   == `+0+` +
   +
   >> `+abc def !* Y*Z+` +
   == `+1+`
 
-| `+==-+` | 2.9 |
-  Is included, case sensitive |
-  >> `+abc def ==- bc+` +
+| `+==-+` | 2.9
+| Is included, case sensitive
+| >> `+abc def ==- bc+` +
   == `+1+` +
   +
   >> `+abc def ==- xyz+` +
   == `+0+`
 
-| `+!!-+` | 2.9 |
-  Is NOT included, case sensitive |
-  >> `+abc def !!- bc+` +
+| `+!!-+` | 2.9
+| Is NOT included, case sensitive
+| >> `+abc def !!- bc+` +
   == `+0+` +
   +
   >> `+abc def !!- xyz+` +
   == `+1+`
 
-| `+=-+` | 2.9 |
-  Is included, case insensitive |
-  >> `+abc def =- BC+` +
+| `+=-+` | 2.9
+| Is included, case insensitive
+| >> `+abc def =- BC+` +
   == `+1+` +
   +
   >> `+abc def =- XYZ+` +
   == `+0+`
 
-| `+!-+` | 2.9 |
-  Is NOT included, case insensitive |
-  >> `+abc def !- BC+` +
+| `+!-+` | 2.9
+| Is NOT included, case insensitive
+| >> `+abc def !- BC+` +
   == `+0+` +
   +
   >> `+abc def !- XYZ+` +
   == `+1+`
 
-| `+==+` | |
-  Equal |
-  >> `+test == test+` +
+| `+==+` |
+| Equal
+| >> `+test == test+` +
   == `+1+` +
   +
   >> `+test == string+` +
   == `+0+`
 
-| `+!=+` | |
-  Not equal |
-  >> `+test != test+` +
+| `+!=+` |
+| Not equal
+| >> `+test != test+` +
   == `+0+` +
   +
   >> `+test != string+` +
   == `+1+`
 
-| `+<=+` | |
-  Less or equal |
-  >> `+abc <= defghi+` +
+| `+<=+` |
+| Less or equal
+| >> `+abc <= defghi+` +
   == `+1+` +
   +
   >> `+abc <= abc+` +
@@ -2523,9 +2523,9 @@ from first used to last):
   >> `+15 <= 2+` +
   == `+0+`
 
-| `+<+` | |
-  Less |
-  >> `+abc < defghi+` +
+| `+<+` |
+| Less
+| >> `+abc < defghi+` +
   == `+1+` +
   +
   >> `+abc < abc+` +
@@ -2537,9 +2537,9 @@ from first used to last):
   >> `+15 < 2+` +
   == `+0+`
 
-| `+>=+` | |
-  Greater or equal |
-  >> `+defghi >= abc+` +
+| `+>=+` |
+| Greater or equal
+| >> `+defghi >= abc+` +
   == `+1+` +
   +
   >> `+abc >= abc+` +
@@ -2551,9 +2551,9 @@ from first used to last):
   >> `+15 >= 2+` +
   == `+1+`
 
-| `+>+` | |
-  Greater |
-  >> `+defghi > abc+` +
+| `+>+` |
+| Greater
+| >> `+defghi > abc+` +
   == `+1+` +
   +
   >> `+abc > abc+` +
@@ -2589,25 +2589,25 @@ expanded to last):
 |===
 | Format | Min WeeChat | Description | Examples
 
-| `+${raw:xxx}+` | 3.1 |
-  Raw string (not evaluated). |
-  >> `+${raw:${info:version}}+` +
+| `+${raw:xxx}+` | 3.1
+| Raw string (not evaluated).
+| >> `+${raw:${info:version}}+` +
   == `+${info:version}+`
 
-| `+${name}+` | 3.4 |
-  User variable (defined with `+${define:name,value}+`). |
-  >> `+${name}+` +
+| `+${name}+` | 3.4
+| User variable (defined with `+${define:name,value}+`).
+| >> `+${name}+` +
   == `+value+`
 
-| `+${name}+` | |
-  Variable `name` from hashtable _extra_vars_. |
-  >> `+${name}+` +
+| `+${name}+` |
+| Variable `name` from hashtable _extra_vars_.
+| >> `+${name}+` +
   == `+value+`
 
-| `+${weechat_xxx_dir}+` | 3.2 |
-  A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
-  `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`. |
-  >> `+${weechat_config_dir}+` +
+| `+${weechat_xxx_dir}+` | 3.2
+| A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
+  `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`.
+| >> `+${weechat_config_dir}+` +
   == `+/home/user/.config/weechat+` +
   +
   >> `+${weechat_data_dir}+` +
@@ -2619,48 +2619,48 @@ expanded to last):
   >> `+${weechat_runtime_dir}+` +
   == `+/run/user/1000/weechat+`
 
-| `+${eval:xxx}+` | 1.3 |
-  String to evaluate. |
-  >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
+| `+${eval:xxx}+` | 1.3
+| String to evaluate.
+| >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
   == `+19:02:45+` ^(1)^ +
   +
   ^(1)^ With colors if there are color codes in the option
   weechat.look.buffer_time_format
 
-| `+${eval_cond:xxx}+` | 3.1 |
-  String to evaluate as condition. |
-  >> `+${eval_cond:${window.win_width} > 100}+` +
+| `+${eval_cond:xxx}+` | 3.1
+| String to evaluate as condition.
+| >> `+${eval_cond:${window.win_width} > 100}+` +
   == `+1+`
 
 | `+${esc:xxx}+` +
-  `+${\xxx}+` | 1.0 |
-  String with escaped chars. |
-  >> `+${esc:prefix\tmessage}+` +
+  `+${\xxx}+` | 1.0
+| String with escaped chars.
+| >> `+${esc:prefix\tmessage}+` +
   == `+prefix<TAB>message+` +
   +
   >> `+${\ua9}+` +
   == `+©+`
 
-| `+${lower:string}+` | 3.6 |
-  String converted to lower case. |
-  >> `+${lower:TEST}+` +
+| `+${lower:string}+` | 3.6
+| String converted to lower case.
+| >> `+${lower:TEST}+` +
   >> `+test+`
 
-| `+${upper:string}+` | 3.6 |
-  String converted to upper case. |
-  >> `+${upper:test}+` +
+| `+${upper:string}+` | 3.6
+| String converted to upper case.
+| >> `+${upper:test}+` +
   >> `+TEST+`
 
-| `+${hide:x,string}+` | 1.1 |
-  String with hidden chars (all chars in `string` replaced by `x`). |
-  >> `+${hide:*,password}+` +
+| `+${hide:x,string}+` | 1.1
+| String with hidden chars (all chars in `string` replaced by `x`).
+| >> `+${hide:*,password}+` +
   >> `+********+`
 
 | `+${cut:max,suffix,string}+` +
-  `+${cut:+max,suffix,string}+` | 1.8 |
-  String with `max` chars, and optional `suffix` if string is cut. +
-  With the format `+max`, the suffix is counted in max length. |
-  >> `+${cut:4,…,this is a test}+` +
+  `+${cut:+max,suffix,string}+` | 1.8
+| String with `max` chars, and optional `suffix` if string is cut. +
+  With the format `+max`, the suffix is counted in max length.
+| >> `+${cut:4,…,this is a test}+` +
   == `+this…+` +
   +
   >> `+${cut:+4,…,this is a test}+` +
@@ -2670,10 +2670,10 @@ expanded to last):
   == `+こん>>+`
 
 | `+${cutscr:max,suffix,string}+` +
-  `+${cutscr:+max,suffix,string}+` | 1.8 |
-  String with `max` chars displayed on screen, and optional `suffix` if string is cut. +
-  With the format `+max`, the suffix is counted in max length. |
-  >> `+${cutscr:4,…,this is a test}+` +
+  `+${cutscr:+max,suffix,string}+` | 1.8
+| String with `max` chars displayed on screen, and optional `suffix` if string is cut. +
+  With the format `+max`, the suffix is counted in max length.
+| >> `+${cutscr:4,…,this is a test}+` +
   == `+this…+` +
   +
   >> `+${cutscr:+4,…,this is a test}+` +
@@ -2682,10 +2682,10 @@ expanded to last):
   >> `+${cutscr:2,>>,こんにちは世界}+` +
   == `+こ>>+`
 
-| `+${rev:xxx}+` | 2.2 |
-  Reversed string (color codes are reversed, so the string should not contain
-  color codes). |
-  >> `+${rev:Hello, world!}+` +
+| `+${rev:xxx}+` | 2.2
+| Reversed string (color codes are reversed, so the string should not contain
+  color codes).
+| >> `+${rev:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${rev:Hello, ${color:red}world!}+` +
@@ -2693,9 +2693,9 @@ expanded to last):
   +
   ^(1)^ No color, the color code is reversed
 
-| `+${revscr:xxx}+` | 2.7 |
-  Reversed string for screen, color codes are not reversed. |
-  >> `+${revscr:Hello, world!}+` +
+| `+${revscr:xxx}+` | 2.7
+| Reversed string for screen, color codes are not reversed.
+| >> `+${revscr:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${revscr:Hello, ${color:red}world!}+` +
@@ -2703,29 +2703,29 @@ expanded to last):
   +
   ^(1)^ `pass:[ ,olleH]` in red
 
-| `+${repeat:count,string}+` | 2.3 |
-  Repeated string. |
-  >> `+${repeat:5,-}+` +
+| `+${repeat:count,string}+` | 2.3
+| Repeated string.
+| >> `+${repeat:5,-}+` +
   == `+-----+`
 
-| `+${length:xxx}+` | 2.7 |
-  Length of string (number of UTF-8 chars), color codes are ignored. |
-  >> `+${length:test}+` +
+| `+${length:xxx}+` | 2.7
+| Length of string (number of UTF-8 chars), color codes are ignored.
+| >> `+${length:test}+` +
   == `+4+` +
   +
   >> `+${length:こんにちは世界}+` +
   == `+7+`
 
-| `+${lengthscr:xxx}+` | 2.7 |
-  Length of string displayed on screen, color codes are ignored. |
-  >> `+${lengthscr:test}+` +
+| `+${lengthscr:xxx}+` | 2.7
+| Length of string displayed on screen, color codes are ignored.
+| >> `+${lengthscr:test}+` +
   == `+4+` +
   +
   >> `+${lengthscr:こんにちは世界}+` +
   == `+14+`
 
-| `+${split:number,seps,flags,xxx}+` | 3.3 |
-  Split string, and return, according to `number`: +
+| `+${split:number,seps,flags,xxx}+` | 3.3
+| Split string, and return, according to `number`: +
   - `count`: the number of items after split +
   - `random`: a random item +
   - integer ≥ 1: the item by index (1 = first item) +
@@ -2737,8 +2737,8 @@ expanded to last):
   - `collapse_seps`: collapse multiple consecutive separators into a single one +
   - `keep_eol`: keep end of line for each value +
   - `strip_items=xyz`: strip chars `x`, `y` and `z` from beginning/end of items +
-  - `max_items=N`: return max N items |
-  >> `+${split:1,,,abc,def,ghi}+` +
+  - `max_items=N`: return max N items
+| >> `+${split:1,,,abc,def,ghi}+` +
   == `+abc+` +
   +
   >> `+${split:-1,,,abc,def,ghi}+` +
@@ -2765,13 +2765,13 @@ expanded to last):
   >> `+${split:2, ,keep_eol,this is a test}+` +
   == `+is a test+`
 
-| `+${split_shell:number,xxx}+` | 3.3 |
-  Split shell arguments, and return, according to `number`: +
+| `+${split_shell:number,xxx}+` | 3.3
+| Split shell arguments, and return, according to `number`: +
   - `count`: the number of arguments after split +
   - `random`: a random argument +
   - integer ≥ 1: the argument by index (1 = first argument) +
-  - integer ≤ -1: the argument by index from the end (-1 = last argument, -2 = penultimate argument, etc.) |
-  >> `+${split_shell:1,"first arg" arg2}+` +
+  - integer ≤ -1: the argument by index from the end (-1 = last argument, -2 = penultimate argument, etc.)
+| >> `+${split_shell:1,"first arg" arg2}+` +
   == `+first arg+` +
   +
   >> `+${split_shell:-1,"first arg" arg2}+` +
@@ -2783,14 +2783,14 @@ expanded to last):
   >> `+${split_shell:random,"first arg" arg2}+` +
   == `+arg2+`
 
-| `+${re:xxx}+` | 1.1 |
-  Regex data: +
+| `+${re:xxx}+` | 1.1
+| Regex data: +
   `0` = whole string matching, +
   `1` to `99` = group captured, +
   `+++` = last group captured, +
   `#` = index of last group captured _(WeeChat ≥ 1.8)_, +
-  `repl_index` = index of replacement being done (starts to 1) _(WeeChat ≥ 3.3)_. |
-  >> `+${re:0}+` +
+  `repl_index` = index of replacement being done (starts to 1) _(WeeChat ≥ 3.3)_.
+| >> `+${re:0}+` +
   == `+test1 test2+` +
   +
   >> `+${re:1}+` +
@@ -2808,10 +2808,10 @@ expanded to last):
   >> `+${re:repl_index}+` +
   == `+1+`
 
-| `+${color:name}+` | 0.4.2 |
-  WeeChat color code (the name of color has optional attributes),
-  see function <<_color,color>> for supported formats. |
-  >> `+${color:red}red text+` +
+| `+${color:name}+` | 0.4.2
+| WeeChat color code (the name of color has optional attributes),
+  see function <<_color,color>> for supported formats.
+| >> `+${color:red}red text+` +
   == `+red text+` ^(1)^ +
   +
   >> `+${color:*214}bold orange text+` +
@@ -2820,28 +2820,28 @@ expanded to last):
   ^(1)^ In red +
   ^(2)^ In bold orange
 
-| `+${modifier:name,data,string}+` | 2.7 |
-  Result of a modifier, see function
-  <<_hook_modifier_exec,hook_modifier_exec>>. |
-  >> `+${modifier:eval_path_home,,~}+` +
+| `+${modifier:name,data,string}+` | 2.7
+| Result of a modifier, see function
+  <<_hook_modifier_exec,hook_modifier_exec>>.
+| >> `+${modifier:eval_path_home,,~}+` +
   == `+/home/user+` +
   +
   >> `+${modifier:eval_path_home,directory=config,%h/irc.conf}+` +
   == `+/home/user/.config/weechat/irc.conf+`
 
 | `+${info:name}+` +
-  `+${info:name,arguments}+` | 0.4.3 |
-  Info from WeeChat or a plugin, see function
-  <<_info_get,info_get>>. |
-  >> `+${info:version}+` +
+  `+${info:name,arguments}+` | 0.4.3
+| Info from WeeChat or a plugin, see function
+  <<_info_get,info_get>>.
+| >> `+${info:version}+` +
   == `+1.0+` +
   +
   >> `+${info:nick_color_name,foo}+` +
   == `+lightblue+`
 
-| `+${base_encode:base,xxx}+` | 2.9 |
-  String encoded in base 16, 32 or 64. |
-  >> `+${base_encode:16,test string}+` +
+| `+${base_encode:base,xxx}+` | 2.9
+| String encoded in base 16, 32 or 64.
+| >> `+${base_encode:16,test string}+` +
   == `+7465737420737472696E67+` +
   +
   >> `+${base_encode:32,test string}+` +
@@ -2850,9 +2850,9 @@ expanded to last):
   >> `+${base_encode:64,test string}+` +
   == `+dGVzdCBzdHJpbmc=+`
 
-| `+${base_decode:base,xxx}+` | 2.9 |
-  String decoded from base 16, 32 or 64. |
-  >> `+${base_decode:16,7465737420737472696E67}+` +
+| `+${base_decode:base,xxx}+` | 2.9
+| String decoded from base 16, 32 or 64.
+| >> `+${base_decode:16,7465737420737472696E67}+` +
   == `+test string+` +
   +
   >> `+${base_decode:32,ORSXG5BAON2HE2LOM4======}+` +
@@ -2862,31 +2862,31 @@ expanded to last):
   == `+test string+`
 
 | `+${date}+` +
-  `+${date:xxx}+` | 1.3 |
-  Current date/time, with custom format (see `man strftime`),
-  default format is `%F %T`. |
-  >> `+${date}+` +
+  `+${date:xxx}+` | 1.3
+| Current date/time, with custom format (see `man strftime`),
+  default format is `%F %T`.
+| >> `+${date}+` +
   == `+2015-06-30 19:02:45+` +
   +
   >> `+${date:%H:%M:%S}+` +
   == `+19:02:45+`
 
-| `+${env:NAME}+` | 1.2 |
-  Value of the environment variable `NAME`. |
-  >> `+${env:HOME}+` +
+| `+${env:NAME}+` | 1.2
+| Value of the environment variable `NAME`.
+| >> `+${env:HOME}+` +
   == `+/home/user+`
 
 | `+${if:condition}+` +
   `+${if:condition?true}+`
-  `+${if:condition?true:false}+` | 1.8 |
-  Ternary operator with a condition, a value if the condition is true (optional)
+  `+${if:condition?true:false}+` | 1.8
+| Ternary operator with a condition, a value if the condition is true (optional)
   and another value if the condition is false (optional). If values are not
-  given, "1" or "0" are returned, according to the result of the condition. |
-  >> `+${if:${info:term_width}>80?big:small}+` +
+  given, "1" or "0" are returned, according to the result of the condition.
+| >> `+${if:${info:term_width}>80?big:small}+` +
   == `+big+`
 
-| `+${calc:xxx}+` | 2.7 |
-  Result of expression, where parentheses and the following operators are
+| `+${calc:xxx}+` | 2.7
+| Result of expression, where parentheses and the following operators are
   supported: +
   `+++`: addition +
   `+-+`: subtraction +
@@ -2894,8 +2894,8 @@ expanded to last):
   `+/+`: division +
   `+//+`: result of division without fractional part +
   `+%+`: remainder of division +
-  `+**+`: power. |
-  >> `+${calc:5+2*3}+` +
+  `+**+`: power.
+| >> `+${calc:5+2*3}+` +
   == `+11+` +
   +
   >> `+${calc:(5+2)*3}+` +
@@ -2913,50 +2913,50 @@ expanded to last):
   >> `+${calc:2**16}+` +
   == `+65536+`
 
-| `+${random:min,max}+` | 3.3 |
-  Random integer number in the range from `min` to `max` (inclusive). |
-  >> `+${random:0,10}+` +
+| `+${random:min,max}+` | 3.3
+| Random integer number in the range from `min` to `max` (inclusive).
+| >> `+${random:0,10}+` +
   == `+3+`
 
-| `+${translate:xxx}+` | 3.2 |
-  Translated string (depends on the language used by WeeChat to display messages). |
-  >> `+${translate:Plugin}+` +
+| `+${translate:xxx}+` | 3.2
+| Translated string (depends on the language used by WeeChat to display messages).
+| >> `+${translate:Plugin}+` +
   == `+Extension+` ^(1)^ +
   +
   ^(1)^ Example in French
 
-| `+${define:name,value}+` | 3.4 |
-  Define a variable `name` set to `value`, which can then be used in the same
-  evaluated expression with `+${name}+`. |
-  >> `+${define:len,${calc:5+3}}${len}x${len}+` +
+| `+${define:name,value}+` | 3.4
+| Define a variable `name` set to `value`, which can then be used in the same
+  evaluated expression with `+${name}+`.
+| >> `+${define:len,${calc:5+3}}${len}x${len}+` +
   == `+8x8+`
 
-| `+${sec.data.name}+` | |
-  Value of the secured data `name`. |
-  >> `+${sec.data.libera_pass}+` +
+| `+${sec.data.name}+` |
+| Value of the secured data `name`.
+| >> `+${sec.data.libera_pass}+` +
   == `+my_password+`
 
-| `+${file.section.option}+` | |
-  Value of the option. |
-  >> `+${weechat.look.buffer_time_format}+` +
+| `+${file.section.option}+` |
+| Value of the option.
+| >> `+${weechat.look.buffer_time_format}+` +
   == `+%H:%M:%S+`
 
-| `+${name}+` | |
-  Value of local variable `name` in buffer. |
-  >> `+${nick}+` +
+| `+${name}+` |
+| Value of local variable `name` in buffer.
+| >> `+${nick}+` +
   == `+FlashCode+`
 
-| `+${pointer}+` | |
-  Variable `pointer` from hashtable _pointers_. |
-  >> `+${buffer}+` +
+| `+${pointer}+` |
+| Variable `pointer` from hashtable _pointers_.
+| >> `+${buffer}+` +
   == `+0x1234abcd+`
 
 | `+${hdata.var1.var2...}+` +
-  `+${hdata[list].var1.var2...}+` | |
-  Hdata value (pointers `window` and `buffer` are set by default with current
+  `+${hdata[list].var1.var2...}+` |
+| Hdata value (pointers `window` and `buffer` are set by default with current
   window/buffer), `list` can be a list name (example: "gui_buffers"), a pointer
-  (example: "0x1234abcd") or a pointer name (example: "my_pointer"). |
-  >> `+${buffer[gui_buffers].full_name}+` +
+  (example: "0x1234abcd") or a pointer name (example: "my_pointer").
+| >> `+${buffer[gui_buffers].full_name}+` +
   == `+core.weechat+` +
   +
   >> `+${buffer[my_buffer_pointer].full_name}+` +
@@ -9518,22 +9518,22 @@ available:
 |===
 | Option | Min WeeChat | Value | Default | Description
 
-| argN (N ≥ 1) | 0.4.0 | any string | no arguments |
-  Arguments for command; if no argument is given with these options,
+| argN (N ≥ 1) | 0.4.0 | any string | no arguments
+| Arguments for command; if no argument is given with these options,
   the command is automatically split like the shell does (and then command
   arguments are read in the _command_ argument).
 
-| stdin | 0.4.3 | (not used) | no stdin |
-  Create a pipe for writing data on standard input (stdin) of child process
+| stdin | 0.4.3 | (not used) | no stdin
+| Create a pipe for writing data on standard input (stdin) of child process
   (see function <<_hook_set,hook_set>>).
 
-| buffer_flush | 1.0 | number of bytes | 65536 |
-  Minimum number of bytes to flush stdout/stderr (to send output to callback),
+| buffer_flush | 1.0 | number of bytes | 65536
+| Minimum number of bytes to flush stdout/stderr (to send output to callback),
   between 1 and 65536. With the value 1, the output is sent immediately to the
   callback.
 
-| detached | 1.0 | (not used) | not detached |
-  Run the process in a detached mode: stdout and stderr are redirected to
+| detached | 1.0 | (not used) | not detached
+| Run the process in a detached mode: stdout and stderr are redirected to
   _/dev/null_.
 |===
 
@@ -9966,88 +9966,88 @@ Line data sent to the callback is a hashtable, with following values
 |===
 | Key | Value (formatted buffer) | Value (free buffer) | Examples
 
-| buffer |
-  Buffer pointer. |
-  Buffer pointer. |
-  `+0x1234abcd+`
+| buffer
+| Buffer pointer.
+| Buffer pointer.
+| `+0x1234abcd+`
 
-| buffer_name |
-  Buffer name. |
-  Buffer name. |
-  `+core.weechat+` +
+| buffer_name
+| Buffer name.
+| Buffer name.
+| `+core.weechat+` +
   `+irc.server.libera+` +
   `+irc.libera.#weechat+`
 
-| buffer_type |
-  "formatted" |
-  "free" |
-  `+formatted+` +
+| buffer_type
+| "formatted"
+| "free"
+| `+formatted+` +
   `+free+`
 
-| y |
-  N/A ("-1"). |
-  Line number (≥ "0"). |
-  `+-1+` +
+| y
+| N/A ("-1").
+| Line number (≥ "0").
+| `+-1+` +
   `+8+`
 
-| date |
-  Line date (timestamp). |
-  N/A ("0"). |
-  `+1533792000+`
-
-| date_printed |
-  Date when line was displayed (timestamp). |
-  N/A ("0"). |
-  `+1533792012+`
-
-| str_time |
-  Date for display (possible color codes inside). |
-  N/A (empty string). |
-  `+09:07:20+`
-
-| tags_count |
-  Number of tags in the line (≥ "0"). |
-  N/A ("0"). |
-  `+2+`
-
-| tags |
-  Comma-separated list of tags. |
-  N/A (empty string). |
-  `+irc_join,nick_test+`
-
-| displayed |
-  "0" = line is filtered (hidden) +
-  "1" = line is not filtered (displayed). |
-  "0" = line is filtered (hidden) +
-  "1" = line is not filtered (displayed). |
-  `+0+` +
+| date
+| Line date (timestamp).
+| N/A ("0").
+| `+1533792000+`
+
+| date_printed
+| Date when line was displayed (timestamp).
+| N/A ("0").
+| `+1533792012+`
+
+| str_time
+| Date for display (possible color codes inside).
+| N/A (empty string).
+| `+09:07:20+`
+
+| tags_count
+| Number of tags in the line (≥ "0").
+| N/A ("0").
+| `+2+`
+
+| tags
+| Comma-separated list of tags.
+| N/A (empty string).
+| `+irc_join,nick_test+`
+
+| displayed
+| "0" = line is filtered (hidden) +
+  "1" = line is not filtered (displayed).
+| "0" = line is filtered (hidden) +
+  "1" = line is not filtered (displayed).
+| `+0+` +
   `+1+`
 
-| notify_level |
-  "-1" = no notify +
+| notify_level
+| "-1" = no notify +
   "0" = low level +
   "1" = message +
   "2" = private message +
-  "3" = highlight |
-  N/A ("0"). |
-  `+2+`
-
-| highlight |
-  "0" = no highlight +
-  "1" = line has highlight. |
-  N/A ("0"). |
-  `+0+` +
+  "3" = highlight
+| N/A ("0").
+| `+2+`
+
+| highlight
+| "0" = no highlight +
+  "1" = line has highlight.
+| N/A ("0").
+| `+0+` +
   `+1+`
 
-| prefix |
-  Prefix of the line. |
-  N/A (empty string). |
-  `+-->+`
+| prefix
+| Prefix of the line.
+| N/A (empty string).
+| `+-->+`
 
-| message |
-  Message of the line. |
-  Message of the line. |
-  `+test (~test@example.com) has joined #channel+`
+| message
+| Message of the line.
+| Message of the line.
+| `+test (~test@example.com) has joined #channel+`
 |===
 
 The callback can return a hashtable with some fields to update the line.
@@ -10060,73 +10060,73 @@ in this hashtable):
 |===
 | Key | Allowed value (formatted buffer) | Allowed value (free buffer) | Result
 
-| buffer |
-  Pointer of a buffer with formatted content. |
-  Pointer of a buffer with free content. |
-  The line is displayed on this buffer. +
+| buffer
+| Pointer of a buffer with formatted content.
+| Pointer of a buffer with free content.
+| The line is displayed on this buffer. +
   If the value is empty, the line is deleted (anything else in the hashtable
   is then ignored); the next hooks of type "line" are not called.
 
-| buffer_name |
-  Name of a buffer with formatted content. |
-  Name of a buffer with free content. |
-  The line is displayed on this buffer. +
+| buffer_name
+| Name of a buffer with formatted content.
+| Name of a buffer with free content.
+| The line is displayed on this buffer. +
   If `buffer` is also set, the value of `+buffer_name+` has higher priority and is used. +
   If the value is empty, the line is deleted (anything else in the hashtable
   is then ignored); the next hooks of type "line" are not called.
 
-| y |
-  N/A. |
-  Integer (≥ "0"). |
-  The line number is set to this value.
+| y
+| N/A.
+| Integer (≥ "0").
+| The line number is set to this value.
 
-| date |
-  Timestamp. |
-  N/A. |
-  The date is set to this value. +
+| date
+| Timestamp.
+| N/A.
+| The date is set to this value. +
   The value of `+str_time+` is updated accordingly.
 
-| date_printed |
-  Timestamp. |
-  N/A. |
-  The printed date is set to this timestamp (not displayed).
+| date_printed
+| Timestamp.
+| N/A.
+| The printed date is set to this timestamp (not displayed).
 
-| str_time |
-  String. |
-  N/A. |
-  This string is used to display the date line. +
+| str_time
+| String.
+| N/A.
+| This string is used to display the date line. +
   If `date` is also set, the value of `+str_time+` has higher priority and is used.
 
-| tags |
-  String. |
-  N/A. |
-  The line tags are replaced with this comma-separated list of tags. +
+| tags
+| String.
+| N/A.
+| The line tags are replaced with this comma-separated list of tags. +
   The values of `+notify_level+` and `highlight` are updated accordingly.
 
-| notify_level |
-  Integer ("-1" to "3"). |
-  N/A. |
-  The notify level is set to this value. The hotlist will be updated
+| notify_level
+| Integer ("-1" to "3").
+| N/A.
+| The notify level is set to this value. The hotlist will be updated
   accordingly once the line is added in the buffer. +
   The value of `highlight` is updated accordingly. +
   If `tags` is also set, the value of `+notify_level+` has higher priority and is used.
 
-| highlight |
-  Integer ("0" or "1"). |
-  N/A. |
-  "0" disables highlight on the line, "1" forces a highlight on the line. +
+| highlight
+| Integer ("0" or "1").
+| N/A.
+| "0" disables highlight on the line, "1" forces a highlight on the line. +
   If `tags` or `+notify_level+` are set, the value of `highlight` has higher
   priority and is used.
 
-| prefix |
-  String. |
-  N/A. |
-  The line prefix is set to this value.
+| prefix
+| String.
+| N/A.
+| The line prefix is set to this value.
 
-| message |
-  String. |
-  String. |
-  The line message is set to this value.
+| message
+| String.
+| String.
+| The line message is set to this value.
 |===
 
 C example:
@@ -10336,636 +10336,636 @@ List of signals sent by WeeChat and plugins:
 |===
 | Plugin | Signal | Min WeeChat | Arguments | Description
 
-| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9 |
-  String: path to script. |
-  Scheme script loaded.
+| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9
+| String: path to script.
+| Scheme script loaded.
 
-| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Scheme script unloaded.
+| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9
+| String: path to script.
+| Scheme script unloaded.
 
-| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Scheme script(s) installed.
+| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Scheme script(s) installed.
 
-| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Scheme script(s) removed.
+| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Scheme script(s) removed.
 
-| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | |
-  String: message. |
-  IRC message from server (before irc plugin uses it,
+| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ |
+| String: message.
+| IRC message from server (before irc plugin uses it,
   signal sent only if message is *not* ignored). +
   Since version 2.2, the whole IRC message is sent, including tags. +
   If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message
   is immediately destroyed and not processed _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | |
-  String: message. |
-  IRC message from server (after irc plugin uses it,
+| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ |
+| String: message.
+| IRC message from server (after irc plugin uses it,
   signal sent only if message is *not* ignored). +
   Since version 2.2, the whole IRC message is sent, including tags.
 
-| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 |
-  String: message. |
-  IRC message from server (before irc plugin uses it,
+| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2
+| String: message.
+| IRC message from server (before irc plugin uses it,
   signal sent even if message is ignored). +
   Since version 2.2, the whole IRC message is sent, including tags. +
   If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message
   is immediately destroyed and not processed _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 |
-  String: message. |
-  IRC message from server (after irc plugin uses it,
+| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2
+| String: message.
+| IRC message from server (after irc plugin uses it,
   signal sent even if message is ignored). +
   Since version 2.2, the whole IRC message is sent, including tags.
 
-| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 |
-  String: message. |
-  IRC message sent to server before automatic split
+| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7
+| String: message.
+| IRC message sent to server before automatic split
   (to fit in 512 bytes by default).
 
-| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | |
-  String: message. |
-  IRC message sent to server after automatic split
+| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ |
+| String: message.
+| IRC message sent to server after automatic split
   (to fit in 512 bytes by default). +
   *Warning:* the string may contain invalid UTF-8 data.
   Signal "xxx,irc_out1_yyy" is recommended instead.
 
-| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 |
-  String: tags + ";" + message. |
-  Tags + IRC message sent to server. +
+| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4
+| String: tags + ";" + message.
+| Tags + IRC message sent to server. +
   *Warning:* the string may contain invalid UTF-8 data.
   Signal "xxx,irc_out1_yyy" is recommended instead.
 
-| irc | [[hook_signal_irc_ctcp]] irc_ctcp | |
-  String: message. |
-  CTCP received.
+| irc | [[hook_signal_irc_ctcp]] irc_ctcp |
+| String: message.
+| CTCP received.
 
-| irc | [[hook_signal_irc_dcc]] irc_dcc | |
-  String: message. |
-  New DCC.
+| irc | [[hook_signal_irc_dcc]] irc_dcc |
+| String: message.
+| New DCC.
 
-| irc | [[hook_signal_irc_pv]] irc_pv | |
-  String: message. |
-  Private message received.
+| irc | [[hook_signal_irc_pv]] irc_pv |
+| String: message.
+| Private message received.
 
-| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened | |
-  Pointer: buffer. |
-  Channel opened.
+| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened |
+| Pointer: buffer.
+| Channel opened.
 
-| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened | |
-  Pointer: buffer. |
-  Private opened.
+| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened |
+| Pointer: buffer.
+| Private opened.
 
-| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7 |
-  Pointer: buffer. |
-  Server buffer opened.
+| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7
+| Pointer: buffer.
+| Server buffer opened.
 
-| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting | |
-  String: server name. |
-  Connecting to server.
+| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting |
+| String: server name.
+| Connecting to server.
 
-| irc | [[hook_signal_irc_server_connected]] irc_server_connected | |
-  String: server name. |
-  Connected to server.
+| irc | [[hook_signal_irc_server_connected]] irc_server_connected |
+| String: server name.
+| Connected to server.
 
-| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected | |
-  String: server name. |
-  Disconnected from server.
+| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected |
+| String: server name.
+| Disconnected from server.
 
-| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8 |
-  String: server name. |
-  Lag changed on the server.
+| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8
+| String: server name.
+| Lag changed on the server.
 
-| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing | |
-  Pointer: ignore. |
-  Removing ignore.
+| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing |
+| Pointer: ignore.
+| Removing ignore.
 
-| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed | |
-  - |
-  Ignore removed.
+| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed |
+| -
+| Ignore removed.
 
-| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8 |
-  String: server name + "," + nick. |
-  A nick in notify list has joined server.
+| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8
+| String: server name + "," + nick.
+| A nick in notify list has joined server.
 
-| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8 |
-  String: server name + "," + nick. |
-  A nick in notify list has quit server.
+| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8
+| String: server name + "," + nick.
+| A nick in notify list has quit server.
 
-| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8 |
-  String: server name + "," + nick + "," + away message. |
-  A nick in notify list is now away on server.
+| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8
+| String: server name + "," + nick + "," + away message.
+| A nick in notify list is now away on server.
 
-| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8 |
-  String: server name + "," + nick + "," + away message. |
-  A nick in notify list is still away on server (away message has changed).
+| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8
+| String: server name + "," + nick + "," + away message.
+| A nick in notify list is still away on server (away message has changed).
 
-| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8 |
-  String: server name + "," + nick. |
-  A nick in notify list is back (away status removed).
+| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8
+| String: server name + "," + nick.
+| A nick in notify list is back (away status removed).
 
-| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2 |
-  String: path to script. |
-  JavaScript script loaded.
+| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2
+| String: path to script.
+| JavaScript script loaded.
 
-| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2 |
-  String: path to script. |
-  JavaScript script unloaded.
+| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2
+| String: path to script.
+| JavaScript script unloaded.
 
-| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2 |
-  String: comma-separated list of paths to scripts installed. |
-  JavaScript script(s) installed.
+| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2
+| String: comma-separated list of paths to scripts installed.
+| JavaScript script(s) installed.
 
-| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2 |
-  String: comma-separated list of scripts removed. |
-  JavaScript script(s) removed.
+| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2
+| String: comma-separated list of scripts removed.
+| JavaScript script(s) removed.
 
-| logger | [[hook_signal_logger_start]] logger_start | |
-  Pointer: buffer. |
-  Start logging for buffer.
+| logger | [[hook_signal_logger_start]] logger_start |
+| Pointer: buffer.
+| Start logging for buffer.
 
-| logger | [[hook_signal_logger_stop]] logger_stop | |
-  Pointer: buffer. |
-  Stop logging for buffer.
+| logger | [[hook_signal_logger_stop]] logger_stop |
+| Pointer: buffer.
+| Stop logging for buffer.
 
-| logger | [[hook_signal_logger_backlog]] logger_backlog | |
-  Pointer: buffer. |
-  Display backlog for buffer.
+| logger | [[hook_signal_logger_backlog]] logger_backlog |
+| Pointer: buffer.
+| Display backlog for buffer.
 
-| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9 |
-  String: path to script. |
-  Lua script loaded.
+| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9
+| String: path to script.
+| Lua script loaded.
 
-| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Lua script unloaded.
+| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9
+| String: path to script.
+| Lua script unloaded.
 
-| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Lua script(s) installed.
+| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Lua script(s) installed.
 
-| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Lua script(s) removed.
+| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Lua script(s) removed.
 
-| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9 |
-  String: path to script. |
-  Perl script loaded.
+| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9
+| String: path to script.
+| Perl script loaded.
 
-| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Perl script unloaded.
+| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9
+| String: path to script.
+| Perl script unloaded.
 
-| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Perl script(s) installed.
+| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Perl script(s) installed.
 
-| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Perl script(s) removed.
+| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Perl script(s) removed.
 
-| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0 |
-  String: path to script. |
-  PHP script loaded.
+| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0
+| String: path to script.
+| PHP script loaded.
 
-| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0 |
-  String: path to script. |
-  PHP script unloaded.
+| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0
+| String: path to script.
+| PHP script unloaded.
 
-| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0 |
-  String: comma-separated list of paths to scripts installed. |
-  PHP script(s) installed.
+| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0
+| String: comma-separated list of paths to scripts installed.
+| PHP script(s) installed.
 
-| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0 |
-  String: comma-separated list of scripts removed. |
-  PHP script(s) removed.
+| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0
+| String: comma-separated list of scripts removed.
+| PHP script(s) removed.
 
-| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9 |
-  String: path to script. |
-  Python script loaded.
+| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9
+| String: path to script.
+| Python script loaded.
 
-| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Python script unloaded.
+| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9
+| String: path to script.
+| Python script unloaded.
 
-| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Python script(s) installed.
+| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Python script(s) installed.
 
-| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Python script(s) removed.
+| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Python script(s) removed.
 
-| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0 |
-  Pointer: relay client. |
-  A relay client is connecting.
+| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0
+| Pointer: relay client.
+| A relay client is connecting.
 
-| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0 |
-  Pointer: relay client. |
-  Waiting for authentication from a relay client.
+| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0
+| Pointer: relay client.
+| Waiting for authentication from a relay client.
 
-| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0 |
-  Pointer: relay client. |
-  Successful authentication from a relay client.
+| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0
+| Pointer: relay client.
+| Successful authentication from a relay client.
 
-| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0 |
-  Pointer: relay client. |
-  A relay client is connected.
+| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0
+| Pointer: relay client.
+| A relay client is connected.
 
-| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0 |
-  Pointer: relay client. |
-  Authentication of a relay client has failed.
+| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0
+| Pointer: relay client.
+| Authentication of a relay client has failed.
 
-| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0 |
-  Pointer: relay client. |
-  A relay client is disconnected.
+| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0
+| Pointer: relay client.
+| A relay client is disconnected.
 
-| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9 |
-  String: path to script. |
-  Ruby script loaded.
+| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9
+| String: path to script.
+| Ruby script loaded.
 
-| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Ruby script unloaded.
+| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9
+| String: path to script.
+| Ruby script unloaded.
 
-| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Ruby script(s) installed.
+| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Ruby script(s) installed.
 
-| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Ruby script(s) removed.
+| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Ruby script(s) removed.
 
-| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4 |
-  Pointer: buffer. |
-  New suggestions for a misspelled word.
+| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4
+| Pointer: buffer.
+| New suggestions for a misspelled word.
 
-| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9 |
-  String: path to script. |
-  Tcl script loaded.
+| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9
+| String: path to script.
+| Tcl script loaded.
 
-| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Tcl script unloaded.
+| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9
+| String: path to script.
+| Tcl script unloaded.
 
-| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Tcl script(s) installed.
+| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Tcl script(s) installed.
 
-| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Tcl script(s) removed.
+| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Tcl script(s) removed.
 
-| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3 |
-  Pointer: buffer. |
-  User is typing a message (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3
+| Pointer: buffer.
+| User is typing a message (sent by typing plugin, used by irc plugin).
 
-| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3 |
-  Pointer: buffer. |
-  User paused during typing (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3
+| Pointer: buffer.
+| User paused during typing (sent by typing plugin, used by irc plugin).
 
-| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3 |
-  Pointer: buffer. |
-  User cleared the input without sending the message (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3
+| Pointer: buffer.
+| User cleared the input without sending the message (sent by typing plugin, used by irc plugin).
 
-| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3 |
-  Pointer: buffer. |
-  Message (not a command) sent to the buffer (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3
+| Pointer: buffer.
+| Message (not a command) sent to the buffer (sent by typing plugin, used by irc plugin).
 
-| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3 |
-  String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
-  "cleared") + ";" + nick. |
-  Set typing state for a nick on a buffer (sent by irc plugin, handled by typing plugin).
+| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3
+| String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
+  "cleared") + ";" + nick.
+| Set typing state for a nick on a buffer (sent by irc plugin, handled by typing plugin).
 
-| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3 |
-  Pointer: buffer. |
-  Remove typing state for all nicks on a buffer (sent by irc plugin, handled by typing plugin).
+| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3
+| Pointer: buffer.
+| Remove typing state for all nicks on a buffer (sent by irc plugin, handled by typing plugin).
 
-| weechat | [[hook_signal_buffer_opened]] buffer_opened | |
-  Pointer: buffer. |
-  Buffer opened.
+| weechat | [[hook_signal_buffer_opened]] buffer_opened |
+| Pointer: buffer.
+| Buffer opened.
 
-| weechat | [[hook_signal_buffer_closing]] buffer_closing | |
-  Pointer: buffer. |
-  Closing buffer.
+| weechat | [[hook_signal_buffer_closing]] buffer_closing |
+| Pointer: buffer.
+| Closing buffer.
 
-| weechat | [[hook_signal_buffer_closed]] buffer_closed | |
-  Pointer: buffer. |
-  Buffer closed.
+| weechat | [[hook_signal_buffer_closed]] buffer_closed |
+| Pointer: buffer.
+| Buffer closed.
 
-| weechat | [[hook_signal_buffer_cleared]] buffer_cleared | |
-  Pointer: buffer. |
-  Buffer cleared.
+| weechat | [[hook_signal_buffer_cleared]] buffer_cleared |
+| Pointer: buffer.
+| Buffer cleared.
 
-| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0 |
-  Pointer: buffer. |
-  Filters enabled in buffer.
+| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0
+| Pointer: buffer.
+| Filters enabled in buffer.
 
-| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0 |
-  Pointer: buffer. |
-  Filters disabled in buffer.
+| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0
+| Pointer: buffer.
+| Filters disabled in buffer.
 
-| weechat | [[hook_signal_buffer_hidden]] buffer_hidden | |
-  Pointer: buffer. |
-  Buffer hidden.
+| weechat | [[hook_signal_buffer_hidden]] buffer_hidden |
+| Pointer: buffer.
+| Buffer hidden.
 
-| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden | |
-  Pointer: buffer. |
-  Buffer unhidden.
+| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden |
+| Pointer: buffer.
+| Buffer unhidden.
 
-| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7 |
-  Pointer: line. |
-  Line added in a buffer.
+| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7
+| Pointer: line.
+| Line added in a buffer.
 
-| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden | |
-  Pointer: buffer. |
-  Lines hidden in buffer.
+| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden |
+| Pointer: buffer.
+| Lines hidden in buffer.
 
-| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added | |
-  Pointer: buffer. |
-  Local variable has been added.
+| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added |
+| Pointer: buffer.
+| Local variable has been added.
 
-| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed | |
-  Pointer: buffer. |
-  Local variable has changed.
+| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed |
+| Pointer: buffer.
+| Local variable has changed.
 
-| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed | |
-  Pointer: buffer. |
-  Local variable has been removed.
+| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed |
+| Pointer: buffer.
+| Local variable has been removed.
 
-| weechat | [[hook_signal_buffer_merged]] buffer_merged | |
-  Pointer: buffer. |
-  Buffer merged.
+| weechat | [[hook_signal_buffer_merged]] buffer_merged |
+| Pointer: buffer.
+| Buffer merged.
 
-| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged | |
-  Pointer: buffer. |
-  Buffer unmerged.
+| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged |
+| Pointer: buffer.
+| Buffer unmerged.
 
-| weechat | [[hook_signal_buffer_moved]] buffer_moved | |
-  Pointer: buffer. |
-  Buffer moved.
+| weechat | [[hook_signal_buffer_moved]] buffer_moved |
+| Pointer: buffer.
+| Buffer moved.
 
-| weechat | [[hook_signal_buffer_renamed]] buffer_renamed | |
-  Pointer: buffer. |
-  Buffer renamed.
+| weechat | [[hook_signal_buffer_renamed]] buffer_renamed |
+| Pointer: buffer.
+| Buffer renamed.
 
-| weechat | [[hook_signal_buffer_switch]] buffer_switch | |
-  Pointer: buffer. |
-  Switching buffer.
+| weechat | [[hook_signal_buffer_switch]] buffer_switch |
+| Pointer: buffer.
+| Switching buffer.
 
-| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed | |
-  Pointer: buffer. |
-  Title of buffer changed.
+| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed |
+| Pointer: buffer.
+| Title of buffer changed.
 
-| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed | |
-  Pointer: buffer. |
-  Type of buffer changed.
+| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed |
+| Pointer: buffer.
+| Type of buffer changed.
 
-| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3 |
-  Pointer: buffer. |
-  Merged buffer zoomed.
+| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3
+| Pointer: buffer.
+| Merged buffer zoomed.
 
-| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3 |
-  Pointer: buffer. |
-  Merged buffer unzoomed.
+| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3
+| Pointer: buffer.
+| Merged buffer unzoomed.
 
-| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2 |
-  - |
-  Start cursor mode.
+| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2
+| -
+| Start cursor mode.
 
-| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2 |
-  - |
-  End cursor mode.
+| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2
+| -
+| End cursor mode.
 
-| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2 |
-  String: new date, format: "2010-01-31". |
-  Day of system date has changed.
+| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2
+| String: new date, format: "2010-01-31".
+| Day of system date has changed.
 
-| weechat | [[hook_signal_debug_dump]] debug_dump | |
-  String: plugin name. |
-  Dump request.
+| weechat | [[hook_signal_debug_dump]] debug_dump |
+| String: plugin name.
+| Dump request.
 
-| weechat | [[hook_signal_debug_libs]] debug_libs | |
-  - |
-  Display external libraries used.
+| weechat | [[hook_signal_debug_libs]] debug_libs |
+| -
+| Display external libraries used.
 
-| weechat | [[hook_signal_filter_added]] filter_added | |
-  Pointer: filter. |
-  Filter added.
+| weechat | [[hook_signal_filter_added]] filter_added |
+| Pointer: filter.
+| Filter added.
 
-| weechat | [[hook_signal_filter_removing]] filter_removing | |
-  Pointer: filter. |
-  Removing filter.
+| weechat | [[hook_signal_filter_removing]] filter_removing |
+| Pointer: filter.
+| Removing filter.
 
-| weechat | [[hook_signal_filter_removed]] filter_removed | |
-  - |
-  Filter removed.
+| weechat | [[hook_signal_filter_removed]] filter_removed |
+| -
+| Filter removed.
 
-| weechat | [[hook_signal_filters_enabled]] filters_enabled | |
-  - |
-  Filters enabled.
+| weechat | [[hook_signal_filters_enabled]] filters_enabled |
+| -
+| Filters enabled.
 
-| weechat | [[hook_signal_filters_disabled]] filters_disabled | |
-  - |
-  Filters disabled.
+| weechat | [[hook_signal_filters_disabled]] filters_disabled |
+| -
+| Filters disabled.
 
-| weechat | [[hook_signal_hotlist_changed]] hotlist_changed | |
-  Pointer: buffer (can be NULL). |
-  Hotlist changed.
+| weechat | [[hook_signal_hotlist_changed]] hotlist_changed |
+| Pointer: buffer (can be NULL).
+| Hotlist changed.
 
-| weechat | [[hook_signal_input_paste_pending]] input_paste_pending | |
-  - |
-  Paste pending.
+| weechat | [[hook_signal_input_paste_pending]] input_paste_pending |
+| -
+| Paste pending.
 
-| weechat | [[hook_signal_input_search]] input_search | |
-  Pointer: buffer. |
-  Text search in buffer.
+| weechat | [[hook_signal_input_search]] input_search |
+| Pointer: buffer.
+| Text search in buffer.
 
-| weechat | [[hook_signal_input_text_changed]] input_text_changed | |
-  Pointer: buffer. |
-  Input text changed.
+| weechat | [[hook_signal_input_text_changed]] input_text_changed |
+| Pointer: buffer.
+| Input text changed.
 
-| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved | |
-  Pointer: buffer. |
-  Input text cursor moved.
+| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved |
+| Pointer: buffer.
+| Input text cursor moved.
 
-| weechat | [[hook_signal_key_bind]] key_bind | |
-  String: key. |
-  Key added.
+| weechat | [[hook_signal_key_bind]] key_bind |
+| String: key.
+| Key added.
 
-| weechat | [[hook_signal_key_unbind]] key_unbind | |
-  String: key. |
-  Key removed.
+| weechat | [[hook_signal_key_unbind]] key_unbind |
+| String: key.
+| Key removed.
 
-| weechat | [[hook_signal_key_pressed]] key_pressed | |
-  String: key pressed. |
-  Key pressed.
+| weechat | [[hook_signal_key_pressed]] key_pressed |
+| String: key pressed.
+| Key pressed.
 
-| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0 |
-  String: key combo. |
-  Key combo in _default_ context.
+| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0
+| String: key combo.
+| Key combo in _default_ context.
 
-| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0 |
-  String: key combo. |
-  Key combo in _search_ context.
+| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0
+| String: key combo.
+| Key combo in _search_ context.
 
-| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0 |
-  String: key combo. |
-  Key combo in _cursor_ context.
+| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0
+| String: key combo.
+| Key combo in _cursor_ context.
 
-| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1 |
-  - |
-  Mouse enabled.
+| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
+| -
+| Mouse enabled.
 
-| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1 |
-  - |
-  Mouse disabled.
+| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1
+| -
+| Mouse disabled.
 
-| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2 |
-  String: buffer pointer + "," + group name. |
-  Group added in nicklist.
+| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2
+| String: buffer pointer + "," + group name.
+| Group added in nicklist.
 
-| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4 |
-  String: buffer pointer + "," + group name. |
-  Group changed in nicklist.
+| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4
+| String: buffer pointer + "," + group name.
+| Group changed in nicklist.
 
-| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  String: buffer pointer + "," + group name. |
-  Removing group from nicklist.
+| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| String: buffer pointer + "," + group name.
+| Removing group from nicklist.
 
-| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2 |
-  String: buffer pointer + "," + group name. |
-  Group removed from nicklist.
+| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2
+| String: buffer pointer + "," + group name.
+| Group removed from nicklist.
 
-| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2 |
-  String: buffer pointer + "," + nick name. |
-  Nick added in nicklist.
+| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2
+| String: buffer pointer + "," + nick name.
+| Nick added in nicklist.
 
-| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4 |
-  String: buffer pointer + "," + nick name. |
-  Nick changed in nicklist.
+| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4
+| String: buffer pointer + "," + nick name.
+| Nick changed in nicklist.
 
-| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  String: buffer pointer + "," + nick name. |
-  Removing nick from nicklist.
+| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| String: buffer pointer + "," + nick name.
+| Removing nick from nicklist.
 
-| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2 |
-  String: buffer pointer + "," + nick name. |
-  Nick removed from nicklist.
+| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2
+| String: buffer pointer + "," + nick name.
+| Nick removed from nicklist.
 
-| weechat | [[hook_signal_partial_completion]] partial_completion | |
-  - |
-  Partial completion happened.
+| weechat | [[hook_signal_partial_completion]] partial_completion |
+| -
+| Partial completion happened.
 
-| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9 |
-  String: path to plugin loaded. |
-  Plugin loaded.
+| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9
+| String: path to plugin loaded.
+| Plugin loaded.
 
-| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9 |
-  String: name of plugin unloaded (example: "irc"). |
-  Plugin unloaded.
+| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9
+| String: name of plugin unloaded (example: "irc").
+| Plugin unloaded.
 
-| weechat | [[hook_signal_quit]] quit | |
-  String: arguments for /quit. |
-  Command `/quit` issued by user.
+| weechat | [[hook_signal_quit]] quit |
+| String: arguments for /quit.
+| Command `/quit` issued by user.
 
-| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3 |
-  - |
-  Signal SIGHUP received.
+| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3
+| -
+| Signal SIGHUP received.
 
-| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2 |
-  - |
-  Signal SIGQUIT received (quit request with core dump).
+| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2
+| -
+| Signal SIGQUIT received (quit request with core dump).
 
-| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2 |
-  - |
-  Signal SIGTERM received (graceful termination of WeeChat process).
+| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2
+| -
+| Signal SIGTERM received (graceful termination of WeeChat process).
 
-| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3 |
-  - |
-  Signal SIGWINCH received (terminal was resized).
+| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3
+| -
+| Signal SIGWINCH received (terminal was resized).
 
-| weechat | [[hook_signal_upgrade]] upgrade | |
-  String: "quit" if "-quit" argument was given for /upgrade, otherwise NULL. |
-  Command `/upgrade` issued by user.
+| weechat | [[hook_signal_upgrade]] upgrade |
+| String: "quit" if "-quit" argument was given for /upgrade, otherwise NULL.
+| Command `/upgrade` issued by user.
 
-| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4 |
-  - |
-  End of upgrade process (command `/upgrade`).
+| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4
+| -
+| End of upgrade process (command `/upgrade`).
 
-| weechat | [[hook_signal_weechat_highlight]] weechat_highlight | |
-  String: message with prefix. |
-  Highlight happened.
+| weechat | [[hook_signal_weechat_highlight]] weechat_highlight |
+| String: message with prefix.
+| Highlight happened.
 
-| weechat | [[hook_signal_weechat_pv]] weechat_pv | |
-  String: message with prefix. |
-  Private message displayed.
+| weechat | [[hook_signal_weechat_pv]] weechat_pv |
+| String: message with prefix.
+| Private message displayed.
 
-| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6 |
-  Pointer: window. |
-  Closing window.
+| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6
+| Pointer: window.
+| Closing window.
 
-| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6 |
-  Pointer: window. |
-  Window closed.
+| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6
+| Pointer: window.
+| Window closed.
 
-| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1 |
-  Pointer: window. |
-  Window opened.
+| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1
+| Pointer: window.
+| Window opened.
 
-| weechat | [[hook_signal_window_scrolled]] window_scrolled | |
-  Pointer: window. |
-  Scroll in window.
+| weechat | [[hook_signal_window_scrolled]] window_scrolled |
+| Pointer: window.
+| Scroll in window.
 
-| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7 |
-  Pointer: window. |
-  Switching window.
+| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7
+| Pointer: window.
+| Switching window.
 
-| weechat | [[hook_signal_window_zoom]] window_zoom | |
-  Pointer: current window. |
-  Zooming window.
+| weechat | [[hook_signal_window_zoom]] window_zoom |
+| Pointer: current window.
+| Zooming window.
 
-| weechat | [[hook_signal_window_zoomed]] window_zoomed | |
-  Pointer: current window. |
-  Window zoomed.
+| weechat | [[hook_signal_window_zoomed]] window_zoomed |
+| Pointer: current window.
+| Window zoomed.
 
-| weechat | [[hook_signal_window_unzoom]] window_unzoom | |
-  Pointer: current window. |
-  Unzooming window.
+| weechat | [[hook_signal_window_unzoom]] window_unzoom |
+| Pointer: current window.
+| Unzooming window.
 
-| weechat | [[hook_signal_window_unzoomed]] window_unzoomed | |
-  Pointer: current window. |
-  Window unzoomed.
+| weechat | [[hook_signal_window_unzoomed]] window_unzoomed |
+| Pointer: current window.
+| Window unzoomed.
 
-| xfer | [[hook_signal_xfer_add]] xfer_add | |
-  Pointer: infolist with xfer info. |
-  New xfer.
+| xfer | [[hook_signal_xfer_add]] xfer_add |
+| Pointer: infolist with xfer info.
+| New xfer.
 
-| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready | |
-  Pointer: infolist with xfer info. |
-  Xfer ready.
+| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready |
+| Pointer: infolist with xfer info.
+| Xfer ready.
 
-| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume | |
-  Pointer: infolist with xfer info. |
-  Accept xfer resume.
+| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume |
+| Pointer: infolist with xfer info.
+| Accept xfer resume.
 
-| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume | |
-  Pointer: infolist with xfer info. |
-  Xfer resumed.
+| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume |
+| Pointer: infolist with xfer info.
+| Xfer resumed.
 
-| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume | |
-  Pointer: infolist with xfer info. |
-  Start resume.
+| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume |
+| Pointer: infolist with xfer info.
+| Start resume.
 
-| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready | |
-  Pointer: infolist with xfer info. |
-  Xfer resume ready.
+| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready |
+| Pointer: infolist with xfer info.
+| Xfer resume ready.
 
-| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2 |
-  Pointer: infolist with xfer info. |
-  Xfer has ended.
+| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2
+| Pointer: infolist with xfer info.
+| Xfer has ended.
 |===
 
 [NOTE]
@@ -11254,45 +11254,45 @@ List of hsignals:
 |===
 | Plugin | Signal | Min WeeChat | Arguments | Description
 
-| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 |
-  See <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> |
-  Redirection output.
+| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4
+| See <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>>
+| Redirection output.
 
-| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _group_ (_struct t_gui_nick_group *_): group |
-  Group added in nicklist.
+  _group_ (_struct t_gui_nick_group *_): group
+| Group added in nicklist.
 
-| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _nick_ (_struct t_gui_nick *_): nick |
-  Nick added in nicklist.
+  _nick_ (_struct t_gui_nick *_): nick
+| Nick added in nicklist.
 
-| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _group_ (_struct t_gui_nick_group *_): group |
-  Removing group from nicklist.
+  _group_ (_struct t_gui_nick_group *_): group
+| Removing group from nicklist.
 
-| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _nick_ (_struct t_gui_nick *_): nick |
-  Removing nick from nicklist.
+  _nick_ (_struct t_gui_nick *_): nick
+| Removing nick from nicklist.
 
-| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _group_ (_struct t_gui_nick_group *_): group |
-  Group changed in nicklist.
+  _group_ (_struct t_gui_nick_group *_): group
+| Group changed in nicklist.
 
-| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _nick_ (_struct t_gui_nick *_): nick |
-  Nick changed in nicklist.
+  _nick_ (_struct t_gui_nick *_): nick
+| Nick changed in nicklist.
 |===
 
 [NOTE]
@@ -11684,65 +11684,65 @@ List of modifiers used by WeeChat and plugins:
 |===
 | Modifier | Min WeeChat | Modifier data | String | Output
 
-| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | |
-  Server name |
-  Content of message received from IRC server (before charset decoding). +
+| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ |
+| Server name
+| Content of message received from IRC server (before charset decoding). +
   *Warning:* the string may contain invalid UTF-8 data; use only for raw
   operations on a message.
-  Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead. |
-  New content of message.
-
-| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 |
-  Server name |
-  Content of message received from IRC server (after charset decoding). |
-  New content of message.
-
-| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 |
-  Server name |
-  Content of message about to be sent to IRC server before automatic split
-  (to fit in 512 bytes by default). |
-  New content of message.
-
-| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | |
-  Server name |
-  Content of message about to be sent to IRC server after automatic split
-  (to fit in 512 bytes by default). |
-  New content of message.
-
-| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | |
-  String with window pointer (eg: "0x1234abcd") |
-  Empty string. |
-  "1" to display bar, "0" to hide it.
-
-| [[hook_modifier_history_add]] history_add | 0.3.2 |
-  String with buffer pointer (eg: "0x1234abcd") |
-  Content of command line to add in command history (buffer and global). |
-  String added to command history.
-
-| [[hook_modifier_input_text_content]] input_text_content | |
-  String with buffer pointer (eg: "0x1234abcd") |
-  Content of command line. |
-  New content of command line.
-
-| [[hook_modifier_input_text_display]] input_text_display | |
-  String with buffer pointer (eg: "0x1234abcd") |
-  Content of command line, without cursor tag. |
-  New string, for display only (command line is not changed).
-
-| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor | |
-  String with buffer pointer (eg: "0x1234abcd") |
-  Content of command line, with cursor tag. |
-  New string, for display only (command line is not changed).
-
-| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7 |
-  String with buffer pointer (eg: "0x1234abcd") |
-  Content of command line sent to buffer (text or command). |
-  New content of command line sent to buffer.
-
-| [[hook_modifier_weechat_print]] weechat_print | |
-  buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ |
-  Message printed. |
-  New message printed. +
+  Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead.
+| New content of message.
+
+| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5
+| Server name
+| Content of message received from IRC server (after charset decoding).
+| New content of message.
+
+| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7
+| Server name
+| Content of message about to be sent to IRC server before automatic split
+  (to fit in 512 bytes by default).
+| New content of message.
+
+| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ |
+| Server name
+| Content of message about to be sent to IRC server after automatic split
+  (to fit in 512 bytes by default).
+| New content of message.
+
+| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ |
+| String with window pointer (eg: "0x1234abcd")
+| Empty string.
+| "1" to display bar, "0" to hide it.
+
+| [[hook_modifier_history_add]] history_add | 0.3.2
+| String with buffer pointer (eg: "0x1234abcd")
+| Content of command line to add in command history (buffer and global).
+| String added to command history.
+
+| [[hook_modifier_input_text_content]] input_text_content |
+| String with buffer pointer (eg: "0x1234abcd")
+| Content of command line.
+| New content of command line.
+
+| [[hook_modifier_input_text_display]] input_text_display |
+| String with buffer pointer (eg: "0x1234abcd")
+| Content of command line, without cursor tag.
+| New string, for display only (command line is not changed).
+
+| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor |
+| String with buffer pointer (eg: "0x1234abcd")
+| Content of command line, with cursor tag.
+| New string, for display only (command line is not changed).
+
+| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7
+| String with buffer pointer (eg: "0x1234abcd")
+| Content of command line sent to buffer (text or command).
+| New content of command line sent to buffer.
+
+| [[hook_modifier_weechat_print]] weechat_print |
+| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^
+| Message printed.
+| New message printed. +
   For more information on the hooks called when a line is printed, see
   <<_hook_line,hook_line>>.
 |===
@@ -11825,67 +11825,67 @@ List of modifiers defined by WeeChat and plugins that can be used:
 |===
 | Modifier | Min WeeChat | Modifier data | String | Output
 
-| [[hook_modifier_charset_decode]] charset_decode | |
-  plugin.buffer_name |
-  Any string. |
-  String decoded from charset found for plugin/buffer to UTF-8.
-
-| [[hook_modifier_charset_encode]] charset_encode | |
-  plugin.buffer_name |
-  Any string. |
-  String encoded from UTF-8 to charset found for plugin/buffer.
-
-| [[hook_modifier_irc_color_decode]] irc_color_decode | |
-  "1" to keep colors, "0" to remove colors |
-  Any string. |
-  String with IRC colors converted to WeeChat colors (or IRC colors removed).
-
-| [[hook_modifier_irc_color_encode]] irc_color_encode | |
-  "1" to keep colors, "0" to remove colors |
-  Any string. |
-  String with IRC colors (or IRC colors removed).
-
-| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0 |
-  "1" to keep colors, "0" to remove colors |
-  Any string. |
-  String with ANSI colors converted to IRC colors (or ANSI colors removed).
-
-| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1 |
-  Server name |
-  Authentication command (for example: `+/msg nickserv identify password+`). |
-  command with hidden password (for example: `+/msg nickserv identify ********+`).
-
-| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1 |
-  Server name |
-  Message displayed after `/msg` sent to nickserv. |
-  Message with hidden password.
-
-| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3 |
-  - |
-  Any string. |
-  String with IRC tag value escaped,
+| [[hook_modifier_charset_decode]] charset_decode |
+| plugin.buffer_name
+| Any string.
+| String decoded from charset found for plugin/buffer to UTF-8.
+
+| [[hook_modifier_charset_encode]] charset_encode |
+| plugin.buffer_name
+| Any string.
+| String encoded from UTF-8 to charset found for plugin/buffer.
+
+| [[hook_modifier_irc_color_decode]] irc_color_decode |
+| "1" to keep colors, "0" to remove colors
+| Any string.
+| String with IRC colors converted to WeeChat colors (or IRC colors removed).
+
+| [[hook_modifier_irc_color_encode]] irc_color_encode |
+| "1" to keep colors, "0" to remove colors
+| Any string.
+| String with IRC colors (or IRC colors removed).
+
+| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0
+| "1" to keep colors, "0" to remove colors
+| Any string.
+| String with ANSI colors converted to IRC colors (or ANSI colors removed).
+
+| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1
+| Server name
+| Authentication command (for example: `+/msg nickserv identify password+`).
+| command with hidden password (for example: `+/msg nickserv identify ********+`).
+
+| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1
+| Server name
+| Message displayed after `/msg` sent to nickserv.
+| Message with hidden password.
+
+| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3
+| -
+| Any string.
+| String with IRC tag value escaped,
   see: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3 |
-  - |
-  Any string. |
-  String with IRC tag value unescaped,
+| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3
+| -
+| Any string.
+| String with IRC tag value unescaped,
   see: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0 |
-  "1" to keep colors, "0" to remove colors |
-  Any string. |
-  String with ANSI colors converted to WeeChat colors (or ANSI colors removed).
+| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0
+| "1" to keep colors, "0" to remove colors
+| Any string.
+| String with ANSI colors converted to WeeChat colors (or ANSI colors removed).
 
-| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7 |
-  - |
-  Any string. |
-  String with WeeChat colors converted to ANSI colors.
+| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7
+| -
+| Any string.
+| String with WeeChat colors converted to ANSI colors.
 
-| [[hook_modifier_eval_path_home]] eval_path_home | 2.7 |
-  Optional: `directory=xxx` where `xxx` can be: `config`, `data`, `cache`, `runtime` |
-  Any string. |
-  Evaluated path, result of the function
+| [[hook_modifier_eval_path_home]] eval_path_home | 2.7
+| Optional: `directory=xxx` where `xxx` can be: `config`, `data`, `cache`, `runtime`
+| Any string.
+| Evaluated path, result of the function
   <<_string_eval_path_home,string_eval_path_home>>.
 |===
 
@@ -12277,98 +12277,98 @@ Content of hashtable sent to callback (keys and values are of type "string"):
 |===
 | Key ^(1)^ | Description | Value examples | Value if N/A
 
-| _x | Column on screen. |
-  "0" ... "n" |
+| _x | Column on screen.
+| "0" ... "n" |
 
-| _y | Line on screen. |
-  "0" ... "n" |
+| _y | Line on screen.
+| "0" ... "n" |
 
-| _key | Key or mouse event. |
-  "button1", "button2-gesture-left", ... |
+| _key | Key or mouse event.
+| "button1", "button2-gesture-left", ... |
 
-| _window | Pointer to window. |
-  "0x1234abcd" | ""
+| _window | Pointer to window.
+| "0x1234abcd" | ""
 
-| _window_number | Number of window . |
-  "1" ... "n" | "*"
+| _window_number | Number of window .
+| "1" ... "n" | "*"
 
-| _buffer | Pointer to buffer. |
-  "0x1234abcd" | ""
+| _buffer | Pointer to buffer.
+| "0x1234abcd" | ""
 
-| _buffer_number | Number of buffer. |
-  "1" ... "n" | "-1"
+| _buffer_number | Number of buffer.
+| "1" ... "n" | "-1"
 
-| _buffer_plugin | Plugin name of buffer. |
-  "core", "irc", ... | ""
+| _buffer_plugin | Plugin name of buffer.
+| "core", "irc", ... | ""
 
-| _buffer_name | Name of buffer. |
-  "weechat", "libera.#weechat", ... | ""
+| _buffer_name | Name of buffer.
+| "weechat", "libera.#weechat", ... | ""
 
-| _buffer_full_name  | Full name of buffer. |
-  "core.weechat", "irc.libera.#weechat", ... | ""
+| _buffer_full_name  | Full name of buffer.
+| "core.weechat", "irc.libera.#weechat", ... | ""
 
-| _buffer_localvar_XXX ^(2)^ | Local variables of buffer. |
-  any value | not set
+| _buffer_localvar_XXX ^(2)^ | Local variables of buffer.
+| any value | not set
 
-| _chat | Chat area indicator. |
-  "0" or "1" | "0"
+| _chat | Chat area indicator.
+| "0" or "1" | "0"
 
-| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. |
-  "0x1234abcd" | ""
+| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_.
+| "0x1234abcd" | ""
 
-| _chat_line_x | Column in line ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_x | Column in line ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_y | Line number ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_y | Line number ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_date | Line date/time. |
-  "1313237175" | "0"
+| _chat_line_date | Line date/time.
+| "1313237175" | "0"
 
-| _chat_line_date_printed | Line date/time ^(4)^. |
-  "1313237175" | "0"
+| _chat_line_date_printed | Line date/time ^(4)^.
+| "1313237175" | "0"
 
-| _chat_line_time | Time displayed. |
-  "14:06:15" | ""
+| _chat_line_time | Time displayed.
+| "14:06:15" | ""
 
-| _chat_line_tags | Tags of line. |
-  "irc_privmsg,nick_flashy,log1" | ""
+| _chat_line_tags | Tags of line.
+| "irc_privmsg,nick_flashy,log1" | ""
 
-| _chat_line_nick | Nick of line. |
-  "FlashCode" | ""
+| _chat_line_nick | Nick of line.
+| "FlashCode" | ""
 
-| _chat_line_prefix | Prefix of line. |
-  "@FlashCode" | ""
+| _chat_line_prefix | Prefix of line.
+| "@FlashCode" | ""
 
-| _chat_line_message | Message of line. |
-  "Hello world!" | ""
+| _chat_line_message | Message of line.
+| "Hello world!" | ""
 
-| _chat_word | Word at (x,y). |
-  "Hello" | ""
+| _chat_word | Word at (x,y).
+| "Hello" | ""
 
-| _chat_bol | Text from beginning of line to (x-1, y). |
-  "He" | ""
+| _chat_bol | Text from beginning of line to (x-1, y).
+| "He" | ""
 
-| _chat_eol | Text from (x, y) to the end of line. |
-  "llo world!" | ""
+| _chat_eol | Text from (x, y) to the end of line.
+| "llo world!" | ""
 
-| _bar_name | Name of bar. |
-  "title", "nicklist", ... | ""
+| _bar_name | Name of bar.
+| "title", "nicklist", ... | ""
 
-| _bar_filling | Filling of bar. |
-  "horizontal", "vertical", ... | ""
+| _bar_filling | Filling of bar.
+| "horizontal", "vertical", ... | ""
 
-| _bar_item_name | Name of bar item. |
-  "buffer_nicklist", "hotlist", ... | ""
+| _bar_item_name | Name of bar item.
+| "buffer_nicklist", "hotlist", ... | ""
 
-| _bar_item_line | Line in bar item. |
-  "0" ... "n" | "-1"
+| _bar_item_line | Line in bar item.
+| "0" ... "n" | "-1"
 
-| _bar_item_col | Column in bar item. |
-  "0" ... "n" | "-1"
+| _bar_item_col | Column in bar item.
+| "0" ... "n" | "-1"
 
-| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. |
-  "0x1234abcd" | ""
+| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_.
+| "0x1234abcd" | ""
 |===
 
 [NOTE]
@@ -12461,23 +12461,23 @@ Properties:
 |===
 | Name | Min WeeChat | Hook type | Value | Description
 
-| subplugin | | any type |
-  any string |
-  Name of sub plugin (commonly script name, which is displayed in
+| subplugin | | any type
+| any string
+| Name of sub plugin (commonly script name, which is displayed in
   `/help command` for a hook of type _command_).
 
-| stdin | 0.4.3 | _process_, _process_hashtable_ |
-  any string |
-  Send data on standard input (_stdin_) of child process.
+| stdin | 0.4.3 | _process_, _process_hashtable_
+| any string
+| Send data on standard input (_stdin_) of child process.
 
-| stdin_close | 0.4.3 | _process_, _process_hashtable_ |
-  (not used) |
-  Close pipe used to send data on standard input (_stdin_) of child process.
+| stdin_close | 0.4.3 | _process_, _process_hashtable_
+| (not used)
+| Close pipe used to send data on standard input (_stdin_) of child process.
 
-| signal | 1.0 | _process_, _process_hashtable_ |
-  signal number or one of these names: `hup`, `int`, `quit`, `kill`, `term`,
-  `usr1`, `usr2` |
-  Send a signal to the child process.
+| signal | 1.0 | _process_, _process_hashtable_
+| signal number or one of these names: `hup`, `int`, `quit`, `kill`, `term`,
+  `usr1`, `usr2`
+| Send a signal to the child process.
 |===
 
 C example:
@@ -13310,150 +13310,150 @@ Properties:
 | Name | Min WeeChat | Value | Description
 
 | hotlist | | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE,
-  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" |
-  "+": enable hotlist (global setting, buffer pointer is not used) +
+  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1"
+| "+": enable hotlist (global setting, buffer pointer is not used) +
   "-": disable hotlist (global setting, buffer pointer is not used) +
   priority: add buffer to hotlist with this priority +
   "-1": remove buffer from hotlist _(WeeChat ≥ 1.0)_.
 
-| completion_freeze | | "0" or "1" |
-  "0": no freeze of completion (default value)
+| completion_freeze | | "0" or "1"
+| "0": no freeze of completion (default value)
   (global setting, buffer pointer is not used) +
   "1": do not stop completion when command line is updated
   (global setting, buffer pointer is not used).
 
-| unread | | - |
-  Set unread marker after last line of buffer.
+| unread | | -
+| Set unread marker after last line of buffer.
 
-| display | | "1" or "auto" |
-  "1": switch to this buffer in current window +
+| display | | "1" or "auto"
+| "1": switch to this buffer in current window +
   "auto": switch to this buffer in current window, read marker is not reset.
 
-| hidden | 1.0 | "0" or "1" |
-  "0": unhide the buffer +
+| hidden | 1.0 | "0" or "1"
+| "0": unhide the buffer +
   "1": hide the buffer.
 
-| number | | number |
-  Move buffer to this number.
+| number | | number
+| Move buffer to this number.
 
-| name | | any string |
-  Set new name for buffer.
+| name | | any string
+| Set new name for buffer.
 
-| short_name | | any string |
-  Set new short name for buffer.
+| short_name | | any string
+| Set new short name for buffer.
 
-| type | | "formatted" or "free" |
-  Set type for buffer: "formatted" (for printing chat messages), or "free" (for
+| type | | "formatted" or "free"
+| Set type for buffer: "formatted" (for printing chat messages), or "free" (for
   free content); when the value is "free", the property _clear_ is forced to "0"
   _(WeeChat ≥ 1.0)_.
 
-| notify | | "0", "1", "2", "3" |
-  Set notify level for buffer: "0" = never add to hotlist, "1" = add for
+| notify | | "0", "1", "2", "3"
+| Set notify level for buffer: "0" = never add to hotlist, "1" = add for
   highlights only, "2" = add for highlights and messages, "3" = add for all
   messages.
 
-| print_hooks_enabled | | "0" or "1" |
-  "0" to disable print hooks, "1" to enable them (default for a new buffer).
+| print_hooks_enabled | | "0" or "1"
+| "0" to disable print hooks, "1" to enable them (default for a new buffer).
 
-| day_change | 0.4.3 | "0" or "1" |
-  "0" to hide messages for the day change, "1" to see them
+| day_change | 0.4.3 | "0" or "1"
+| "0" to hide messages for the day change, "1" to see them
   (default for a new buffer).
 
-| clear | 1.0 | "0" or "1" |
-  "0" to prevent user from clearing buffer with the command `/buffer clear`,
+| clear | 1.0 | "0" or "1"
+| "0" to prevent user from clearing buffer with the command `/buffer clear`,
   "1" to let user clear the buffer (default for a new buffer)
    (note: even when it is set to "0", the buffer can still be cleared with
    the function <<_buffer_clear,buffer_clear>>).
 
-| filter | 1.0 | "0" or "1" |
-  "0": disable filters on buffer +
+| filter | 1.0 | "0" or "1"
+| "0": disable filters on buffer +
   "1": enable filters on buffer.
 
-| title | | any string |
-  Set new title for buffer.
+| title | | any string
+| Set new title for buffer.
 
-| time_for_each_line | | "0" or "1" |
-  "0" to hide time for all lines in buffer, "1" to see time for all lines
+| time_for_each_line | | "0" or "1"
+| "0" to hide time for all lines in buffer, "1" to see time for all lines
   (default for a new buffer).
 
-| nicklist | | "0" or "1" |
-  "0" to remove nicklist for buffer, "1" to add nicklist for buffer.
+| nicklist | | "0" or "1"
+| "0" to remove nicklist for buffer, "1" to add nicklist for buffer.
 
-| nicklist_case_sensitive | | "0" or "1" |
-  "0" to have case insensitive nicklist, "1" to have case sensitive nicklist.
+| nicklist_case_sensitive | | "0" or "1"
+| "0" to have case insensitive nicklist, "1" to have case sensitive nicklist.
 
-| nicklist_display_groups | | "0" or "1" |
-  "0" to hide nicklist groups, "1" to display nicklist groups.
+| nicklist_display_groups | | "0" or "1"
+| "0" to hide nicklist groups, "1" to display nicklist groups.
 
-| highlight_words | | "-" or comma separated list of words |
-  "-" is a special value to disable any highlight on this buffer, or comma
+| highlight_words | | "-" or comma separated list of words
+| "-" is a special value to disable any highlight on this buffer, or comma
   separated list of words to highlight in this buffer, for example:
   "abc,def,ghi".
 
-| highlight_words_add | | comma separated list of words |
-  Comma separated list of words to highlight in this buffer, these words are
+| highlight_words_add | | comma separated list of words
+| Comma separated list of words to highlight in this buffer, these words are
   added to existing highlighted words in buffer.
 
-| highlight_words_del | | comma separated list of words |
-  Comma separated list of words to remove from highlighted words on buffer.
+| highlight_words_del | | comma separated list of words
+| Comma separated list of words to remove from highlighted words on buffer.
 
-| highlight_regex | | any string |
-  POSIX extended regular expression for highlight.
+| highlight_regex | | any string
+| POSIX extended regular expression for highlight.
 
-| highlight_tags_restrict | | comma separated list of tags |
-  Restrict highlights to messages with these tags in this buffer
+| highlight_tags_restrict | | comma separated list of tags
+| Restrict highlights to messages with these tags in this buffer
   (it is possible to combine many tags as a logical "and" with separator "+",
    for example: "nick_toto+irc_action").
 
-| highlight_tags | | comma separated list of tags |
-  Force highlight on messages with these tags in this buffer
+| highlight_tags | | comma separated list of tags
+| Force highlight on messages with these tags in this buffer
   (it is possible to combine many tags as a logical "and" with separator "+",
    for example: "nick_toto+irc_action").
 
-| hotlist_max_level_nicks | | comma separated list of "nick:level" |
-  Comma separated list of nicks with max level for hotlist on this buffer
+| hotlist_max_level_nicks | | comma separated list of "nick:level"
+| Comma separated list of nicks with max level for hotlist on this buffer
   (level can be: -1: never in hotlist, 0: low, 1: message, 2: private,
   3: highlight), for example: "joe:2,mike:-1,robert:-1" (joe will never produce
   highlight on buffer, mike and robert will never change hotlist).
 
-| hotlist_max_level_nicks_add | | comma separated list of "nick:level" |
-  Comma separated list of nicks with level for hotlist, these nicks are
+| hotlist_max_level_nicks_add | | comma separated list of "nick:level"
+| Comma separated list of nicks with level for hotlist, these nicks are
   added to existing nicks in buffer.
 
-| hotlist_max_level_nicks_del | | comma separated list of nicks |
-  Comma separated list of nicks to remove from hotlist max levels.
+| hotlist_max_level_nicks_del | | comma separated list of nicks
+| Comma separated list of nicks to remove from hotlist max levels.
 
-| key_bind_xxx | | any string |
-  Bind a new key _xxx_, specific to this buffer, value is command to execute
+| key_bind_xxx | | any string
+| Bind a new key _xxx_, specific to this buffer, value is command to execute
   for this key.
 
-| key_unbind_xxx | | - |
-  Unbind key _xxx_ for this buffer.
+| key_unbind_xxx | | -
+| Unbind key _xxx_ for this buffer.
 
-| input | | any string |
-  Set new value for buffer input.
+| input | | any string
+| Set new value for buffer input.
 
-| input_pos | | position |
-  Set cursor position in buffer input.
+| input_pos | | position
+| Set cursor position in buffer input.
 
-| input_get_unknown_commands | | "0" or "1" |
-  "0" to disable unknown commands on this buffer (default behavior), "1" to
+| input_get_unknown_commands | | "0" or "1"
+| "0" to disable unknown commands on this buffer (default behavior), "1" to
   get unknown commands, for example if user type "/unknowncmd", buffer will
   receive it (no error about unknown command).
 
-| input_get_empty | | "0" or "1" |
-  "0" to disable empty input on this buffer (default behavior), "1" to get empty input.
+| input_get_empty | | "0" or "1"
+| "0" to disable empty input on this buffer (default behavior), "1" to get empty input.
 
-| input_multiline | | "0" or "1" |
-  "0" to send each line separately to this buffer (default behavior), "1" to
+| input_multiline | | "0" or "1"
+| "0" to send each line separately to this buffer (default behavior), "1" to
   send multiple lines as a single message.
 
-| localvar_set_xxx | | any string |
-  Set new value for local variable _xxx_ (variable is created if it does not
+| localvar_set_xxx | | any string
+| Set new value for local variable _xxx_ (variable is created if it does not
   exist).
 
-| localvar_del_xxx | | - |
-  Remove local variable _xxx_.
+| localvar_del_xxx | | -
+| Remove local variable _xxx_.
 |===
 
 C example:
@@ -14457,11 +14457,11 @@ Properties:
 |===
 | Name | Value | Description
 
-| color | WeeChat color option name |
-  See argument "color" of function <<_nicklist_add_group,nicklist_add_group>>.
+| color | WeeChat color option name
+| See argument "color" of function <<_nicklist_add_group,nicklist_add_group>>.
 
-| visible | "0", "1" |
-  "0" = hidden group, "1" = visible group.
+| visible | "0", "1"
+| "0" = hidden group, "1" = visible group.
 |===
 
 C examples:
@@ -14661,17 +14661,17 @@ Properties:
 |===
 | Name | Value | Description
 
-| color | WeeChat color option name |
-  See argument "color" of function <<_nicklist_add_nick,nicklist_add_nick>>.
+| color | WeeChat color option name
+| See argument "color" of function <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| prefix | any string |
-  Prefix of nick.
+| prefix | any string
+| Prefix of nick.
 
-| prefix_color | WeeChat color option name |
-  See argument "prefix_color" of function <<_nicklist_add_nick,nicklist_add_nick>>.
+| prefix_color | WeeChat color option name
+| See argument "prefix_color" of function <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| visible | "0", "1" |
-  "0" = hidden nick, "1" = visible nick.
+| visible | "0", "1"
+| "0" = hidden nick, "1" = visible nick.
 |===
 
 C examples:
@@ -16695,22 +16695,22 @@ Examples of variables and the corresponding array size (_WeeChat ≥ 3.4_):
 |===
 | Variable declaration in C | Hdata type | Array size | Description
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+` |
-  Allocated array of 2 integers.
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+`
+| Allocated array of 2 integers.
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+` |
-  Allocated array of integers, the size is stored in another variable called
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+`
+| Allocated array of integers, the size is stored in another variable called
   "array_size".
 
-| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+` |
-  Static array of 3 integers.
+| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+`
+| Static array of 3 integers.
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+` |
-  Allocated array of strings, dynamic size (NULL pointer must be present after
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+`
+| Allocated array of strings, dynamic size (NULL pointer must be present after
   last word).
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+` |
-  Allocated array of strings, the size is stored in another variable called
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+`
+| Allocated array of strings, the size is stored in another variable called
   "count_words".
 |===
 
index 8bcf6f17c4eca692ce7b283cfc95ed6d44bb6746..f8472cc3c088f4297fd91087f64d8e58e64dc61c 100644 (file)
@@ -1408,68 +1408,68 @@ WeeChat reserved identifiers:
 
 [width="100%",cols="5m,5,3,4,7",options="header"]
 |===
-| Identifier | Received with _sync_ | Data sent |
-  Description | Recommended action in client
+| Identifier | Received with _sync_ | Data sent
+| Description | Recommended action in client
 
-| _buffer_opened | buffers / buffer | hdata: buffer |
-  Buffer opened. | Open buffer.
+| _buffer_opened | buffers / buffer | hdata: buffer
+| Buffer opened. | Open buffer.
 
-| _buffer_type_changed | buffers / buffer | hdata: buffer |
-  Type of buffer changed. | Change type of buffer.
+| _buffer_type_changed | buffers / buffer | hdata: buffer
+| Type of buffer changed. | Change type of buffer.
 
-| _buffer_moved | buffers / buffer | hdata: buffer |
-  Buffer moved. | Move buffer.
+| _buffer_moved | buffers / buffer | hdata: buffer
+| Buffer moved. | Move buffer.
 
-| _buffer_merged | buffers / buffer | hdata: buffer |
-  Buffer merged. | Merge buffer.
+| _buffer_merged | buffers / buffer | hdata: buffer
+| Buffer merged. | Merge buffer.
 
-| _buffer_unmerged | buffers / buffer | hdata: buffer |
-  Buffer unmerged. | Unmerge buffer.
+| _buffer_unmerged | buffers / buffer | hdata: buffer
+| Buffer unmerged. | Unmerge buffer.
 
-| _buffer_hidden | buffers / buffer | hdata: buffer |
-  Buffer hidden. | Hide buffer.
+| _buffer_hidden | buffers / buffer | hdata: buffer
+| Buffer hidden. | Hide buffer.
 
-| _buffer_unhidden | buffers / buffer | hdata: buffer |
-  Buffer unhidden. | Unhide buffer.
+| _buffer_unhidden | buffers / buffer | hdata: buffer
+| Buffer unhidden. | Unhide buffer.
 
-| _buffer_renamed | buffers / buffer | hdata: buffer |
-  Buffer renamed. | Rename buffer.
+| _buffer_renamed | buffers / buffer | hdata: buffer
+| Buffer renamed. | Rename buffer.
 
-| _buffer_title_changed | buffers / buffer | hdata: buffer |
-  Title of buffer changed. | Change title of buffer.
+| _buffer_title_changed | buffers / buffer | hdata: buffer
+| Title of buffer changed. | Change title of buffer.
 
-| _buffer_localvar_added | buffers / buffer | hdata: buffer |
-  Local variable added. | Add local variable in buffer.
+| _buffer_localvar_added | buffers / buffer | hdata: buffer
+| Local variable added. | Add local variable in buffer.
 
-| _buffer_localvar_changed | buffers / buffer | hdata: buffer |
-  Local variable changed. | Change local variable in buffer.
+| _buffer_localvar_changed | buffers / buffer | hdata: buffer
+| Local variable changed. | Change local variable in buffer.
 
-| _buffer_localvar_removed | buffers / buffer | hdata: buffer |
-  Local variable removed. | Remove local variable from buffer.
+| _buffer_localvar_removed | buffers / buffer | hdata: buffer
+| Local variable removed. | Remove local variable from buffer.
 
-| _buffer_closing | buffers / buffer | hdata: buffer |
-  Buffer closing. | Close buffer.
+| _buffer_closing | buffers / buffer | hdata: buffer
+| Buffer closing. | Close buffer.
 
-| _buffer_cleared | buffer | hdata: buffer |
-  Buffer cleared. | Clear buffer.
+| _buffer_cleared | buffer | hdata: buffer
+| Buffer cleared. | Clear buffer.
 
-| _buffer_line_added | buffer | hdata: line |
-  Line added in buffer. | Display line in buffer.
+| _buffer_line_added | buffer | hdata: line
+| Line added in buffer. | Display line in buffer.
 
-| _nicklist | nicklist | hdata: nicklist_item |
-  Nicklist for a buffer. | Replace nicklist.
+| _nicklist | nicklist | hdata: nicklist_item
+| Nicklist for a buffer. | Replace nicklist.
 
-| _nicklist_diff | nicklist | hdata: nicklist_item |
-  Nicklist diffs for a buffer . | Update nicklist.
+| _nicklist_diff | nicklist | hdata: nicklist_item
+| Nicklist diffs for a buffer . | Update nicklist.
 
-| _pong | (always) | string: ping arguments |
-  Answer to a "ping". | Measure response time.
+| _pong | (always) | string: ping arguments
+| Answer to a "ping". | Measure response time.
 
-| _upgrade | upgrade | (empty) |
-  WeeChat is upgrading. | Desync from WeeChat (or disconnect).
+| _upgrade | upgrade | (empty)
+| WeeChat is upgrading. | Desync from WeeChat (or disconnect).
 
-| _upgrade_ended | upgrade | (empty) |
-  Upgrade of WeeChat done. | Sync/resync with WeeChat.
+| _upgrade_ended | upgrade | (empty)
+| Upgrade of WeeChat done. | Sync/resync with WeeChat.
 |===
 
 [[message_buffer_opened]]
index 451f44f0bb389fde662255aa9ea2e67fc390ba72..390b8c65340d8f95f0b93905f81b25dd1ba33504 100644 (file)
@@ -99,11 +99,11 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
 |===
 | API function | Arguments | Examples | Description
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  A message received in IRC plugin, before it is decoded to UTF-8 (used
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| A message received in IRC plugin, before it is decoded to UTF-8 (used
   internally). +
   +
   It is recommended to use modifier `+irc_in2_yyy+` instead, the string received
@@ -111,14 +111,14 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
   See function `+hook_modifier+` in the
   link:weechat_plugin_api.en.html#_hook_modifier[WeeChat plugin API reference].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  A message sent by IRC plugin, after it is encoded to the `encode` charset
+  pass:[*,irc_outtags_notice]
+| A message sent by IRC plugin, after it is encoded to the `encode` charset
   defined by the user (if different from the default `UTF-8`). +
   +
   It is recommended to use signal `+xxx,irc_out1_yyy+` instead, the string received
@@ -127,10 +127,10 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
   link:weechat_plugin_api.en.html#_hook_signal[WeeChat plugin API reference].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  Output of the command, sent to the callback, can contain invalid UTF-8 data.
+  hook_process_hashtable
+| -
+| -
+| Output of the command, sent to the callback, can contain invalid UTF-8 data.
 
 |===
 
@@ -554,14 +554,14 @@ List of functions in script API:
 |===
 | Category | Functions
 
-| general |
-  register
+| general
+| register
 
-| plugins |
-  plugin_get_name
+| plugins
+| plugin_get_name
 
-| strings |
-  charset_set +
+| strings
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -580,13 +580,13 @@ List of functions in script API:
   string_eval_expression +
   string_eval_path_home
 
-| directories |
-  mkdir_home +
+| directories
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| sorted lists |
-  list_new +
+| sorted lists
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -602,8 +602,8 @@ List of functions in script API:
   list_remove_all +
   list_free
 
-| configuration files |
-  config_new +
+| configuration files
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -640,12 +640,12 @@ List of functions in script API:
   config_set_desc_plugin +
   config_unset_plugin
 
-| key bindings |
-  key_bind +
+| key bindings
+| key_bind +
   key_unbind
 
-| display |
-  prefix +
+| display
+| prefix +
   color +
   print (for python: prnt) +
   print_date_tags (for python: prnt_date_tags) +
@@ -653,8 +653,8 @@ List of functions in script API:
   print_y_date_tags (for python: prnt_y_date_tags) +
   log_print
 
-| hooks |
-  hook_command +
+| hooks
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -679,8 +679,8 @@ List of functions in script API:
   unhook +
   unhook_all
 
-| buffers |
-  buffer_new +
+| buffers
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -696,16 +696,16 @@ List of functions in script API:
   buffer_string_replace_local_var +
   buffer_match_list
 
-| windows |
-  current_window +
+| windows
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| nicklist |
-  nicklist_add_group +
+| nicklist
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -721,8 +721,8 @@ List of functions in script API:
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| bars |
-  bar_item_search +
+| bars
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -732,23 +732,23 @@ List of functions in script API:
   bar_update +
   bar_remove
 
-| commands |
-  command +
+| commands
+| command +
   command_options
 
-| completion |
-  completion_new +
+| completion
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| infos |
-  info_get +
+| infos
+| info_get +
   info_get_hashtable
 
-| infolists |
-  infolist_new +
+| infolists
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -766,8 +766,8 @@ List of functions in script API:
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -788,8 +788,8 @@ List of functions in script API:
   hdata_update +
   hdata_get_string
 
-| upgrade |
-  upgrade_new +
+| upgrade
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -804,13 +804,13 @@ List of constants in script API:
 |===
 | Category | Constants
 
-| return codes |
-  `WEECHAT_RC_OK` (integer) +
+| return codes
+| `WEECHAT_RC_OK` (integer) +
   `WEECHAT_RC_OK_EAT` (integer) +
   `WEECHAT_RC_ERROR` (integer)
 
-| configuration files |
-  `WEECHAT_CONFIG_READ_OK` (integer) +
+| configuration files
+| `WEECHAT_CONFIG_READ_OK` (integer) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (integer) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (integer) +
   `WEECHAT_CONFIG_WRITE_OK` (integer) +
@@ -825,23 +825,23 @@ List of constants in script API:
   `WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED` (integer) +
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (integer)
 
-| sorted lists |
-  `WEECHAT_LIST_POS_SORT` (string) +
+| sorted lists
+| `WEECHAT_LIST_POS_SORT` (string) +
   `WEECHAT_LIST_POS_BEGINNING` (string) +
   `WEECHAT_LIST_POS_END` (string)
 
-| hotlist |
-  `WEECHAT_HOTLIST_LOW` (string) +
+| hotlist
+| `WEECHAT_HOTLIST_LOW` (string) +
   `WEECHAT_HOTLIST_MESSAGE` (string) +
   `WEECHAT_HOTLIST_PRIVATE` (string) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (string)
 
-| hook process |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
+| hook process
+| `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
   `WEECHAT_HOOK_PROCESS_ERROR` (integer)
 
-| hook connect |
-  `WEECHAT_HOOK_CONNECT_OK` (integer) +
+| hook connect
+| `WEECHAT_HOOK_CONNECT_OK` (integer) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (integer) +
@@ -853,8 +853,8 @@ List of constants in script API:
   `WEECHAT_HOOK_CONNECT_TIMEOUT` (integer) +
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (integer)
 
-| hook signal |
-  `WEECHAT_HOOK_SIGNAL_STRING` (string) +
+| hook signal
+| `WEECHAT_HOOK_SIGNAL_STRING` (string) +
   `WEECHAT_HOOK_SIGNAL_INT` (string) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (string)
 |===
@@ -1308,61 +1308,61 @@ The result is a hashtable with following keys
 |===
 | Key | Since WeeChat ^(1)^ | Description | Example
 
-| tags | 0.4.0 |
-  The tags in message (can be empty). |
-  `+time=2015-06-27T16:40:35.000Z+`
+| tags | 0.4.0
+| The tags in message (can be empty).
+| `+time=2015-06-27T16:40:35.000Z+`
 
-| tag_xxx | 3.3 |
-  Unescaped value of tag "xxx" (one key per tag). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Unescaped value of tag "xxx" (one key per tag).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  The message without the tags (the same as message if there are no tags). |
-  `+:nick!user@host PRIVMSG #weechat :hello!+`
+| message_without_tags | 0.4.0
+| The message without the tags (the same as message if there are no tags).
+| `+:nick!user@host PRIVMSG #weechat :hello!+`
 
-| nick | 0.3.4 |
-  The origin nick. |
-  `+nick+`
+| nick | 0.3.4
+| The origin nick.
+| `+nick+`
 
-| user | 2.7 |
-  The origin user. |
-  `+user+`
+| user | 2.7
+| The origin user.
+| `+user+`
 
-| host | 0.3.4 |
-  The origin host (includes the nick). |
-  `+nick!user@host+`
+| host | 0.3.4
+| The origin host (includes the nick).
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  The command (_PRIVMSG_, _NOTICE_, ...). |
-  `+PRIVMSG+`
+| command | 0.3.4
+| The command (_PRIVMSG_, _NOTICE_, ...).
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  The target channel. |
-  `+#weechat+`
+| channel | 0.3.4
+| The target channel.
+| `+#weechat+`
 
-| arguments | 0.3.4 |
-  The command arguments (includes the channel). |
-  `+#weechat :hello!+`
+| arguments | 0.3.4
+| The command arguments (includes the channel).
+| `+#weechat :hello!+`
 
-| text | 1.3 |
-  The text (for example user message). |
-  `+hello!+`
+| text | 1.3
+| The text (for example user message).
+| `+hello!+`
 
-| pos_command | 1.3 |
-  The index of _command_ in message ("-1" if _command_ was not found). |
-  `+47+`
+| pos_command | 1.3
+| The index of _command_ in message ("-1" if _command_ was not found).
+| `+47+`
 
-| pos_arguments | 1.3 |
-  The index of _arguments_ in message ("-1" if _arguments_ was not found). |
-  `+55+`
+| pos_arguments | 1.3
+| The index of _arguments_ in message ("-1" if _arguments_ was not found).
+| `+55+`
 
-| pos_channel | 1.3 |
-  The index of _channel_ in message ("-1" if _channel_ was not found). |
-  `+55+`
+| pos_channel | 1.3
+| The index of _channel_ in message ("-1" if _channel_ was not found).
+| `+55+`
 
-| pos_text | 1.3 |
-  The index of _text_ in message ("-1" if _text_ was not found). |
-  `+65+`
+| pos_text | 1.3
+| The index of _text_ in message ("-1" if _text_ was not found).
+| `+65+`
 |===
 
 [NOTE]
index 13de8c03fca01e5625d84c37f3d470a7b75fb671..277852542c00cfddd11dc7c15cf5f6d90c81406b 100644 (file)
@@ -198,116 +198,116 @@ List of commonly used options:
 |===
 | Option | Values | Default value | Description
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  The type of build: `Debug` (or `RelWithDebInfo`) is recommended if you are
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| The type of build: `Debug` (or `RelWithDebInfo`) is recommended if you are
   running development version of WeeChat.
 
-| CMAKE_INSTALL_PREFIX | directory | /usr/local |
-  The directory where WeeChat will be installed.
+| CMAKE_INSTALL_PREFIX | directory | /usr/local
+| The directory where WeeChat will be installed.
 
-| WEECHAT_HOME | directory | (empty string) |
-  The default home directory when running WeeChat. +
+| WEECHAT_HOME | directory | (empty string)
+| The default home directory when running WeeChat. +
   With an empty value (recommended), XDG directories are used by default.
   If non empty, a single directory for all files is used.
   The value can also be 4 directories separated by colons, in this order:
   config, data, cache, runtime.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  Compile <<command_aliases,Alias plugin>>.
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| Compile <<command_aliases,Alias plugin>>.
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  Compile <<buflist,Buflist plugin>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| Compile <<buflist,Buflist plugin>>.
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  Compile <<charset,Charset plugin>>.
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| Compile <<charset,Charset plugin>>.
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  Build man page.
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| Build man page.
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  Build HTML documentation.
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| Build HTML documentation.
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  Compile <<spell_checking,Spell plugin>> with Enchant.
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| Compile <<spell_checking,Spell plugin>> with Enchant.
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  Compile <<external_commands,Exec plugin>>.
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| Compile <<external_commands,Exec plugin>>.
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  Compile <<fifo_pipe,Fifo plugin>>.
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| Compile <<fifo_pipe,Fifo plugin>>.
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  Compile <<fset,Fset plugin>>.
+| ENABLE_FSET | `ON`, `OFF` | ON
+| Compile <<fset,Fset plugin>>.
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Guile plugin>> (Scheme).
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Guile plugin>> (Scheme).
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  Compile <<irc,IRC plugin>>.
+| ENABLE_IRC | `ON`, `OFF` | ON
+| Compile <<irc,IRC plugin>>.
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  Compile <<scripting_plugins,JavaScript plugin>>.
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| Compile <<scripting_plugins,JavaScript plugin>>.
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  Support of large files.
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| Support of large files.
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  Compile <<buffer_logging,Logger plugin>>.
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| Compile <<buffer_logging,Logger plugin>>.
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Lua plugin>>.
+| ENABLE_LUA | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Lua plugin>>.
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  Compile Ncurses interface.
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| Compile Ncurses interface.
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  Enable NLS (translations).
+| ENABLE_NLS | `ON`, `OFF` | ON
+| Enable NLS (translations).
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Perl plugin>>.
+| ENABLE_PERL | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Perl plugin>>.
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,PHP plugin>>.
+| ENABLE_PHP | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,PHP plugin>>.
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Python plugin>>.
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Python plugin>>.
 
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  Compile <<scripting_plugins,Python plugin>> using Python 2 instead of Python 3.
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| Compile <<scripting_plugins,Python plugin>> using Python 2 instead of Python 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  Compile <<relay,Relay plugin>>.
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| Compile <<relay,Relay plugin>>.
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Ruby plugin>>.
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Ruby plugin>>.
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  Compile <<script_manager,Script plugin>>.
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| Compile <<script_manager,Script plugin>>.
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
   Guile, JavaScript, PHP).
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  Compile <<spell_checking,Spell plugin>>.
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| Compile <<spell_checking,Spell plugin>>.
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Tcl plugin>>.
+| ENABLE_TCL | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Tcl plugin>>.
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  Compile <<trigger,Trigger plugin>>.
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| Compile <<trigger,Trigger plugin>>.
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  Compile <<typing_notifications,Typing plugin>>.
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| Compile <<typing_notifications,Typing plugin>>.
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  Compile <<xfer,Xfer plugin>>.
+| ENABLE_XFER | `ON`, `OFF` | ON
+| Compile <<xfer,Xfer plugin>>.
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  Compile tests.
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| Compile tests.
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  Compile with code coverage options. +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| Compile with code coverage options. +
   This option should be used only for tests, to measure test coverage.
 |===
 
@@ -1331,87 +1331,87 @@ By default WeeChat and its default plugins interpret these variables:
 |===
 | Name | Value | Description
 
-| away |
-  any string |
-  Away message on the server, set by irc plugin.
+| away
+| any string
+| Away message on the server, set by irc plugin.
 
-| channel |
-  any string |
-  Channel name, set by irc/xfer plugins and debug buffer of relay/trigger plugins.
+| channel
+| any string
+| Channel name, set by irc/xfer plugins and debug buffer of relay/trigger plugins.
 
-| charset_modifier |
-  any string |
-  Charset modifier for the server buffer, set by irc plugin.
+| charset_modifier
+| any string
+| Charset modifier for the server buffer, set by irc plugin.
 
-| completion_default_template |
-  any string |
-  Default completion template for the buffer, overriding the option
+| completion_default_template
+| any string
+| Default completion template for the buffer, overriding the option
   `weechat.completion.default_template`.
 
-| filter |
-  any string |
-  Filter defined on some buffers like `/fset`, `/server raw` (irc) and `/script`.
+| filter
+| any string
+| Filter defined on some buffers like `/fset`, `/server raw` (irc) and `/script`.
 
-| host |
-  any string |
-  Self host (if known), set by irc plugin.
+| host
+| any string
+| Self host (if known), set by irc plugin.
 
-| lag |
-  any string |
-  Lag on the server, set by irc plugin.
+| lag
+| any string
+| Lag on the server, set by irc plugin.
 
-| name |
-  any string |
-  Buffer name (be careful, this is not the full name and this name is not
+| name
+| any string
+| Buffer name (be careful, this is not the full name and this name is not
   enough to identify or search a buffer).
 
-| nick |
-  any string |
-  Self nick, set by irc and xfer plugins.
+| nick
+| any string
+| Self nick, set by irc and xfer plugins.
 
-| no_log |
-  `1` (or any non-empty string) |
-  If set, the logger plugin does not log anything for the buffer.
+| no_log
+| `1` (or any non-empty string)
+| If set, the logger plugin does not log anything for the buffer.
 
-| plugin |
-  any string |
-  Name of plugin which created the buffer (`core` for WeeChat buffers).
+| plugin
+| any string
+| Name of plugin which created the buffer (`core` for WeeChat buffers).
 
-| script_close_cb |
-  any string |
-  Close callback defined by a script for a buffer.
+| script_close_cb
+| any string
+| Close callback defined by a script for a buffer.
 
-| script_close_cb_data |
-  any string |
-  Data for close callback defined by a script for a buffer.
+| script_close_cb_data
+| any string
+| Data for close callback defined by a script for a buffer.
 
-| script_input_cb |
-  any string |
-  Input callback defined by a script for a buffer.
+| script_input_cb
+| any string
+| Input callback defined by a script for a buffer.
 
-| script_input_cb_data |
-  any string |
-  Data for input callback defined by a script for a buffer.
+| script_input_cb_data
+| any string
+| Data for input callback defined by a script for a buffer.
 
-| script_name |
-  any string |
-  Name of the script which created the buffer.
+| script_name
+| any string
+| Name of the script which created the buffer.
 
-| server |
-  any string |
-  Server name, set by irc plugin and debug buffer of relay/trigger plugins.
+| server
+| any string
+| Server name, set by irc plugin and debug buffer of relay/trigger plugins.
 
-| spell_suggest |
-  any string |
-  Misspelled word and suggestions (format: "misspelled:suggestions"), set by
+| spell_suggest
+| any string
+| Misspelled word and suggestions (format: "misspelled:suggestions"), set by
   spell plugin.
 
-| trigger_filter |
-  any string |
-  Trigger filter, set by trigger plugin.
+| trigger_filter
+| any string
+| Trigger filter, set by trigger plugin.
 
-| type |
-  any string, for example:
+| type
+| any string, for example:
   `channel`,
   `debug`,
   `exec`,
@@ -1421,8 +1421,8 @@ By default WeeChat and its default plugins interpret these variables:
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Type of buffer, set by WeeChat and many plugins.
+  `xfer`
+| Type of buffer, set by WeeChat and many plugins.
 
 |===
 
@@ -2638,65 +2638,65 @@ List of bar options:
 |===
 | Option | Values | Description
 
-| type | `root`, `window` |
-  A bar with type `root` is displayed exactly one time on screen, outside all
+| type | `root`, `window`
+| A bar with type `root` is displayed exactly one time on screen, outside all
   windows. The default bar _buflist_ has type `root`. +
   A bar with type `window` is displayed in each window, for example if you
   split one time the screen (with `/window splith` or `/window splitv`), you
   will have one bar in each window. The default bars _title_, _status_,
   _input_ and _nicklist_ have type `window`.
 
-| position | `top`, `bottom`, `left`, `right` |
-  Position of the bar: above/below chat, on the left/right.
+| position | `top`, `bottom`, `left`, `right`
+| Position of the bar: above/below chat, on the left/right.
 
-| priority | integer ≥ 0 |
-  Priority for display of bar: this is used for ordering the bars on screen when
+| priority | integer ≥ 0
+| Priority for display of bar: this is used for ordering the bars on screen when
   many bars have same type and position. +
   The bars are displayed from the edge of the screen to the center. A higher
   priority will display bar at the beginning, so closer to the edge. +
   Example: _input_ bar has priority 1000, so it is displayed before the _status_
   bar, which has priority 500.
 
-| size | integer ≥ 0 |
-  The size of the bar: number of columns for position left/right, number
+| size | integer ≥ 0
+| The size of the bar: number of columns for position left/right, number
   of lines for position top/bottom. A size of `0` means automatic, so the size
   will be computed according to content displayed in bar.
 
-| size_max | integer ≥ 0 |
-  The maximum size for a bar, `0` = no limit (this option is used only if
+| size_max | integer ≥ 0
+| The maximum size for a bar, `0` = no limit (this option is used only if
   `size` = `0`).
 
-| color_bg | color |
-  The default background color for the bar.
+| color_bg | color
+| The default background color for the bar.
 
-| color_fg | color |
-  The default text color for the bar.
+| color_fg | color
+| The default text color for the bar.
 
-| color_delim | color |
-  The color for delimiters in bar.
+| color_delim | color
+| The color for delimiters in bar.
 
-| hidden | `on`, `off` |
-  When option is `on`, the bar is hidden. +
+| hidden | `on`, `off`
+| When option is `on`, the bar is hidden. +
   Note: instead of changing this option, the command `/bar` is preferred, for
   example: `/bar toggle nicklist` (see command <<command_weechat_bar,/bar>>).
 
-| separator | `on`, `off` |
-  When option is `on`, a separator (line) is displayed between this bar and
+| separator | `on`, `off`
+| When option is `on`, a separator (line) is displayed between this bar and
   other bars (or chat).
 
-| items | string |
-  A list of _items_ (see <<bar_items,items>> for more info).
+| items | string
+| A list of _items_ (see <<bar_items,items>> for more info).
 
-| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Type of filling for a bar which has position `left` or `right` (see
+| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Type of filling for a bar which has position `left` or `right` (see
   <<bar_filling,filling>> for more info).
 
-| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Type of filling for a bar which has position `top` or `bottom` (see
+| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Type of filling for a bar which has position `top` or `bottom` (see
   <<bar_filling,filling>> for more info).
 
-| conditions | string |
-  The conditions to display the bar (see <<bar_conditions,conditions>> for more
+| conditions | string
+| The conditions to display the bar (see <<bar_conditions,conditions>> for more
   info).
 |===
 
@@ -3896,15 +3896,15 @@ The following signals are caught by the typing plugin:
 |===
 | Signal | Arguments | Description
 
-| typing_set_nick |
-  String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
+| typing_set_nick
+| String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
   "cleared") + ";" + nick. +
-  Example: "0x1234abcd;typing;alice". |
-  Set typing state for a nick on a buffer.
+  Example: "0x1234abcd;typing;alice".
+| Set typing state for a nick on a buffer.
 
-| typing_reset_buffer |
-  Pointer: buffer. |
-  Remove typing state for all nicks on a buffer.
+| typing_reset_buffer
+| Pointer: buffer.
+| Remove typing state for all nicks on a buffer.
 |===
 
 [[typing_options]]
@@ -4245,25 +4245,25 @@ List of default triggers:
 |===
 | Name | Hook | Description
 
-| beep | print |
-  Beep on highlight/private message.
+| beep | print
+| Beep on highlight/private message.
 
-| cmd_pass | modifier |
-  Hide password in commands:
+| cmd_pass | modifier
+| Hide password in commands:
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`,
   `pass:[/oper]`,
   `pass:[/quote pass]`,
   `pass:[/secure passphrase\|decrypt\|set]`.
 
-| cmd_pass_register | modifier |
-  Hide password in command `pass:[/msg nickserv register]`.
+| cmd_pass_register | modifier
+| Hide password in command `pass:[/msg nickserv register]`.
 
-| msg_auth | modifier |
-  Hide password in IRC auth message displayed (message received from server
+| msg_auth | modifier
+| Hide password in IRC auth message displayed (message received from server
   after the user issued the command).
 
-| server_pass | modifier |
-  Hide server password in commands `/server` and `/connect`.
+| server_pass | modifier
+| Hide server password in commands `/server` and `/connect`.
 |===
 
 [[trigger_anatomy]]
@@ -4276,37 +4276,37 @@ A trigger has the following options (names are
 |===
 | Option | Values | Description
 
-| enabled | `on`, `off` |
-  When option is `off`, the trigger is disabled and actions are not executed
+| enabled | `on`, `off`
+| When option is `off`, the trigger is disabled and actions are not executed
   any more.
 
 | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`,
-  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` |
-  The hook used in trigger. For more information, see
+  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+`
+| The hook used in trigger. For more information, see
   link:weechat_plugin_api.en.html#hooks[WeeChat plugin API reference / Hooks].
 
-| arguments | string |
-  The arguments for the hook, it depends on the hook type used.
+| arguments | string
+| The arguments for the hook, it depends on the hook type used.
 
-| conditions | string |
-  Conditions to execute the trigger; they are evaluated (see command
+| conditions | string
+| Conditions to execute the trigger; they are evaluated (see command
   <<command_weechat_eval,/eval>>).
 
-| regex | string |
-  One or more POSIX extended regular expressions, to change data received in the
+| regex | string
+| One or more POSIX extended regular expressions, to change data received in the
   hook callback (and some stuff added by trigger plugin), see
   <<trigger_regex,regular expression>>.
 
-| command | string |
-  Command to execute (many commands can be separated by semicolons); it is
+| command | string
+| Command to execute (many commands can be separated by semicolons); it is
   evaluated (see command <<command_weechat_eval,/eval>>).
 
-| return_code | `+ok+`, `+ok_eat+`, `+error+` |
-  The return code of callback (default is `ok`, which should be used in almost
+| return_code | `+ok+`, `+ok_eat+`, `+error+`
+| The return code of callback (default is `ok`, which should be used in almost
   all triggers, the other values are rarely used).
 
-| post_action | `none`, `disable`, `delete` |
-  Action to take on the trigger after execution (default is `none` which should
+| post_action | `none`, `disable`, `delete`
+| Action to take on the trigger after execution (default is `none` which should
   be used in almost all triggers, the other values are rarely used).
 |===
 
@@ -4345,105 +4345,105 @@ The arguments depend on the hook used. They are separated by semicolons.
 |===
 | Hook | Arguments | Examples | Documentation (API)
 
-| signal |
-  1. signal name (priority allowed) (required) +
+| signal
+| 1. signal name (priority allowed) (required) +
   2. signal name (priority allowed) +
-  3. ... |
-  `+*,irc_in_privmsg+` +
+  3. ...
+| `+*,irc_in_privmsg+` +
   `+*,irc_in_privmsg;*,irc_in_notice+` +
-  `+signal_sigwinch+` |
-  link:weechat_plugin_api.en.html#_hook_signal[hook_signal]
+  `+signal_sigwinch+`
+| link:weechat_plugin_api.en.html#_hook_signal[hook_signal]
 
-| hsignal |
-  1. signal name (priority allowed) (required) +
+| hsignal
+| 1. signal name (priority allowed) (required) +
   2. signal name (priority allowed) +
-  3. ... |
-  `+nicklist_nick_added+` |
-  link:weechat_plugin_api.en.html#_hook_hsignal[hook_hsignal]
+  3. ...
+| `+nicklist_nick_added+`
+| link:weechat_plugin_api.en.html#_hook_hsignal[hook_hsignal]
 
-| modifier |
-  1. modifier name (priority allowed) (required) +
+| modifier
+| 1. modifier name (priority allowed) (required) +
   2. modifier name (priority allowed) +
-  3. ... |
-  `+weechat_print+` +
-  `+5000\|input_text_display;5000\|history_add+` |
-  link:weechat_plugin_api.en.html#_hook_modifier[hook_modifier]
+  3. ...
+| `+weechat_print+` +
+  `+5000\|input_text_display;5000\|history_add+`
+| link:weechat_plugin_api.en.html#_hook_modifier[hook_modifier]
 
-| line |
-  1. buffer type +
+| line
+| 1. buffer type +
   2. buffer name +
-  3. tags |
-  `+formatted+` +
+  3. tags
+| `+formatted+` +
   `+free+` +
   `+*;irc.libera.*+` +
   `+*;irc.libera.#weechat+` +
-  `+formatted;irc.libera.#weechat;irc_notice+` |
-  link:weechat_plugin_api.en.html#_hook_line[hook_line]
+  `+formatted;irc.libera.#weechat;irc_notice+`
+| link:weechat_plugin_api.en.html#_hook_line[hook_line]
 
-| print |
-  1. buffer name +
+| print
+| 1. buffer name +
   2. tags +
   3. message +
-  4. strip colors (0/1) |
-  `+irc.libera.*+` +
+  4. strip colors (0/1)
+| `+irc.libera.*+` +
   `+irc.libera.#weechat+` +
   `+irc.libera.#weechat;irc_notice+` +
-  `+*;;;1+` |
-  link:weechat_plugin_api.en.html#_hook_print[hook_print]
+  `+*;;;1+`
+| link:weechat_plugin_api.en.html#_hook_print[hook_print]
 
-| command |
-  1. command name (priority allowed) (required) +
+| command
+| 1. command name (priority allowed) (required) +
   2. description (evaluated, see command <<command_weechat_eval,/eval>>) +
   3. arguments (evaluated, see command <<command_weechat_eval,/eval>>) +
   4. description of arguments (evaluated, see command <<command_weechat_eval,/eval>>) +
-  5. completion (evaluated, see command <<command_weechat_eval,/eval>>) |
-  `+test+` +
+  5. completion (evaluated, see command <<command_weechat_eval,/eval>>)
+| `+test+` +
   `+5000\|test+` +
-  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
-  link:weechat_plugin_api.en.html#_hook_command[hook_command]
+  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+`
+| link:weechat_plugin_api.en.html#_hook_command[hook_command]
 
-| command_run |
-  1. command (priority allowed) (required) +
+| command_run
+| 1. command (priority allowed) (required) +
   2. command (priority allowed) +
-  3. ... |
-  `+/cmd arguments+` |
-  link:weechat_plugin_api.en.html#_hook_command_run[hook_command_run]
+  3. ...
+| `+/cmd arguments+`
+| link:weechat_plugin_api.en.html#_hook_command_run[hook_command_run]
 
-| timer |
-  1. interval in milliseconds (required) +
+| timer
+| 1. interval in milliseconds (required) +
   2. alignment on second (default: 0) +
-  3. max number of calls (default: 0, which means "no end") |
-  `+3600000+` +
-  `+60000;0;5+` |
-  link:weechat_plugin_api.en.html#_hook_timer[hook_timer]
+  3. max number of calls (default: 0, which means "no end")
+| `+3600000+` +
+  `+60000;0;5+`
+| link:weechat_plugin_api.en.html#_hook_timer[hook_timer]
 
-| config |
-  1. option name (priority allowed) (required) +
+| config
+| 1. option name (priority allowed) (required) +
   2. option name (priority allowed) +
-  3. ... |
-  `+weechat.look.*+` |
-  link:weechat_plugin_api.en.html#_hook_config[hook_config]
+  3. ...
+| `+weechat.look.*+`
+| link:weechat_plugin_api.en.html#_hook_config[hook_config]
 
-| focus |
-  1. area name (priority allowed) (required) +
+| focus
+| 1. area name (priority allowed) (required) +
   2. area name (priority allowed) +
-  3. ... |
-  `+buffer_nicklist+` |
-  link:weechat_plugin_api.en.html#_hook_focus[hook_focus]
+  3. ...
+| `+buffer_nicklist+`
+| link:weechat_plugin_api.en.html#_hook_focus[hook_focus]
 
-| info |
-  1. info name (priority allowed) (required) +
+| info
+| 1. info name (priority allowed) (required) +
   2. info name (priority allowed) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.en.html#_hook_info[hook_info]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.en.html#_hook_info[hook_info]
 
-| info_hashtable |
-  1. info name (priority allowed) (required) +
+| info_hashtable
+| 1. info name (priority allowed) (required) +
   2. info name (priority allowed) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.en.html#_hook_info_hashtable[hook_info_hashtable]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.en.html#_hook_info_hashtable[hook_info_hashtable]
 |===
 
 [[trigger_conditions]]
index 54b057d47e68779a81be9cc2cfce27dbee1ecd59..26e8a628abe88d11ba9b581d01b1fff30f118590 100644 (file)
@@ -1153,8 +1153,8 @@ Où _composant_ est :
 |===
 | Composant | Fichiers | Description
 
-| core |
-  AUTHORS.adoc +
+| core
+| AUTHORS.adoc +
   ChangeLog.adoc +
   Contributing.adoc +
   .github/FUNDING.yml +
@@ -1166,76 +1166,76 @@ Où _composant_ est :
   src/core/* +
   src/gui/* +
   version.sh +
-  weechat.desktop |
-  cœur de WeeChat
+  weechat.desktop
+| cœur de WeeChat
 
-| build |
-  autogen.sh +
+| build
+| autogen.sh +
   CMakeLists.txt +
   cmake/* +
   configure.ac +
   Makefile.am +
   tools/* +
   weechat.cygport.in +
-  weechat.spec |
-  Construction
+  weechat.spec
+| Construction
 
-| ci |
-  .github/workflows/* |
-  Intégration continue
+| ci
+| .github/workflows/*
+| Intégration continue
 
-| debian |
-  debian-devel/* +
-  debian-stable/* |
-  Empaquetage Debian
+| debian
+| debian-devel/* +
+  debian-stable/*
+| Empaquetage Debian
 
-| tests |
-  tests/* |
-  Tests
+| tests
+| tests/*
+| Tests
 
-| doc |
-  doc/* |
-  Mises à jour générales sur la documentation, par exemple la construction
+| doc
+| doc/*
+| Mises à jour générales sur la documentation, par exemple la construction
 
-| doc/man |
-  doc/xx/weechat.1.xx.adoc +
-  doc/xx/weechat-headless.1.xx.adoc |
-  Pages de manuel
+| doc/man
+| doc/xx/weechat.1.xx.adoc +
+  doc/xx/weechat-headless.1.xx.adoc
+| Pages de manuel
 
-| doc/faq |
-  doc/xx/weechat_faq.xx.adoc |
-  Questions fréquemment posées (FAQ)
+| doc/faq
+| doc/xx/weechat_faq.xx.adoc
+| Questions fréquemment posées (FAQ)
 
-| doc/quickstart |
-  doc/xx/weechat_quickstart.xx.adoc |
-  Guide de démarrage rapide
+| doc/quickstart
+| doc/xx/weechat_quickstart.xx.adoc
+| Guide de démarrage rapide
 
-| doc/user |
-  doc/xx/weechat_user.xx.adoc |
-  Guide utilisateur
+| doc/user
+| doc/xx/weechat_user.xx.adoc
+| Guide utilisateur
 
-| doc/scripting |
-  doc/xx/weechat_scripting.xx.adoc |
-  Guide pour scripts
+| doc/scripting
+| doc/xx/weechat_scripting.xx.adoc
+| Guide pour scripts
 
-| doc/api |
-  doc/xx/weechat_plugin_api.xx.adoc |
-  Référence extension API
+| doc/api
+| doc/xx/weechat_plugin_api.xx.adoc
+| Référence extension API
 
-| doc/relay |
-  doc/xx/weechat_relay_protocol.xx.adoc |
-  Protocole relay
+| doc/relay
+| doc/xx/weechat_relay_protocol.xx.adoc
+| Protocole relay
 
-| doc/dev |
-  doc/xx/weechat_dev.en.adoc |
-  Guide du développeur
+| doc/dev
+| doc/xx/weechat_dev.en.adoc
+| Guide du développeur
 
 | irc +
   python +
   relay +
-  … |
-  src/plugins/<name>/* |
-  Extension
+  …
+| src/plugins/<name>/*
+| Extension
 
 |===
 
index aabecb553c13d4cfaa6267337b65b2ee9e0d43fc..3251f7192f9dd7cbd8fdb7aa203ce34ecf0ba01d 100644 (file)
@@ -2433,17 +2433,17 @@ Liste des opérateurs logiques qui peuvent être utilisés dans les conditions
 |===
 | Opérateur | WeeChat mini | Description | Exemples
 
-| `+&&+` | |
-  "Et" logique |
-  >> `+25 && 77+` +
+| `+&&+` |
+| "Et" logique
+| >> `+25 && 77+` +
   == `+1+` +
   +
   >> `+25 && 0+` +
   == `+0+`
 
-| `+\|\|+` | |
-  "Ou" logique |
-  >> `+25 \|\| 0+` +
+| `+\|\|+` |
+| "Ou" logique
+| >> `+25 \|\| 0+` +
   == `+1+` +
   +
   >> `+0 \|\| 0+` +
@@ -2457,105 +2457,105 @@ Liste des opérateurs de comparaison qui peuvent être utilisés dans les condit
 |===
 | Opérateur | WeeChat mini | Description | Exemples
 
-| `+=~+` | |
-  Correspond à l'expression régulière POSIX étendue (des "flags" facultatifs sont autorisés, voir la fonction <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def =~ ab.*ef+` +
+| `+=~+` |
+| Correspond à l'expression régulière POSIX étendue (des "flags" facultatifs sont autorisés, voir la fonction <<_string_regcomp,string_regcomp>>)
+| >> `+abc def =~ ab.*ef+` +
   == `+1+` +
   +
   >> `+abc def =~ y.*z+` +
   == `+0+`
 
-| `+!~+` | |
-  Ne correspond PAS à l'expression régulière POSIX étendue (des "flags" facultatifs sont autorisés, voir la fonction <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def !~ ab.*ef+` +
+| `+!~+` |
+| Ne correspond PAS à l'expression régulière POSIX étendue (des "flags" facultatifs sont autorisés, voir la fonction <<_string_regcomp,string_regcomp>>)
+| >> `+abc def !~ ab.*ef+` +
   == `+0+` +
   +
   >> `+abc def !~ y.*z+` +
   == `+1+`
 
-| `+==*+` | 2.9 |
-  Correspond au masque où le caractère joker "*" est autorisé, sensible à la casse (voir la fonction <<_string_match,string_match>>) |
-  >> `+abc def ==* a*f+` +
+| `+==*+` | 2.9
+| Correspond au masque où le caractère joker "*" est autorisé, sensible à la casse (voir la fonction <<_string_match,string_match>>)
+| >> `+abc def ==* a*f+` +
   == `+1+` +
   +
   >> `+abc def ==* y*z+` +
   == `+0+`
 
-| `+!!*+` | 2.9 |
-  Ne correspond PAS au masque où le caractère joker "*" est autorisé, sensible à la casse (voir la fonction <<_string_match,string_match>>) |
-  >> `+abc def !!* a*f+` +
+| `+!!*+` | 2.9
+| Ne correspond PAS au masque où le caractère joker "*" est autorisé, sensible à la casse (voir la fonction <<_string_match,string_match>>)
+| >> `+abc def !!* a*f+` +
   == `+0+` +
   +
   >> `+abc def !!* y*z+` +
   == `+1+`
 
-| `+=*+` | 1.8 |
-  Correspond au masque où le caractère joker "*" est autorisé, insensible à la casse (voir la fonction <<_string_match,string_match>>) |
-  >> `+abc def =* A*F+` +
+| `+=*+` | 1.8
+| Correspond au masque où le caractère joker "*" est autorisé, insensible à la casse (voir la fonction <<_string_match,string_match>>)
+| >> `+abc def =* A*F+` +
   == `+1+` +
   +
   >> `+abc def =* Y*Z+` +
   == `+0+`
 
-| `+!*+` | 1.8 |
-  Ne correspond PAS au masque où le caractère joker "*" est autorisé, insensible à la casse (voir la fonction <<_string_match,string_match>>) |
-  >> `+abc def !* A*F+` +
+| `+!*+` | 1.8
+| Ne correspond PAS au masque où le caractère joker "*" est autorisé, insensible à la casse (voir la fonction <<_string_match,string_match>>)
+| >> `+abc def !* A*F+` +
   == `+0+` +
   +
   >> `+abc def !* Y*Z+` +
   == `+1+`
 
-| `+==-+` | 2.9 |
-  Est inclus, sensible à la casse |
-  >> `+abc def ==- bc+` +
+| `+==-+` | 2.9
+| Est inclus, sensible à la casse
+| >> `+abc def ==- bc+` +
   == `+1+` +
   +
   >> `+abc def ==- xyz+` +
   == `+0+`
 
-| `+!!-+` | 2.9 |
-  N'est PAS inclus, sensible à la casse |
-  >> `+abc def !!- bc+` +
+| `+!!-+` | 2.9
+| N'est PAS inclus, sensible à la casse
+| >> `+abc def !!- bc+` +
   == `+0+` +
   +
   >> `+abc def !!- xyz+` +
   == `+1+`
 
-| `+=-+` | 2.9 |
-  Est inclus, insensible à la casse |
-  >> `+abc def =- BC+` +
+| `+=-+` | 2.9
+| Est inclus, insensible à la casse
+| >> `+abc def =- BC+` +
   == `+1+` +
   +
   >> `+abc def =- XYZ+` +
   == `+0+`
 
-| `+!-+` | 2.9 |
-  N'est PAS inclus, insensible à la casse |
-  >> `+abc def !- BC+` +
+| `+!-+` | 2.9
+| N'est PAS inclus, insensible à la casse
+| >> `+abc def !- BC+` +
   == `+0+` +
   +
   >> `+abc def !- XYZ+` +
   == `+1+`
 
-| `+==+` | |
-  Égal |
-  >> `+test == test+` +
+| `+==+` |
+| Égal
+| >> `+test == test+` +
   == `+1+` +
   +
   >> `+test == string+` +
   == `+0+`
 
-| `+!=+` | |
-  Non égal |
-  >> `+test != test+` +
+| `+!=+` |
+| Non égal
+| >> `+test != test+` +
   == `+0+` +
   +
   >> `+test != string+` +
   == `+1+`
 
-| `+<=+` | |
-  Plus petit ou égal |
-  >> `+abc <= defghi+` +
+| `+<=+` |
+| Plus petit ou égal
+| >> `+abc <= defghi+` +
   == `+1+` +
   +
   >> `+abc <= abc+` +
@@ -2567,9 +2567,9 @@ Liste des opérateurs de comparaison qui peuvent être utilisés dans les condit
   >> `+15 <= 2+` +
   == `+0+`
 
-| `+<+` | |
-  Plus petit |
-  >> `+abc < defghi+` +
+| `+<+` |
+| Plus petit
+| >> `+abc < defghi+` +
   == `+1+` +
   +
   >> `+abc < abc+` +
@@ -2581,9 +2581,9 @@ Liste des opérateurs de comparaison qui peuvent être utilisés dans les condit
   >> `+15 < 2+` +
   == `+0+`
 
-| `+>=+` | |
-  Plus grand ou égal |
-  >> `+defghi >= abc+` +
+| `+>=+` |
+| Plus grand ou égal
+| >> `+defghi >= abc+` +
   == `+1+` +
   +
   >> `+abc >= abc+` +
@@ -2595,9 +2595,9 @@ Liste des opérateurs de comparaison qui peuvent être utilisés dans les condit
   >> `+15 >= 2+` +
   == `+1+`
 
-| `+>+` | |
-  Plus grand |
-  >> `+defghi > abc+` +
+| `+>+` |
+| Plus grand
+| >> `+defghi > abc+` +
   == `+1+` +
   +
   >> `+abc > abc+` +
@@ -2633,25 +2633,25 @@ première étendue à la dernière) :
 |===
 | Format | WeeChat mini | Description | Exemples
 
-| `+${raw:xxx}+` | 3.1 |
-  Chaîne brute (non évaluée). |
-  >> `+${raw:${info:version}}+` +
+| `+${raw:xxx}+` | 3.1
+| Chaîne brute (non évaluée).
+| >> `+${raw:${info:version}}+` +
   == `+${info:version}+`
 
-| `+${nom}+` | 3.4 |
-  Variable définie par l'utilisateur (avec `+${define:nom,valeur}+`). |
-  >> `+${nom}+` +
+| `+${nom}+` | 3.4
+| Variable définie par l'utilisateur (avec `+${define:nom,valeur}+`).
+| >> `+${nom}+` +
   == `+valeur+`
 
-| `+${nom}+` | |
-  Variable `nom` de la table de hachage _extra_vars_. |
-  >> `+${nom}+` +
+| `+${nom}+` |
+| Variable `nom` de la table de hachage _extra_vars_.
+| >> `+${nom}+` +
   == `+valeur+`
 
-| `+${weechat_xxx_dir}+` | 3.2 |
-  Un répertoire WeeChat : `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
-  `+${weechat_cache_dir}+` ou `+${weechat_runtime_dir}+`. |
-  >> `+${weechat_config_dir}+` +
+| `+${weechat_xxx_dir}+` | 3.2
+| Un répertoire WeeChat : `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
+  `+${weechat_cache_dir}+` ou `+${weechat_runtime_dir}+`.
+| >> `+${weechat_config_dir}+` +
   == `+/home/user/.config/weechat+` +
   +
   >> `+${weechat_data_dir}+` +
@@ -2663,49 +2663,49 @@ première étendue à la dernière) :
   >> `+${weechat_runtime_dir}+` +
   == `+/run/user/1000/weechat+`
 
-| `+${eval:xxx}+` | 1.3 |
-  Chaîne à évaluer. |
-  >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
+| `+${eval:xxx}+` | 1.3
+| Chaîne à évaluer.
+| >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
   == `+19:02:45+` ^(1)^ +
   +
   ^(1)^ Avec des couleurs s'il y a des codes couleur dans l'option
   weechat.look.buffer_time_format
 
-| `+${eval_cond:xxx}+` | 3.1 |
-  Chaîne à évaluer comme condition. |
-  >> `+${eval_cond:${window.win_width} > 100}+` +
+| `+${eval_cond:xxx}+` | 3.1
+| Chaîne à évaluer comme condition.
+| >> `+${eval_cond:${window.win_width} > 100}+` +
   == `+1+`
 
 | `+${esc:xxx}+` +
-  `+${\xxx}+` | 1.0 |
-  Chaîne avec caractères échappés. |
-  >> `+${esc:préfixe\tmessage}+` +
+  `+${\xxx}+` | 1.0
+| Chaîne avec caractères échappés.
+| >> `+${esc:préfixe\tmessage}+` +
   == `+préfixe<TAB>message+` +
   +
   >> `+${\ua9}+` +
   == `+©+`
 
-| `+${lower:string}+` | 3.6 |
-  Chaîne convertie en minuscules. |
-  >> `+${lower:TEST}+` +
+| `+${lower:string}+` | 3.6
+| Chaîne convertie en minuscules.
+| >> `+${lower:TEST}+` +
   >> `+test+`
 
-| `+${upper:string}+` | 3.6 |
-  Chaîne convertie en majuscules. |
-  >> `+${upper:test}+` +
+| `+${upper:string}+` | 3.6
+| Chaîne convertie en majuscules.
+| >> `+${upper:test}+` +
   >> `+TEST+`
 
-| `+${hide:x,chaîne}+` | 1.1 |
-  Chaîne avec les caractères masqués (tous les caractères dans `chaîne`
-  remplacés par `x`). |
-  >> `+${hide:*,mot_de_passe}+` +
+| `+${hide:x,chaîne}+` | 1.1
+| Chaîne avec les caractères masqués (tous les caractères dans `chaîne`
+  remplacés par `x`).
+| >> `+${hide:*,mot_de_passe}+` +
   == `+************+`
 
 | `+${cut:max,suffixe,chaîne}+` +
-  `+${cut:+max,suffixe,chaîne}+` | 1.8 |
-  Chaîne avec `max` caractères, et un `suffixe` facultatif si la chaîne est coupée. +
-  Avec le format `+max`, le suffixe est compté dans la longueur maximale. |
-  >> `+${cut:4,…,ceci est un test}+` +
+  `+${cut:+max,suffixe,chaîne}+` | 1.8
+| Chaîne avec `max` caractères, et un `suffixe` facultatif si la chaîne est coupée. +
+  Avec le format `+max`, le suffixe est compté dans la longueur maximale.
+| >> `+${cut:4,…,ceci est un test}+` +
   == `+ceci…+` +
   +
   >> `+${cut:+4,…,ceci est un test}+` +
@@ -2715,10 +2715,10 @@ première étendue à la dernière) :
   == `+こん>>+`
 
 | `+${cutscr:max,suffixe,chaîne}+` +
-  `+${cutscr:+max,suffixe,chaîne}+` | 1.8 |
-  Chaîne avec `max` caractères affichés à l'écran, et un `suffixe` facultatif si la chaîne est coupée. +
-  Avec le format `+max`, le suffixe est compté dans la longueur maximale. |
-  >> `+${cutscr:4,…,ceci est un test}+` +
+  `+${cutscr:+max,suffixe,chaîne}+` | 1.8
+| Chaîne avec `max` caractères affichés à l'écran, et un `suffixe` facultatif si la chaîne est coupée. +
+  Avec le format `+max`, le suffixe est compté dans la longueur maximale.
+| >> `+${cutscr:4,…,ceci est un test}+` +
   == `+ceci…+` +
   +
   >> `+${cutscr:+4,…,ceci est un test}+` +
@@ -2727,10 +2727,10 @@ première étendue à la dernière) :
   >> `+${cutscr:2,>>,こんにちは世界}+` +
   == `+こ>>+`
 
-| `+${rev:xxx}+` | 2.2 |
-  Chaîne inversée (les codes couleurs sont inversés, donc la chaîne ne devrait
-  pas contenir de codes couleurs). |
-  >> `+${rev:Bonjour, le monde !}+` +
+| `+${rev:xxx}+` | 2.2
+| Chaîne inversée (les codes couleurs sont inversés, donc la chaîne ne devrait
+  pas contenir de codes couleurs).
+| >> `+${rev:Bonjour, le monde !}+` +
   == `+! ednom el ,ruojnoB+` +
   +
   >> `+${rev:Bonjour, ${color:red}le monde !}+` +
@@ -2738,9 +2738,9 @@ première étendue à la dernière) :
   +
   ^(1)^ Pas de couleur, le code couleur est inversé
 
-| `+${revscr:xxx}+` | 2.7 |
-  Chaîne inversée pour l'écran : les codes couleurs ne sont pas inversés. |
-  >> `+${revscr:Bonjour, le monde !}+` +
+| `+${revscr:xxx}+` | 2.7
+| Chaîne inversée pour l'écran : les codes couleurs ne sont pas inversés.
+| >> `+${revscr:Bonjour, le monde !}+` +
   == `+! ednom el ,ruojnoB+` +
   +
   >> `+${revscr:Bonjour, ${color:red}le monde !}+` +
@@ -2748,30 +2748,30 @@ première étendue à la dernière) :
   +
   ^(1)^ (`pass:[ ,ruojnoB]` en rouge
 
-| `+${repeat:nombre,chaîne}+` | 2.3 |
-  Chaîne répétée. |
-  >> `+${repeat:5,-}+` +
+| `+${repeat:nombre,chaîne}+` | 2.3
+| Chaîne répétée.
+| >> `+${repeat:5,-}+` +
   == `+-----+`
 
-| `+${length:xxx}+` | 2.7 |
-  Longueur de la chaîne (nombre de caractères UTF-8), les codes couleurs sont
-  ignorés. |
-  >> `+${length:test}+` +
+| `+${length:xxx}+` | 2.7
+| Longueur de la chaîne (nombre de caractères UTF-8), les codes couleurs sont
+  ignorés.
+| >> `+${length:test}+` +
   == `+4+` +
   +
   >> `+${length:こんにちは世界}+` +
   == `+7+`
 
-| `+${lengthscr:xxx}+` | 2.7 |
-  Longueur de la chaîne affichée à l'écran, les codes couleurs sont ignorés. |
-  >> `+${lengthscr:test}+` +
+| `+${lengthscr:xxx}+` | 2.7
+| Longueur de la chaîne affichée à l'écran, les codes couleurs sont ignorés.
+| >> `+${lengthscr:test}+` +
   == `+4+` +
   +
   >> `+${lengthscr:こんにちは世界}+` +
   == `+14+`
 
-| `+${split:number,seps,flags,xxx}+` | 3.3 |
-  Chaîne découpée, et retour, selon `number` : +
+| `+${split:number,seps,flags,xxx}+` | 3.3
+| Chaîne découpée, et retour, selon `number` : +
   - `count` : nombre d'éléments après le découpage +
   - `random` : un élément au hasard +
   - entier ≥ 1 : l'élément par son index (1 = premier élément) +
@@ -2783,8 +2783,8 @@ première étendue à la dernière) :
   - `collapse_seps` : regrouper de multiples séparateurs consécutifs en un seul +
   - `keep_eol` : garder jusqu'à la fin de la ligne pour chaque valeur +
   - `strip_items=xyz` : supprimer les caractères `x`, `y` et `z` au début/fin des éléments +
-  - `max_items=N` : retourner au plus N éléments |
-  >> `+${split:1,,,abc,def,ghi}+` +
+  - `max_items=N` : retourner au plus N éléments
+| >> `+${split:1,,,abc,def,ghi}+` +
   == `+abc+` +
   +
   >> `+${split:-1,,,abc,def,ghi}+` +
@@ -2811,13 +2811,13 @@ première étendue à la dernière) :
   >> `+${split:2, ,keep_eol,this is a test}+` +
   == `+is a test+`
 
-| `+${split_shell:number,xxx}+` | 3.3 |
-  Paramètres shells découpés, et retour, selon `number` : +
+| `+${split_shell:number,xxx}+` | 3.3
+| Paramètres shells découpés, et retour, selon `number` : +
   - `count` : le nombre de paramètres après découpage +
   - `random` : un paramètre au hasard +
   - entier ≥ 1 : le paramètre par son index (1 = premier paramètre) +
-  - entier ≤ -1 : le paramètre par son index en partant de la fin (-1 = dernier paramètre, -2 = avant-dernier paramètre, etc.) |
-  >> `+${split_shell:1,"first arg" arg2}+` +
+  - entier ≤ -1 : le paramètre par son index en partant de la fin (-1 = dernier paramètre, -2 = avant-dernier paramètre, etc.)
+| >> `+${split_shell:1,"first arg" arg2}+` +
   == `+first arg+` +
   +
   >> `+${split_shell:-1,"first arg" arg2}+` +
@@ -2829,14 +2829,14 @@ première étendue à la dernière) :
   >> `+${split_shell:random,"first arg" arg2}+` +
   == `+arg2+`
 
-| `+${re:xxx}+` | 1.1 |
-  Données sur l'expression régulière : +
+| `+${re:xxx}+` | 1.1
+| Données sur l'expression régulière : +
   `0` = toute la chaîne correspondante, +
   `1` à `99` = groupe capturé, +
   `+++` = dernier groupe capturé, +
   `#` = index du dernier groupe capturé _(WeeChat ≥ 1.8)_ +
-  `repl_index` = index du remplacement en cours (démarre à 1) _(WeeChat ≥ 3.3)_. |
-  >> `+${re:0}+` +
+  `repl_index` = index du remplacement en cours (démarre à 1) _(WeeChat ≥ 3.3)_.
+| >> `+${re:0}+` +
   == `+test1 test2+` +
   +
   >> `+${re:1}+` +
@@ -2854,10 +2854,10 @@ première étendue à la dernière) :
   >> `+${re:repl_index}+` +
   == `+1+`
 
-| `+${color:nom}+` | 0.4.2 |
-  Code couleur WeeChat (le nom de couleur a des attributs facultatifs),
-  voir la fonction <<_color,color>> pour les formats supportés. |
-  >> `+${color:red}texte rouge+` +
+| `+${color:nom}+` | 0.4.2
+| Code couleur WeeChat (le nom de couleur a des attributs facultatifs),
+  voir la fonction <<_color,color>> pour les formats supportés.
+| >> `+${color:red}texte rouge+` +
   == `+texte rouge+` ^(1)^ +
   +
   >> `+${color:*214}texte orange gras+` +
@@ -2866,27 +2866,27 @@ première étendue à la dernière) :
   ^(1)^ En rouge +
   ^(2)^ En orange gras
 
-| `+${modifier:name,data,string}+` | 2.7 |
-  Résultat d'un modificateur, voir la fonction
-  <<_hook_modifier_exec,hook_modifier_exec>>. |
-  >> `+${modifier:eval_path_home,,~}+` +
+| `+${modifier:name,data,string}+` | 2.7
+| Résultat d'un modificateur, voir la fonction
+  <<_hook_modifier_exec,hook_modifier_exec>>.
+| >> `+${modifier:eval_path_home,,~}+` +
   == `+/home/user+` +
   +
   >> `+${modifier:eval_path_home,directory=config,%h/irc.conf}+` +
   == `+/home/user/.config/weechat/irc.conf+`
 
 | `+${info:nom}+` +
-  `+${info:nom,paramètres}+` | 0.4.3 |
-  Info de WeeChat ou d'une extension, voir la fonction <<_info_get,info_get>>. |
-  >> `+${info:version}+` +
+  `+${info:nom,paramètres}+` | 0.4.3
+| Info de WeeChat ou d'une extension, voir la fonction <<_info_get,info_get>>.
+| >> `+${info:version}+` +
   == `+1.0+` +
   +
   >> `+${info:nick_color_name,foo}+` +
   == `+lightblue+`
 
-| `+${base_encode:base,xxx}+` | 2.9 |
-  Chaîne encodée en base 16, 32 ou 64. |
-  >> `+${base_encode:16,test string}+` +
+| `+${base_encode:base,xxx}+` | 2.9
+| Chaîne encodée en base 16, 32 ou 64.
+| >> `+${base_encode:16,test string}+` +
   == `+7465737420737472696E67+` +
   +
   >> `+${base_encode:32,test string}+` +
@@ -2895,9 +2895,9 @@ première étendue à la dernière) :
   >> `+${base_encode:64,test string}+` +
   == `+dGVzdCBzdHJpbmc=+`
 
-| `+${base_decode:base,xxx}+` | 2.9 |
-  Chaîne décodée depuis base 16, 32 ou 64. |
-  >> `+${base_decode:16,7465737420737472696E67}+` +
+| `+${base_decode:base,xxx}+` | 2.9
+| Chaîne décodée depuis base 16, 32 ou 64.
+| >> `+${base_decode:16,7465737420737472696E67}+` +
   == `+test string+` +
   +
   >> `+${base_decode:32,ORSXG5BAON2HE2LOM4======}+` +
@@ -2907,32 +2907,32 @@ première étendue à la dernière) :
   == `+test string+`
 
 | `+${date}+` +
-  `+${date:xxx}+` | 1.3 |
-  La date/heure courante, avec un format personnalisé (voir `man strftime`),
-  le format par défaut est `%F %T`. |
-  >> `+${date}+` +
+  `+${date:xxx}+` | 1.3
+| La date/heure courante, avec un format personnalisé (voir `man strftime`),
+  le format par défaut est `%F %T`.
+| >> `+${date}+` +
   == `+2015-06-30 19:02:45+` +
   +
   >> `+${date:%H:%M:%S}+` +
   == `+19:02:45+`
 
-| `+${env:NOM}+` | 1.2 |
-  Valeur de la variable d'environnement `NOM`. |
-  >> `+${env:HOME}+` +
+| `+${env:NOM}+` | 1.2
+| Valeur de la variable d'environnement `NOM`.
+| >> `+${env:HOME}+` +
   == `+/home/user+`
 
 | `+${if:condition}+` +
   `+${if:condition?vrai}+`
-  `+${if:condition?vrai:faux}+` | 1.8 |
-  Opérateur ternaire avec une condition, une valeur si la condition est vraie
+  `+${if:condition?vrai:faux}+` | 1.8
+| Opérateur ternaire avec une condition, une valeur si la condition est vraie
   (optionnelle) et une autre valeur si la condition est fausse (optionnelle).
   Si les valeurs ne sont pas données, "1" ou "0" est retourné, selon le résultat
-  de la condition. |
-  >> `+${if:${info:term_width}>80?grand:petit}+` +
+  de la condition.
+| >> `+${if:${info:term_width}>80?grand:petit}+` +
   == `+grand+`
 
-| `+${calc:xxx}+` | 2.7 |
-  Résultat de l'expression, où les parenthèses et les opérateurs suivants sont
+| `+${calc:xxx}+` | 2.7
+| Résultat de l'expression, où les parenthèses et les opérateurs suivants sont
   supportés : +
   `+++` : addition +
   `+-+` : soustraction +
@@ -2940,8 +2940,8 @@ première étendue à la dernière) :
   `+/+` : division +
   `+//+` : résultat de la division sans la partie décimale +
   `+%+` : reste de la division +
-  `+**+`: puissance. |
-  >> `+${calc:5+2*3}+` +
+  `+**+`: puissance.
+| >> `+${calc:5+2*3}+` +
   == `+11+` +
   +
   >> `+${calc:(5+2)*3}+` +
@@ -2959,52 +2959,52 @@ première étendue à la dernière) :
   >> `+${calc:2**16}+` +
   == `+65536+`
 
-| `+${random:min,max}+` | 3.3 |
-  Nombre entier aléatoire dans l'intervalle de `min` à `max` (inclus). |
-  >> `+${random:0,10}+` +
+| `+${random:min,max}+` | 3.3
+| Nombre entier aléatoire dans l'intervalle de `min` à `max` (inclus).
+| >> `+${random:0,10}+` +
   == `+3+`
 
-| `+${translate:xxx}+` | 3.2 |
-  Chaîne traduite (dépend de la langue utilisée par WeeChat pour afficher les
-  messages). |
-  >> `+${translate:Plugin}+` +
+| `+${translate:xxx}+` | 3.2
+| Chaîne traduite (dépend de la langue utilisée par WeeChat pour afficher les
+  messages).
+| >> `+${translate:Plugin}+` +
   == `+Extension+` ^(1)^ +
   +
   ^(1)^ Exemple en Français
 
-| `+${define:nom,valeur}+` | 3.4 |
-  Définir une variable `nom` à `valeur`, qui peut être utilisée dans la même
-  expression évaluée avec `+${nom}+`. |
-  >> `+${define:len,${calc:5+3}}${len}x${len}+` +
+| `+${define:nom,valeur}+` | 3.4
+| Définir une variable `nom` à `valeur`, qui peut être utilisée dans la même
+  expression évaluée avec `+${nom}+`.
+| >> `+${define:len,${calc:5+3}}${len}x${len}+` +
   == `+8x8+`
 
-| `+${sec.data.nom}+` | |
-  Valeur de la donnée sécurisée `nom`. |
-  >> `+${sec.data.libera_pass}+` +
+| `+${sec.data.nom}+` |
+| Valeur de la donnée sécurisée `nom`.
+| >> `+${sec.data.libera_pass}+` +
   == `+mon_mot_de_passe+`
 
-| `+${fichier.section.option}+` | |
-  Valeur de l'option. |
-  >> `+${weechat.look.buffer_time_format}+` +
+| `+${fichier.section.option}+` |
+| Valeur de l'option.
+| >> `+${weechat.look.buffer_time_format}+` +
   == `+%H:%M:%S+`
 
-| `+${nom}+` | |
-  Valeur de la variable locale `nom` dans le tampon. |
-  >> `+${nick}+` +
+| `+${nom}+` |
+| Valeur de la variable locale `nom` dans le tampon.
+| >> `+${nick}+` +
   == `+FlashCode+`
 
-| `+${pointeur}+` | |
-  Variable `pointeur` de la table de hachage _pointers_. |
-  >> `+${buffer}+` +
+| `+${pointeur}+` |
+| Variable `pointeur` de la table de hachage _pointers_.
+| >> `+${buffer}+` +
   == `+0x1234abcd+`
 
 | `+${hdata.var1.var2...}+` +
-  `+${hdata[list].var1.var2...}+` | |
-  Valeur d'un hdata (les pointeurs `window` et `buffer` sont définis par défaut
+  `+${hdata[list].var1.var2...}+` |
+| Valeur d'un hdata (les pointeurs `window` et `buffer` sont définis par défaut
   avec la fenêtre et tampon courants), `list` peut être le nom d'une liste
   (exemple : "gui_buffers"), un pointeur (exemple : "0x1234abcd") ou un nom
-  de pointeur (exemple : "mon_pointeur"). |
-  >> `+${buffer[gui_buffers].full_name}+` +
+  de pointeur (exemple : "mon_pointeur").
+| >> `+${buffer[gui_buffers].full_name}+` +
   == `+core.weechat+` +
   +
   >> `+${buffer[mon_pointeur_buffer].full_name}+` +
@@ -9695,22 +9695,22 @@ sont disponibles :
 |===
 | Option | WeeChat mini | Valeur | Défaut | Description
 
-| argN (N ≥ 1) | 0.4.0 | toute chaîne | pas de paramètres |
-  Paramètres pour la commande ; si aucun paramètre n'est donné avec ces options,
+| argN (N ≥ 1) | 0.4.0 | toute chaîne | pas de paramètres
+| Paramètres pour la commande ; si aucun paramètre n'est donné avec ces options,
   la commande sera automatiquement découpée comme le fait le shell (et donc les
   paramètres de la commande sont lus dans le paramètre _command_).
 
-| stdin | 0.4.3 | (non utilisée) | pas de stdin |
-  Créer un tuyau pour écrire sur l'entrée standard (stdin) du processus fils
+| stdin | 0.4.3 | (non utilisée) | pas de stdin
+| Créer un tuyau pour écrire sur l'entrée standard (stdin) du processus fils
   (voir la fonction <<_hook_set,hook_set>>).
 
-| buffer_flush | 1.0 | nombre d'octets | 65536 |
-  Nombre minimum d'octets pour vider stdout/stderr (pour envoyer la sortie à la
+| buffer_flush | 1.0 | nombre d'octets | 65536
+| Nombre minimum d'octets pour vider stdout/stderr (pour envoyer la sortie à la
   fonction de rappel), entre 1 et 65536. Avec la valeur 1, la sortie est envoyée
   immédiatement à la fonction de rappel.
 
-| detached | 1.0 | (non utilisée) | non détaché |
-  Lancer le process dans un mode détaché : stdout et stderr sont redirigés vers
+| detached | 1.0 | (non utilisée) | non détaché
+| Lancer le process dans un mode détaché : stdout et stderr sont redirigés vers
   _/dev/null_.
 |===
 
@@ -10160,88 +10160,88 @@ de hachage, avec les valeurs suivantes (les clés et valeurs sont des chaînes)
 |===
 | Clé | Valeur (tampon formaté) | Valeur (tampon libre) | Exemples
 
-| buffer |
-  Pointeur vers le tampon. |
-  Pointeur vers le tampon. |
-  `+0x1234abcd+`
+| buffer
+| Pointeur vers le tampon.
+| Pointeur vers le tampon.
+| `+0x1234abcd+`
 
-| buffer_name |
-  Nom du tampon. |
-  Nom du tampon. |
-  `+core.weechat+` +
+| buffer_name
+| Nom du tampon.
+| Nom du tampon.
+| `+core.weechat+` +
   `+irc.server.libera+` +
   `+irc.libera.#weechat+`
 
-| buffer_type |
-  "formatted" |
-  "free" |
-  `+formatted+` +
+| buffer_type
+| "formatted"
+| "free"
+| `+formatted+` +
   `+free+`
 
-| y |
-  N/A ("-1"). |
-  Numéro de ligne (≥ "0"). |
-  `+-1+` +
+| y
+| N/A ("-1").
+| Numéro de ligne (≥ "0").
+| `+-1+` +
   `+8+`
 
-| date |
-  Date de la ligne (horodatage). |
-  N/A ("0"). |
-  `+1533792000+`
-
-| date_printed |
-  Date d'affichage de la ligne (horodatage). |
-  N/A ("0"). |
-  `+1533792012+`
-
-| str_time |
-  Date pour l'affichage (elle peut contenir des codes couleur). |
-  N/A (chaîne vide). |
-  `+09:07:20+`
-
-| tags_count |
-  Nombre d'étiquettes dans la ligne (≥ "0"). |
-  N/A ("0"). |
-  `+2+`
-
-| tags |
-  Liste des étiquettes séparées par des virgules. |
-  N/A (chaîne vide). |
-  `+irc_join,nick_test+`
-
-| displayed |
-  "0" = la ligne est filtrée (cachée) +
-  "1" = la ligne n'est pas filtrée (affichée). |
-  "0" = la ligne est filtrée (cachée) +
-  "1" = la ligne n'est pas filtrée (affichée). |
-  `+0+` +
+| date
+| Date de la ligne (horodatage).
+| N/A ("0").
+| `+1533792000+`
+
+| date_printed
+| Date d'affichage de la ligne (horodatage).
+| N/A ("0").
+| `+1533792012+`
+
+| str_time
+| Date pour l'affichage (elle peut contenir des codes couleur).
+| N/A (chaîne vide).
+| `+09:07:20+`
+
+| tags_count
+| Nombre d'étiquettes dans la ligne (≥ "0").
+| N/A ("0").
+| `+2+`
+
+| tags
+| Liste des étiquettes séparées par des virgules.
+| N/A (chaîne vide).
+| `+irc_join,nick_test+`
+
+| displayed
+| "0" = la ligne est filtrée (cachée) +
+  "1" = la ligne n'est pas filtrée (affichée).
+| "0" = la ligne est filtrée (cachée) +
+  "1" = la ligne n'est pas filtrée (affichée).
+| `+0+` +
   `+1+`
 
-| notify_level |
-  "-1" = pas de notification +
+| notify_level
+| "-1" = pas de notification +
   "0" = niveau bas +
   "1" = message +
   "2" = message privé +
-  "3" = highlight |
-  N/A ("0"). |
-  `+2+`
-
-| highlight |
-  "0" = pas de highlight +
-  "1" = la ligne a un highlight. |
-  N/A ("0"). |
-  `+0+` +
+  "3" = highlight
+| N/A ("0").
+| `+2+`
+
+| highlight
+| "0" = pas de highlight +
+  "1" = la ligne a un highlight.
+| N/A ("0").
+| `+0+` +
   `+1+`
 
-| prefix |
-  Préfixe de la ligne. |
-  N/A (chaîne vide). |
-  `+-->+`
+| prefix
+| Préfixe de la ligne.
+| N/A (chaîne vide).
+| `+-->+`
 
-| message |
-  Message de la ligne. |
-  Message de la ligne. |
-  `+test (~test@example.com) a rejoint #canal+`
+| message
+| Message de la ligne.
+| Message de la ligne.
+| `+test (~test@example.com) a rejoint #canal+`
 |===
 
 La fonction de retour peut retourner une table de hachage avec quelques champs
@@ -10255,77 +10255,77 @@ valeurs sont des chaînes dans cette table de hachage) :
 |===
 | Clé | Valeur autorisée (tampon formaté) | Valeur autorisée (tampon libre) | Résultat
 
-| buffer |
-  Pointeur vers un tampon avec contenu formaté. |
-  Pointeur vers un tampon avec contenu libre. |
-  La ligne est affichée sur ce tampon. +
+| buffer
+| Pointeur vers un tampon avec contenu formaté.
+| Pointeur vers un tampon avec contenu libre.
+| La ligne est affichée sur ce tampon. +
   Si la valeur est vide, la ligne est supprimée (le reste de la table de hachage
   est alors ignoré) ; les "hooks" suivants de type "line" ne sont pas appelés.
 
-| buffer_name |
-  Nom d'un tampon avec contenu formaté. |
-  Nom d'un tampon avec contenu libre. |
-  La ligne est affichée sur ce tampon. +
+| buffer_name
+| Nom d'un tampon avec contenu formaté.
+| Nom d'un tampon avec contenu libre.
+| La ligne est affichée sur ce tampon. +
   Si `buffer` est également défini, la valeur de `+buffer_name+` a une priorité
   plus haute est est utilisée. +
   Si la valeur est vide, la ligne est supprimée (le reste de la table de hachage
   est alors ignoré) ; les "hooks" suivants de type "line" ne sont pas appelés.
 
-| y |
-  N/A. |
-  Entier (≥ "0"). |
-  Le numéro de ligne est positionné à cette valeur.
+| y
+| N/A.
+| Entier (≥ "0").
+| Le numéro de ligne est positionné à cette valeur.
 
-| date |
-  Horodatage. |
-  N/A. |
-  La date est positionnée à cet horodatage. +
+| date
+| Horodatage.
+| N/A.
+| La date est positionnée à cet horodatage. +
   La valeur de `+str_time+` est mise à jour en conséquence.
 
-| date_printed |
-  Horodatage. |
-  N/A. |
-  La date d'affichage est positionnée à cet horodatage (non affichée).
+| date_printed
+| Horodatage.
+| N/A.
+| La date d'affichage est positionnée à cet horodatage (non affichée).
 
-| str_time |
-  Chaîne. |
-  N/A. |
-  Cette chaîne est utilisée pour afficher la date de la ligne. +
+| str_time
+| Chaîne.
+| N/A.
+| Cette chaîne est utilisée pour afficher la date de la ligne. +
   Si `date` est également défini, la valeur de `+str_time+` a une priorité plus
   haute et est utilisée.
 
-| tags |
-  Chaîne. |
-  N/A. |
-  Les étiquettes de la ligne sont remplacées avec cette liste d'étiquettes
+| tags
+| Chaîne.
+| N/A.
+| Les étiquettes de la ligne sont remplacées avec cette liste d'étiquettes
   (séparées par des virgules). +
   Les valeurs de `+notify_level+` et `highlight` sont mises à jour en conséquence.
 
-| notify_level |
-  Entier ("-1" à "3"). |
-  N/A. |
-  Le niveau de notification est positionné à cette valeur. La hotlist sera mise
+| notify_level
+| Entier ("-1" à "3").
+| N/A.
+| Le niveau de notification est positionné à cette valeur. La hotlist sera mise
   à jour en conséquence une fois que la ligne sera ajoutée dans la tampon. +
   La valeur de `highlight` est mise à jours en conséquence. +
   Si `tags` est également défini, la valeur de `+notify_level+` a une priorité
   plus haute et est utilisée.
 
-| highlight |
-  Entier ("0" ou "1"). |
-  N/A. |
-  "0" désactive le highlight sur la ligne, "1" force un highlight sur la ligne. +
+| highlight
+| Entier ("0" ou "1").
+| N/A.
+| "0" désactive le highlight sur la ligne, "1" force un highlight sur la ligne. +
   Si `tags` ou `+notify_level+` sont définis, la valeur de `highlight` a une
   priorité plus haute et est utilisée.
 
-| prefix |
-  Chaîne. |
-  N/A. |
-  Le préfixe de la ligne est positionné à cette valeur.
+| prefix
+| Chaîne.
+| N/A.
+| Le préfixe de la ligne est positionné à cette valeur.
 
-| message |
-  Chaîne. |
-  Chaîne. |
-  Le message de la ligne est positionné à cette valeur.
+| message
+| Chaîne.
+| Chaîne.
+| Le message de la ligne est positionné à cette valeur.
 |===
 
 Exemple en C :
@@ -10543,648 +10543,648 @@ Liste des signaux envoyés par WeeChat et les extensions :
 |===
 | Extension | Signal | WeeChat mini | Paramètres | Description
 
-| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script scheme chargé.
+| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script scheme chargé.
 
-| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script scheme déchargé.
+| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script scheme déchargé.
 
-| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) scheme installé(s).
+| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) scheme installé(s).
 
-| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) scheme supprimé(s).
+| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) scheme supprimé(s).
 
-| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | |
-  Chaîne : message. |
-  Message IRC du serveur (avant utilisation par l'extension irc,
+| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ |
+| Chaîne : message.
+| Message IRC du serveur (avant utilisation par l'extension irc,
   signal envoyé uniquement si le message n'est *pas* ignoré). +
   Depuis la version 2.2, le message IRC entier est envoyé, en incluant
   les étiquettes. +
   Si le code retour d'une fonction de rappel est _WEECHAT_RC_OK_EAT_, alors
   le message IRC est immédiatement détruit et non traité _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | |
-  Chaîne : message. |
-  Message IRC du serveur (après utilisation par l'extension irc,
+| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ |
+| Chaîne : message.
+| Message IRC du serveur (après utilisation par l'extension irc,
   signal envoyé uniquement si le message n'est *pas* ignoré). +
   Depuis la version 2.2, le message IRC entier est envoyé, en incluant
   les étiquettes.
 
-| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ + | 0.3.2 |
-  Chaîne : message. |
-  Message IRC du serveur (avant utilisation par l'extension irc,
+| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ + | 0.3.2
+| Chaîne : message.
+| Message IRC du serveur (avant utilisation par l'extension irc,
   signal envoyé même si le message est ignoré). +
   Depuis la version 2.2, le message IRC entier est envoyé, en incluant
   les étiquettes. +
   Si le code retour d'une fonction de rappel est _WEECHAT_RC_OK_EAT_, alors
   le message IRC est immédiatement détruit et non traité _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 |
-  Chaîne : message. |
-  Message IRC du serveur (après utilisation par l'extension irc,
+| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2
+| Chaîne : message.
+| Message IRC du serveur (après utilisation par l'extension irc,
   signal envoyé même si le message est ignoré). +
   Depuis la version 2.2, le message IRC entier est envoyé, en incluant
   les étiquettes.
 
-| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 |
-  Chaîne : message. |
-  Message IRC envoyé au serveur avant découpage automatique
+| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7
+| Chaîne : message.
+| Message IRC envoyé au serveur avant découpage automatique
   (pour tenir dans les 512 octets par défaut). +
   *Attention :* la chaîne peut contenir des données invalides UTF-8.
   Le signal "xxx,irc_out1_yyy" est recommandé à la place de celui-ci.
 
-| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | |
-  Chaîne : message. |
-  Message IRC envoyé au serveur après découpage automatique
+| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ |
+| Chaîne : message.
+| Message IRC envoyé au serveur après découpage automatique
   (pour tenir dans les 512 octets par défaut). +
   *Attention :* la chaîne peut contenir des données invalides UTF-8.
   Le signal "xxx,irc_out1_yyy" est recommandé à la place de celui-ci.
 
-| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 |
-  Chaîne : étiquettes + ";" + message. |
-  Étiquettes + message IRC envoyé au serveur.
+| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4
+| Chaîne : étiquettes + ";" + message.
+| Étiquettes + message IRC envoyé au serveur.
 
-| irc | [[hook_signal_irc_ctcp]] irc_ctcp | |
-  Chaîne : message. |
-  CTCP reçu.
+| irc | [[hook_signal_irc_ctcp]] irc_ctcp |
+| Chaîne : message.
+| CTCP reçu.
 
-| irc | [[hook_signal_irc_dcc]] irc_dcc | |
-  Chaîne : message. |
-  Nouveau DCC.
+| irc | [[hook_signal_irc_dcc]] irc_dcc |
+| Chaîne : message.
+| Nouveau DCC.
 
-| irc | [[hook_signal_irc_pv]] irc_pv | |
-  Chaîne : message. |
-  Message privé reçu.
+| irc | [[hook_signal_irc_pv]] irc_pv |
+| Chaîne : message.
+| Message privé reçu.
 
-| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened | |
-  Pointeur : tampon. |
-  Canal ouvert.
+| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened |
+| Pointeur : tampon.
+| Canal ouvert.
 
-| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened | |
-  Pointeur : tampon. |
-  Discussion privée ouverte.
+| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened |
+| Pointeur : tampon.
+| Discussion privée ouverte.
 
-| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7 |
-  Pointeur : tampon. |
-  Tampon du serveur ouvert.
+| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7
+| Pointeur : tampon.
+| Tampon du serveur ouvert.
 
-| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting | |
-  Chaîne : nom du serveur. |
-  Connexion en cours au serveur.
+| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting |
+| Chaîne : nom du serveur.
+| Connexion en cours au serveur.
 
-| irc | [[hook_signal_irc_server_connected]] irc_server_connected | |
-  Chaîne : nom du serveur. |
-  Connecté au serveur.
+| irc | [[hook_signal_irc_server_connected]] irc_server_connected |
+| Chaîne : nom du serveur.
+| Connecté au serveur.
 
-| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected | |
-  Chaîne : nom du serveur. |
-  Déconnecté du serveur.
+| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected |
+| Chaîne : nom du serveur.
+| Déconnecté du serveur.
 
-| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8 |
-  Chaîne : nom du serveur. |
-  Le lag a changé sur le serveur.
+| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8
+| Chaîne : nom du serveur.
+| Le lag a changé sur le serveur.
 
-| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing | |
-  Pointeur : ignore. |
-  Suppression d'un ignore en cours.
+| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing |
+| Pointeur : ignore.
+| Suppression d'un ignore en cours.
 
-| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed | |
-  - |
-  Ignore supprimé.
+| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed |
+| -
+| Ignore supprimé.
 
-| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8 |
-  Chaîne : nom du serveur + "," + pseudo. |
-  Un pseudo dans la liste de notifications a rejoint le serveur.
+| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8
+| Chaîne : nom du serveur + "," + pseudo.
+| Un pseudo dans la liste de notifications a rejoint le serveur.
 
-| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8 |
-  Chaîne : nom du serveur + "," + pseudo. |
-  Un pseudo dans la liste de notifications a quitté le serveur.
+| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8
+| Chaîne : nom du serveur + "," + pseudo.
+| Un pseudo dans la liste de notifications a quitté le serveur.
 
-| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8 |
-  Chaîne : nom du serveur + "," + pseudo + "," + message d'absence. |
-  Un pseudo dans la liste de notifications est maintenant absent sur le serveur.
+| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8
+| Chaîne : nom du serveur + "," + pseudo + "," + message d'absence.
+| Un pseudo dans la liste de notifications est maintenant absent sur le serveur.
 
-| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8 |
-  Chaîne : nom du serveur + "," + pseudo + "," + message d'absence. |
-  Un pseudo dans la liste de notifications est toujours absent sur le serveur
+| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8
+| Chaîne : nom du serveur + "," + pseudo + "," + message d'absence.
+| Un pseudo dans la liste de notifications est toujours absent sur le serveur
   (le message d'absence a changé).
 
-| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8 |
-  Chaîne : nom du serveur + "," + pseudo. |
-  Un pseudo dans la liste de notifications est de retour (statut d'absence
+| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8
+| Chaîne : nom du serveur + "," + pseudo.
+| Un pseudo dans la liste de notifications est de retour (statut d'absence
   supprimé).
 
-| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2 |
-  Chaîne : chemin vers le script. |
-  Script JavaScript chargé.
+| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2
+| Chaîne : chemin vers le script.
+| Script JavaScript chargé.
 
-| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2 |
-  Chaîne : chemin vers le script. |
-  Script JavaScript déchargé.
+| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2
+| Chaîne : chemin vers le script.
+| Script JavaScript déchargé.
 
-| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) JavaScript installé(s).
+| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) JavaScript installé(s).
 
-| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) JavaScript supprimé(s).
+| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) JavaScript supprimé(s).
 
-| logger | [[hook_signal_logger_start]] logger_start | |
-  Pointeur : tampon. |
-  Démarrage de l'enregistrement sur disque pour le tampon.
+| logger | [[hook_signal_logger_start]] logger_start |
+| Pointeur : tampon.
+| Démarrage de l'enregistrement sur disque pour le tampon.
 
-| logger | [[hook_signal_logger_stop]] logger_stop | |
-  Pointeur : tampon. |
-  Fin de l'enregistrement sur disque pour le tampon.
+| logger | [[hook_signal_logger_stop]] logger_stop |
+| Pointeur : tampon.
+| Fin de l'enregistrement sur disque pour le tampon.
 
-| logger | [[hook_signal_logger_backlog]] logger_backlog | |
-  Pointeur : tampon. |
-  Affichage du backlog pour le tampon.
+| logger | [[hook_signal_logger_backlog]] logger_backlog |
+| Pointeur : tampon.
+| Affichage du backlog pour le tampon.
 
-| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script lua chargé.
+| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script lua chargé.
 
-| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script lua déchargé.
+| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script lua déchargé.
 
-| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) lua installé(s).
+| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) lua installé(s).
 
-| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) lua supprimé(s).
+| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) lua supprimé(s).
 
-| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script perl chargé.
+| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script perl chargé.
 
-| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script perl déchargé.
+| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script perl déchargé.
 
-| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) perl installé(s).
+| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) perl installé(s).
 
-| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) perl supprimé(s).
+| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) perl supprimé(s).
 
-| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0 |
-  Chaîne : chemin vers le script. |
-  Script PHP chargé.
+| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0
+| Chaîne : chemin vers le script.
+| Script PHP chargé.
 
-| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0 |
-  Chaîne : chemin vers le script. |
-  Script PHP déchargé.
+| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0
+| Chaîne : chemin vers le script.
+| Script PHP déchargé.
 
-| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) PHP installé(s).
+| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) PHP installé(s).
 
-| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) PHP supprimé(s).
+| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) PHP supprimé(s).
 
-| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script python chargé.
+| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script python chargé.
 
-| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script python déchargé.
+| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script python déchargé.
 
-| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) python installé(s).
+| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) python installé(s).
 
-| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) python supprimé(s).
+| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) python supprimé(s).
 
-| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0 |
-  Pointeur : client relay. |
-  Un client relay est en train de se connecter.
+| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0
+| Pointeur : client relay.
+| Un client relay est en train de se connecter.
 
-| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0 |
-  Pointeur : client relay. |
-  Attente de l'authentification d'un client relay.
+| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0
+| Pointeur : client relay.
+| Attente de l'authentification d'un client relay.
 
-| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0 |
-  Pointeur : client relay. |
-  Authentification réussie d'un client relay.
+| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0
+| Pointeur : client relay.
+| Authentification réussie d'un client relay.
 
-| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0 |
-  Pointeur : client relay. |
-  Un client relay est connecté.
+| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0
+| Pointeur : client relay.
+| Un client relay est connecté.
 
-| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0 |
-  Pointeur : client relay. |
-  L'authentification d'un client relay a échoué.
+| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0
+| Pointeur : client relay.
+| L'authentification d'un client relay a échoué.
 
-| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0 |
-  Pointeur : client relay. |
-  Un client relay est déconnecté.
+| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0
+| Pointeur : client relay.
+| Un client relay est déconnecté.
 
-| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script ruby chargé.
+| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script ruby chargé.
 
-| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script ruby déchargé.
+| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script ruby déchargé.
 
-| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) ruby installé(s).
+| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) ruby installé(s).
 
-| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) ruby supprimé(s).
+| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) ruby supprimé(s).
 
-| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4 |
-  Pointeur : tampon. |
-  Nouvelles suggestions pour un mot mal orthographié.
+| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4
+| Pointeur : tampon.
+| Nouvelles suggestions pour un mot mal orthographié.
 
-| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script tcl chargé.
+| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script tcl chargé.
 
-| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9 |
-  Chaîne : chemin vers le script. |
-  Script tcl déchargé.
+| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9
+| Chaîne : chemin vers le script.
+| Script tcl déchargé.
 
-| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9 |
-  Chaîne : liste de chemins vers scripts installés (séparés par des virgules). |
-  Script(s) tcl installé(s).
+| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9
+| Chaîne : liste de chemins vers scripts installés (séparés par des virgules).
+| Script(s) tcl installé(s).
 
-| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9 |
-  Chaîne : liste de scripts supprimés (séparés par des virgules). |
-  Script(s) tcl supprimé(s).
+| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9
+| Chaîne : liste de scripts supprimés (séparés par des virgules).
+| Script(s) tcl supprimé(s).
 
-| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3 |
-  Pointeur : tampon. |
-  L'utilisateur est en train de taper un message (envoyé par l'extension typing,
+| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3
+| Pointeur : tampon.
+| L'utilisateur est en train de taper un message (envoyé par l'extension typing,
   utilisé par l'extension irc).
 
-| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3 |
-  Pointeur : tampon. |
-  L'utilisateur a fait une pause pendant la saisie du message (envoyé par
+| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3
+| Pointeur : tampon.
+| L'utilisateur a fait une pause pendant la saisie du message (envoyé par
   l'extension typing, utilisé par l'extension irc).
 
-| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3 |
-  Pointeur : tampon. |
-  L'utilisateur a effacé la ligne de commande sans envoyer le message
+| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3
+| Pointeur : tampon.
+| L'utilisateur a effacé la ligne de commande sans envoyer le message
   (envoyé par l'extension typing, utilisé par l'extension irc).
 
-| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3 |
-  Pointeur : tampon. |
-  Message (pas une commande) envoyé au tampon (envoyé par l'extension typing,
+| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3
+| Pointeur : tampon.
+| Message (pas une commande) envoyé au tampon (envoyé par l'extension typing,
   utilisé par l'extension irc).
 
-| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3 |
-  Chaîne : pointeur tampon + ";" + état (un parmi ceux-ci : "off",
-  "typing", "paused", "cleared") + ";" + pseudo. |
-  Définir l'état de la saisie du pseudo sur le tampon (envoyé par l'extension irc,
+| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3
+| Chaîne : pointeur tampon + ";" + état (un parmi ceux-ci : "off",
+  "typing", "paused", "cleared") + ";" + pseudo.
+| Définir l'état de la saisie du pseudo sur le tampon (envoyé par l'extension irc,
   géré par l'extension typing).
 
-| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3 |
-  Pointeur : tampon. |
-  Supprimer l'état de saisir pour tous les pseudos d'un tampon (envoyé par
+| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3
+| Pointeur : tampon.
+| Supprimer l'état de saisir pour tous les pseudos d'un tampon (envoyé par
   l'extension irc, géré par l'extension typing).
 
-| weechat | [[hook_signal_buffer_opened]] buffer_opened | |
-  Pointeur : tampon. |
-  Tampon ouvert.
+| weechat | [[hook_signal_buffer_opened]] buffer_opened |
+| Pointeur : tampon.
+| Tampon ouvert.
 
-| weechat | [[hook_signal_buffer_closing]] buffer_closing | |
-  Pointeur : tampon. |
-  Fermeture du tampon en cours.
+| weechat | [[hook_signal_buffer_closing]] buffer_closing |
+| Pointeur : tampon.
+| Fermeture du tampon en cours.
 
-| weechat | [[hook_signal_buffer_closed]] buffer_closed | |
-  Pointeur : tampon. |
-  Tampon fermé.
+| weechat | [[hook_signal_buffer_closed]] buffer_closed |
+| Pointeur : tampon.
+| Tampon fermé.
 
-| weechat | [[hook_signal_buffer_cleared]] buffer_cleared | |
-  Pointeur : tampon. |
-  Tampon vidé.
+| weechat | [[hook_signal_buffer_cleared]] buffer_cleared |
+| Pointeur : tampon.
+| Tampon vidé.
 
-| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0 |
-  Pointeur : tampon. |
-  Filtres activés dans le tampon.
+| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0
+| Pointeur : tampon.
+| Filtres activés dans le tampon.
 
-| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0 |
-  Pointeur : tampon. |
-  Filtres désactivés dans le tampon.
+| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0
+| Pointeur : tampon.
+| Filtres désactivés dans le tampon.
 
-| weechat | [[hook_signal_buffer_hidden]] buffer_hidden | |
-  Pointeur : tampon. |
-  Tampon masqué.
+| weechat | [[hook_signal_buffer_hidden]] buffer_hidden |
+| Pointeur : tampon.
+| Tampon masqué.
 
-| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden | |
-  Pointeur : tampon. |
-  Tampon démasqué.
+| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden |
+| Pointeur : tampon.
+| Tampon démasqué.
 
-| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7 |
-  Pointeur : ligne. |
-  Ligne ajoutée dans un tampon.
+| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7
+| Pointeur : ligne.
+| Ligne ajoutée dans un tampon.
 
-| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden | |
-  Pointeur : tampon. |
-  Lignes cachées dans le tampon.
+| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden |
+| Pointeur : tampon.
+| Lignes cachées dans le tampon.
 
-| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added | |
-  Pointeur : tampon. |
-  Variable locale ajoutée.
+| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added |
+| Pointeur : tampon.
+| Variable locale ajoutée.
 
-| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed | |
-  Pointeur : tampon. |
-  Variable locale modifiée.
+| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed |
+| Pointeur : tampon.
+| Variable locale modifiée.
 
-| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed | |
-  Pointeur : tampon. |
-  Variable locale supprimée.
+| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed |
+| Pointeur : tampon.
+| Variable locale supprimée.
 
-| weechat | [[hook_signal_buffer_merged]] buffer_merged | |
-  Pointeur : tampon. |
-  Tampon mélangé.
+| weechat | [[hook_signal_buffer_merged]] buffer_merged |
+| Pointeur : tampon.
+| Tampon mélangé.
 
-| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged | |
-  Pointeur : tampon. |
-  Le tampon n'est plus mélangé.
+| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged |
+| Pointeur : tampon.
+| Le tampon n'est plus mélangé.
 
-| weechat | [[hook_signal_buffer_moved]] buffer_moved | |
-  Pointeur : tampon. |
-  Tampon déplacé.
+| weechat | [[hook_signal_buffer_moved]] buffer_moved |
+| Pointeur : tampon.
+| Tampon déplacé.
 
-| weechat | [[hook_signal_buffer_renamed]] buffer_renamed | |
-  Pointeur : tampon. |
-  Tampon renommé.
+| weechat | [[hook_signal_buffer_renamed]] buffer_renamed |
+| Pointeur : tampon.
+| Tampon renommé.
 
-| weechat | [[hook_signal_buffer_switch]] buffer_switch | |
-  Pointeur : tampon. |
-  Basculement vers un autre tampon.
+| weechat | [[hook_signal_buffer_switch]] buffer_switch |
+| Pointeur : tampon.
+| Basculement vers un autre tampon.
 
-| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed | |
-  Pointeur : tampon. |
-  Titre du tampon changé.
+| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed |
+| Pointeur : tampon.
+| Titre du tampon changé.
 
-| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed | |
-  Pointeur : tampon. |
-  Type de tampon changé.
+| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed |
+| Pointeur : tampon.
+| Type de tampon changé.
 
-| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3 |
-  Pointeur : tampon. |
-  Zoom sur un tampon mélangé.
+| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3
+| Pointeur : tampon.
+| Zoom sur un tampon mélangé.
 
-| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3 |
-  Pointeur : tampon. |
-  Fin du zoom sur un tampon mélangé.
+| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3
+| Pointeur : tampon.
+| Fin du zoom sur un tampon mélangé.
 
-| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2 |
-  - |
-  Début du mode curseur.
+| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2
+| -
+| Début du mode curseur.
 
-| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2 |
-  - |
-  Fin du mode curseur.
+| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2
+| -
+| Fin du mode curseur.
 
-| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2 |
-  Chaîne : nouvelle date, format : "2010-01-31". |
-  Le jour de la date système a changé.
+| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2
+| Chaîne : nouvelle date, format : "2010-01-31".
+| Le jour de la date système a changé.
 
-| weechat | [[hook_signal_debug_dump]] debug_dump | |
-  Chaîne : nom d'extension. |
-  Requête de "dump".
+| weechat | [[hook_signal_debug_dump]] debug_dump |
+| Chaîne : nom d'extension.
+| Requête de "dump".
 
-| weechat | [[hook_signal_debug_libs]] debug_libs | |
-  - |
-  Affichage des bibliothèques externes utilisées.
+| weechat | [[hook_signal_debug_libs]] debug_libs |
+| -
+| Affichage des bibliothèques externes utilisées.
 
-| weechat | [[hook_signal_filter_added]] filter_added | |
-  Pointeur : filtre. |
-  Filtre ajouté.
+| weechat | [[hook_signal_filter_added]] filter_added |
+| Pointeur : filtre.
+| Filtre ajouté.
 
-| weechat | [[hook_signal_filter_removing]] filter_removing | |
-  Pointeur : filtre. |
-  Suppression de filtre en cours.
+| weechat | [[hook_signal_filter_removing]] filter_removing |
+| Pointeur : filtre.
+| Suppression de filtre en cours.
 
-| weechat | [[hook_signal_filter_removed]] filter_removed | |
-  - |
-  Filtre supprimé.
+| weechat | [[hook_signal_filter_removed]] filter_removed |
+| -
+| Filtre supprimé.
 
-| weechat | [[hook_signal_filters_enabled]] filters_enabled | |
-  - |
-  Filtres activés.
+| weechat | [[hook_signal_filters_enabled]] filters_enabled |
+| -
+| Filtres activés.
 
-| weechat | [[hook_signal_filters_disabled]] filters_disabled | |
-  - |
-  Filtres désactivés.
+| weechat | [[hook_signal_filters_disabled]] filters_disabled |
+| -
+| Filtres désactivés.
 
-| weechat | [[hook_signal_hotlist_changed]] hotlist_changed | |
-  Pointeur : tampon (peut être NULL). |
-  La hotlist a changé.
+| weechat | [[hook_signal_hotlist_changed]] hotlist_changed |
+| Pointeur : tampon (peut être NULL).
+| La hotlist a changé.
 
-| weechat | [[hook_signal_input_paste_pending]] input_paste_pending | |
-  - |
-  Coller de lignes en cours.
+| weechat | [[hook_signal_input_paste_pending]] input_paste_pending |
+| -
+| Coller de lignes en cours.
 
-| weechat | [[hook_signal_input_search]] input_search | |
-  Pointeur : tampon. |
-  Recherche de texte dans le tampon.
+| weechat | [[hook_signal_input_search]] input_search |
+| Pointeur : tampon.
+| Recherche de texte dans le tampon.
 
-| weechat | [[hook_signal_input_text_changed]] input_text_changed | |
-  Pointeur : tampon. |
-  Texte modifié dans la barre "input".
+| weechat | [[hook_signal_input_text_changed]] input_text_changed |
+| Pointeur : tampon.
+| Texte modifié dans la barre "input".
 
-| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved | |
-  Pointeur : tampon. |
-  Curseur déplacé dans la barre "input".
+| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved |
+| Pointeur : tampon.
+| Curseur déplacé dans la barre "input".
 
-| weechat | [[hook_signal_key_bind]] key_bind | |
-  Chaîne : touche. |
-  Touche ajoutée.
+| weechat | [[hook_signal_key_bind]] key_bind |
+| Chaîne : touche.
+| Touche ajoutée.
 
-| weechat | [[hook_signal_key_unbind]] key_unbind | |
-  Chaîne : touche. |
-  Touche supprimée.
+| weechat | [[hook_signal_key_unbind]] key_unbind |
+| Chaîne : touche.
+| Touche supprimée.
 
-| weechat | [[hook_signal_key_pressed]] key_pressed | |
-  Chaîne : touche appuyée. |
-  Touche appuyée.
+| weechat | [[hook_signal_key_pressed]] key_pressed |
+| Chaîne : touche appuyée.
+| Touche appuyée.
 
-| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0 |
-  Chaîne : combinaison de touches. |
-  Combinaison de touches dans le contexte _default_.
+| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0
+| Chaîne : combinaison de touches.
+| Combinaison de touches dans le contexte _default_.
 
-| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0 |
-  Chaîne : combinaison de touches. |
-  Combinaison de touches dans le contexte _search_.
+| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0
+| Chaîne : combinaison de touches.
+| Combinaison de touches dans le contexte _search_.
 
-| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0 |
-  Chaîne : combinaison de touches. |
-  Combinaison de touches dans le contexte _cursor_.
+| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0
+| Chaîne : combinaison de touches.
+| Combinaison de touches dans le contexte _cursor_.
 
-| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1 |
-  - |
-  Souris activée.
+| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
+| -
+| Souris activée.
 
-| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1 |
-  - |
-  Souris désactivée.
+| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1
+| -
+| Souris désactivée.
 
-| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2 |
-  Chaîne : pointeur tampon + "," + nom du groupe. |
-  Groupe ajouté dans la liste des pseudos.
+| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2
+| Chaîne : pointeur tampon + "," + nom du groupe.
+| Groupe ajouté dans la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4 |
-  Chaîne : pointeur tampon + "," + nom du groupe. |
-  Groupe modifié dans la liste des pseudos.
+| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4
+| Chaîne : pointeur tampon + "," + nom du groupe.
+| Groupe modifié dans la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  Chaîne : pointeur tampon + "," + nom du groupe. |
-  Suppression du groupe de la liste des pseudos.
+| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| Chaîne : pointeur tampon + "," + nom du groupe.
+| Suppression du groupe de la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2 |
-  Chaîne : pointeur tampon + "," + nom du groupe. |
-  Groupe supprimé de la liste des pseudos.
+| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2
+| Chaîne : pointeur tampon + "," + nom du groupe.
+| Groupe supprimé de la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2 |
-  Chaîne : pointeur tampon + "," + pseudo. |
-  Pseudo ajouté dans la liste des pseudos.
+| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2
+| Chaîne : pointeur tampon + "," + pseudo.
+| Pseudo ajouté dans la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4 |
-  Chaîne : pointeur tampon + "," + pseudo. |
-  Pseudo modifié dans la liste des pseudos.
+| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4
+| Chaîne : pointeur tampon + "," + pseudo.
+| Pseudo modifié dans la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  Chaîne : pointeur tampon + "," + pseudo. |
-  Suppression du pseudo de la liste des pseudos.
+| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| Chaîne : pointeur tampon + "," + pseudo.
+| Suppression du pseudo de la liste des pseudos.
 
-| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2 |
-  Chaîne : pointeur tampon + "," + pseudo. |
-  Pseudo supprimé de la liste des pseudos.
+| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2
+| Chaîne : pointeur tampon + "," + pseudo.
+| Pseudo supprimé de la liste des pseudos.
 
-| weechat | [[hook_signal_partial_completion]] partial_completion | |
-  - |
-  Une complétion partielle a été faite.
+| weechat | [[hook_signal_partial_completion]] partial_completion |
+| -
+| Une complétion partielle a été faite.
 
-| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9 |
-  Chaîne : chemin vers l'extension chargée. |
-  Extension chargée.
+| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9
+| Chaîne : chemin vers l'extension chargée.
+| Extension chargée.
 
-| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9 |
-  Chaîne : nom de l'extension déchargée (exemple : "irc"). |
-  Extension déchargée.
+| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9
+| Chaîne : nom de l'extension déchargée (exemple : "irc").
+| Extension déchargée.
 
-| weechat | [[hook_signal_quit]] quit | |
-  Chaîne : paramètres pour le /quit. |
-  La commande `/quit` a été exécutée par l'utilisateur.
+| weechat | [[hook_signal_quit]] quit |
+| Chaîne : paramètres pour le /quit.
+| La commande `/quit` a été exécutée par l'utilisateur.
 
-| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3 |
-  - |
-  Signal SIGHUP reçu.
+| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3
+| -
+| Signal SIGHUP reçu.
 
-| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2 |
-  - |
-  Signal SIGQUIT reçu (requête pour quitter avec une copie de la mémoire).
+| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2
+| -
+| Signal SIGQUIT reçu (requête pour quitter avec une copie de la mémoire).
 
-| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2 |
-  - |
-  Signal SIGTERM reçu (arrêt propre du processus WeeChat).
+| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2
+| -
+| Signal SIGTERM reçu (arrêt propre du processus WeeChat).
 
-| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3 |
-  - |
-  Signal SIGWINCH reçu (le terminal a été redimensionné).
+| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3
+| -
+| Signal SIGWINCH reçu (le terminal a été redimensionné).
 
-| weechat | [[hook_signal_upgrade]] upgrade | |
-  Chaîne : "quit" si le paramètre "-quit" a été donné pour /upgrade, sinon NULL. |
-  La commande `/upgrade` a été exécutée par l'utilisateur.
+| weechat | [[hook_signal_upgrade]] upgrade |
+| Chaîne : "quit" si le paramètre "-quit" a été donné pour /upgrade, sinon NULL.
+| La commande `/upgrade` a été exécutée par l'utilisateur.
 
-| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4 |
-  - |
-  Fin du processus de mise à jour (commande `/upgrade`).
+| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4
+| -
+| Fin du processus de mise à jour (commande `/upgrade`).
 
-| weechat | [[hook_signal_weechat_highlight]] weechat_highlight | |
-  Chaîne : message avec le préfixe. |
-  Un highlight est survenu.
+| weechat | [[hook_signal_weechat_highlight]] weechat_highlight |
+| Chaîne : message avec le préfixe.
+| Un highlight est survenu.
 
-| weechat | [[hook_signal_weechat_pv]] weechat_pv | |
-  Chaîne : message avec le préfixe. |
-  Un message privé a été affiché.
+| weechat | [[hook_signal_weechat_pv]] weechat_pv |
+| Chaîne : message avec le préfixe.
+| Un message privé a été affiché.
 
-| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6 |
-  Pointeur : fenêtre. |
-  Fermeture de la fenêtre en cours.
+| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6
+| Pointeur : fenêtre.
+| Fermeture de la fenêtre en cours.
 
-| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6 |
-  Pointeur : fenêtre. |
-  Fenêtre fermée.
+| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6
+| Pointeur : fenêtre.
+| Fenêtre fermée.
 
-| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1 |
-  Pointeur : fenêtre. |
-  Fenêtre ouverte.
+| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1
+| Pointeur : fenêtre.
+| Fenêtre ouverte.
 
-| weechat | [[hook_signal_window_scrolled]] window_scrolled | |
-  Pointeur : fenêtre. |
-  Défilement dans la fenêtre.
+| weechat | [[hook_signal_window_scrolled]] window_scrolled |
+| Pointeur : fenêtre.
+| Défilement dans la fenêtre.
 
-| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7 |
-  Pointeur : fenêtre. |
-  Basculement vers une autre fenêtre.
+| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7
+| Pointeur : fenêtre.
+| Basculement vers une autre fenêtre.
 
-| weechat | [[hook_signal_window_zoom]] window_zoom | |
-  Pointeur : fenêtre courante. |
-  Zoom en cours sur la fenêtre.
+| weechat | [[hook_signal_window_zoom]] window_zoom |
+| Pointeur : fenêtre courante.
+| Zoom en cours sur la fenêtre.
 
-| weechat | [[hook_signal_window_zoomed]] window_zoomed | |
-  Pointeur : fenêtre courante. |
-  Zoom effectué sur la fenêtre.
+| weechat | [[hook_signal_window_zoomed]] window_zoomed |
+| Pointeur : fenêtre courante.
+| Zoom effectué sur la fenêtre.
 
-| weechat | [[hook_signal_window_unzoom]] window_unzoom | |
-  Pointeur : fenêtre courante. |
-  Fin du zoom en cours sur la fenêtre.
+| weechat | [[hook_signal_window_unzoom]] window_unzoom |
+| Pointeur : fenêtre courante.
+| Fin du zoom en cours sur la fenêtre.
 
-| weechat | [[hook_signal_window_unzoomed]] window_unzoomed | |
-  Pointeur : fenêtre courante. |
-  Fin du zoom effectué sur la fenêtre.
+| weechat | [[hook_signal_window_unzoomed]] window_unzoomed |
+| Pointeur : fenêtre courante.
+| Fin du zoom effectué sur la fenêtre.
 
-| xfer | [[hook_signal_xfer_add]] xfer_add | |
-  Pointeur : infolist avec l'info xfer. |
-  Nouveau xfer.
+| xfer | [[hook_signal_xfer_add]] xfer_add |
+| Pointeur : infolist avec l'info xfer.
+| Nouveau xfer.
 
-| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready | |
-  Pointeur : infolist avec l'info xfer. |
-  Xfer prêt.
+| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready |
+| Pointeur : infolist avec l'info xfer.
+| Xfer prêt.
 
-| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume | |
-  Pointeur : infolist avec l'info xfer. |
-  Accepter la reprise xfer.
+| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume |
+| Pointeur : infolist avec l'info xfer.
+| Accepter la reprise xfer.
 
-| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume | |
-  Pointeur : infolist avec l'info xfer. |
-  Reprise xfer acceptée.
+| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume |
+| Pointeur : infolist avec l'info xfer.
+| Reprise xfer acceptée.
 
-| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume | |
-  Pointeur : infolist avec l'info xfer. |
-  Redémarrage.
+| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume |
+| Pointeur : infolist avec l'info xfer.
+| Redémarrage.
 
-| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready | |
-  Pointeur : infolist avec l'info xfer. |
-  Redémarrage prêt.
+| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready |
+| Pointeur : infolist avec l'info xfer.
+| Redémarrage prêt.
 
-| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2 |
-  Pointeur : infolist avec l'info xfer. |
-  Le xfer s'est terminé.
+| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2
+| Pointeur : infolist avec l'info xfer.
+| Le xfer s'est terminé.
 |===
 
 [NOTE]
@@ -11483,45 +11483,45 @@ Liste des hsignaux envoyés par WeeChat et les extensions :
 |===
 | Extension | Signal | WeeChat mini | Paramètres | Description
 
-| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 |
-  Voir <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> |
-  Sortie de la redirection.
+| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4
+| Voir <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>>
+| Sortie de la redirection.
 
-| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_) : tampon +
+| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_) : tampon +
   _parent_group_ (_struct t_gui_nick_group *_) : groupe parent +
-  _group_ (_struct t_gui_nick_group *_) : groupe |
-  Groupe ajouté dans la liste de pseudos.
+  _group_ (_struct t_gui_nick_group *_) : groupe
+| Groupe ajouté dans la liste de pseudos.
 
-| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_) : tampon +
+| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_) : tampon +
   _parent_group_ (_struct t_gui_nick_group *_) : groupe parent +
-  _nick_ (_struct t_gui_nick *_) : pseudo |
-  Pseudo ajouté dans la liste de pseudos.
+  _nick_ (_struct t_gui_nick *_) : pseudo
+| Pseudo ajouté dans la liste de pseudos.
 
-| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_) : tampon +
+| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_) : tampon +
   _parent_group_ (_struct t_gui_nick_group *_) : groupe parent +
-  _group_ (_struct t_gui_nick_group *_) : groupe |
-  Suppression d'un groupe de la liste de pseudos.
+  _group_ (_struct t_gui_nick_group *_) : groupe
+| Suppression d'un groupe de la liste de pseudos.
 
-| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_) : tampon +
+| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_) : tampon +
   _parent_group_ (_struct t_gui_nick_group *_) : groupe parent +
-  _nick_ (_struct t_gui_nick *_) : pseudo |
-  Suppression d'un pseudo de la liste de pseudos.
+  _nick_ (_struct t_gui_nick *_) : pseudo
+| Suppression d'un pseudo de la liste de pseudos.
 
-| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_) : tampon +
+| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_) : tampon +
   _parent_group_ (_struct t_gui_nick_group *_) : groupe parent +
-  _group_ (_struct t_gui_nick_group *_) : groupe |
-  Groupe changé dans la liste de pseudos.
+  _group_ (_struct t_gui_nick_group *_) : groupe
+| Groupe changé dans la liste de pseudos.
 
-| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_) : tampon +
+| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_) : tampon +
   _parent_group_ (_struct t_gui_nick_group *_) : parent +
-  _nick_ (_struct t_gui_nick *_) : pseudo |
-  Pseudo changé dans la liste de pseudos.
+  _nick_ (_struct t_gui_nick *_) : pseudo
+| Pseudo changé dans la liste de pseudos.
 |===
 
 [NOTE]
@@ -11930,69 +11930,69 @@ Liste des modificateurs utilisés par WeeChat et les extensions :
 |===
 | Modificateur | WeeChat mini | Données du modificateur | Chaîne | Sortie
 
-| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | |
-  Nom de serveur |
-  Contenu du message reçu du serveur IRC (avant décodage du jeu de caractères). +
+| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ |
+| Nom de serveur
+| Contenu du message reçu du serveur IRC (avant décodage du jeu de caractères). +
   *Attention :* la chaîne peut contenir des données invalides UTF-8 ; à utiliser
   seulement pour les opérations de bas niveau sur le message.
   Le modificateur <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> est recommandé à la
-  place de celui-ci. |
-  Nouveau contenu du message.
-
-| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 |
-  Nom de serveur |
-  Contenu du message reçu du serveur IRC (après décodage du jeu de caractères). |
-  Nouveau contenu du message.
-
-| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 |
-  Nom de serveur |
-  Contenu du message qui va être envoyé au serveur IRC avant découpage automatique
-  (pour tenir dans les 512 octets par défaut). |
-  Nouveau contenu du message.
-
-| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | |
-  Nom de serveur |
-  Contenu du message qui va être envoyé au serveur IRC après découpage automatique
-  (pour tenir dans les 512 octets par défaut). |
-  Nouveau contenu du message.
-
-| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | |
-  Chaîne avec un pointeur vers la fenêtre (par exemple : "0x1234abcd") |
-  Chaîne vide. |
-  "1" pour afficher la barre, "0" pour la cacher.
-
-| [[hook_modifier_history_add]] history_add | 0.3.2 |
-  Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd") |
-  Contenu de la ligne de commande à ajouter à l'historique des commandes
-  (tampon et global). |
-  Chaîne ajoutée à l'historique des commandes.
-
-| [[hook_modifier_input_text_content]] input_text_content | |
-  Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd") |
-  Contenu de la ligne de commande. |
-  Nouvelle chaîne pour la ligne de commande.
-
-| [[hook_modifier_input_text_display]] input_text_display | |
-  Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd") |
-  Contenu de la ligne de commande, sans le code du curseur dedans. |
-  Nouvelle chaîne, pour affichage seulement (la ligne de commande n'est pas
+  place de celui-ci.
+| Nouveau contenu du message.
+
+| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5
+| Nom de serveur
+| Contenu du message reçu du serveur IRC (après décodage du jeu de caractères).
+| Nouveau contenu du message.
+
+| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7
+| Nom de serveur
+| Contenu du message qui va être envoyé au serveur IRC avant découpage automatique
+  (pour tenir dans les 512 octets par défaut).
+| Nouveau contenu du message.
+
+| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ |
+| Nom de serveur
+| Contenu du message qui va être envoyé au serveur IRC après découpage automatique
+  (pour tenir dans les 512 octets par défaut).
+| Nouveau contenu du message.
+
+| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ |
+| Chaîne avec un pointeur vers la fenêtre (par exemple : "0x1234abcd")
+| Chaîne vide.
+| "1" pour afficher la barre, "0" pour la cacher.
+
+| [[hook_modifier_history_add]] history_add | 0.3.2
+| Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd")
+| Contenu de la ligne de commande à ajouter à l'historique des commandes
+  (tampon et global).
+| Chaîne ajoutée à l'historique des commandes.
+
+| [[hook_modifier_input_text_content]] input_text_content |
+| Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd")
+| Contenu de la ligne de commande.
+| Nouvelle chaîne pour la ligne de commande.
+
+| [[hook_modifier_input_text_display]] input_text_display |
+| Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd")
+| Contenu de la ligne de commande, sans le code du curseur dedans.
+| Nouvelle chaîne, pour affichage seulement (la ligne de commande n'est pas
   modifiée).
 
-| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor | |
-  Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd") |
-  Contenu de la ligne de commande, avec le code du curseur dedans. |
-  Nouvelle chaîne, pour affichage seulement (la ligne de commande n'est pas
+| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor |
+| Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd")
+| Contenu de la ligne de commande, avec le code du curseur dedans.
+| Nouvelle chaîne, pour affichage seulement (la ligne de commande n'est pas
   modifiée).
 
-| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7 |
-  Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd") |
-  Contenu de la ligne de commande envoyée au tampon (texte ou commande). |
-  Nouveau contenu de la ligne de commande envoyée au tampon.
+| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7
+| Chaîne avec un pointeur vers le tampon (par exemple : "0x1234abcd")
+| Contenu de la ligne de commande envoyée au tampon (texte ou commande).
+| Nouveau contenu de la ligne de commande envoyée au tampon.
 
-| [[hook_modifier_weechat_print]] weechat_print | |
-  pointeur vers le tampon (par exemple : "0x1234abcd") + ";" + étiquettes ^(3)^ |
-  Message affiché. |
-  Nouveau message affiché. +
+| [[hook_modifier_weechat_print]] weechat_print |
+| pointeur vers le tampon (par exemple : "0x1234abcd") + ";" + étiquettes ^(3)^
+| Message affiché.
+| Nouveau message affiché. +
   Pour plus d'informations sur les "hooks" appelés lorsqu'une ligne est affichée,
   voir <<_hook_line,hook_line>>.
 |===
@@ -12076,72 +12076,72 @@ utilisés :
 |===
 | Modificateur | WeeChat mini | Données du modificateur | Chaîne | Sortie
 
-| [[hook_modifier_charset_decode]] charset_decode | |
-  extension.nom_tampon |
-  Toute chaîne. |
-  Chaîne décodée depuis le jeu de caractères trouvé pour l'extension/tampon
+| [[hook_modifier_charset_decode]] charset_decode |
+| extension.nom_tampon
+| Toute chaîne.
+| Chaîne décodée depuis le jeu de caractères trouvé pour l'extension/tampon
   vers UTF-8.
 
-| [[hook_modifier_charset_encode]] charset_encode | |
-  extension.nom_tampon |
-  Toute chaîne. |
-  Chaîne encodée depuis UTF-8 vers le jeu de caractères trouvé pour
+| [[hook_modifier_charset_encode]] charset_encode |
+| extension.nom_tampon
+| Toute chaîne.
+| Chaîne encodée depuis UTF-8 vers le jeu de caractères trouvé pour
   l'extension/tampon.
 
-| [[hook_modifier_irc_color_decode]] irc_color_decode | |
-  "1" pour garder les couleurs, "0" pour les supprimer |
-  Toute chaîne. |
-  Chaîne avec les couleurs IRC converties en couleurs WeeChat (ou avec les
+| [[hook_modifier_irc_color_decode]] irc_color_decode |
+| "1" pour garder les couleurs, "0" pour les supprimer
+| Toute chaîne.
+| Chaîne avec les couleurs IRC converties en couleurs WeeChat (ou avec les
   couleurs IRC supprimées).
 
-| [[hook_modifier_irc_color_encode]] irc_color_encode | |
-  "1" pour garder les couleurs, "0" pour les supprimer |
-  Toute chaîne. |
-  Chaîne avec les couleurs IRC (ou avec les couleurs IRC supprimées).
+| [[hook_modifier_irc_color_encode]] irc_color_encode |
+| "1" pour garder les couleurs, "0" pour les supprimer
+| Toute chaîne.
+| Chaîne avec les couleurs IRC (ou avec les couleurs IRC supprimées).
 
-| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0 |
-  "1" pour garder les couleurs, "0" pour les supprimer |
-  Toute chaîne. |
-  Chaîne avec les couleurs ANSI converties en couleurs IRC (ou avec les couleurs
+| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0
+| "1" pour garder les couleurs, "0" pour les supprimer
+| Toute chaîne.
+| Chaîne avec les couleurs ANSI converties en couleurs IRC (ou avec les couleurs
   ANSI supprimées).
 
-| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1 |
-  Nom du serveur |
-  Commande d'authentification (par exemple : `+/msg nickserv identify password+`). |
-  Commande avec le mot de passe caché (par exemple : `+/msg nickserv identify ********+`).
+| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1
+| Nom du serveur
+| Commande d'authentification (par exemple : `+/msg nickserv identify password+`).
+| Commande avec le mot de passe caché (par exemple : `+/msg nickserv identify ********+`).
 
-| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1 |
-  Nom du serveur |
-  Message affiché après `msg` envoyé à nickserv. |
-  Message avec le mot de passe caché.
+| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1
+| Nom du serveur
+| Message affiché après `msg` envoyé à nickserv.
+| Message avec le mot de passe caché.
 
-| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3 |
-  - |
-  Toute chaîne. |
-  Chaîne avec la valeur de l'étiquette IRC échappée,
+| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3
+| -
+| Toute chaîne.
+| Chaîne avec la valeur de l'étiquette IRC échappée,
   voir : https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3 |
-  - |
-  Toute chaîne. |
-  Chaîne avec la valeur de l'étiquette IRC sans échappements,
+| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3
+| -
+| Toute chaîne.
+| Chaîne avec la valeur de l'étiquette IRC sans échappements,
   voir : https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0 |
-  "1" pour garder les couleurs, "0" pour les supprimer |
-  Toute chaîne. |
-  Chaîne avec les couleurs ANSI converties en couleurs WeeChat (ou avec les
+| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0
+| "1" pour garder les couleurs, "0" pour les supprimer
+| Toute chaîne.
+| Chaîne avec les couleurs ANSI converties en couleurs WeeChat (ou avec les
   couleurs ANSI supprimées).
 
-| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7 |
-  - |
-  Toute chaîne. |
-  Chaîne avec les couleurs WeeChat converties en couleurs ANSI.
+| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7
+| -
+| Toute chaîne.
+| Chaîne avec les couleurs WeeChat converties en couleurs ANSI.
 
-| [[hook_modifier_eval_path_home]] eval_path_home | 2.7 |
-  Facultatif : `directory=xxx` où `xxx` peut être : `config`, `data`, `cache`, `runtime` |
-  Toute chaîne. |
-  Chemin évalué, résultat de la fonction
+| [[hook_modifier_eval_path_home]] eval_path_home | 2.7
+| Facultatif : `directory=xxx` où `xxx` peut être : `config`, `data`, `cache`, `runtime`
+| Toute chaîne.
+| Chemin évalué, résultat de la fonction
   <<_string_eval_path_home,string_eval_path_home>>.
 |===
 
@@ -12554,98 +12554,98 @@ valeurs sont de type "string") :
 |===
 | Clé ^(1)^ | Description | Exemples de valeur | Valeur si non applicable
 
-| _x | Colonne sur l'écran. |
-  "0" ... "n" |
+| _x | Colonne sur l'écran.
+| "0" ... "n" |
 
-| _y | Ligne sur l'écran. |
-  "0" ... "n" |
+| _y | Ligne sur l'écran.
+| "0" ... "n" |
 
-| _key | Touche ou évènement souris. |
-  "button1", "button2-gesture-left", ... |
+| _key | Touche ou évènement souris.
+| "button1", "button2-gesture-left", ... |
 
-| _window | Pointeur vers la fenêtre. |
-  "0x1234abcd" | ""
+| _window | Pointeur vers la fenêtre.
+| "0x1234abcd" | ""
 
-| _window_number | Numéro de la fenêtre. |
-  "1" ... "n" | "*"
+| _window_number | Numéro de la fenêtre.
+| "1" ... "n" | "*"
 
-| _buffer | Pointeur vers le tampon. |
-  "0x1234abcd" | ""
+| _buffer | Pointeur vers le tampon.
+| "0x1234abcd" | ""
 
-| _buffer_number | Numéro du tampon. |
-  "1" ... "n" | "-1"
+| _buffer_number | Numéro du tampon.
+| "1" ... "n" | "-1"
 
-| _buffer_plugin | Nom d'extension du tampon. |
-  "core", "irc", ... | ""
+| _buffer_plugin | Nom d'extension du tampon.
+| "core", "irc", ... | ""
 
-| _buffer_name | Nom du tampon. |
-  "weechat", "libera.#weechat", ... | ""
+| _buffer_name | Nom du tampon.
+| "weechat", "libera.#weechat", ... | ""
 
-| _buffer_full_name | Nom complet du tampon. |
-  "core.weechat", "irc.libera.#weechat", ... | ""
+| _buffer_full_name | Nom complet du tampon.
+| "core.weechat", "irc.libera.#weechat", ... | ""
 
-| _buffer_localvar_XXX ^(2)^ | Variables locales du tampon. |
-  toute chaîne | non défini
+| _buffer_localvar_XXX ^(2)^ | Variables locales du tampon.
+| toute chaîne | non défini
 
-| _chat | Indicateur zone "chat". |
-  "0" ou "1" | "0"
+| _chat | Indicateur zone "chat".
+| "0" ou "1" | "0"
 
-| _chat_line | Pointeur vers la ligne _(WeeChat ≥ 1.2)_. |
-  "0x1234abcd" | ""
+| _chat_line | Pointeur vers la ligne _(WeeChat ≥ 1.2)_.
+| "0x1234abcd" | ""
 
-| _chat_line_x | Colonne de la ligne ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_x | Colonne de la ligne ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_y | Numéro de ligne ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_y | Numéro de ligne ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_date | Date/heure de la ligne. |
-  "1313237175" | "0"
+| _chat_line_date | Date/heure de la ligne.
+| "1313237175" | "0"
 
-| _chat_line_date_printed | Date/heure de la ligne ^(4)^. |
-  "1313237175" | "0"
+| _chat_line_date_printed | Date/heure de la ligne ^(4)^.
+| "1313237175" | "0"
 
-| _chat_line_time | Heure affichée. |
-  "14:06:15" | ""
+| _chat_line_time | Heure affichée.
+| "14:06:15" | ""
 
-| _chat_line_tags | Étiquettes de la ligne. |
-  "irc_privmsg,nick_flashy,log1" | ""
+| _chat_line_tags | Étiquettes de la ligne.
+| "irc_privmsg,nick_flashy,log1" | ""
 
-| _chat_line_nick | Pseudo de la ligne. |
-  "FlashCode" | ""
+| _chat_line_nick | Pseudo de la ligne.
+| "FlashCode" | ""
 
-| _chat_line_prefix | Préfixe de la ligne. |
-  "@FlashCode" | ""
+| _chat_line_prefix | Préfixe de la ligne.
+| "@FlashCode" | ""
 
-| _chat_line_message | Message de la ligne. |
-  "Hello world!" | ""
+| _chat_line_message | Message de la ligne.
+| "Hello world!" | ""
 
-| _chat_word | Mot à la position (x,y). |
-  "Hello" | ""
+| _chat_word | Mot à la position (x,y).
+| "Hello" | ""
 
-| _chat_bol | Texte du début de ligne jusqu'à (x-1, y). |
-  "He" | ""
+| _chat_bol | Texte du début de ligne jusqu'à (x-1, y).
+| "He" | ""
 
-| _chat_eol | Texte de (x, y) jusqu'à la fin de la ligne. |
-  "llo world!" | ""
+| _chat_eol | Texte de (x, y) jusqu'à la fin de la ligne.
+| "llo world!" | ""
 
-| _bar_name | Nom de la barre. |
-  "title", "nicklist", ... | ""
+| _bar_name | Nom de la barre.
+| "title", "nicklist", ... | ""
 
-| _bar_filling | Remplissage de la barre. |
-  "horizontal", "vertical", ... | ""
+| _bar_filling | Remplissage de la barre.
+| "horizontal", "vertical", ... | ""
 
-| _bar_item_name | Nom de l'objet de barre. |
-  "buffer_nicklist", "hotlist", ... | ""
+| _bar_item_name | Nom de l'objet de barre.
+| "buffer_nicklist", "hotlist", ... | ""
 
-| _bar_item_line | Ligne dans l'objet de barre. |
-  "0" ... "n" | "-1"
+| _bar_item_line | Ligne dans l'objet de barre.
+| "0" ... "n" | "-1"
 
-| _bar_item_col | Colonne dans l'objet de barre. |
-  "0" ... "n" | "-1"
+| _bar_item_col | Colonne dans l'objet de barre.
+| "0" ... "n" | "-1"
 
-| _bar_window | Pointeur vers la fenêtre de barre _(WeeChat ≥ 2.9)_. |
-  "0x1234abcd" | ""
+| _bar_window | Pointeur vers la fenêtre de barre _(WeeChat ≥ 2.9)_.
+| "0x1234abcd" | ""
 |===
 
 [NOTE]
@@ -12739,22 +12739,22 @@ Propriétés :
 |===
 | Nom | WeeChat mini | Type de hook | Valeur | Description
 
-| subplugin | | tout type |
-  toute chaîne |
-  Nom de la sous-extension (couramment un nom de script, qui est affiché dans
+| subplugin | | tout type
+| toute chaîne
+| Nom de la sous-extension (couramment un nom de script, qui est affiché dans
   `/help commande` pour un hook de type _command_).
 
-| stdin | 0.4.3 | _process_, _process_hashtable_ | toute chaîne |
-  Envoyer les données sur l'entrée standard (_stdin_) du processus fils.
+| stdin | 0.4.3 | _process_, _process_hashtable_ | toute chaîne
+| Envoyer les données sur l'entrée standard (_stdin_) du processus fils.
 
-| stdin_close | 0.4.3 | _process_, _process_hashtable_ | (non utilisée) |
-  Fermer le tuyau utilisé pour envoyer les données sur l'entrée standard
+| stdin_close | 0.4.3 | _process_, _process_hashtable_ | (non utilisée)
+| Fermer le tuyau utilisé pour envoyer les données sur l'entrée standard
   (_stdin_) du processus fils.
 
-| signal | 1.0 | _process_, _process_hashtable_ |
-  numéro de signal ou un de ces noms : `hup`, `int`, `quit`, `kill`, `term`,
-  `usr1`, `usr2` |
-  Envoyer un signal au proces.sus fils
+| signal | 1.0 | _process_, _process_hashtable_
+| numéro de signal ou un de ces noms : `hup`, `int`, `quit`, `kill`, `term`,
+  `usr1`, `usr2`
+| Envoyer un signal au proces.sus fils
 |===
 
 Exemple en C :
@@ -13596,161 +13596,161 @@ Propriétés :
 | Nom | WeeChat mini | Valeur | Description.
 
 | hotlist | | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE,
-  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" |
-  "+" : active la hotlist (option globale, le pointeur vers le tampon n'est pas
+  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1"
+| "+" : active la hotlist (option globale, le pointeur vers le tampon n'est pas
   utilisé) +
   "-" : désactive la hotlist (option globale, le pointeur vers le tampon n'est
   pas utilisé) +
   priorité : ajouter ce tampon dans la hotlist avec cette priorité +
   "-1" : supprimer ce tampon de la hotlist _(WeeChat ≥ 1.0)_.
 
-| completion_freeze | | "0" ou "1" |
-  "0" : pas de gel de la complétion (valeur par défaut)
+| completion_freeze | | "0" ou "1"
+| "0" : pas de gel de la complétion (valeur par défaut)
   (option globale, le pointeur vers le tampon n'est pas utilisé) +
   "1" : ne pas arrêter la complétion lorsque la ligne de commande est mise à
   jour (option globale, le pointeur vers le tampon n'est pas utilisé).
 
-| unread | | - |
-  Définit le marqueur de données non lues après la dernière ligne du tampon.
+| unread | | -
+| Définit le marqueur de données non lues après la dernière ligne du tampon.
 
-| display | | "1" ou "auto" |
-  "1" : basculer vers ce tampon dans la fenêtre active +
+| display | | "1" ou "auto"
+| "1" : basculer vers ce tampon dans la fenêtre active +
   "auto" : basculer vers ce tampon dans la fenêtre active, le marqueur de
   données non lues n'est pas réinitialisé.
 
-| hidden | 1.0 | "0" ou "1" |
-  "0" : démasquer le tampon +
+| hidden | 1.0 | "0" ou "1"
+| "0" : démasquer le tampon +
   "1" : masquer le tampon.
 
-| number | | numéro |
-  Déplace le tampon vers ce numéro.
+| number | | numéro
+| Déplace le tampon vers ce numéro.
 
-| name | | toute chaîne |
-  Change le nom du tampon.
+| name | | toute chaîne
+| Change le nom du tampon.
 
-| short_name | | toute chaîne |
-  Change le nom court du tampon.
+| short_name | | toute chaîne
+| Change le nom court du tampon.
 
-| type | | "formatted" ou "free" |
-  Définit le type de tampon : "formatted" (pour afficher les messages d'une
+| type | | "formatted" ou "free"
+| Définit le type de tampon : "formatted" (pour afficher les messages d'une
   discussion), ou "free" (pour du contenu libre); lorsque la valeur est "free",
   la propriété _clear_ est forcée à "0" _(WeeChat ≥ 1.0)_.
 
-| notify | | "0", "1", "2", "3" |
-  Définit le niveau de notification du tampon : "0" = ne jamais ajouter à la
+| notify | | "0", "1", "2", "3"
+| Définit le niveau de notification du tampon : "0" = ne jamais ajouter à la
   hotlist, "1" = ajouter pour les highlights seulement, "2" = ajouter pour les
   highlights et les messages, "3" = ajouter pour tous les messages.
 
-| print_hooks_enabled | | "0" ou "1" |
-  "0" pour désactiver les hooks "print", "1" pour les activer
+| print_hooks_enabled | | "0" ou "1"
+| "0" pour désactiver les hooks "print", "1" pour les activer
   (par défaut pour un nouveau tampon).
 
-| day_change | 0.4.3 | "0" ou "1" |
-  "0" pour cacher les messages de changement de jour, "1" pour les voir
+| day_change | 0.4.3 | "0" ou "1"
+| "0" pour cacher les messages de changement de jour, "1" pour les voir
   (par défaut pour un nouveau tampon).
 
-| clear | 1.0 | "0" ou "1" |
-  "0" pour empêcher l'utilisateur d'effacer le tampon avec la commande
+| clear | 1.0 | "0" ou "1"
+| "0" pour empêcher l'utilisateur d'effacer le tampon avec la commande
   `/buffer clear`, "1" pour autoriser l'utilisateur à effacer le tampon (par
    défaut pour un nouveau tampon) (note : même lorsque la valeur est "0", le
    tampon peut toujours être effacé avec la fonction <<_buffer_clear,buffer_clear>>).
 
-| filter | 1.0 | "0" or "1" |
-  "0" : désactiver les filtres sur le tampon +
+| filter | 1.0 | "0" or "1"
+| "0" : désactiver les filtres sur le tampon +
   "1" : activer les filtres sur le tampon.
 
-| title | | toute chaîne |
-  Change le titre du tampon.
+| title | | toute chaîne
+| Change le titre du tampon.
 
-| time_for_each_line | | "0" ou "1" |
-  "0" pour cacher l'heure sur toutes les lignes du tampon, "1" pour afficher
+| time_for_each_line | | "0" ou "1"
+| "0" pour cacher l'heure sur toutes les lignes du tampon, "1" pour afficher
   l'heure sur toutes les lignes (par défaut pour un nouveau tampon).
 
-| nicklist | | "0" ou "1" |
-  "0" pour supprimer la liste des pseudos du tampon, "1" pour ajouter la liste
+| nicklist | | "0" ou "1"
+| "0" pour supprimer la liste des pseudos du tampon, "1" pour ajouter la liste
   des pseudos du tampon.
 
-| nicklist_case_sensitive | | "0" ou "1" |
-  "0" pour avoir la liste des pseudos insensible à la casse, "1" pour avoir
+| nicklist_case_sensitive | | "0" ou "1"
+| "0" pour avoir la liste des pseudos insensible à la casse, "1" pour avoir
   la liste des pseudos sensible à la casse.
 
-| nicklist_display_groups | | "0" ou "1" |
-  "0" pour cacher les groupes de la liste des pseudos, "1" pour afficher les
+| nicklist_display_groups | | "0" ou "1"
+| "0" pour cacher les groupes de la liste des pseudos, "1" pour afficher les
   groupes de la liste des pseudos.
 
-| highlight_words | | "-" ou une liste de mots séparés par des virgules |
-  "-" est une valeur spéciale pour désactiver tout highlight sur ce tampon, ou
+| highlight_words | | "-" ou une liste de mots séparés par des virgules
+| "-" est une valeur spéciale pour désactiver tout highlight sur ce tampon, ou
   une liste de mots à mettre en valeur dans ce tampon, par exemple :
   "abc,def,ghi".
 
-| highlight_words_add | | liste de mots séparés par des virgules |
-  Liste de mots à mettre en valeur dans ce tampon, ces mots sont ajoutés aux
+| highlight_words_add | | liste de mots séparés par des virgules
+| Liste de mots à mettre en valeur dans ce tampon, ces mots sont ajoutés aux
   mots existants pour le tampon.
 
-| highlight_words_del | | liste de mots séparés par des virgules |
-  Liste de mots à supprimer de la liste des mots à mettre en valeur dans ce
+| highlight_words_del | | liste de mots séparés par des virgules
+| Liste de mots à supprimer de la liste des mots à mettre en valeur dans ce
   tampon.
 
-| highlight_regex | | toute chaîne |
-  Expression régulière POSIX étendue pour le highlight.
+| highlight_regex | | toute chaîne
+| Expression régulière POSIX étendue pour le highlight.
 
-| highlight_tags_restrict | | liste d'étiquettes séparées par des virgules |
-  Restreindre les highlights aux messages avec ces étiquettes dans ce tampon
+| highlight_tags_restrict | | liste d'étiquettes séparées par des virgules
+| Restreindre les highlights aux messages avec ces étiquettes dans ce tampon
   (il est possible de combiner plusieurs étiquettes sous forme d'un "et" logique
   avec le séparateur "+", par exemple : "nick_toto+irc_action").
 
-| highlight_tags | | liste d'étiquettes séparées par des virgules |
-  Forcer le highlight pour les messages avec ces étiquettes dans ce tampon
+| highlight_tags | | liste d'étiquettes séparées par des virgules
+| Forcer le highlight pour les messages avec ces étiquettes dans ce tampon
   (il est possible de combiner plusieurs étiquettes sous forme d'un "et" logique
   avec le séparateur "+", par exemple : "nick_toto+irc_action").
 
-| hotlist_max_level_nicks | | liste de "pseudo:niveau" séparés par des virgules |
-  Liste de pseudos avec niveau max pour la hotlist sur ce tampon (le niveau peut
+| hotlist_max_level_nicks | | liste de "pseudo:niveau" séparés par des virgules
+| Liste de pseudos avec niveau max pour la hotlist sur ce tampon (le niveau peut
   être : -1 : jamais dans la hotlist, 0 : faible, 1 : message, 2 : privé,
   3 : highlight), par exemple : "joe:2,mike:-1,robert:-1" (joe ne produira
   jamais de highlight sur le tampon, mike et robert ne changeront jamais la
   hotlist).
 
-| hotlist_max_level_nicks_add | | liste de "pseudo:niveau" séparés par des virgules" |
-  Liste de pseudos avec niveau pour la hotlist, ces pseudos sont ajoutés aux
+| hotlist_max_level_nicks_add | | liste de "pseudo:niveau" séparés par des virgules"
+| Liste de pseudos avec niveau pour la hotlist, ces pseudos sont ajoutés aux
   pseudos existant dans le tampon.
 
-| hotlist_max_level_nicks_del | | liste de pseudos séparés par des virgules |
-  Liste de pseudos à supprimer des niveaux max de hotlist.
+| hotlist_max_level_nicks_del | | liste de pseudos séparés par des virgules
+| Liste de pseudos à supprimer des niveaux max de hotlist.
 
-| key_bind_xxx | | toute chaîne |
-  Associe la nouvelle touche _xxx_, spécifique à ce tampon, la valeur est la
+| key_bind_xxx | | toute chaîne
+| Associe la nouvelle touche _xxx_, spécifique à ce tampon, la valeur est la
   commande à exécuter pour cette touche.
 
-| key_unbind_xxx | | - |
-  Supprime la touche _xxx_ pour ce tampon.
+| key_unbind_xxx | | -
+| Supprime la touche _xxx_ pour ce tampon.
 
-| input | | toute chaîne |
-  Change le contenu de la zone de saisie.
+| input | | toute chaîne
+| Change le contenu de la zone de saisie.
 
-| input_pos | | position |
-  Change la position du curseur dans la zone de saisie.
+| input_pos | | position
+| Change la position du curseur dans la zone de saisie.
 
-| input_get_unknown_commands | | "0" ou "1" |
-  "0" pour désactiver les commandes inconnues sur ce tampon (comportement par
+| input_get_unknown_commands | | "0" ou "1"
+| "0" pour désactiver les commandes inconnues sur ce tampon (comportement par
   défaut), "1" pour recevoir les commandes inconnues, par exemple si
   l'utilisateur tape "/commandeinconnue", le tampon le recevra (pas d'erreur
   sur la commande inconnue).
 
-| input_get_empty | | "0" ou "1" |
-  "0" pour désactiver l'entrée vide sur ce tampon (comportement par défaut),
+| input_get_empty | | "0" ou "1"
+| "0" pour désactiver l'entrée vide sur ce tampon (comportement par défaut),
   "1" pour recevoir l'entrée vide.
 
-| input_multiline | | "0" ou "1" |
-  "0" pour envoyer chaque ligne séparément au tampon (comportement par défaut),
+| input_multiline | | "0" ou "1"
+| "0" pour envoyer chaque ligne séparément au tampon (comportement par défaut),
   "1" pour envoyer plusieurs lignes comme un seul message.
 
-| localvar_set_xxx | | toute chaîne |
-  Change la valeur de la variable locale _xxx_ (la variable est créée si elle
+| localvar_set_xxx | | toute chaîne
+| Change la valeur de la variable locale _xxx_ (la variable est créée si elle
   n'existe pas).
 
-| localvar_del_xxx | | - |
-  Supprime la variable locale _xxx_.
+| localvar_del_xxx | | -
+| Supprime la variable locale _xxx_.
 |===
 
 Exemple en C :
@@ -14769,12 +14769,12 @@ Propriétés :
 |===
 | Nom | Valeur | Description
 
-| color | nom d'option de couleur WeeChat |
-  Voir le paramètre "color" de la fonction
+| color | nom d'option de couleur WeeChat
+| Voir le paramètre "color" de la fonction
   <<_nicklist_add_group,nicklist_add_group>>.
 
-| visible | "0", "1" |
-  "0" = groupe caché, "1" = groupe visible.
+| visible | "0", "1"
+| "0" = groupe caché, "1" = groupe visible.
 |===
 
 Exemples en C :
@@ -14974,19 +14974,19 @@ Propriétés :
 |===
 | Nom | Valeur | Description
 
-| color | nom d'option de couleur WeeChat |
-  Voir le paramètre "color" de la fonction
+| color | nom d'option de couleur WeeChat
+| Voir le paramètre "color" de la fonction
   <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| prefix | toute chaîne |
-  Préfixe du pseudo.
+| prefix | toute chaîne
+| Préfixe du pseudo.
 
-| prefix_color | nom d'option de couleur WeeChat |
-  Voir le paramètre "prefix_color" de la fonction
+| prefix_color | nom d'option de couleur WeeChat
+| Voir le paramètre "prefix_color" de la fonction
   <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| visible | "0", "1" |
-  "0" = pseudo caché, "1" = pseudo visible.
+| visible | "0", "1"
+| "0" = pseudo caché, "1" = pseudo visible.
 |===
 
 Exemples en C :
@@ -17048,22 +17048,22 @@ Exemples de variables avec la taille de tableau correspondante (_WeeChat ≥ 3.4
 |===
 | Déclaration de variable en C | Type Hdata | Taille de tableau | Description
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+` |
-  Tableau alloué de 2 entiers.
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+`
+| Tableau alloué de 2 entiers.
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+` |
-  Tableau alloué d'entiers, la taille est stockée dans une autre variable
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+`
+| Tableau alloué d'entiers, la taille est stockée dans une autre variable
   nommée "array_size".
 
-| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+` |
-  Tableau statique de 3 entiers.
+| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+`
+| Tableau statique de 3 entiers.
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+` |
-  Tableau alloué de chaînes, taille dynamique (un pointeur NULL doit être
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+`
+| Tableau alloué de chaînes, taille dynamique (un pointeur NULL doit être
   présent après le dernier mot).
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+` |
-  Tableau alloué de chaînes, la taille est stockée dans une autre variable
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+`
+| Tableau alloué de chaînes, la taille est stockée dans une autre variable
   nommée "count_words".
 |===
 
index cbf4d6bc17a994d165216197c32f838581777f84..0b202369c1685fd1046fee8acb286422b6f7f0a6 100644 (file)
@@ -1431,68 +1431,68 @@ Les identifiants réservés par WeeChat :
 
 [width="100%",cols="5m,5,3,4,7",options="header"]
 |===
-| Identifiant | Reçu avec _sync_ | Données envoyées |
-  Description | Action recommandée dans le client
+| Identifiant | Reçu avec _sync_ | Données envoyées
+| Description | Action recommandée dans le client
 
-| _buffer_opened | buffers / buffer | hdata : buffer |
-  Tampon ouvert. | Ouvrir le tampon.
+| _buffer_opened | buffers / buffer | hdata : buffer
+| Tampon ouvert. | Ouvrir le tampon.
 
-| _buffer_type_changed | buffers / buffer | hdata : buffer |
-  Type de tampon changé. | Changer le type de tampon.
+| _buffer_type_changed | buffers / buffer | hdata : buffer
+| Type de tampon changé. | Changer le type de tampon.
 
-| _buffer_moved | buffers / buffer | hdata : buffer |
-  Tampon déplacé. | Déplacer le tampon.
+| _buffer_moved | buffers / buffer | hdata : buffer
+| Tampon déplacé. | Déplacer le tampon.
 
-| _buffer_merged | buffers / buffer | hdata : buffer |
-  Tampon mélangé. | Mélanger le tampon.
+| _buffer_merged | buffers / buffer | hdata : buffer
+| Tampon mélangé. | Mélanger le tampon.
 
-| _buffer_unmerged | buffers / buffer | hdata : buffer |
-  Tampon sorti du mélange. | Sortir le tampon du mélange.
+| _buffer_unmerged | buffers / buffer | hdata : buffer
+| Tampon sorti du mélange. | Sortir le tampon du mélange.
 
-| _buffer_hidden | buffers / buffer | hdata : buffer |
-  Tampon masqué. | Masquer le le tampon.
+| _buffer_hidden | buffers / buffer | hdata : buffer
+| Tampon masqué. | Masquer le le tampon.
 
-| _buffer_unmerged | buffers / buffer | hdata : buffer |
-  Tampon démasqué. | Démasquer le tampon.
+| _buffer_unmerged | buffers / buffer | hdata : buffer
+| Tampon démasqué. | Démasquer le tampon.
 
-| _buffer_renamed | buffers / buffer | hdata : buffer |
-  Tampon renommé. | Renommer le tampon.
+| _buffer_renamed | buffers / buffer | hdata : buffer
+| Tampon renommé. | Renommer le tampon.
 
-| _buffer_title_changed | buffers / buffer | hdata : buffer |
-  Titre du tampon changé. | Changer le titre du tampon.
+| _buffer_title_changed | buffers / buffer | hdata : buffer
+| Titre du tampon changé. | Changer le titre du tampon.
 
-| _buffer_localvar_added | buffers / buffer | hdata : buffer |
-  Variable locale ajoutée. | Ajouter la variable locale dans le tampon.
+| _buffer_localvar_added | buffers / buffer | hdata : buffer
+| Variable locale ajoutée. | Ajouter la variable locale dans le tampon.
 
-| _buffer_localvar_changed | buffers / buffer | hdata : buffer |
-  Variable locale changée. | Changer la variable locale dans le tampon.
+| _buffer_localvar_changed | buffers / buffer | hdata : buffer
+| Variable locale changée. | Changer la variable locale dans le tampon.
 
-| _buffer_localvar_removed | buffers / buffer | hdata : buffer |
-  Variable locale supprimée. | Supprimer la variable locale du tampon.
+| _buffer_localvar_removed | buffers / buffer | hdata : buffer
+| Variable locale supprimée. | Supprimer la variable locale du tampon.
 
-| _buffer_closing | buffers / buffer | hdata : buffer |
-  Tampon qui se ferme. | Fermer le tampon.
+| _buffer_closing | buffers / buffer | hdata : buffer
+| Tampon qui se ferme. | Fermer le tampon.
 
-| _buffer_cleared | buffer | hdata : buffer |
-  Tampon qui est vidé. | Vider le tampon.
+| _buffer_cleared | buffer | hdata : buffer
+| Tampon qui est vidé. | Vider le tampon.
 
-| _buffer_line_added | buffer | hdata : line |
-  Ligne ajoutée dans le tampon. | Afficher la ligne dans le tampon.
+| _buffer_line_added | buffer | hdata : line
+| Ligne ajoutée dans le tampon. | Afficher la ligne dans le tampon.
 
-| _nicklist | nicklist | hdata : nicklist_item |
-  Liste de pseudos pour un tampon. | Remplacer la liste de pseudos.
+| _nicklist | nicklist | hdata : nicklist_item
+| Liste de pseudos pour un tampon. | Remplacer la liste de pseudos.
 
-| _nicklist_diff | nicklist | hdata : nicklist_item |
-  Différence de liste de pseudos pour un tampon . | Mettre à jour la liste de pseudos.
+| _nicklist_diff | nicklist | hdata : nicklist_item
+| Différence de liste de pseudos pour un tampon . | Mettre à jour la liste de pseudos.
 
-| _pong | (always) | chaîne : paramètres du ping |
-  Réponse à un "ping". | Mesurer le temps de réponse.
+| _pong | (always) | chaîne : paramètres du ping
+| Réponse à un "ping". | Mesurer le temps de réponse.
 
-| _upgrade | upgrade | (vide) |
-  WeeChat se met à jour. | Se désynchroniser de WeeChat (ou quitter).
+| _upgrade | upgrade | (vide)
+| WeeChat se met à jour. | Se désynchroniser de WeeChat (ou quitter).
 
-| _upgrade_ended | upgrade | (vide) |
-  WeeChat a été mis à jour. | (Re)synchroniser avec WeeChat.
+| _upgrade_ended | upgrade | (vide)
+| WeeChat a été mis à jour. | (Re)synchroniser avec WeeChat.
 |===
 
 [[message_buffer_opened]]
index fe841262e5e785a3ffd82f657b0f2ae8949e6ea7..a3cf818fffdedb84cd28f955b63dec76f743830b 100644 (file)
@@ -107,25 +107,25 @@ pas exhaustive) :
 |===
 | Fonction API | Paramètres | Exemples | Description
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  Un message reçu dans l'extension IRC, avant qu'il ne soit décodé vers UTF-8. +
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| Un message reçu dans l'extension IRC, avant qu'il ne soit décodé vers UTF-8. +
   +
   Il est recommandé d'utiliser plutôt le modificateur `+irc_in2_yyy+`, la chaîne
   reçue sera toujours valide UTF-8. +
   Voir la fonction `+hook_modifier+` dans la
   link:weechat_plugin_api.fr.html#_hook_modifier[Référence API extension WeeChat].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  Un message envoyé par l'extension IRC, après encodage vers le jeu de caractères
+  pass:[*,irc_outtags_notice]
+| Un message envoyé par l'extension IRC, après encodage vers le jeu de caractères
   `encode` défini par l'utilisateur (si différent de `UTF-8`, qui est la valeur
   par défaut). +
   +
@@ -135,10 +135,10 @@ pas exhaustive) :
   link:weechat_plugin_api.fr.html#_hook_signal[Référence API extension WeeChat].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  La sortie de la commande, envoyée à la fonction de rappel, peut contenir des
+  hook_process_hashtable
+| -
+| -
+| La sortie de la commande, envoyée à la fonction de rappel, peut contenir des
   données invalides UTF-8.
 
 |===
@@ -574,14 +574,14 @@ Liste des fonctions de l'API script :
 |===
 | Catégorie | Fonctions
 
-| général |
-  register
+| général
+| register
 
-| extensions |
-  plugin_get_name
+| extensions
+| plugin_get_name
 
-| chaînes |
-  charset_set +
+| chaînes
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -600,13 +600,13 @@ Liste des fonctions de l'API script :
   string_eval_expression +
   string_eval_path_home
 
-| répertoires |
-  mkdir_home +
+| répertoires
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| listes triées |
-  list_new +
+| listes triées
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -622,8 +622,8 @@ Liste des fonctions de l'API script :
   list_remove_all +
   list_free
 
-| fichiers de configuration |
-  config_new +
+| fichiers de configuration
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -660,12 +660,12 @@ Liste des fonctions de l'API script :
   config_set_desc_plugin +
   config_unset_plugin
 
-| associations de touches |
-  key_bind +
+| associations de touches
+| key_bind +
   key_unbind
 
-| affichage |
-  prefix +
+| affichage
+| prefix +
   color +
   print (pour python : prnt) +
   print_date_tags (pour python : prnt_date_tags) +
@@ -673,8 +673,8 @@ Liste des fonctions de l'API script :
   print_y_date_tags (pour python : prnt_y_date_tags) +
   log_print
 
-| hooks |
-  hook_command +
+| hooks
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -699,8 +699,8 @@ Liste des fonctions de l'API script :
   unhook +
   unhook_all
 
-| tampons |
-  buffer_new +
+| tampons
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -716,16 +716,16 @@ Liste des fonctions de l'API script :
   buffer_string_replace_local_var +
   buffer_match_list
 
-| fenêtres |
-  current_window +
+| fenêtres
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| liste des pseudos |
-  nicklist_add_group +
+| liste des pseudos
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -741,8 +741,8 @@ Liste des fonctions de l'API script :
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| barres |
-  bar_item_search +
+| barres
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -752,23 +752,23 @@ Liste des fonctions de l'API script :
   bar_update +
   bar_remove
 
-| commandes |
-  command +
+| commandes
+| command +
   command_options
 
-| complétion |
-  completion_new +
+| complétion
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| infos |
-  info_get +
+| infos
+| info_get +
   info_get_hashtable
 
-| infolists |
-  infolist_new +
+| infolists
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -786,8 +786,8 @@ Liste des fonctions de l'API script :
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -808,8 +808,8 @@ Liste des fonctions de l'API script :
   hdata_update +
   hdata_get_string
 
-| mise à jour |
-  upgrade_new +
+| mise à jour
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -825,13 +825,13 @@ Liste des constantes de l'API script :
 
 | Catégorie | Constantes
 
-| codes retour |
-  `WEECHAT_RC_OK` (entier) +
+| codes retour
+| `WEECHAT_RC_OK` (entier) +
   `WEECHAT_RC_OK_EAT` (entier) +
   `WEECHAT_RC_ERROR` (entier)
 
-| fichiers de configuration |
-  `WEECHAT_CONFIG_READ_OK` (entier) +
+| fichiers de configuration
+| `WEECHAT_CONFIG_READ_OK` (entier) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (entier) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (entier) +
   `WEECHAT_CONFIG_WRITE_OK` (entier) +
@@ -846,23 +846,23 @@ Liste des constantes de l'API script :
   `WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED` (entier) +
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (entier)
 
-| listes triées |
-  `WEECHAT_LIST_POS_SORT` (chaîne) +
+| listes triées
+| `WEECHAT_LIST_POS_SORT` (chaîne) +
   `WEECHAT_LIST_POS_BEGINNING` (chaîne) +
   `WEECHAT_LIST_POS_END` (chaîne)
 
-| hotlist |
-  `WEECHAT_HOTLIST_LOW` (chaîne) +
+| hotlist
+| `WEECHAT_HOTLIST_LOW` (chaîne) +
   `WEECHAT_HOTLIST_MESSAGE` (chaîne) +
   `WEECHAT_HOTLIST_PRIVATE` (chaîne) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (chaîne)
 
-| hook process |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (entier) +
+| hook process
+| `WEECHAT_HOOK_PROCESS_RUNNING` (entier) +
   `WEECHAT_HOOK_PROCESS_ERROR` (entier)
 
-| hook connect |
-  `WEECHAT_HOOK_CONNECT_OK` (entier) +
+| hook connect
+| `WEECHAT_HOOK_CONNECT_OK` (entier) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (entier) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (entier) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (entier) +
@@ -874,8 +874,8 @@ Liste des constantes de l'API script :
   `WEECHAT_HOOK_CONNECT_TIMEOUT` (entier) +
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (entier)
 
-| hook signal |
-  `WEECHAT_HOOK_SIGNAL_STRING` (chaîne) +
+| hook signal
+| `WEECHAT_HOOK_SIGNAL_STRING` (chaîne) +
   `WEECHAT_HOOK_SIGNAL_INT` (chaîne) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (chaîne)
 |===
@@ -1346,62 +1346,62 @@ Le résultat est une table de hachage avec les clés suivantes
 |===
 | Clé | Depuis WeeChat ^(1)^ | Description | Exemple
 
-| tags | 0.4.0 |
-  Les étiquettes dans le message (peut être vide). |
-  `+time=2015-06-27T16:40:35.000Z+`
+| tags | 0.4.0
+| Les étiquettes dans le message (peut être vide).
+| `+time=2015-06-27T16:40:35.000Z+`
 
-| tag_xxx | 3.3 |
-  Valeur de l'étiquette "xxx" sans les échappements (une clé par étiquette). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Valeur de l'étiquette "xxx" sans les échappements (une clé par étiquette).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  Le message sans les étiquettes (la même chose que le message s'il n'y a pas
-  d'étiquettes). |
-  `+:nick!user@host PRIVMSG #weechat :hello!+`
+| message_without_tags | 0.4.0
+| Le message sans les étiquettes (la même chose que le message s'il n'y a pas
+  d'étiquettes).
+| `+:nick!user@host PRIVMSG #weechat :hello!+`
 
-| nick | 0.3.4 |
-  Le pseudo d'origine. |
-  `+nick+`
+| nick | 0.3.4
+| Le pseudo d'origine.
+| `+nick+`
 
-| user | 2.7 |
-  L'utilisateur d'origine. |
-  `+user+`
+| user | 2.7
+| L'utilisateur d'origine.
+| `+user+`
 
-| host | 0.3.4 |
-  L'hôte d'origine (incluant le pseudo). |
-  `+nick!user@host+`
+| host | 0.3.4
+| L'hôte d'origine (incluant le pseudo).
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  La commande (_PRIVMSG_, _NOTICE_, ...). |
-  `+PRIVMSG+`
+| command | 0.3.4
+| La commande (_PRIVMSG_, _NOTICE_, ...).
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  Le canal cible. |
-  `+#weechat+`
+| channel | 0.3.4
+| Le canal cible.
+| `+#weechat+`
 
-| arguments | 0.3.4 |
-  Les paramètres de la commande (incluant le canal). |
-  `+#weechat :hello!+`
+| arguments | 0.3.4
+| Les paramètres de la commande (incluant le canal).
+| `+#weechat :hello!+`
 
-| text | 1.3 |
-  Le texte (par exemple un message utilisateur). |
-  `+hello!+`
+| text | 1.3
+| Le texte (par exemple un message utilisateur).
+| `+hello!+`
 
-| pos_command | 1.3 |
-  La position de _command_ dans le message ("-1" si _command_ n'a pas été trouvé). |
-  `+47+`
+| pos_command | 1.3
+| La position de _command_ dans le message ("-1" si _command_ n'a pas été trouvé).
+| `+47+`
 
-| pos_arguments | 1.3 |
-  La position de _arguments_ dans le message ("-1" si _arguments_ n'a pas été trouvé). |
-  `+55+`
+| pos_arguments | 1.3
+| La position de _arguments_ dans le message ("-1" si _arguments_ n'a pas été trouvé).
+| `+55+`
 
-| pos_channel | 1.3 |
-  La position de _channel_ dans le message ("-1" si _channel_ n'a pas été trouvé). |
-  `+55+`
+| pos_channel | 1.3
+| La position de _channel_ dans le message ("-1" si _channel_ n'a pas été trouvé).
+| `+55+`
 
-| pos_text | 1.3 |
-  La position de _text_ dans le message ("-1" si _text_ n'a pas été trouvé). |
-  `+65+`
+| pos_text | 1.3
+| La position de _text_ dans le message ("-1" si _text_ n'a pas été trouvé).
+| `+65+`
 |===
 
 [NOTE]
index 633d1e3be7e4b06f9bb13747d9d480534eb2ced6..3352c0442242de7329e1768b3166a97652a10b51 100644 (file)
@@ -202,117 +202,117 @@ Liste des options couramment utilisées :
 |===
 | Option | Valeurs | Valeur par défaut | Description
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  Type de construction : `Debug` (ou `RelWithDebInfo`) est recommandé si vous
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| Type de construction : `Debug` (ou `RelWithDebInfo`) est recommandé si vous
   utilisez une version de développement de WeeChat.
 
-| CMAKE_INSTALL_PREFIX | répertoire | /usr/local |
-  Le répertoire dans lequel WeeChat sera installé.
+| CMAKE_INSTALL_PREFIX | répertoire | /usr/local
+| Le répertoire dans lequel WeeChat sera installé.
 
-| WEECHAT_HOME | répertoire | (chaîne vide) |
-  Le répertoire "maison" par défaut lors du lancement de WeeChat. +
+| WEECHAT_HOME | répertoire | (chaîne vide)
+| Le répertoire "maison" par défaut lors du lancement de WeeChat. +
   Avec une valeur vide (recommandé), les répertoires XDG sont utilisés par défaut.
   Si non vide, un répertoire unique est utilisé pour tous les fichiers.
   La valeur peut aussi être 4 répertoires séparés par ":", dans cet ordre :
   config, data, cache, runtime.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  Compiler <<command_aliases,l'extension Alias>>.
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| Compiler <<command_aliases,l'extension Alias>>.
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  Compiler <<buflist,l'extension Buflist>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| Compiler <<buflist,l'extension Buflist>>.
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  Compiler <<charset,l'extension Charset>>.
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| Compiler <<charset,l'extension Charset>>.
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  Construire la page man.
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| Construire la page man.
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  Construire la documentation HTML.
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| Construire la documentation HTML.
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  Compiler <<spell_checking,l'extension Spell>> avec Enchant.
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| Compiler <<spell_checking,l'extension Spell>> avec Enchant.
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  Compiler <<external_commands,l'extension Exec>>.
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| Compiler <<external_commands,l'extension Exec>>.
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  Compiler <<fifo_pipe,l'extension Fifo>>.
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| Compiler <<fifo_pipe,l'extension Fifo>>.
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  Compiler <<fset,l'extension Fset>>.
+| ENABLE_FSET | `ON`, `OFF` | ON
+| Compiler <<fset,l'extension Fset>>.
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension Guile>> (Scheme).
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension Guile>> (Scheme).
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  Compiler <<irc,l'extension IRC>>.
+| ENABLE_IRC | `ON`, `OFF` | ON
+| Compiler <<irc,l'extension IRC>>.
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  Compiler <<scripting_plugins,l'extension JavaScript>>.
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| Compiler <<scripting_plugins,l'extension JavaScript>>.
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  Support des gros fichiers.
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| Support des gros fichiers.
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  Compiler <<buffer_logging,l'extension Logger>>.
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| Compiler <<buffer_logging,l'extension Logger>>.
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension Lua>>.
+| ENABLE_LUA | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension Lua>>.
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  Compiler l'interface Ncurses.
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| Compiler l'interface Ncurses.
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  Activer NLS (traductions).
+| ENABLE_NLS | `ON`, `OFF` | ON
+| Activer NLS (traductions).
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension Perl>>.
+| ENABLE_PERL | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension Perl>>.
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension PHP>>.
+| ENABLE_PHP | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension PHP>>.
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension Python>>.
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension Python>>.
 
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  Compiler <<scripting_plugins,l'extension Python>> avec Python 2 au lieu de
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| Compiler <<scripting_plugins,l'extension Python>> avec Python 2 au lieu de
   Python 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  Compiler <<relay,l'extension Relay>>.
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| Compiler <<relay,l'extension Relay>>.
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension Ruby>>.
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension Ruby>>.
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  Compiler <<script_manager,l'extension Script>>.
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| Compiler <<script_manager,l'extension Script>>.
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,les extensions de script>> (Python, Perl, Ruby,
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,les extensions de script>> (Python, Perl, Ruby,
   Lua, Tcl, Guile, JavaScript, PHP).
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  Compiler <<spell_checking,l'extension Spell>>.
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| Compiler <<spell_checking,l'extension Spell>>.
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  Compiler <<scripting_plugins,l'extension Tcl>>.
+| ENABLE_TCL | `ON`, `OFF` | ON
+| Compiler <<scripting_plugins,l'extension Tcl>>.
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  Compiler <<trigger,l'extension Trigger>>.
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| Compiler <<trigger,l'extension Trigger>>.
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  Compiler <<typing_notifications,l'extension Typing>>.
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| Compiler <<typing_notifications,l'extension Typing>>.
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  Compiler <<xfer,l'extension Xfer>>.
+| ENABLE_XFER | `ON`, `OFF` | ON
+| Compiler <<xfer,l'extension Xfer>>.
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  Compiler les tests.
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| Compiler les tests.
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  Compiler avec les options de couverture de code. +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| Compiler avec les options de couverture de code. +
   Cette option ne devrait être utilisée que pour les tests, pour mesurer la
   couverture de tests.
 |===
@@ -1363,94 +1363,94 @@ Par défaut WeeChat et ses extensions par défaut interprètent ces variables :
 |===
 | Nom | Valeur | Description
 
-| away |
-  toute chaîne |
-  Message d'absence sur le serveur, défini par l'extension irc.
+| away
+| toute chaîne
+| Message d'absence sur le serveur, défini par l'extension irc.
 
-| channel |
-  toute chaîne |
-  Nom du canal, défini par les extensions irc/xfer et le tampon de debug des
+| channel
+| toute chaîne
+| Nom du canal, défini par les extensions irc/xfer et le tampon de debug des
   extensions relay/trigger.
 
-| charset_modifier |
-  toute chaîne |
-  Modificateur de charset du tampon serveur, défini par l'extension irc.
+| charset_modifier
+| toute chaîne
+| Modificateur de charset du tampon serveur, défini par l'extension irc.
 
-| completion_default_template |
-  toute chaîne |
-  Modèle de complétion par défaut pour le tampon, qui remplace l'option
+| completion_default_template
+| toute chaîne
+| Modèle de complétion par défaut pour le tampon, qui remplace l'option
   `weechat.completion.default_template`.
 
-| filter |
-  toute chaîne |
-  Filtre défini sur certains tampons comme `/fset`, `/server raw` (irc) et
+| filter
+| toute chaîne
+| Filtre défini sur certains tampons comme `/fset`, `/server raw` (irc) et
   `/script`.
 
-| host |
-  toute chaîne |
-  Nom d'hôte personnel (si connu), défini par l'extension irc.
+| host
+| toute chaîne
+| Nom d'hôte personnel (si connu), défini par l'extension irc.
 
-| lag |
-  toute chaîne |
-  Lag sur le serveur, défini par l'extension irc.
+| lag
+| toute chaîne
+| Lag sur le serveur, défini par l'extension irc.
 
-| name |
-  toute chaîne |
-  Nom du tampon (attention, ce n'est pas le nom complet du tampon et ce nom
+| name
+| toute chaîne
+| Nom du tampon (attention, ce n'est pas le nom complet du tampon et ce nom
   n'est pas suffisant pour identifier ou chercher un tampon).
 
-| nick |
-  toute chaîne |
-  Pseudo personnel, défini par les extensions irc et xfer.
+| nick
+| toute chaîne
+| Pseudo personnel, défini par les extensions irc et xfer.
 
-| no_log |
-  `1` (or any non-empty string) |
-  Si défini, l'extension logger n'écrira pas le "log" du tampon sur disque.
+| no_log
+| `1` (or any non-empty string)
+| Si défini, l'extension logger n'écrira pas le "log" du tampon sur disque.
 
-| plugin |
-  toute chaîne |
-  Nom de l'extension qui a créé le tampon (`core` pour les tampons WeeChat).
+| plugin
+| toute chaîne
+| Nom de l'extension qui a créé le tampon (`core` pour les tampons WeeChat).
 
-| script_close_cb |
-  toute chaîne |
-  Nom de la fonction de rappel pour la fermeture,
+| script_close_cb
+| toute chaîne
+| Nom de la fonction de rappel pour la fermeture,
   défini par un script pour le tampon.
 
-| script_close_cb_data |
-  toute chaîne |
-  Données pour la fonction de rappel pour la fermeture,
+| script_close_cb_data
+| toute chaîne
+| Données pour la fonction de rappel pour la fermeture,
   définies par un script pour le tampon.
 
-| script_input_cb |
-  toute chaîne |
-  Nom de la fonction de rappel d'entrée,
+| script_input_cb
+| toute chaîne
+| Nom de la fonction de rappel d'entrée,
   défini par un script pour le tampon.
 
-| script_input_cb_data |
-  toute chaîne |
-  Données pour la fonction de rappel d'entrée,
+| script_input_cb_data
+| toute chaîne
+| Données pour la fonction de rappel d'entrée,
   définies par un script pour le tampon.
 
-| script_name |
-  toute chaîne |
-  Nom du script qui a créé le tampon.
+| script_name
+| toute chaîne
+| Nom du script qui a créé le tampon.
 
-| server |
-  toute chaîne |
-  Nom du serveur, défini par l'extension irc et le tampon de debug des extensions
+| server
+| toute chaîne
+| Nom du serveur, défini par l'extension irc et le tampon de debug des extensions
   relay/trigger.
 
-| spell_suggest |
-  toute chaîne |
-  Mot mal orthographié et ses suggestions (format : "mot:suggestions"), défini
+| spell_suggest
+| toute chaîne
+| Mot mal orthographié et ses suggestions (format : "mot:suggestions"), défini
   par l'extension spell.
 
-| trigger_filter |
-  toute chaîne |
-  Filtre trigger, défini par l'extension trigger.
+| trigger_filter
+| toute chaîne
+| Filtre trigger, défini par l'extension trigger.
 
-| type |
-  toute chaîne, par exemple :
+| type
+| toute chaîne, par exemple :
   `channel`,
   `debug`,
   `exec`,
@@ -1460,8 +1460,8 @@ Par défaut WeeChat et ses extensions par défaut interprètent ces variables :
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Type de tampon, défini par WeeChat et plusieurs extensions.
+  `xfer`
+| Type de tampon, défini par WeeChat et plusieurs extensions.
 
 |===
 
@@ -2717,8 +2717,8 @@ Liste des options de barre :
 |===
 | Option | Valeurs | Description
 
-| type | `root`, `window` |
-  Une barre avec le type `root` est affichée exactement une fois à l'écran, en
+| type | `root`, `window`
+| Une barre avec le type `root` est affichée exactement une fois à l'écran, en
   dehors de toutes les fenêtres. La barre par défaut _buflist_ est de type
   `root`. +
   Une barre avec le type `window` est affichée dans chaque fenêtre, par exemple
@@ -2726,60 +2726,60 @@ Liste des options de barre :
   aurez une barre dans chaque fenêtre. Les barres par défaut _title_, _status_,
   _input_ et _nicklist_ sont de type `window`.
 
-| position | `top`, `bottom`, `left`, `right` |
-  Position de la barre : au dessus/en dessous de la discussion, sur la
+| position | `top`, `bottom`, `left`, `right`
+| Position de la barre : au dessus/en dessous de la discussion, sur la
   gauche/droite.
 
-| priority | entier ≥ 0 |
-  Priorité de la barre : elle est utilisée pour ordonner les barres à l'écran,
+| priority | entier ≥ 0
+| Priorité de la barre : elle est utilisée pour ordonner les barres à l'écran,
   quand plusieurs barres utilisent le même type et position. +
   Les barres sont affichées depuis le bord de l'écran vers le centre. Une
   priorité plus haute affichera la barre au début, donc près du bord. +
   Exemple : la barre _input_ a une priorité de 1000, donc elle est affichée
   avant la barre _status_, qui a une priorité de 500.
 
-| size | entier ≥ 0 |
-  La taille de la barre : nombre de colonnes pour une position left/right,
+| size | entier ≥ 0
+| La taille de la barre : nombre de colonnes pour une position left/right,
   nombre de lignes pour une position top/bottom. Une taille de `0` signifie
   automatique, donc la taille sera calculée en fonction du contenu affiché dans
   la barre.
 
-| size_max | entier ≥ 0 |
-  La taille maximum pour la barre, `0` = pas de limite (cette option est
+| size_max | entier ≥ 0
+| La taille maximum pour la barre, `0` = pas de limite (cette option est
   utilisée seulement si `size` = `0`).
 
-| color_bg | couleur |
-  La couleur par défaut du fond de la barre.
+| color_bg | couleur
+| La couleur par défaut du fond de la barre.
 
-| color_fg | couleur |
-  La couleur par défaut du texte dans la barre.
+| color_fg | couleur
+| La couleur par défaut du texte dans la barre.
 
-| color_delim | couleur |
-  La couleur des délimiteurs dans la barre.
+| color_delim | couleur
+| La couleur des délimiteurs dans la barre.
 
-| hidden | `on`, `off` |
-  Lorsque l'option est `on`, la barre est cachée. +
+| hidden | `on`, `off`
+| Lorsque l'option est `on`, la barre est cachée. +
   Note : plutôt que de changer cette option, il est préférable d'utiliser la
   commande `/bar`, par exemple : `/bar toggle nicklist` (voir la commande
   <<command_weechat_bar,/bar>>).
 
-| separator | `on`, `off` |
-  Lorsque l'option est `on`, un séparateur (ligne) est affiché entre la barre et
+| separator | `on`, `off`
+| Lorsque l'option est `on`, un séparateur (ligne) est affiché entre la barre et
   les autres barres (ou la discussion).
 
-| items | chaîne |
-  Une liste d'objets (voir <<bar_items,objets>> pour plus d'infos).
+| items | chaîne
+| Une liste d'objets (voir <<bar_items,objets>> pour plus d'infos).
 
-| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Type de remplissage pour la barre lorsqu'elle a une position `left` ou
+| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Type de remplissage pour la barre lorsqu'elle a une position `left` ou
   `right` (voir <<bar_filling,remplissage>> pour plus d'infos).
 
-| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Type de remplissage pour la barre lorsqu'elle a une position `top` ou `bottom`
+| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Type de remplissage pour la barre lorsqu'elle a une position `top` ou `bottom`
   (voir <<bar_filling,remplissage>> pour plus d'infos).
 
-| conditions | chaîne |
-  Les conditions pour afficher la barre (voir <<bar_conditions,conditions>> pour
+| conditions | chaîne
+| Les conditions pour afficher la barre (voir <<bar_conditions,conditions>> pour
   plus d'infos).
 |===
 
@@ -4024,15 +4024,15 @@ Les signaux suivants sont captés par l'extension typing :
 |===
 | Signal | Paramètres | Description
 
-| typing_set_nick |
-  Chaîne : pointeur tampon + ";" + état (un parmi ceux-ci : "off", "typing",
+| typing_set_nick
+| Chaîne : pointeur tampon + ";" + état (un parmi ceux-ci : "off", "typing",
   "paused", "cleared") + ";" + pseudo. +
-  Example: "0x1234abcd;typing;alice". |
-  Définir l'état de la saisie du pseudo sur le tampon.
+  Example: "0x1234abcd;typing;alice".
+| Définir l'état de la saisie du pseudo sur le tampon.
 
-| typing_reset_buffer |
-  Pointeur : tampon. |
-  Supprimer l'état de saisir pour tous les pseudos d'un tampon.
+| typing_reset_buffer
+| Pointeur : tampon.
+| Supprimer l'état de saisir pour tous les pseudos d'un tampon.
 |===
 
 [[typing_options]]
@@ -4390,25 +4390,25 @@ Liste des triggers par défaut :
 |===
 | Nom | Hook | Description
 
-| beep | print |
-  Faire un bip sur un message de highlight ou privé.
+| beep | print
+| Faire un bip sur un message de highlight ou privé.
 
-| cmd_pass | modifier |
-  Cacher le mot de passe dans les commandes :
+| cmd_pass | modifier
+| Cacher le mot de passe dans les commandes :
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`,
   `pass:[/oper]`,
   `pass:[/quote pass]`,
   `pass:[/secure passphrase\|decrypt\|set]`.
 
-| cmd_pass_register | modifier |
-  Cacher le mot de passe dans la commande `pass:[/msg nickserv register]`.
+| cmd_pass_register | modifier
+| Cacher le mot de passe dans la commande `pass:[/msg nickserv register]`.
 
-| msg_auth | modifier |
-  Cacher le mot de passe dans le message d'authentification IRC affiché
+| msg_auth | modifier
+| Cacher le mot de passe dans le message d'authentification IRC affiché
   (message reçu du serveur après l'envoi de la commande par l'utilisateur).
 
-| server_pass | modifier |
-  Cacher le mot de passe du serveur dans les commandes `/server` et `/connect`.
+| server_pass | modifier
+| Cacher le mot de passe du serveur dans les commandes `/server` et `/connect`.
 |===
 
 [[trigger_anatomy]]
@@ -4421,39 +4421,39 @@ Un trigger a les options suivantes (les noms sont
 |===
 | Option | Valeurs | Description
 
-| enabled | `on`, `off` |
-  Lorsque l'option est `off`, le trigger est désactivé et les actions ne sont
+| enabled | `on`, `off`
+| Lorsque l'option est `off`, le trigger est désactivé et les actions ne sont
   plus exécutées.
 
 | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`,
-  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` |
-  Le "hook" utilisé dans le trigger. Pour plus d'information, voir la
+  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+`
+| Le "hook" utilisé dans le trigger. Pour plus d'information, voir la
   link:weechat_plugin_api.fr.html#hooks[Référence API extension WeeChat / Hooks].
 
-| arguments | chaîne |
-  Les paramètres pour le "hook", ils dépendent du type de hook utilisé.
+| arguments | chaîne
+| Les paramètres pour le "hook", ils dépendent du type de hook utilisé.
 
-| conditions | chaîne |
-  Conditions pour exécuter le trigger : elles sont évaluées (voir la commande
+| conditions | chaîne
+| Conditions pour exécuter le trigger : elles sont évaluées (voir la commande
   <<command_weechat_eval,/eval>>).
 
-| regex | chaîne |
-  Une ou plusieurs expressions régulières POSIX étendues, pour modifier les
+| regex | chaîne
+| Une ou plusieurs expressions régulières POSIX étendues, pour modifier les
   données reçues dans la fonction de rappel du "hook" (et d'autres choses
   ajoutées par l'extension trigger), voir <<trigger_regex,expression régulière>>.
 
-| command | chaîne |
-  Commande à exécuter (plusieurs commandes peuvent être séparées par des
+| command | chaîne
+| Commande à exécuter (plusieurs commandes peuvent être séparées par des
   points-virgules) ; elle est évaluée (voir la commande
   <<command_weechat_eval,/eval>>).
 
-| return_code | `+ok+`, `+ok_eat+`, `+error+` |
-  Le code retour de la fonction de rappel (`ok` par défaut, qui devrait être
+| return_code | `+ok+`, `+ok_eat+`, `+error+`
+| Le code retour de la fonction de rappel (`ok` par défaut, qui devrait être
   utilisé dans quasiment tous les triggers, les autres valeurs sont rarement
   utilisées).
 
-| post_action | `none`, `disable`, `delete` |
-  Action à effectuer sur le trigger après l'exécution (`none` par défaut, qui
+| post_action | `none`, `disable`, `delete`
+| Action à effectuer sur le trigger après l'exécution (`none` par défaut, qui
   devrait être utilisé dans quasiment tous les triggers, les autres valeurs sont
   rarement utilisées).
 |===
@@ -4495,105 +4495,105 @@ points-virgules.
 |===
 | Hook | Paramètres | Exemples | Documentation (API)
 
-| signal |
-  1. nom de signal (priorité autorisée) (obligatoire) +
+| signal
+| 1. nom de signal (priorité autorisée) (obligatoire) +
   2. nom de signal (priorité autorisée) +
-  3. ... |
-  `+*,irc_in_privmsg+` +
+  3. ...
+| `+*,irc_in_privmsg+` +
   `+*,irc_in_privmsg;*,irc_in_notice+` +
-  `+signal_sigwinch+` |
-  link:weechat_plugin_api.fr.html#_hook_signal[hook_signal]
+  `+signal_sigwinch+`
+| link:weechat_plugin_api.fr.html#_hook_signal[hook_signal]
 
-| hsignal |
-  1. nom de signal (priorité autorisée) (obligatoire) +
+| hsignal
+| 1. nom de signal (priorité autorisée) (obligatoire) +
   2. nom de signal (priorité autorisée) +
-  3. ... |
-  `+nicklist_nick_added+` |
-  link:weechat_plugin_api.fr.html#_hook_hsignal[hook_hsignal]
+  3. ...
+| `+nicklist_nick_added+`
+| link:weechat_plugin_api.fr.html#_hook_hsignal[hook_hsignal]
 
-| modifier |
-  1. nom de modificateur (priorité autorisée) (obligatoire) +
+| modifier
+| 1. nom de modificateur (priorité autorisée) (obligatoire) +
   2. nom de modificateur (priorité autorisée) +
-  3. ... |
-  `+weechat_print+` +
-  `+5000\|input_text_display;5000\|history_add+` |
-  link:weechat_plugin_api.fr.html#_hook_modifier[hook_modifier]
+  3. ...
+| `+weechat_print+` +
+  `+5000\|input_text_display;5000\|history_add+`
+| link:weechat_plugin_api.fr.html#_hook_modifier[hook_modifier]
 
-| line |
-  1. type de tampon +
+| line
+| 1. type de tampon +
   2. nom de tampon +
-  3. étiquettes |
-  `+formatted+` +
+  3. étiquettes
+| `+formatted+` +
   `+free+` +
   `+*;irc.libera.*+` +
   `+*;irc.libera.#weechat+` +
-  `+formatted;irc.libera.#weechat;irc_notice+` |
-  link:weechat_plugin_api.en.html#_hook_line[hook_line]
+  `+formatted;irc.libera.#weechat;irc_notice+`
+| link:weechat_plugin_api.en.html#_hook_line[hook_line]
 
-| print |
-  1. nom de tampon +
+| print
+| 1. nom de tampon +
   2. étiquettes +
   3. message +
-  4. suppression des couleurs (0/1) |
-  `+irc.libera.*+` +
+  4. suppression des couleurs (0/1)
+| `+irc.libera.*+` +
   `+irc.libera.#weechat+` +
   `+irc.libera.#weechat;irc_notice+` +
-  `+*;;;1+` |
-  link:weechat_plugin_api.fr.html#_hook_print[hook_print]
+  `+*;;;1+`
+| link:weechat_plugin_api.fr.html#_hook_print[hook_print]
 
-| command |
-  1. nom de commande (priorité autorisée) (obligatoire) +
+| command
+| 1. nom de commande (priorité autorisée) (obligatoire) +
   2. description (évalué, voir la commande <<command_weechat_eval,/eval>>) +
   3. paramètres (évalué, voir la commande <<command_weechat_eval,/eval>>) +
   4. description des paramètres (évalué, voir la commande <<command_weechat_eval,/eval>>) +
-  5. complétion (évalué, voir la commande <<command_weechat_eval,/eval>>) |
-  `+test+` +
+  5. complétion (évalué, voir la commande <<command_weechat_eval,/eval>>)
+| `+test+` +
   `+5000\|test+` +
-  `+test;commande de test;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
-  link:weechat_plugin_api.fr.html#_hook_command[hook_command]
+  `+test;commande de test;arg1 arg2;arg1: description 1${\n}arg2: description 2+`
+| link:weechat_plugin_api.fr.html#_hook_command[hook_command]
 
-| command_run |
-  1. commande (priorité autorisée) (obligatoire) +
+| command_run
+| 1. commande (priorité autorisée) (obligatoire) +
   2. commande (priorité autorisée) +
-  3. ... |
-  `+/cmd paramètres+` |
-  link:weechat_plugin_api.fr.html#_hook_command_run[hook_command_run]
+  3. ...
+| `+/cmd paramètres+`
+| link:weechat_plugin_api.fr.html#_hook_command_run[hook_command_run]
 
-| timer |
-  1. intervalle, en millisecondes (obligatoire) +
+| timer
+| 1. intervalle, en millisecondes (obligatoire) +
   2. alignement sur la seconde (par défaut : 0) +
-  3. nombre maximum d'appels (par défaut : 0, qui signifie "sans fin") |
-  `+3600000+` +
-  `+60000;0;5+` |
-  link:weechat_plugin_api.fr.html#_hook_timer[hook_timer]
+  3. nombre maximum d'appels (par défaut : 0, qui signifie "sans fin")
+| `+3600000+` +
+  `+60000;0;5+`
+| link:weechat_plugin_api.fr.html#_hook_timer[hook_timer]
 
-| config |
-  1. nom d'option (priorité autorisée) (obligatoire) +
+| config
+| 1. nom d'option (priorité autorisée) (obligatoire) +
   2. nom d'option (priorité autorisée) +
-  3. ... |
-  `+weechat.look.*+` |
-  link:weechat_plugin_api.fr.html#_hook_config[hook_config]
+  3. ...
+| `+weechat.look.*+`
+| link:weechat_plugin_api.fr.html#_hook_config[hook_config]
 
-| focus |
-  1. nom d'aire (priorité autorisée) (obligatoire) +
+| focus
+| 1. nom d'aire (priorité autorisée) (obligatoire) +
   2. nom d'aire (priorité autorisée) +
-  3. ... |
-  `+buffer_nicklist+` |
-  link:weechat_plugin_api.fr.html#_hook_focus[hook_focus]
+  3. ...
+| `+buffer_nicklist+`
+| link:weechat_plugin_api.fr.html#_hook_focus[hook_focus]
 
-| info |
-  1. nom de l'info (priorité autorisée) (obligatoire) +
+| info
+| 1. nom de l'info (priorité autorisée) (obligatoire) +
   2. nom de l'info (priorité autorisée) +
-  3. ... |
-  `+mon_info+` |
-  link:weechat_plugin_api.fr.html#_hook_info[hook_info]
+  3. ...
+| `+mon_info+`
+| link:weechat_plugin_api.fr.html#_hook_info[hook_info]
 
-| info_hashtable |
-  1. nom de l'info (priorité autorisée) (obligatoire) +
+| info_hashtable
+| 1. nom de l'info (priorité autorisée) (obligatoire) +
   2. nom de l'info (priorité autorisée) +
-  3. ... |
-  `+mon_info+` |
-  link:weechat_plugin_api.fr.html#_hook_info_hashtable[hook_info_hashtable]
+  3. ...
+| `+mon_info+`
+| link:weechat_plugin_api.fr.html#_hook_info_hashtable[hook_info_hashtable]
 |===
 
 [[trigger_conditions]]
index c43acc68abdbd34e8cfa15348f3679675b155fe7..cd44f5004ca648e93132f0965d78d4a9c2a10b79 100644 (file)
@@ -2489,17 +2489,17 @@ from first used to last):
 |===
 | Operator | Min WeeChat | Description | Examples
 
-| `+&&+` | |
-  Logical "and" |
-  >> `+25 && 77+` +
+| `+&&+` |
+| Logical "and"
+| >> `+25 && 77+` +
   == `+1+` +
   +
   >> `+25 && 0+` +
   == `+0+`
 
-| `+\|\|+` | |
-  Logical "or" |
-  >> `+25 \|\| 0+` +
+| `+\|\|+` |
+| Logical "or"
+| >> `+25 \|\| 0+` +
   == `+1+` +
   +
   >> `+0 \|\| 0+` +
@@ -2513,105 +2513,105 @@ from first used to last):
 |===
 | Operator | Min WeeChat | Description | Examples
 
-| `+=~+` | |
-  Is matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def =~ ab.*ef+` +
+| `+=~+` |
+| Is matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>)
+| >> `+abc def =~ ab.*ef+` +
   == `+1+` +
   +
   >> `+abc def =~ y.*z+` +
   == `+0+`
 
-| `+!~+` | |
-  Is NOT matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def !~ ab.*ef+` +
+| `+!~+` |
+| Is NOT matching POSIX extended regex (optional flags are allowed, see function <<_string_regcomp,string_regcomp>>)
+| >> `+abc def !~ ab.*ef+` +
   == `+0+` +
   +
   >> `+abc def !~ y.*z+` +
   == `+1+`
 
-| `+==*+` | 2.9 |
-  Is matching mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def ==* a*f+` +
+| `+==*+` | 2.9
+| Is matching mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>)
+| >> `+abc def ==* a*f+` +
   == `+1+` +
   +
   >> `+abc def ==* y*z+` +
   == `+0+`
 
-| `+!!*+` | 2.9 |
-  Is NOT wildcard mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def !!* a*f+` +
+| `+!!*+` | 2.9
+| Is NOT wildcard mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>)
+| >> `+abc def !!* a*f+` +
   == `+0+` +
   +
   >> `+abc def !!* y*z+` +
   == `+1+`
 
-| `+=*+` | 1.8 |
-  Is matching mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def =* A*F+` +
+| `+=*+` | 1.8
+| Is matching mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>)
+| >> `+abc def =* A*F+` +
   == `+1+` +
   +
   >> `+abc def =* Y*Z+` +
   == `+0+`
 
-| `+!*+` | 1.8 |
-  Is NOT wildcard mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def !* A*F+` +
+| `+!*+` | 1.8
+| Is NOT wildcard mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>)
+| >> `+abc def !* A*F+` +
   == `+0+` +
   +
   >> `+abc def !* Y*Z+` +
   == `+1+`
 
-| `+==-+` | 2.9 |
-  Is included, case sensitive |
-  >> `+abc def ==- bc+` +
+| `+==-+` | 2.9
+| Is included, case sensitive
+| >> `+abc def ==- bc+` +
   == `+1+` +
   +
   >> `+abc def ==- xyz+` +
   == `+0+`
 
-| `+!!-+` | 2.9 |
-  Is NOT included, case sensitive |
-  >> `+abc def !!- bc+` +
+| `+!!-+` | 2.9
+| Is NOT included, case sensitive
+| >> `+abc def !!- bc+` +
   == `+0+` +
   +
   >> `+abc def !!- xyz+` +
   == `+1+`
 
-| `+=-+` | 2.9 |
-  Is included, case insensitive |
-  >> `+abc def =- BC+` +
+| `+=-+` | 2.9
+| Is included, case insensitive
+| >> `+abc def =- BC+` +
   == `+1+` +
   +
   >> `+abc def =- XYZ+` +
   == `+0+`
 
-| `+!-+` | 2.9 |
-  Is NOT included, case insensitive |
-  >> `+abc def !- BC+` +
+| `+!-+` | 2.9
+| Is NOT included, case insensitive
+| >> `+abc def !- BC+` +
   == `+0+` +
   +
   >> `+abc def !- XYZ+` +
   == `+1+`
 
-| `+==+` | |
-  Equal |
-  >> `+test == test+` +
+| `+==+` |
+| Equal
+| >> `+test == test+` +
   == `+1+` +
   +
   >> `+test == string+` +
   == `+0+`
 
-| `+!=+` | |
-  Not equal |
-  >> `+test != test+` +
+| `+!=+` |
+| Not equal
+| >> `+test != test+` +
   == `+0+` +
   +
   >> `+test != string+` +
   == `+1+`
 
-| `+<=+` | |
-  Less or equal |
-  >> `+abc <= defghi+` +
+| `+<=+` |
+| Less or equal
+| >> `+abc <= defghi+` +
   == `+1+` +
   +
   >> `+abc <= abc+` +
@@ -2623,9 +2623,9 @@ from first used to last):
   >> `+15 <= 2+` +
   == `+0+`
 
-| `+<+` | |
-  Less |
-  >> `+abc < defghi+` +
+| `+<+` |
+| Less
+| >> `+abc < defghi+` +
   == `+1+` +
   +
   >> `+abc < abc+` +
@@ -2637,9 +2637,9 @@ from first used to last):
   >> `+15 < 2+` +
   == `+0+`
 
-| `+>=+` | |
-  Greater or equal |
-  >> `+defghi >= abc+` +
+| `+>=+` |
+| Greater or equal
+| >> `+defghi >= abc+` +
   == `+1+` +
   +
   >> `+abc >= abc+` +
@@ -2651,9 +2651,9 @@ from first used to last):
   >> `+15 >= 2+` +
   == `+1+`
 
-| `+>+` | |
-  Greater |
-  >> `+defghi > abc+` +
+| `+>+` |
+| Greater
+| >> `+defghi > abc+` +
   == `+1+` +
   +
   >> `+abc > abc+` +
@@ -2689,25 +2689,25 @@ expanded to last):
 |===
 | Format | Min WeeChat | Description | Examples
 
-| `+${raw:xxx}+` | 3.1 |
-  Raw string (not evaluated). |
-  >> `+${raw:${info:version}}+` +
+| `+${raw:xxx}+` | 3.1
+| Raw string (not evaluated).
+| >> `+${raw:${info:version}}+` +
   == `+${info:version}+`
 
-| `+${name}+` | 3.4 |
-  User variable (defined with `+${define:name,value}+`). |
-  >> `+${name}+` +
+| `+${name}+` | 3.4
+| User variable (defined with `+${define:name,value}+`).
+| >> `+${name}+` +
   == `+value+`
 
-| `+${name}+` | |
-  Variable `name` from hashtable _extra_vars_. |
-  >> `+${name}+` +
+| `+${name}+` |
+| Variable `name` from hashtable _extra_vars_.
+| >> `+${name}+` +
   == `+value+`
 
-| `+${weechat_xxx_dir}+` | 3.2 |
-  A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
-  `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`. |
-  >> `+${weechat_config_dir}+` +
+| `+${weechat_xxx_dir}+` | 3.2
+| A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
+  `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`.
+| >> `+${weechat_config_dir}+` +
   == `+/home/user/.config/weechat+` +
   +
   >> `+${weechat_data_dir}+` +
@@ -2719,50 +2719,50 @@ expanded to last):
   >> `+${weechat_runtime_dir}+` +
   == `+/run/user/1000/weechat+`
 
-| `+${eval:xxx}+` | 1.3 |
-  String to evaluate. |
-  >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
+| `+${eval:xxx}+` | 1.3
+| String to evaluate.
+| >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
   == `+19:02:45+` ^(1)^ +
   +
   ^(1)^ With colors if there are color codes in the option
   weechat.look.buffer_time_format
 
-| `+${eval_cond:xxx}+` | 3.1 |
-  String to evaluate as condition. |
-  >> `+${eval_cond:${window.win_width} > 100}+` +
+| `+${eval_cond:xxx}+` | 3.1
+| String to evaluate as condition.
+| >> `+${eval_cond:${window.win_width} > 100}+` +
   == `+1+`
 
 | `+${esc:xxx}+` +
-  `+${\xxx}+` | 1.0 |
-  String with escaped chars. |
-  >> `+${esc:prefix\tmessage}+` +
+  `+${\xxx}+` | 1.0
+| String with escaped chars.
+| >> `+${esc:prefix\tmessage}+` +
   == `+prefix<TAB>message+` +
   +
   >> `+${\ua9}+` +
   == `+©+`
 
 // TRANSLATION MISSING
-| `+${lower:string}+` | 3.6 |
-  String converted to lower case. |
-  >> `+${lower:TEST}+` +
+| `+${lower:string}+` | 3.6
+| String converted to lower case.
+| >> `+${lower:TEST}+` +
   >> `+test+`
 
 // TRANSLATION MISSING
-| `+${upper:string}+` | 3.6 |
-  String converted to upper case. |
-  >> `+${upper:test}+` +
+| `+${upper:string}+` | 3.6
+| String converted to upper case.
+| >> `+${upper:test}+` +
   >> `+TEST+`
 
-| `+${hide:x,string}+` | 1.1 |
-  String with hidden chars (all chars in `string` replaced `x`). |
-  >> `+${hide:*,password}+` +
+| `+${hide:x,string}+` | 1.1
+| String with hidden chars (all chars in `string` replaced `x`).
+| >> `+${hide:*,password}+` +
   == `+********+`
 
 | `+${cut:max,suffix,string}+` +
-  `+${cut:+max,suffix,string}+` | 1.8 |
-  String with `max` chars, and optional `suffix` if string is cut. +
-  With the format `+max`, the suffix is counted in max length. |
-  >> `+${cut:4,…,this is a test}+` +
+  `+${cut:+max,suffix,string}+` | 1.8
+| String with `max` chars, and optional `suffix` if string is cut. +
+  With the format `+max`, the suffix is counted in max length.
+| >> `+${cut:4,…,this is a test}+` +
   == `+this…+` +
   +
   >> `+${cut:+4,…,this is a test}+` +
@@ -2772,10 +2772,10 @@ expanded to last):
   == `+こん>>+`
 
 | `+${cutscr:max,suffix,string}+` +
-  `+${cutscr:+max,suffix,string}+` | 1.8 |
-  String with `max` chars displayed on screen, and optional `suffix` if string is cut. +
-  With the format `+max`, the suffix is counted in max length. |
-  >> `+${cutscr:4,…,this is a test}+` +
+  `+${cutscr:+max,suffix,string}+` | 1.8
+| String with `max` chars displayed on screen, and optional `suffix` if string is cut. +
+  With the format `+max`, the suffix is counted in max length.
+| >> `+${cutscr:4,…,this is a test}+` +
   == `+this…+` +
   +
   >> `+${cutscr:+4,…,this is a test}+` +
@@ -2784,10 +2784,10 @@ expanded to last):
   >> `+${cutscr:2,>>,こんにちは世界}+` +
   == `+こ>>+`
 
-| `+${rev:xxx}+` | 2.2 |
-  Reversed string (color codes are reversed, so the string should not contain
-  color codes). |
-  >> `+${rev:Hello, world!}+` +
+| `+${rev:xxx}+` | 2.2
+| Reversed string (color codes are reversed, so the string should not contain
+  color codes).
+| >> `+${rev:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${rev:Hello, ${color:red}world!}+` +
@@ -2795,9 +2795,9 @@ expanded to last):
   +
   ^(1)^ No color, the color code is reversed
 
-| `+${revscr:xxx}+` | 2.7 |
-  Reversed string for screen, color codes are not reversed. |
-  >> `+${revscr:Hello, world!}+` +
+| `+${revscr:xxx}+` | 2.7
+| Reversed string for screen, color codes are not reversed.
+| >> `+${revscr:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${revscr:Hello, ${color:red}world!}+` +
@@ -2805,29 +2805,29 @@ expanded to last):
   +
   ^(1)^ `pass:[ ,olleH]` in red
 
-| `+${repeat:count,string}+` | 2.3 |
-  Repeated string. |
-  >> `+${repeat:5,-}+` +
+| `+${repeat:count,string}+` | 2.3
+| Repeated string.
+| >> `+${repeat:5,-}+` +
   == `+-----+`
 
-| `+${length:xxx}+` | 2.7 |
-  Length of string (number of UTF-8 chars), color codes are ignored. |
-  >> `+${length:test}+` +
+| `+${length:xxx}+` | 2.7
+| Length of string (number of UTF-8 chars), color codes are ignored.
+| >> `+${length:test}+` +
   == `+4+` +
   +
   >> `+${length:こんにちは世界}+` +
   == `+7+`
 
-| `+${lengthscr:xxx}+` | 2.7 |
-  Length of string displayed on screen, color codes are ignored. |
-  >> `+${lengthscr:test}+` +
+| `+${lengthscr:xxx}+` | 2.7
+| Length of string displayed on screen, color codes are ignored.
+| >> `+${lengthscr:test}+` +
   == `+4+` +
   +
   >> `+${lengthscr:こんにちは世界}+` +
   == `+14+`
 
-| `+${split:number,seps,flags,xxx}+` | 3.3 |
-  Split string, and return, according to `number`: +
+| `+${split:number,seps,flags,xxx}+` | 3.3
+| Split string, and return, according to `number`: +
   - `count`: the number of items after split +
   - `random`: a random item +
   - integer ≥ 1: the item by index (1 = first item) +
@@ -2839,8 +2839,8 @@ expanded to last):
   - `collapse_seps`: collapse multiple consecutive separators into a single one +
   - `keep_eol`: keep end of line for each value +
   - `strip_items=xyz`: strip chars `x`, `y` and `z` from beginning/end of items +
-  - `max_items=N`: return max N items |
-  >> `+${split:1,,,abc,def,ghi}+` +
+  - `max_items=N`: return max N items
+| >> `+${split:1,,,abc,def,ghi}+` +
   == `+abc+` +
   +
   >> `+${split:-1,,,abc,def,ghi}+` +
@@ -2867,13 +2867,13 @@ expanded to last):
   >> `+${split:2, ,keep_eol,this is a test}+` +
   == `+is a test+`
 
-| `+${split_shell:number,xxx}+` | 3.3 |
-  Split shell arguments, and return, according to `number`: +
+| `+${split_shell:number,xxx}+` | 3.3
+| Split shell arguments, and return, according to `number`: +
   - `count`: the number of arguments after split +
   - `random`: a random argument +
   - integer ≥ 1: the argument by index (1 = first argument) +
-  - integer ≤ -1: the argument by index from the end (-1 = last argument, -2 = penultimate argument, etc.) |
-  >> `+${split_shell:1,"first arg" arg2}+` +
+  - integer ≤ -1: the argument by index from the end (-1 = last argument, -2 = penultimate argument, etc.)
+| >> `+${split_shell:1,"first arg" arg2}+` +
   == `+first arg+` +
   +
   >> `+${split_shell:-1,"first arg" arg2}+` +
@@ -2885,14 +2885,14 @@ expanded to last):
   >> `+${split_shell:random,"first arg" arg2}+` +
   == `+arg2+`
 
-| `+${re:xxx}+` | 1.1 |
-  Regex data: +
+| `+${re:xxx}+` | 1.1
+| Regex data: +
   `0` = whole string matching, +
   `1` to `99` = group captured, +
   `+++` = last group captured, +
   `#` = index of last group captured _(WeeChat ≥ 1.8)_, +
-  `repl_index` = index of replacement being done (starts to 1) _(WeeChat ≥ 3.3)_. |
-  >> `+${re:0}+` +
+  `repl_index` = index of replacement being done (starts to 1) _(WeeChat ≥ 3.3)_.
+| >> `+${re:0}+` +
   == `+test1 test2+` +
   +
   >> `+${re:1}+` +
@@ -2910,10 +2910,10 @@ expanded to last):
   >> `+${re:repl_index}+` +
   == `+1+`
 
-| `+${color:name}+` | 0.4.2 |
-  WeeChat color code (the name of color has optional attributes),
-  see function <<_color,color>> for supported formats. |
-  >> `+${color:red}red text+` +
+| `+${color:name}+` | 0.4.2
+| WeeChat color code (the name of color has optional attributes),
+  see function <<_color,color>> for supported formats.
+| >> `+${color:red}red text+` +
   == `+red text+` ^(1)^ +
   +
   >> `+${color:*214}bold orange text+` +
@@ -2922,27 +2922,27 @@ expanded to last):
   ^(1)^ In red +
   ^(2)^ In bold orange
 
-| `+${modifier:name,data,string}+` | 2.7 |
-  Result of a modifier, see function
-  <<_hook_modifier_exec,hook_modifier_exec>>. |
-  >> `+${modifier:eval_path_home,,~}+` +
+| `+${modifier:name,data,string}+` | 2.7
+| Result of a modifier, see function
+  <<_hook_modifier_exec,hook_modifier_exec>>.
+| >> `+${modifier:eval_path_home,,~}+` +
   == `+/home/user+` +
   +
   >> `+${modifier:eval_path_home,directory=config,%h/irc.conf}+` +
   == `+/home/user/.config/weechat/irc.conf+`
 
 | `+${info:name}+` +
-  `+${info:name,arguments}+` | 0.4.3 |
-  Info from WeeChat or a plugin, see function <<_info_get,info_get>>. |
-  >> `+${info:version}+` +
+  `+${info:name,arguments}+` | 0.4.3
+| Info from WeeChat or a plugin, see function <<_info_get,info_get>>.
+| >> `+${info:version}+` +
   == `+1.0+` +
   +
   >> `+${info:nick_color_name,foo}+` +
   == `+lightblue+`
 
-| `+${base_encode:base,xxx}+` | 2.9 |
-  String encoded in base 16, 32 or 64. |
-  >> `+${base_encode:16,test string}+` +
+| `+${base_encode:base,xxx}+` | 2.9
+| String encoded in base 16, 32 or 64.
+| >> `+${base_encode:16,test string}+` +
   == `+7465737420737472696E67+` +
   +
   >> `+${base_encode:32,test string}+` +
@@ -2951,9 +2951,9 @@ expanded to last):
   >> `+${base_encode:64,test string}+` +
   == `+dGVzdCBzdHJpbmc=+`
 
-| `+${base_decode:base,xxx}+` | 2.9 |
-  String decoded from base 16, 32 or 64. |
-  >> `+${base_decode:16,7465737420737472696E67}+` +
+| `+${base_decode:base,xxx}+` | 2.9
+| String decoded from base 16, 32 or 64.
+| >> `+${base_decode:16,7465737420737472696E67}+` +
   == `+test string+` +
   +
   >> `+${base_decode:32,ORSXG5BAON2HE2LOM4======}+` +
@@ -2963,31 +2963,31 @@ expanded to last):
   == `+test string+`
 
 | `+${date}+` +
-  `+${date:xxx}+` | 1.3 |
-  Current date/time, with custom format (see `man strftime`),
-  default format is `%F %T`. |
-  >> `+${date}+` +
+  `+${date:xxx}+` | 1.3
+| Current date/time, with custom format (see `man strftime`),
+  default format is `%F %T`.
+| >> `+${date}+` +
   == `+2015-06-30 19:02:45+` +
   +
   >> `+${date:%H:%M:%S}+` +
   == `+19:02:45+`
 
-| `+${env:NAME}+` | 1.2 |
-  Value of the environment variable `NAME`. |
-  >> `+${env:HOME}+` +
+| `+${env:NAME}+` | 1.2
+| Value of the environment variable `NAME`.
+| >> `+${env:HOME}+` +
   == `+/home/user+`
 
 | `+${if:condition}+` +
   `+${if:condition?true}+`
-  `+${if:condition?true:false}+` | 1.8 |
-  Ternary operator with a condition, a value if the condition is true (optional)
+  `+${if:condition?true:false}+` | 1.8
+| Ternary operator with a condition, a value if the condition is true (optional)
   and another value if the condition is false (optional). If values are not
-  given, "1" or "0" are returned, according to the result of the condition. |
-  >> `+${if:${info:term_width}>80?big:small}+` +
+  given, "1" or "0" are returned, according to the result of the condition.
+| >> `+${if:${info:term_width}>80?big:small}+` +
   == `+big+`
 
-| `+${calc:xxx}+` | 2.7 |
-  Result of expression, where parentheses and the following operators are
+| `+${calc:xxx}+` | 2.7
+| Result of expression, where parentheses and the following operators are
   supported: +
   `+++`: addition +
   `+-+`: subtraction +
@@ -2995,8 +2995,8 @@ expanded to last):
   `+/+`: division +
   `+//+`: result of division without fractional part +
   `+%+`: remainder of division +
-  `+**+`: power. |
-  >> `+${calc:5+2*3}+` +
+  `+**+`: power.
+| >> `+${calc:5+2*3}+` +
   == `+11+` +
   +
   >> `+${calc:(5+2)*3}+` +
@@ -3014,50 +3014,50 @@ expanded to last):
   >> `+${calc:2**16}+` +
   == `+65536+`
 
-| `+${random:min,max}+` | 3.3 |
-  Random integer number in the range from `min` to `max` (inclusive). |
-  >> `+${random:0,10}+` +
+| `+${random:min,max}+` | 3.3
+| Random integer number in the range from `min` to `max` (inclusive).
+| >> `+${random:0,10}+` +
   == `+3+`
 
-| `+${translate:xxx}+` | 3.2 |
-  Translated string (depends on the language used by WeeChat to display messages). |
-  >> `+${translate:Plugin}+` +
+| `+${translate:xxx}+` | 3.2
+| Translated string (depends on the language used by WeeChat to display messages).
+| >> `+${translate:Plugin}+` +
   == `+Extension+` ^(1)^ +
   +
   ^(1)^ Example in French
 
-| `+${define:name,value}+` | 3.4 |
-  Define a variable `name` set to `value`, which can then be used in the same
-  evaluated expression with `+${name}+`. |
-  >> `+${define:len,${calc:5+3}}${len}x${len}+` +
+| `+${define:name,value}+` | 3.4
+| Define a variable `name` set to `value`, which can then be used in the same
+  evaluated expression with `+${name}+`.
+| >> `+${define:len,${calc:5+3}}${len}x${len}+` +
   == `+8x8+`
 
-| `+${sec.data.name}+` | |
-  Value of the secured data `name`. |
-  >> `+${sec.data.libera_pass}+` +
+| `+${sec.data.name}+` |
+| Value of the secured data `name`.
+| >> `+${sec.data.libera_pass}+` +
   == `+my_password+`
 
-| `+${file.section.option}+` | |
-  Value of the option. |
-  >> `+${weechat.look.buffer_time_format}+` +
+| `+${file.section.option}+` |
+| Value of the option.
+| >> `+${weechat.look.buffer_time_format}+` +
   == `+%H:%M:%S+`
 
-| `+${name}+` | |
-  Value of local variable `name` in buffer. |
-  >> `+${nick}+` +
+| `+${name}+` |
+| Value of local variable `name` in buffer.
+| >> `+${nick}+` +
   == `+FlashCode+`
 
-| `+${pointer}+` | |
-  Variable `pointer` from hashtable _pointers_. |
-  >> `+${buffer}+` +
+| `+${pointer}+` |
+| Variable `pointer` from hashtable _pointers_.
+| >> `+${buffer}+` +
   == `+0x1234abcd+`
 
 | `+${hdata.var1.var2...}+` +
-  `+${hdata[list].var1.var2...}+` | |
-  Hdata value (pointers `window` and `buffer` are set by default with current
+  `+${hdata[list].var1.var2...}+` |
+| Hdata value (pointers `window` and `buffer` are set by default with current
   window/buffer), `list` can be a list name (example: "gui_buffers"), a pointer
-  (example: "0x1234abcd") or a pointer name (example: "my_pointer"). |
-  >> `+${buffer[gui_buffers].full_name}+` +
+  (example: "0x1234abcd") or a pointer name (example: "my_pointer").
+| >> `+${buffer[gui_buffers].full_name}+` +
   == `+core.weechat+` +
   +
   >> `+${buffer[my_buffer_pointer].full_name}+` +
@@ -9822,25 +9822,25 @@ available:
 | Option | Min WeeChat | Value | Default | Description
 
 // TRANSLATION MISSING
-| argN (N ≥ 1) | 0.4.0 | any string | no arguments |
-  Arguments for command; if no argument is given with these options,
+| argN (N ≥ 1) | 0.4.0 | any string | no arguments
+| Arguments for command; if no argument is given with these options,
   the command is automatically split like the shell does (and then command
   arguments are read in the _command_ argument).
 
 // TRANSLATION MISSING
-| stdin | 0.4.3 | (not used) | no stdin |
-  Create a pipe for writing data on standard input (stdin) of child process
+| stdin | 0.4.3 | (not used) | no stdin
+| Create a pipe for writing data on standard input (stdin) of child process
   (see function <<_hook_set,hook_set>>).
 
 // TRANSLATION MISSING
-| buffer_flush | 1.0 | number of bytes | 65536 |
-  Minimum number of bytes to flush stdout/stderr (to send output to callback),
+| buffer_flush | 1.0 | number of bytes | 65536
+| Minimum number of bytes to flush stdout/stderr (to send output to callback),
   between 1 and 65536. With the value 1, the output is sent immediately to the
   callback.
 
 // TRANSLATION MISSING
-| detached | 1.0 | (not used) | not detached |
-  Run the process in a detached mode: stdout and stderr are redirected to
+| detached | 1.0 | (not used) | not detached
+| Run the process in a detached mode: stdout and stderr are redirected to
   _/dev/null_.
 |===
 
@@ -10284,88 +10284,88 @@ Line data sent to the callback is a hashtable, with following values
 |===
 | Key | Value (formatted buffer) | Value (free buffer) | Examples
 
-| buffer |
-  Buffer pointer. |
-  Buffer pointer. |
-  `+0x1234abcd+`
+| buffer
+| Buffer pointer.
+| Buffer pointer.
+| `+0x1234abcd+`
 
-| buffer_name |
-  Buffer name. |
-  Buffer name. |
-  `+core.weechat+` +
+| buffer_name
+| Buffer name.
+| Buffer name.
+| `+core.weechat+` +
   `+irc.server.libera+` +
   `+irc.libera.#weechat+`
 
-| buffer_type |
-  "formatted" |
-  "free" |
-  `+formatted+` +
+| buffer_type
+| "formatted"
+| "free"
+| `+formatted+` +
   `+free+`
 
-| y |
-  N/A ("-1"). |
-  Line number (≥ "0"). |
-  `+-1+` +
+| y
+| N/A ("-1").
+| Line number (≥ "0").
+| `+-1+` +
   `+8+`
 
-| date |
-  Line date (timestamp). |
-  N/A ("0"). |
-  `+1533792000+`
-
-| date_printed |
-  Date when line was displayed (timestamp). |
-  N/A ("0"). |
-  `+1533792012+`
-
-| str_time |
-  Date for display (possible color codes inside). |
-  N/A (empty string). |
-  `+09:07:20+`
-
-| tags_count |
-  Number of tags in the line (≥ "0"). |
-  N/A ("0"). |
-  `+2+`
-
-| tags |
-  Comma-separated list of tags. |
-  N/A (empty string). |
-  `+irc_join,nick_test+`
-
-| displayed |
-  "0" = line is filtered (hidden) +
-  "1" = line is not filtered (displayed). |
-  "0" = line is filtered (hidden) +
-  "1" = line is not filtered (displayed). |
-  `+0+` +
+| date
+| Line date (timestamp).
+| N/A ("0").
+| `+1533792000+`
+
+| date_printed
+| Date when line was displayed (timestamp).
+| N/A ("0").
+| `+1533792012+`
+
+| str_time
+| Date for display (possible color codes inside).
+| N/A (empty string).
+| `+09:07:20+`
+
+| tags_count
+| Number of tags in the line (≥ "0").
+| N/A ("0").
+| `+2+`
+
+| tags
+| Comma-separated list of tags.
+| N/A (empty string).
+| `+irc_join,nick_test+`
+
+| displayed
+| "0" = line is filtered (hidden) +
+  "1" = line is not filtered (displayed).
+| "0" = line is filtered (hidden) +
+  "1" = line is not filtered (displayed).
+| `+0+` +
   `+1+`
 
-| notify_level |
-  "-1" = no notify +
+| notify_level
+| "-1" = no notify +
   "0" = low level +
   "1" = message +
   "2" = private message +
-  "3" = highlight |
-  N/A ("0"). |
-  `+2+`
-
-| highlight |
-  "0" = no highlight +
-  "1" = line has highlight. |
-  N/A ("0"). |
-  `+0+` +
+  "3" = highlight
+| N/A ("0").
+| `+2+`
+
+| highlight
+| "0" = no highlight +
+  "1" = line has highlight.
+| N/A ("0").
+| `+0+` +
   `+1+`
 
-| prefix |
-  Prefix of the line. |
-  N/A (empty string). |
-  `+-->+`
+| prefix
+| Prefix of the line.
+| N/A (empty string).
+| `+-->+`
 
-| message |
-  Message of the line. |
-  Message of the line. |
-  `+test (~test@example.com) has joined #channel+`
+| message
+| Message of the line.
+| Message of the line.
+| `+test (~test@example.com) has joined #channel+`
 |===
 
 The callback can return a hashtable with some fields to update the line.
@@ -10378,73 +10378,73 @@ in this hashtable):
 |===
 | Key | Allowed value (formatted buffer) | Allowed value (free buffer) | Result
 
-| buffer |
-  Pointer of a buffer with formatted content. |
-  Pointer of a buffer with free content. |
-  The line is displayed on this buffer. +
+| buffer
+| Pointer of a buffer with formatted content.
+| Pointer of a buffer with free content.
+| The line is displayed on this buffer. +
   If the value is empty, the line is deleted (anything else in the hashtable
   is then ignored); the next hooks of type "line" are not called.
 
-| buffer_name |
-  Name of a buffer with formatted content. |
-  Name of a buffer with free content. |
-  The line is displayed on this buffer. +
+| buffer_name
+| Name of a buffer with formatted content.
+| Name of a buffer with free content.
+| The line is displayed on this buffer. +
   If `buffer` is also set, the value of `+buffer_name+` has higher priority and is used. +
   If the value is empty, the line is deleted (anything else in the hashtable
   is then ignored); the next hooks of type "line" are not called.
 
-| y |
-  N/A. |
-  Integer (≥ "0"). |
-  The line number is set to this value.
+| y
+| N/A.
+| Integer (≥ "0").
+| The line number is set to this value.
 
-| date |
-  Timestamp. |
-  N/A. |
-  The date is set to this value. +
+| date
+| Timestamp.
+| N/A.
+| The date is set to this value. +
   The value of `+str_time+` is updated accordingly.
 
-| date_printed |
-  Timestamp. |
-  N/A. |
-  The printed date is set to this timestamp (not displayed).
+| date_printed
+| Timestamp.
+| N/A.
+| The printed date is set to this timestamp (not displayed).
 
-| str_time |
-  String. |
-  N/A. |
-  This string is used to display the date line. +
+| str_time
+| String.
+| N/A.
+| This string is used to display the date line. +
   If `date` is also set, the value of `+str_time+` has higher priority and is used.
 
-| tags |
-  String. |
-  N/A. |
-  The line tags are replaced with this comma-separated list of tags. +
+| tags
+| String.
+| N/A.
+| The line tags are replaced with this comma-separated list of tags. +
   The values of `+notify_level+` and `highlight` are updated accordingly.
 
-| notify_level |
-  Integer ("-1" to "3"). |
-  N/A. |
-  The notify level is set to this value. The hotlist will be updated
+| notify_level
+| Integer ("-1" to "3").
+| N/A.
+| The notify level is set to this value. The hotlist will be updated
   accordingly once the line is added in the buffer. +
   The value of `highlight` is updated accordingly. +
   If `tags` is also set, the value of `+notify_level+` has higher priority and is used.
 
-| highlight |
-  Integer ("0" or "1"). |
-  N/A. |
-  "0" disables highlight on the line, "1" forces a highlight on the line. +
+| highlight
+| Integer ("0" or "1").
+| N/A.
+| "0" disables highlight on the line, "1" forces a highlight on the line. +
   If `tags` or `+notify_level+` are set, the value of `highlight` has higher
   priority and is used.
 
-| prefix |
-  String. |
-  N/A. |
-  The line prefix is set to this value.
+| prefix
+| String.
+| N/A.
+| The line prefix is set to this value.
 
-| message |
-  String. |
-  String. |
-  The line message is set to this value.
+| message
+| String.
+| String.
+| The line message is set to this value.
 |===
 
 Esempio in C:
@@ -10670,29 +10670,29 @@ List of signals sent by WeeChat and plugins:
 | Plugin | Segnale | Min WeeChat | Argomenti | Descrizione
 
 // TRANSLATION MISSING
-| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9 |
-  String: path to script. |
-  Scheme script loaded.
+| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9
+| String: path to script.
+| Scheme script loaded.
 
 // TRANSLATION MISSING
-| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Scheme script unloaded.
+| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9
+| String: path to script.
+| Scheme script unloaded.
 
 // TRANSLATION MISSING
-| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Scheme script(s) installed.
+| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Scheme script(s) installed.
 
 // TRANSLATION MISSING
-| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Scheme script(s) removed.
+| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Scheme script(s) removed.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | |
-  String: messaggio. |
-  Messaggio IRC dal server (prima di essere utilizzato
+| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ |
+| String: messaggio.
+| Messaggio IRC dal server (prima di essere utilizzato
   dal plugin irc, il segnale viene inviato solo se il
   messaggio *non* viene ignorato). +
   Since version 2.2, the whole IRC message is sent, including tags. +
@@ -10700,17 +10700,17 @@ List of signals sent by WeeChat and plugins:
   is immediately destroyed and not processed _(WeeChat ≥ 3.3)_.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | |
-  String: messaggio. |
-  Messaggio IRC dal server (dopo essere stato
+| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ |
+| String: messaggio.
+| Messaggio IRC dal server (dopo essere stato
   utilizzato dal plugin irc, il segnale viene inviato
   solo se il messaggio *non* viene ignorato). +
   Since version 2.2, the whole IRC message is sent, including tags.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 |
-  String: messaggio. |
-  Messaggio IRC dal server (prima di essere utilizzato
+| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2
+| String: messaggio.
+| Messaggio IRC dal server (prima di essere utilizzato
   dal plugin irc, il segnale viene inviato anche se il
   messaggio è stato ignorato). +
   Since version 2.2, the whole IRC message is sent, including tags. +
@@ -10718,684 +10718,684 @@ List of signals sent by WeeChat and plugins:
   is immediately destroyed and not processed _(WeeChat ≥ 3.3)_.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 |
-  String: messaggio. |
-  Messaggio IRC dal server (dopo essere stato
+| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2
+| String: messaggio.
+| Messaggio IRC dal server (dopo essere stato
   utilizzato dal plugin irc, il segnale viene inviato
   anche se il messaggio è stato ignorato). +
   Since version 2.2, the whole IRC message is sent, including tags.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 |
-  String: messaggio. |
-  IRC message sent to server before automatic split
+| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7
+| String: messaggio.
+| IRC message sent to server before automatic split
   (to fit in 512 bytes by default).
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | |
-  String: messaggio. |
-  IRC message sent to server after automatic split
+| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ |
+| String: messaggio.
+| IRC message sent to server after automatic split
   (to fit in 512 bytes by default). +
   *Warning:* the string may contain invalid UTF-8 data.
   Signal "xxx,irc_out1_yyy" is recommended instead.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 |
-  Stringa: tag + ";" + messaggio. |
-  Tag + messaggio IRC inviato al server. +
+| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4
+| Stringa: tag + ";" + messaggio.
+| Tag + messaggio IRC inviato al server. +
   *Warning:* the string may contain invalid UTF-8 data.
   Signal "xxx,irc_out1_yyy" is recommended instead.
 
-| irc | [[hook_signal_irc_ctcp]] irc_ctcp | |
-  String: messaggio. |
-  CTCP ricevuto.
+| irc | [[hook_signal_irc_ctcp]] irc_ctcp |
+| String: messaggio.
+| CTCP ricevuto.
 
-| irc | [[hook_signal_irc_dcc]] irc_dcc | |
-  String: messaggio. |
-  Nuova DCC.
+| irc | [[hook_signal_irc_dcc]] irc_dcc |
+| String: messaggio.
+| Nuova DCC.
 
-| irc | [[hook_signal_irc_pv]] irc_pv | |
-  String: messaggio. |
-  Messaggio privato ricevuto.
+| irc | [[hook_signal_irc_pv]] irc_pv |
+| String: messaggio.
+| Messaggio privato ricevuto.
 
-| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened | |
-  Puntatore: buffer. |
-  Canale aperto.
+| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened |
+| Puntatore: buffer.
+| Canale aperto.
 
-| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened | |
-  Puntatore: buffer. |
-  Chat privata aperta.
+| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened |
+| Puntatore: buffer.
+| Chat privata aperta.
 
-| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7 |
-  Puntatore: buffer. |
-  Server del buffer aperto.
+| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7
+| Puntatore: buffer.
+| Server del buffer aperto.
 
-| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting | |
-  String: nome server. |
-  Connessione al server.
+| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting |
+| String: nome server.
+| Connessione al server.
 
-| irc | [[hook_signal_irc_server_connected]] irc_server_connected | |
-  String: nome server. |
-  Connesso al server.
+| irc | [[hook_signal_irc_server_connected]] irc_server_connected |
+| String: nome server.
+| Connesso al server.
 
-| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected | |
-  String: nome server. |
-  Disconnesso dal server.
+| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected |
+| String: nome server.
+| Disconnesso dal server.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8 |
-  String: server name. |
-  Lag changed on the server.
+| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8
+| String: server name.
+| Lag changed on the server.
 
-| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing | |
-  Puntatore: ignore. |
-  Rimozione dell'ignore.
+| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing |
+| Puntatore: ignore.
+| Rimozione dell'ignore.
 
-| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed | |
-  - |
-  Ignore rimosso.
+| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed |
+| -
+| Ignore rimosso.
 
-| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8 |
-  String: nome server + "," + nick. |
-  Un nick nella lista notifiche è entrato sul server.
+| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8
+| String: nome server + "," + nick.
+| Un nick nella lista notifiche è entrato sul server.
 
-| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8 |
-  String: nome server + "," + nick. |
-  Un nick nella lista notifiche è uscito dal server.
+| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8
+| String: nome server + "," + nick.
+| Un nick nella lista notifiche è uscito dal server.
 
-| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8 |
-  String: nome server + "," + nick + "," + messaggio di assenza. |
-  Un nick nella lista notifiche è ora assente sul server.
+| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8
+| String: nome server + "," + nick + "," + messaggio di assenza.
+| Un nick nella lista notifiche è ora assente sul server.
 
-| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8 |
-  String: nome server + "," + nick + "," + messaggio di assenza. |
-  Un nick nella lista notifiche è ancora assente sul server (messaggio di assenza cambiato).
+| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8
+| String: nome server + "," + nick + "," + messaggio di assenza.
+| Un nick nella lista notifiche è ancora assente sul server (messaggio di assenza cambiato).
 
-| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8 |
-  String: nome server + "," + nick. |
-  Un nick nella lista notifiche è tornato (messaggio di assenza rimosso).
+| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8
+| String: nome server + "," + nick.
+| Un nick nella lista notifiche è tornato (messaggio di assenza rimosso).
 
 // TRANSLATION MISSING
-| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2 |
-  String: path to script. |
-  JavaScript script loaded.
+| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2
+| String: path to script.
+| JavaScript script loaded.
 
 // TRANSLATION MISSING
-| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2 |
-  String: path to script. |
-  JavaScript script unloaded.
+| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2
+| String: path to script.
+| JavaScript script unloaded.
 
 // TRANSLATION MISSING
-| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2 |
-  String: comma-separated list of paths to scripts installed. |
-  JavaScript script(s) installed.
+| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2
+| String: comma-separated list of paths to scripts installed.
+| JavaScript script(s) installed.
 
 // TRANSLATION MISSING
-| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2 |
-  String: comma-separated list of scripts removed. |
-  JavaScript script(s) removed.
+| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2
+| String: comma-separated list of scripts removed.
+| JavaScript script(s) removed.
 
-| logger | [[hook_signal_logger_start]] logger_start | |
-  Puntatore: buffer. |
-  Avvia il logging per il buffer.
+| logger | [[hook_signal_logger_start]] logger_start |
+| Puntatore: buffer.
+| Avvia il logging per il buffer.
 
-| logger | [[hook_signal_logger_stop]] logger_stop | |
-  Puntatore: buffer. |
-  Ferma il logging per il buffer.
+| logger | [[hook_signal_logger_stop]] logger_stop |
+| Puntatore: buffer.
+| Ferma il logging per il buffer.
 
-| logger | [[hook_signal_logger_backlog]] logger_backlog | |
-  Puntatore: buffer. |
-  Visualizza log precedenti per il buffer.
+| logger | [[hook_signal_logger_backlog]] logger_backlog |
+| Puntatore: buffer.
+| Visualizza log precedenti per il buffer.
 
 // TRANSLATION MISSING
-| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9 |
-  String: path to script. |
-  Lua script loaded.
+| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9
+| String: path to script.
+| Lua script loaded.
 
 // TRANSLATION MISSING
-| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Lua script unloaded.
+| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9
+| String: path to script.
+| Lua script unloaded.
 
 // TRANSLATION MISSING
-| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Lua script(s) installed.
+| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Lua script(s) installed.
 
 // TRANSLATION MISSING
-| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Lua script(s) removed.
+| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Lua script(s) removed.
 
 // TRANSLATION MISSING
-| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9 |
-  String: path to script. |
-  Perl script loaded.
+| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9
+| String: path to script.
+| Perl script loaded.
 
 // TRANSLATION MISSING
-| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Perl script unloaded.
+| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9
+| String: path to script.
+| Perl script unloaded.
 
 // TRANSLATION MISSING
-| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Perl script(s) installed.
+| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Perl script(s) installed.
 
 // TRANSLATION MISSING
-| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Perl script(s) removed.
+| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Perl script(s) removed.
 
 // TRANSLATION MISSING
-| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0 |
-  String: path to script. |
-  PHP script loaded.
+| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0
+| String: path to script.
+| PHP script loaded.
 
 // TRANSLATION MISSING
-| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0 |
-  String: path to script. |
-  PHP script unloaded.
+| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0
+| String: path to script.
+| PHP script unloaded.
 
 // TRANSLATION MISSING
-| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0 |
-  String: comma-separated list of paths to scripts installed. |
-  PHP script(s) installed.
+| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0
+| String: comma-separated list of paths to scripts installed.
+| PHP script(s) installed.
 
 // TRANSLATION MISSING
-| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0 |
-  String: comma-separated list of scripts removed. |
-  PHP script(s) removed.
+| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0
+| String: comma-separated list of scripts removed.
+| PHP script(s) removed.
 
 // TRANSLATION MISSING
-| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9 |
-  String: path to script. |
-  Python script loaded.
+| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9
+| String: path to script.
+| Python script loaded.
 
 // TRANSLATION MISSING
-| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Python script unloaded.
+| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9
+| String: path to script.
+| Python script unloaded.
 
 // TRANSLATION MISSING
-| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Python script(s) installed.
+| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Python script(s) installed.
 
 // TRANSLATION MISSING
-| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Python script(s) removed.
+| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Python script(s) removed.
 
 // TRANSLATION MISSING
-| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0 |
-  Pointer: relay client. |
-  A relay client is connecting.
+| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0
+| Pointer: relay client.
+| A relay client is connecting.
 
 // TRANSLATION MISSING
-| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0 |
-  Pointer: relay client. |
-  Waiting for authentication from a relay client.
+| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0
+| Pointer: relay client.
+| Waiting for authentication from a relay client.
 
 // TRANSLATION MISSING
-| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0 |
-  Pointer: relay client. |
-  Successful authentication from a relay client.
+| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0
+| Pointer: relay client.
+| Successful authentication from a relay client.
 
 // TRANSLATION MISSING
-| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0 |
-  Pointer: relay client. |
-  A relay client is connected.
+| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0
+| Pointer: relay client.
+| A relay client is connected.
 
 // TRANSLATION MISSING
-| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0 |
-  Pointer: relay client. |
-  Authentication of a relay client has failed.
+| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0
+| Pointer: relay client.
+| Authentication of a relay client has failed.
 
 // TRANSLATION MISSING
-| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0 |
-  Pointer: relay client. |
-  A relay client is disconnected.
+| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0
+| Pointer: relay client.
+| A relay client is disconnected.
 
 // TRANSLATION MISSING
-| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9 |
-  String: path to script. |
-  Ruby script loaded.
+| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9
+| String: path to script.
+| Ruby script loaded.
 
 // TRANSLATION MISSING
-| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Ruby script unloaded.
+| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9
+| String: path to script.
+| Ruby script unloaded.
 
 // TRANSLATION MISSING
-| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Ruby script(s) installed.
+| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Ruby script(s) installed.
 
 // TRANSLATION MISSING
-| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Ruby script(s) removed.
+| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Ruby script(s) removed.
 
 // TRANSLATION MISSING
-| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4 |
-  Pointer: buffer. |
-  New suggestions for a misspelled word.
+| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4
+| Pointer: buffer.
+| New suggestions for a misspelled word.
 
 // TRANSLATION MISSING
-| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9 |
-  String: path to script. |
-  Tcl script loaded.
+| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9
+| String: path to script.
+| Tcl script loaded.
 
 // TRANSLATION MISSING
-| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9 |
-  String: path to script. |
-  Tcl script unloaded.
+| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9
+| String: path to script.
+| Tcl script unloaded.
 
 // TRANSLATION MISSING
-| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9 |
-  String: comma-separated list of paths to scripts installed. |
-  Tcl script(s) installed.
+| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9
+| String: comma-separated list of paths to scripts installed.
+| Tcl script(s) installed.
 
 // TRANSLATION MISSING
-| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9 |
-  String: comma-separated list of scripts removed. |
-  Tcl script(s) removed.
+| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9
+| String: comma-separated list of scripts removed.
+| Tcl script(s) removed.
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3 |
-  Pointer: buffer. |
-  User is typing a message (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3
+| Pointer: buffer.
+| User is typing a message (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3 |
-  Pointer: buffer. |
-  User paused during typing (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3
+| Pointer: buffer.
+| User paused during typing (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3 |
-  Pointer: buffer. |
-  User cleared the input without sending the message (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3
+| Pointer: buffer.
+| User cleared the input without sending the message (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3 |
-  Pointer: buffer. |
-  Message (not a command) sent to the buffer (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3
+| Pointer: buffer.
+| Message (not a command) sent to the buffer (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3 |
-  String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
-  "cleared") + ";" + nick. |
-  Set typing state for a nick on a buffer (sent by irc plugin, handled by typing plugin).
+| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3
+| String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
+  "cleared") + ";" + nick.
+| Set typing state for a nick on a buffer (sent by irc plugin, handled by typing plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3 |
-  Pointer: buffer. |
-  Remove typing state for all nicks on a buffer (sent by irc plugin, handled by typing plugin).
+| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3
+| Pointer: buffer.
+| Remove typing state for all nicks on a buffer (sent by irc plugin, handled by typing plugin).
 
-| weechat | [[hook_signal_buffer_opened]] buffer_opened | |
-  Puntatore: buffer. |
-  Buffer aperto.
+| weechat | [[hook_signal_buffer_opened]] buffer_opened |
+| Puntatore: buffer.
+| Buffer aperto.
 
-| weechat | [[hook_signal_buffer_closing]] buffer_closing | |
-  Puntatore: buffer. |
-  Chiusura del buffer.
+| weechat | [[hook_signal_buffer_closing]] buffer_closing |
+| Puntatore: buffer.
+| Chiusura del buffer.
 
-| weechat | [[hook_signal_buffer_closed]] buffer_closed | |
-  Puntatore: buffer. |
-  Buffer chiuso.
+| weechat | [[hook_signal_buffer_closed]] buffer_closed |
+| Puntatore: buffer.
+| Buffer chiuso.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_cleared]] buffer_cleared | |
-  Puntatore: buffer. |
-  Buffer cleared.
+| weechat | [[hook_signal_buffer_cleared]] buffer_cleared |
+| Puntatore: buffer.
+| Buffer cleared.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0 |
-  Pointer: buffer. |
-  Filters enabled in buffer.
+| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0
+| Pointer: buffer.
+| Filters enabled in buffer.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0 |
-  Pointer: buffer. |
-  Filters disabled in buffer.
+| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0
+| Pointer: buffer.
+| Filters disabled in buffer.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_hidden]] buffer_hidden | |
-  Pointer: buffer. |
-  Buffer hidden.
+| weechat | [[hook_signal_buffer_hidden]] buffer_hidden |
+| Pointer: buffer.
+| Buffer hidden.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden | |
-  Pointer: buffer. |
-  Buffer unhidden.
+| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden |
+| Pointer: buffer.
+| Buffer unhidden.
 
-| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7 |
-  Puntatore: riga. |
-  Riga aggiunta in un buffer.
+| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7
+| Puntatore: riga.
+| Riga aggiunta in un buffer.
 
-| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden | |
-  Puntatore: buffer. |
-  Righe nascoste nel buffer.
+| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden |
+| Puntatore: buffer.
+| Righe nascoste nel buffer.
 
-| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added | |
-  Puntatore: buffer. |
-  Variabili locali aggiunte.
+| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added |
+| Puntatore: buffer.
+| Variabili locali aggiunte.
 
-| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed | |
-  Puntatore: buffer. |
-  Variabili locali modificate.
+| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed |
+| Puntatore: buffer.
+| Variabili locali modificate.
 
-| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed | |
-  Puntatore: buffer. |
-  Variabili locali rimosse.
+| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed |
+| Puntatore: buffer.
+| Variabili locali rimosse.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_merged]] buffer_merged | |
-  Puntatore: buffer. |
-  Buffer merged.
+| weechat | [[hook_signal_buffer_merged]] buffer_merged |
+| Puntatore: buffer.
+| Buffer merged.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged | |
-  Puntatore: buffer. |
-  Buffer unmerged.
+| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged |
+| Puntatore: buffer.
+| Buffer unmerged.
 
-| weechat | [[hook_signal_buffer_moved]] buffer_moved | |
-  Puntatore: buffer. |
-  Buffer spostato.
+| weechat | [[hook_signal_buffer_moved]] buffer_moved |
+| Puntatore: buffer.
+| Buffer spostato.
 
-| weechat | [[hook_signal_buffer_renamed]] buffer_renamed | |
-  Puntatore: buffer. |
-  Buffer rinominato.
+| weechat | [[hook_signal_buffer_renamed]] buffer_renamed |
+| Puntatore: buffer.
+| Buffer rinominato.
 
-| weechat | [[hook_signal_buffer_switch]] buffer_switch | |
-  Puntatore: buffer. |
-  Passaggio tra buffer.
+| weechat | [[hook_signal_buffer_switch]] buffer_switch |
+| Puntatore: buffer.
+| Passaggio tra buffer.
 
-| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed | |
-  Puntatore: buffer. |
-  Titolo del buffer modificato.
+| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed |
+| Puntatore: buffer.
+| Titolo del buffer modificato.
 
-| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed | |
-  Puntatore: buffer. |
-  Tipo di buffer modificato.
+| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed |
+| Puntatore: buffer.
+| Tipo di buffer modificato.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3 |
-  Puntatore: buffer. |
-  Merged buffer zoomed.
+| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3
+| Puntatore: buffer.
+| Merged buffer zoomed.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3 |
-  Puntatore: buffer. |
-  Merged buffer unzoomed.
+| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3
+| Puntatore: buffer.
+| Merged buffer unzoomed.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2 |
-  - |
-  Start cursor mode.
+| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2
+| -
+| Start cursor mode.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2 |
-  - |
-  End cursor mode.
+| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2
+| -
+| End cursor mode.
 
-| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2 |
-  String: nuova data, formato: "2010-01-31". |
-  Data di sistema modificata.
+| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2
+| String: nuova data, formato: "2010-01-31".
+| Data di sistema modificata.
 
-| weechat | [[hook_signal_debug_dump]] debug_dump | |
-  Stringa: nome plugin. |
-  Richiesta di dump.
+| weechat | [[hook_signal_debug_dump]] debug_dump |
+| Stringa: nome plugin.
+| Richiesta di dump.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_debug_libs]] debug_libs | |
-  - |
-  Display external libraries used.
+| weechat | [[hook_signal_debug_libs]] debug_libs |
+| -
+| Display external libraries used.
 
-| weechat | [[hook_signal_filter_added]] filter_added | |
-  Puntatore: filtro. |
-  Filtro aggiunto.
+| weechat | [[hook_signal_filter_added]] filter_added |
+| Puntatore: filtro.
+| Filtro aggiunto.
 
-| weechat | [[hook_signal_filter_removing]] filter_removing | |
-  Puntatore: filtro. |
-  Rimozione del filtro.
+| weechat | [[hook_signal_filter_removing]] filter_removing |
+| Puntatore: filtro.
+| Rimozione del filtro.
 
-| weechat | [[hook_signal_filter_removed]] filter_removed | |
-  - |
-  Filtro rimosso.
+| weechat | [[hook_signal_filter_removed]] filter_removed |
+| -
+| Filtro rimosso.
 
-| weechat | [[hook_signal_filters_enabled]] filters_enabled | |
-  - |
-  Filtri abilitati.
+| weechat | [[hook_signal_filters_enabled]] filters_enabled |
+| -
+| Filtri abilitati.
 
-| weechat | [[hook_signal_filters_disabled]] filters_disabled | |
-  - |
-  Filtri disabilitati.
+| weechat | [[hook_signal_filters_disabled]] filters_disabled |
+| -
+| Filtri disabilitati.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_hotlist_changed]] hotlist_changed | |
-  Pointer: buffer (can be NULL). |
-  Hotlist modificata.
+| weechat | [[hook_signal_hotlist_changed]] hotlist_changed |
+| Pointer: buffer (can be NULL).
+| Hotlist modificata.
 
-| weechat | [[hook_signal_input_paste_pending]] input_paste_pending | |
-  - |
-  Incolla testo in attesa.
+| weechat | [[hook_signal_input_paste_pending]] input_paste_pending |
+| -
+| Incolla testo in attesa.
 
-| weechat | [[hook_signal_input_search]] input_search | |
-  Puntatore: buffer. |
-  Ricerca testo nel buffer.
+| weechat | [[hook_signal_input_search]] input_search |
+| Puntatore: buffer.
+| Ricerca testo nel buffer.
 
-| weechat | [[hook_signal_input_text_changed]] input_text_changed | |
-  Puntatore: buffer. |
-  Testo in input modificato.
+| weechat | [[hook_signal_input_text_changed]] input_text_changed |
+| Puntatore: buffer.
+| Testo in input modificato.
 
-| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved | |
-  Puntatore: buffer. |
-  Cursore del testo di input spostato.
+| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved |
+| Puntatore: buffer.
+| Cursore del testo di input spostato.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_key_bind]] key_bind | |
-  String: key. |
-  Key added.
+| weechat | [[hook_signal_key_bind]] key_bind |
+| String: key.
+| Key added.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_key_unbind]] key_unbind | |
-  String: key. |
-  Key removed.
+| weechat | [[hook_signal_key_unbind]] key_unbind |
+| String: key.
+| Key removed.
 
-| weechat | [[hook_signal_key_pressed]] key_pressed | |
-  String: tasto digitato. |
-  Tasto digitato.
+| weechat | [[hook_signal_key_pressed]] key_pressed |
+| String: tasto digitato.
+| Tasto digitato.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0 |
-  String: key combo. |
-  Key combo in _default_ context.
+| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0
+| String: key combo.
+| Key combo in _default_ context.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0 |
-  String: key combo. |
-  Key combo in _search_ context.
+| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0
+| String: key combo.
+| Key combo in _search_ context.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0 |
-  String: key combo. |
-  Key combo in _cursor_ context.
+| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0
+| String: key combo.
+| Key combo in _cursor_ context.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1 |
-  - |
-  Mouse enabled.
+| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
+| -
+| Mouse enabled.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1 |
-  - |
-  Mouse disabled.
+| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1
+| -
+| Mouse disabled.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2 |
-  String: buffer pointer + "," + group name. |
-  Group added in nicklist.
+| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2
+| String: buffer pointer + "," + group name.
+| Group added in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4 |
-  String: buffer pointer + "," + group name. |
-  Group changed in nicklist.
+| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4
+| String: buffer pointer + "," + group name.
+| Group changed in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  String: buffer pointer + "," + group name. |
-  Removing group from nicklist.
+| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| String: buffer pointer + "," + group name.
+| Removing group from nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2 |
-  String: buffer pointer + "," + group name. |
-  Group removed from nicklist.
+| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2
+| String: buffer pointer + "," + group name.
+| Group removed from nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2 |
-  String: buffer pointer + "," + nick name. |
-  Nick added in nicklist.
+| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2
+| String: buffer pointer + "," + nick name.
+| Nick added in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4 |
-  String: buffer pointer + "," + nick name. |
-  Nick changed in nicklist.
+| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4
+| String: buffer pointer + "," + nick name.
+| Nick changed in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  String: buffer pointer + "," + nick name. |
-  Removing nick from nicklist.
+| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| String: buffer pointer + "," + nick name.
+| Removing nick from nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2 |
-  String: buffer pointer + "," + nick name. |
-  Nick removed from nicklist.
+| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2
+| String: buffer pointer + "," + nick name.
+| Nick removed from nicklist.
 
-| weechat | [[hook_signal_partial_completion]] partial_completion | |
-  - |
-  Completamento parziale avvenuto.
+| weechat | [[hook_signal_partial_completion]] partial_completion |
+| -
+| Completamento parziale avvenuto.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9 |
-  String: path to plugin loaded. |
-  Plugin loaded.
+| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9
+| String: path to plugin loaded.
+| Plugin loaded.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9 |
-  String: name of plugin unloaded (example: "irc"). |
-  Plugin unloaded.
+| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9
+| String: name of plugin unloaded (example: "irc").
+| Plugin unloaded.
 
-| weechat | [[hook_signal_quit]] quit | |
-  String: argomenti per /quit. |
-  Comando `/quit` digitato dall'utente.
+| weechat | [[hook_signal_quit]] quit |
+| String: argomenti per /quit.
+| Comando `/quit` digitato dall'utente.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3 |
-  - |
-  Signal SIGHUP received.
+| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3
+| -
+| Signal SIGHUP received.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2 |
-  - |
-  Signal SIGQUIT received (quit request with core dump).
+| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2
+| -
+| Signal SIGQUIT received (quit request with core dump).
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2 |
-  - |
-  Signal SIGTERM received (graceful termination of WeeChat process).
+| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2
+| -
+| Signal SIGTERM received (graceful termination of WeeChat process).
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3 |
-  - |
-  Signal SIGWINCH received (terminal was resized).
+| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3
+| -
+| Signal SIGWINCH received (terminal was resized).
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_upgrade]] upgrade | |
-  String: "quit" if "-quit" argument was given for /upgrade, otherwise NULL. |
-  Comando `/upgrade` digitato dall'utente.
+| weechat | [[hook_signal_upgrade]] upgrade |
+| String: "quit" if "-quit" argument was given for /upgrade, otherwise NULL.
+| Comando `/upgrade` digitato dall'utente.
 
-| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4 |
-  - |
-  Fine del processo di aggiornamento (comando `/upgrade`).
+| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4
+| -
+| Fine del processo di aggiornamento (comando `/upgrade`).
 
-| weechat | [[hook_signal_weechat_highlight]] weechat_highlight | |
-  String: messaggio con prefisso. |
-  Evento accaduto.
+| weechat | [[hook_signal_weechat_highlight]] weechat_highlight |
+| String: messaggio con prefisso.
+| Evento accaduto.
 
-| weechat | [[hook_signal_weechat_pv]] weechat_pv | |
-  String: messaggio con prefisso. |
-  Messaggio privato visualizzato.
+| weechat | [[hook_signal_weechat_pv]] weechat_pv |
+| String: messaggio con prefisso.
+| Messaggio privato visualizzato.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6 |
-  Puntatore: finestra. |
-  Closing window.
+| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6
+| Puntatore: finestra.
+| Closing window.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6 |
-  Puntatore: finestra. |
-  Window closed.
+| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6
+| Puntatore: finestra.
+| Window closed.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1 |
-  Puntatore: finestra. |
-  Window opened.
+| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1
+| Puntatore: finestra.
+| Window opened.
 
-| weechat | [[hook_signal_window_scrolled]] window_scrolled | |
-  Puntatore: finestra. |
-  Scroll nella finestra.
+| weechat | [[hook_signal_window_scrolled]] window_scrolled |
+| Puntatore: finestra.
+| Scroll nella finestra.
 
-| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7 |
-  Puntatore: finestra. |
-  Passaggio alla finestra.
+| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7
+| Puntatore: finestra.
+| Passaggio alla finestra.
 
-| weechat | [[hook_signal_window_zoom]] window_zoom | |
-  Puntatore: finestra corrente. |
-  Massimizzazione della finestra.
+| weechat | [[hook_signal_window_zoom]] window_zoom |
+| Puntatore: finestra corrente.
+| Massimizzazione della finestra.
 
-| weechat | [[hook_signal_window_zoomed]] window_zoomed | |
-  Puntatore: finestra corrente. |
-  Finestra massimizzata.
+| weechat | [[hook_signal_window_zoomed]] window_zoomed |
+| Puntatore: finestra corrente.
+| Finestra massimizzata.
 
-| weechat | [[hook_signal_window_unzoom]] window_unzoom | |
-  Puntatore: finestra corrente. |
-  Minimizzazione della finestra.
+| weechat | [[hook_signal_window_unzoom]] window_unzoom |
+| Puntatore: finestra corrente.
+| Minimizzazione della finestra.
 
-| weechat | [[hook_signal_window_unzoomed]] window_unzoomed | |
-  Puntatore: finestra corrente. |
-  Finestra minimizzata.
+| weechat | [[hook_signal_window_unzoomed]] window_unzoomed |
+| Puntatore: finestra corrente.
+| Finestra minimizzata.
 
-| xfer | [[hook_signal_xfer_add]] xfer_add | |
-  Puntatore: lista info con info per xfe.r|
+| xfer | [[hook_signal_xfer_add]] xfer_add |
+| Puntatore: lista info con info per xfe.r|
   Nuovo xfer.
 
-| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready | |
-  Puntatore: lista info xon info per xfer. |
-  Xfer pronto.
+| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready |
+| Puntatore: lista info xon info per xfer.
+| Xfer pronto.
 
 // TRANSLATION MISSING
-| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume | |
-  Puntatore: lista info con info per xfer. |
-  Accept xfer resume.
+| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume |
+| Puntatore: lista info con info per xfer.
+| Accept xfer resume.
 
 // TRANSLATION MISSING
-| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume | |
-  Puntatore: lista info con info per xfer. |
-  Xfer resumed.
+| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume |
+| Puntatore: lista info con info per xfer.
+| Xfer resumed.
 
-| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume | |
-  Puntatore: lista info con info per xfer. |
-  Avvia ripresa.
+| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume |
+| Puntatore: lista info con info per xfer.
+| Avvia ripresa.
 
-| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready | |
-  Puntatore: lista info con info per xfer. |
-  Ripresa xfer pronta.
+| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready |
+| Puntatore: lista info con info per xfer.
+| Ripresa xfer pronta.
 
-| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2 |
-  Puntatore: lista info con info per xfer. |
-  Xfer terminato.
+| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2
+| Puntatore: lista info con info per xfer.
+| Xfer terminato.
 |===
 
 [NOTE]
@@ -11705,51 +11705,51 @@ List of hsignals sent by WeeChat and plugins:
 // TRANSLATION MISSING
 | Plugin | Segnale | Min WeeChat | Argomenti | Descrizione
 
-| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 |
-  Consultare <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> |
-  Redirection output.
+| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4
+| Consultare <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>>
+| Redirection output.
 
 // TRANSLATION MISSING
-| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _group_ (_struct t_gui_nick_group *_): group |
-  Group added in nicklist.
+  _group_ (_struct t_gui_nick_group *_): group
+| Group added in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _nick_ (_struct t_gui_nick *_): nick |
-  Nick added in nicklist.
+  _nick_ (_struct t_gui_nick *_): nick
+| Nick added in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _group_ (_struct t_gui_nick_group *_): group |
-  Removing group from nicklist.
+  _group_ (_struct t_gui_nick_group *_): group
+| Removing group from nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _nick_ (_struct t_gui_nick *_): nick |
-  Removing nick from nicklist.
+  _nick_ (_struct t_gui_nick *_): nick
+| Removing nick from nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _group_ (_struct t_gui_nick_group *_): group |
-  Group changed in nicklist.
+  _group_ (_struct t_gui_nick_group *_): group
+| Group changed in nicklist.
 
 // TRANSLATION MISSING
-| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): buffer +
+| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): buffer +
   _parent_group_ (_struct t_gui_nick_group *_): parent group +
-  _nick_ (_struct t_gui_nick *_): nick |
-  Nick changed in nicklist.
+  _nick_ (_struct t_gui_nick *_): nick
+| Nick changed in nicklist.
 |===
 
 [NOTE]
@@ -12158,74 +12158,74 @@ List of modifiers used by WeeChat and plugins:
 | Modificatore | Min WeeChat | Dati modificatore | Stringa | Output
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | |
-  Nome server |
-  Contenuto del messaggio ricevuto dal server IRC (prima della codifica del set caratteri). +
+| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ |
+| Nome server
+| Contenuto del messaggio ricevuto dal server IRC (prima della codifica del set caratteri). +
   *Warning:* the string may contain invalid UTF-8 data; use only for raw
   operations on a message.
-  Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead. |
-  Nuovo contenuto del messaggio.
+  Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead.
+| Nuovo contenuto del messaggio.
 
-| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 |
-  Nome server |
-  Contenuto del messaggio ricevuto dal server IRC (dopo la codifica del set caratteri). |
-  Nuovo contenuto del messaggio.
+| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5
+| Nome server
+| Contenuto del messaggio ricevuto dal server IRC (dopo la codifica del set caratteri).
+| Nuovo contenuto del messaggio.
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 |
-  Nome server |
-  Content of message about to be sent to IRC server before automatic split
-  (to fit in 512 bytes by default). |
-  Nuovo contenuto del messaggio.
+| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7
+| Nome server
+| Content of message about to be sent to IRC server before automatic split
+  (to fit in 512 bytes by default).
+| Nuovo contenuto del messaggio.
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | |
-  Nome server |
-  Content of message about to be sent to IRC server after automatic split
-  (to fit in 512 bytes by default). |
-  Nuovo contenuto del messaggio.
+| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ |
+| Nome server
+| Content of message about to be sent to IRC server after automatic split
+  (to fit in 512 bytes by default).
+| Nuovo contenuto del messaggio.
 
 // TRANSLATION MISSING
-| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | |
-  Stringa con puntatore alla finestra (eg: "0x1234abcd") |
-  Stringa vuota. |
-  "1" per visualizzare la barra, "0" per nasconderla.
+| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ |
+| Stringa con puntatore alla finestra (eg: "0x1234abcd")
+| Stringa vuota.
+| "1" per visualizzare la barra, "0" per nasconderla.
 
 // TRANSLATION MISSING
-| [[hook_modifier_history_add]] history_add | 0.3.2 |
-  Stringa con puntatore al buffer (eg: "0x1234abcd") |
-  Contenuto della riga di comando da aggiungere nella cronologia comandi (buffer e globale). |
-  Stringa aggiunta alla cronologia comandi.
+| [[hook_modifier_history_add]] history_add | 0.3.2
+| Stringa con puntatore al buffer (eg: "0x1234abcd")
+| Contenuto della riga di comando da aggiungere nella cronologia comandi (buffer e globale).
+| Stringa aggiunta alla cronologia comandi.
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_content]] input_text_content | |
-  Stringa con puntatore al buffer (eg: "0x1234abcd") |
-  Contenuto della riga di comando. |
-  Nuovo contenuto della riga di comando.
+| [[hook_modifier_input_text_content]] input_text_content |
+| Stringa con puntatore al buffer (eg: "0x1234abcd")
+| Contenuto della riga di comando.
+| Nuovo contenuto della riga di comando.
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_display]] input_text_display | |
-  Stringa con puntatore al buffer (eg: "0x1234abcd") |
-  Contenuto della riga di comando, senza tag al cursore. |
-  Nuova stringa, solo da mostrare (la riga di comando non viene modificata).
+| [[hook_modifier_input_text_display]] input_text_display |
+| Stringa con puntatore al buffer (eg: "0x1234abcd")
+| Contenuto della riga di comando, senza tag al cursore.
+| Nuova stringa, solo da mostrare (la riga di comando non viene modificata).
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor | |
-  Stringa con puntatore al buffer (eg: "0x1234abcd") |
-  Contenuto della riga di comando, con tag al cursore. |
-  Nuova stringa, solo da mostrare (la riga di comando non viene modificata).
+| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor |
+| Stringa con puntatore al buffer (eg: "0x1234abcd")
+| Contenuto della riga di comando, con tag al cursore.
+| Nuova stringa, solo da mostrare (la riga di comando non viene modificata).
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7 |
-  Stringa con puntatore al buffer (eg: "0x1234abcd") |
-  Contenuto della riga di comando inviata al buffer (testo o comando). |
-  Nuovo contenuto della riga di comando inviata al buffer.
+| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7
+| Stringa con puntatore al buffer (eg: "0x1234abcd")
+| Contenuto della riga di comando inviata al buffer (testo o comando).
+| Nuovo contenuto della riga di comando inviata al buffer.
 
 // TRANSLATION MISSING
-| [[hook_modifier_weechat_print]] weechat_print | |
-  buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ |
-  Messaggio stampato. |
-  Nuovo messaggio stampato. +
+| [[hook_modifier_weechat_print]] weechat_print |
+| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^
+| Messaggio stampato.
+| Nuovo messaggio stampato. +
   For more information on the hooks called when a line is printed, see
   <<_hook_line,hook_line>>.
 |===
@@ -12310,77 +12310,77 @@ List of modifiers defined by WeeChat and plugins that can be used:
 // TRANSLATION MISSING
 | Modificatore | Min WeeChat | Dati modificatore | Stringa | Output
 
-| [[hook_modifier_charset_decode]] charset_decode | |
-  plugin.buffer_name |
-  Qualsiasi stringa. |
-  Stringa codificata dal set caratteri trovato per plugin/buffer in UTF-8.
+| [[hook_modifier_charset_decode]] charset_decode |
+| plugin.buffer_name
+| Qualsiasi stringa.
+| Stringa codificata dal set caratteri trovato per plugin/buffer in UTF-8.
 
-| [[hook_modifier_charset_encode]] charset_encode | |
-  plugin.buffer_name |
-  Qualsiasi stringa. |
-  Stringa codificata da UTF-8 al set caratteri trovato per il plugin/buffer.
+| [[hook_modifier_charset_encode]] charset_encode |
+| plugin.buffer_name
+| Qualsiasi stringa.
+| Stringa codificata da UTF-8 al set caratteri trovato per il plugin/buffer.
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_color_decode]] irc_color_decode | |
-  "1" per mantenere i colori, "0" per rimuovere i colori |
-  Qualsiasi stringa. |
-  String with IRC colors converted to WeeChat colors (or IRC colors removed).
+| [[hook_modifier_irc_color_decode]] irc_color_decode |
+| "1" per mantenere i colori, "0" per rimuovere i colori
+| Qualsiasi stringa.
+| String with IRC colors converted to WeeChat colors (or IRC colors removed).
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_color_encode]] irc_color_encode | |
-  "1" per mantenere i colori, "0" per rimuovere i colori |
-  Qualsiasi stringa. |
-  String with IRC colors (or IRC colors removed).
+| [[hook_modifier_irc_color_encode]] irc_color_encode |
+| "1" per mantenere i colori, "0" per rimuovere i colori
+| Qualsiasi stringa.
+| String with IRC colors (or IRC colors removed).
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0 |
-  "1" per mantenere i colori, "0" per rimuovere i colori |
-  Qualsiasi stringa. |
-  String with ANSI colors converted to IRC colors (or ANSI colors removed).
+| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0
+| "1" per mantenere i colori, "0" per rimuovere i colori
+| Qualsiasi stringa.
+| String with ANSI colors converted to IRC colors (or ANSI colors removed).
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1 |
-  Nome server |
-  Authentication command (for example: `+/msg nickserv identify password+`). |
-  Command with hidden password (for example: `+/msg nickserv identify ********+`).
+| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1
+| Nome server
+| Authentication command (for example: `+/msg nickserv identify password+`).
+| Command with hidden password (for example: `+/msg nickserv identify ********+`).
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1 |
-  Nome server |
-  Message displayed after `/msg` sent to nickserv. |
-  Message with hidden password.
+| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1
+| Nome server
+| Message displayed after `/msg` sent to nickserv.
+| Message with hidden password.
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3 |
-  - |
-  Any string. |
-  String with IRC tag value escaped,
+| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3
+| -
+| Any string.
+| String with IRC tag value escaped,
   see: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3 |
-  - |
-  Any string. |
-  String with IRC tag value unescaped,
+| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3
+| -
+| Any string.
+| String with IRC tag value unescaped,
   see: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
 // TRANSLATION MISSING
-| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0 |
-  "1" per mantenere i colori, "0" per rimuovere i colori |
-  Qualsiasi stringa. |
-  String with ANSI colors converted to WeeChat colors (or ANSI colors removed).
+| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0
+| "1" per mantenere i colori, "0" per rimuovere i colori
+| Qualsiasi stringa.
+| String with ANSI colors converted to WeeChat colors (or ANSI colors removed).
 
 // TRANSLATION MISSING
-| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7 |
-  - |
-  Any string. |
-  String with WeeChat colors converted to ANSI colors.
+| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7
+| -
+| Any string.
+| String with WeeChat colors converted to ANSI colors.
 
 // TRANSLATION MISSING
-| [[hook_modifier_eval_path_home]] eval_path_home | 2.7 |
-  Optional: `directory=xxx` where `xxx` can be: `config`, `data`, `cache`, `runtime` |
-  Any string. |
-  Evaluated path, result of the function
+| [[hook_modifier_eval_path_home]] eval_path_home | 2.7
+| Optional: `directory=xxx` where `xxx` can be: `config`, `data`, `cache`, `runtime`
+| Any string.
+| Evaluated path, result of the function
   <<_string_eval_path_home,string_eval_path_home>>.
 |===
 
@@ -12790,102 +12790,102 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo
 |===
 | Key ^(1)^ | Descrizione | Valori di esempio | Valore se N/D
 
-| _x | Colonna sullo schermo. |
-  "0" ... "n" |
+| _x | Colonna sullo schermo.
+| "0" ... "n" |
 
-| _y | Riga sullo schermo. |
-  "0" ... "n" |
+| _y | Riga sullo schermo.
+| "0" ... "n" |
 
-| _key | Evento tasto o mouse. |
-  "button1", "button2-gesture-left", ... |
+| _key | Evento tasto o mouse.
+| "button1", "button2-gesture-left", ... |
 
-| _window | Puntatore alla finestra. |
-  "0x1234abcd" | ""
+| _window | Puntatore alla finestra.
+| "0x1234abcd" | ""
 
-| _window_number | Numero della finestra. |
-  "1" ... "n" | "*"
+| _window_number | Numero della finestra.
+| "1" ... "n" | "*"
 
-| _buffer | Puntatore al buffer. |
-  "0x1234abcd" | ""
+| _buffer | Puntatore al buffer.
+| "0x1234abcd" | ""
 
-| _buffer_number | Numero del buffer. |
-  "1" ... "n" | "-1"
+| _buffer_number | Numero del buffer.
+| "1" ... "n" | "-1"
 
-| _buffer_plugin | Nome plugin del buffer. |
-  "core", "irc", ... | ""
+| _buffer_plugin | Nome plugin del buffer.
+| "core", "irc", ... | ""
 
-| _buffer_name | Nome del buffer. |
-  "weechat", "libera.#weechat", ... | ""
+| _buffer_name | Nome del buffer.
+| "weechat", "libera.#weechat", ... | ""
 
-| _buffer_full_name | Nome completo del buffer. |
-  "core.weechat", "irc.libera.#weechat", ... | ""
+| _buffer_full_name | Nome completo del buffer.
+| "core.weechat", "irc.libera.#weechat", ... | ""
 
-| _buffer_localvar_XXX ^(2)^ | Variabili locali del buffer. |
-  qualsiasi valore | non impostato
+| _buffer_localvar_XXX ^(2)^ | Variabili locali del buffer.
+| qualsiasi valore | non impostato
 
-| _chat | Indicatore area di chat. |
-  "0" o "1" | "0"
+| _chat | Indicatore area di chat.
+| "0" o "1" | "0"
 
 // TRANSLATION MISSING
-| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. |
-  "0x1234abcd" | ""
+| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_.
+| "0x1234abcd" | ""
 
-| _chat_line_x | Colonna nella riga ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_x | Colonna nella riga ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_y | Numero della riga ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_y | Numero della riga ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_date | Riga con data/ora. |
-  "1313237175" | "0"
+| _chat_line_date | Riga con data/ora.
+| "1313237175" | "0"
 
-| _chat_line_date_printed | Riga con data/ora ^(4)^. |
-  "1313237175" | "0"
+| _chat_line_date_printed | Riga con data/ora ^(4)^.
+| "1313237175" | "0"
 
-| _chat_line_time | Ora visualizzata. |
-  "14:06:15" | ""
+| _chat_line_time | Ora visualizzata.
+| "14:06:15" | ""
 
-| _chat_line_tags | Tag della riga. |
-  "irc_privmsg,nick_flashy,log1" | ""
+| _chat_line_tags | Tag della riga.
+| "irc_privmsg,nick_flashy,log1" | ""
 
-| _chat_line_nick | Nick della riga. |
-  "FlashCode" | ""
+| _chat_line_nick | Nick della riga.
+| "FlashCode" | ""
 
-| _chat_line_prefix | Prefisso della riga. |
-  "@FlashCode" | ""
+| _chat_line_prefix | Prefisso della riga.
+| "@FlashCode" | ""
 
-| _chat_line_message | Messaggio della riga. |
-  "Hello world!" | ""
+| _chat_line_message | Messaggio della riga.
+| "Hello world!" | ""
 
-| _chat_word | Parola a (x,y). |
-  "Hello" | ""
+| _chat_word | Parola a (x,y).
+| "Hello" | ""
 
 // TRANSLATION MISSING
-| _chat_bol | Text from beginning of line to (x-1, y). |
-  "He" | ""
+| _chat_bol | Text from beginning of line to (x-1, y).
+| "He" | ""
 
 // TRANSLATION MISSING
-| _chat_eol | Text from (x, y) to the end of line. |
-  "llo world!" | ""
+| _chat_eol | Text from (x, y) to the end of line.
+| "llo world!" | ""
 
-| _bar_name | Nome della barra. |
-  "title", "nicklist", ... | ""
+| _bar_name | Nome della barra.
+| "title", "nicklist", ... | ""
 
-| _bar_filling | Riempimento della barra. |
-  "horizontal", "vertical", ... | ""
+| _bar_filling | Riempimento della barra.
+| "horizontal", "vertical", ... | ""
 
-| _bar_item_name | Nome dell'elemento barra. |
-  "buffer_nicklist", "hotlist", ... | ""
+| _bar_item_name | Nome dell'elemento barra.
+| "buffer_nicklist", "hotlist", ... | ""
 
-| _bar_item_line | Riga nell'elemento barra. |
-  "0" ... "n" | "-1"
+| _bar_item_line | Riga nell'elemento barra.
+| "0" ... "n" | "-1"
 
-| _bar_item_col | Colonna nell'elemento barra. |
-  "0" ... "n" | "-1"
+| _bar_item_col | Colonna nell'elemento barra.
+| "0" ... "n" | "-1"
 
 // TRANSLATION MISSING
-| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. |
-  "0x1234abcd" | ""
+| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_.
+| "0x1234abcd" | ""
 |===
 
 [NOTE]
@@ -12986,8 +12986,8 @@ Properties:
 | Nome | Min WeeChat | Hook type | Valore | Descrizione
 
 // TRANSLATION MISSING
-| subplugin | | any type |
-  qualsiasi stringa |
+| subplugin | | any type
+| qualsiasi stringa |
 // TRANSLATION MISSING
   Name of sub plugin (commonly script name, which is displayed in
   `/help command` for a hook of type _command_).
@@ -13877,8 +13877,8 @@ Properties:
 
 // TRANSLATION MISSING
 | hotlist | | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE,
-  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" |
-  "+": abilita hotlist (impostazione globale , il puntatore al buffer pointer non
+  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1"
+| "+": abilita hotlist (impostazione globale , il puntatore al buffer pointer non
   è utilizzato) +
   "-": disabilita hotlist (impostazione globale, il puntatore al buffer non è
   utilizzato) +
@@ -13886,163 +13886,163 @@ Properties:
   "-1": remove buffer from hotlist _(WeeChat ≥ 1.0)_.
 
 // TRANSLATION MISSING
-| completion_freeze | | "0" oppure "1" |
-  "0": no freeze of completion (default value)
+| completion_freeze | | "0" oppure "1"
+| "0": no freeze of completion (default value)
   (impostazione globale, il puntatore al buffer non è utilizzato) +
   "1": do not stop completion when command line is updated
   (impostazione globale, il puntatore al buffer non è utilizzato).
 
-| unread | | - |
-  Imposta l'evidenziatore di lettura dopo l'ultima riga del buffer.
+| unread | | -
+| Imposta l'evidenziatore di lettura dopo l'ultima riga del buffer.
 
-| display | | "1" oppure "auto" |
-  "1": passa a questo buffer nella finestra corrente +
+| display | | "1" oppure "auto"
+| "1": passa a questo buffer nella finestra corrente +
   "auto": passa a questo buffer nella finestra corrente, l'evidenziatore di
   lettura non viene resettato.
 
 // TRANSLATION MISSING
-| hidden | 1.0 | "0" oppure "1" |
-  "0": unhide the buffer +
+| hidden | 1.0 | "0" oppure "1"
+| "0": unhide the buffer +
   "1": hide the buffer.
 
-| number | | numero |
-  Sposta buffer a questo numero.
+| number | | numero
+| Sposta buffer a questo numero.
 
-| name | | qualsiasi stringa |
-  Imposta nuovo nome per il buffer.
+| name | | qualsiasi stringa
+| Imposta nuovo nome per il buffer.
 
-| short_name | | qualsiasi stringa |
-  Imposta nuovo nome breve per il buffer.
+| short_name | | qualsiasi stringa
+| Imposta nuovo nome breve per il buffer.
 
 // TRANSLATION MISSING
-| type | | "formatted" oppure "free" |
-  Imposta tipo per il: "formatted" (per stampare i messaggi di chat),
+| type | | "formatted" oppure "free"
+| Imposta tipo per il: "formatted" (per stampare i messaggi di chat),
   oppure "free" (per contenuto libero); when the value is "free", the property
   _clear_ is forced to "0" _(WeeChat ≥ 1.0)_.
 
-| notify | | "0", "1", "2", "3" |
-  Imposta il livello di notifica per il buffer: "0" = non aggiungere alla hotlist,
+| notify | | "0", "1", "2", "3"
+| Imposta il livello di notifica per il buffer: "0" = non aggiungere alla hotlist,
   "1" = aggiungere solo per gli eventi, "2" = aggiungere per eventi e
   messaggi, "3" = aggiungere per tutti i messaggi.
 
 // TRANSLATION MISSING
-| print_hooks_enabled | | "0" oppure "1" |
-  "0" to disable print hooks, "1" to enable them (default for a new buffer).
+| print_hooks_enabled | | "0" oppure "1"
+| "0" to disable print hooks, "1" to enable them (default for a new buffer).
 
 // TRANSLATION MISSING
-| day_change | 0.4.3 | "0" oppure "1" |
-  "0" to hide messages for the day change, "1" to see them
+| day_change | 0.4.3 | "0" oppure "1"
+| "0" to hide messages for the day change, "1" to see them
   (default for a new buffer).
 
 // TRANSLATION MISSING
-| clear | 1.0 | "0" or "1" |
-  "0" to prevent user from clearing buffer with the command `/buffer clear`,
+| clear | 1.0 | "0" or "1"
+| "0" to prevent user from clearing buffer with the command `/buffer clear`,
   "1" to let user clear the buffer (default for a new buffer)
    (note: even when it is set to "0", the buffer can still be cleared with
    the function <<_buffer_clear,buffer_clear>>).
 
 // TRANSLATION MISSING
-| filter | 1.0 | "0" or "1" |
-  "0": disable filters on buffer +
+| filter | 1.0 | "0" or "1"
+| "0": disable filters on buffer +
   "1": enable filters on buffer.
 
-| title | | qualsiasi stringa |
-  Imposta nuovo titolo per il buffer.
+| title | | qualsiasi stringa
+| Imposta nuovo titolo per il buffer.
 
-| time_for_each_line | | "0" oppure "1" |
-  "0" per nascondere l'orario in tutte le righe del buffer, "1" per
+| time_for_each_line | | "0" oppure "1"
+| "0" per nascondere l'orario in tutte le righe del buffer, "1" per
   visualizzarlo su tutte le righe (predefinito per un nuovo buffer).
 
-| nicklist | | "0" oppure "1" |
-  "0" per rimuovere la lista nick per il buffer, "1" per aggiungere
+| nicklist | | "0" oppure "1"
+| "0" per rimuovere la lista nick per il buffer, "1" per aggiungere
   la lista nick per il buffer.
 
-| nicklist_case_sensitive | | "0" oppure "1" |
-  "0" per avere una lista nick non sensibile alle maiuscole, "1" per
+| nicklist_case_sensitive | | "0" oppure "1"
+| "0" per avere una lista nick non sensibile alle maiuscole, "1" per
   una lista nick sensibile alle maiuscole.
 
-| nicklist_display_groups | | "0" oppure "1" |
-  "0" per nascondere i gruppi nella lista nick, "1" per visualizzare
+| nicklist_display_groups | | "0" oppure "1"
+| "0" per nascondere i gruppi nella lista nick, "1" per visualizzare
   i gruppi della lista nick.
 
-| highlight_words | | "-" oppure elenco di parole separato da virgole |
-  "-" è un valore speciale per disabilitare qualsiasi evento su questo
+| highlight_words | | "-" oppure elenco di parole separato da virgole
+| "-" è un valore speciale per disabilitare qualsiasi evento su questo
   buffer, o un elenco di parole separate da virgole da evidenziare in
   questo buffer, ad esempio: "abc,def,ghi".
 
-| highlight_words_add | | elenco di parole separate da virgole |
-  Elenco di parole separate da virgole da evidenziare in questo buffer,
+| highlight_words_add | | elenco di parole separate da virgole
+| Elenco di parole separate da virgole da evidenziare in questo buffer,
   queste parole vengono aggiunte alle parole evidenziate esistenti nel
   buffer.
 
-| highlight_words_del | | elenco di parole separate da virgole |
-  Elenco di parole separate da virgole da rimuovere dalle
+| highlight_words_del | | elenco di parole separate da virgole
+| Elenco di parole separate da virgole da rimuovere dalle
   parole evidenziate nel buffer.
 
 // TRANSLATION MISSING
-| highlight_regex | | qualsiasi stringa |
-  POSIX extended regular expression for highlight.
+| highlight_regex | | qualsiasi stringa
+| POSIX extended regular expression for highlight.
 
 // TRANSLATION MISSING
-| highlight_tags_restrict | | elenco separato da virgole di tag |
-  Restrict highlights to messages with these tags in this buffer
+| highlight_tags_restrict | | elenco separato da virgole di tag
+| Restrict highlights to messages with these tags in this buffer
   (it is possible to combine many tags as a logical "and" with separator "+",
   for example: "nick_toto+irc_action").
 
 // TRANSLATION MISSING
-| highlight_tags | | elenco separato da virgole di tag |
-  Force highlight on messages with these tags in this buffer
+| highlight_tags | | elenco separato da virgole di tag
+| Force highlight on messages with these tags in this buffer
   (it is possible to combine many tags as a logical "and" with separator "+",
   for example: "nick_toto+irc_action").
 
-| hotlist_max_level_nicks | | elenco separado da virgole di "nick:livello" |
-  Elenco separato da virgole di nick con il livello massimo per la hotlist
+| hotlist_max_level_nicks | | elenco separado da virgole di "nick:livello"
+| Elenco separato da virgole di nick con il livello massimo per la hotlist
   su questo buffer (il livello può essere: -1: mai nella hotlist, 0: basso,
   1: messaggio, 2: privato, 3: evento), ad esempio: "joe:2,mike:-1,robert:-1"
   (joe non produce eventi sul buffer, mike e robert non modificano la hotlist).
 
-| hotlist_max_level_nicks_add | | elenco separato da virgole di "nick:livello" |
-  Elenco separato da virgole di nick con il livello per la hotlist, questi
+| hotlist_max_level_nicks_add | | elenco separato da virgole di "nick:livello"
+| Elenco separato da virgole di nick con il livello per la hotlist, questi
   nick vengono aggiunti a quelli esistenti nel buffer.
 
-| hotlist_max_level_nicks_del | | elenco separato da virgole di nick |
-  Elenco separato da virgole di nick da rimuovere dai livelli massimi della
+| hotlist_max_level_nicks_del | | elenco separato da virgole di nick
+| Elenco separato da virgole di nick da rimuovere dai livelli massimi della
   hotlist.
 
-| key_bind_xxx | | qualsiasi stringa |
-  Assegna un nuovo tasto _xxx_, specifico per questo buffer, il valore è il
+| key_bind_xxx | | qualsiasi stringa
+| Assegna un nuovo tasto _xxx_, specifico per questo buffer, il valore è il
   comando da eseguire per questo tasto.
 
-| key_unbind_xxx | | - |
-  Rimuove l'assegnazione del tasto _xxx_ per questo buffer.
+| key_unbind_xxx | | -
+| Rimuove l'assegnazione del tasto _xxx_ per questo buffer.
 
-| input | | qualsiasi stringa |
-  Imposta un nuovo valore per l'input del buffer.
+| input | | qualsiasi stringa
+| Imposta un nuovo valore per l'input del buffer.
 
-| input_pos | | posizione |
-  Imposta la posizione del cursore per l'input del buffer.
+| input_pos | | posizione
+| Imposta la posizione del cursore per l'input del buffer.
 
-| input_get_unknown_commands | | "0" oppure "1" |
-  "0" per disabilitare i comandi sconosciuti per questo buffer (comportamento
+| input_get_unknown_commands | | "0" oppure "1"
+| "0" per disabilitare i comandi sconosciuti per questo buffer (comportamento
   predefinito), "1" per ricevere i comandi sconosciuti, ad esempio se l'utente
   digita "/unknowncmd", verrà ricevuto dal buffer (nessun errore riguardo il
   comando sconosciuto).
 
 // TRANSLATION MISSING
-| input_get_empty | | "0" oppure "1" |
-  "0" to disable empty input on this buffer (default behavior), "1" to get empty input.
+| input_get_empty | | "0" oppure "1"
+| "0" to disable empty input on this buffer (default behavior), "1" to get empty input.
 
 // TRANSLATION MISSING
-| input_multiline | | "0" or "1" |
-  "0" to send each line separately to this buffer (default behavior), "1" to
+| input_multiline | | "0" or "1"
+| "0" to send each line separately to this buffer (default behavior), "1" to
   send multiple lines as a single message.
 
-| localvar_set_xxx | | qualsiasi stringa |
-  Imposta il nuovo valore per la variabile locale _xxx_ (la variabile verrà
+| localvar_set_xxx | | qualsiasi stringa
+| Imposta il nuovo valore per la variabile locale _xxx_ (la variabile verrà
   creata se non esiste).
 
-| localvar_del_xxx | | - |
-  Rimuove la variabile locale _xxx_.
+| localvar_del_xxx | | -
+| Rimuove la variabile locale _xxx_.
 |===
 
 Esempio in C:
@@ -15061,12 +15061,12 @@ Properties:
 |===
 | Nome | Valore | Descrizione
 
-| color | nome per l'opzione del colore per WeeChat |
-  Consultare l'argomento "color" della funzione
+| color | nome per l'opzione del colore per WeeChat
+| Consultare l'argomento "color" della funzione
   <<_nicklist_add_group,nicklist_add_group>>.
 
-| visible | "0", "1" |
-  "0" = gruppo nascosto, "1" = gruppo visibile.
+| visible | "0", "1"
+| "0" = gruppo nascosto, "1" = gruppo visibile.
 |===
 
 Esempio in C:
@@ -15269,19 +15269,19 @@ Properties:
 |===
 | Nome | Valore | Descrizione
 
-| color | nome per l'opzione del colore di WeeChat |
-  Consultare l'argomento "color" della funzione
+| color | nome per l'opzione del colore di WeeChat
+| Consultare l'argomento "color" della funzione
   <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| prefix | qualsiasi stringa |
-  Prefisso del nick.
+| prefix | qualsiasi stringa
+| Prefisso del nick.
 
-| prefix_color | nome per l'opzione del colore di WeeChat |
-  Consultare l'argomento "prefix_color" della funzione
+| prefix_color | nome per l'opzione del colore di WeeChat
+| Consultare l'argomento "prefix_color" della funzione
   <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| visible | "0", "1" |
-  "0" = nick nascosto, "1" = nick visibile.
+| visible | "0", "1"
+| "0" = nick nascosto, "1" = nick visibile.
 |===
 
 Esempi in C:
@@ -17387,22 +17387,22 @@ Examples of variables and the corresponding array size (_WeeChat ≥ 3.4_):
 |===
 | Variable declaration in C | Hdata type | Array size | Description
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+` |
-  Allocated array of 2 integers.
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+`
+| Allocated array of 2 integers.
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+` |
-  Allocated array of integers, the size is stored in another variable called
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+`
+| Allocated array of integers, the size is stored in another variable called
   "array_size".
 
-| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+` |
-  Static array of 3 integers.
+| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+`
+| Static array of 3 integers.
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+` |
-  Allocated array of strings, dynamic size (NULL pointer must be present after
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+`
+| Allocated array of strings, dynamic size (NULL pointer must be present after
   last word).
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+` |
-  Allocated array of strings, the size is stored in another variable called
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+`
+| Allocated array of strings, the size is stored in another variable called
   "count_words".
 |===
 
index abdb52d65f0e96dc0e5c4f2d26bf913effd22df3..ff70ab49ce3aa3c4ebb7021c417c83022936e99a 100644 (file)
@@ -111,11 +111,11 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
 |===
 | API function | Arguments | Examples | Description
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  A message received in IRC plugin, before it is decoded to UTF-8 (used
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| A message received in IRC plugin, before it is decoded to UTF-8 (used
   internally). +
   +
   It is recommended to use modifier `+irc_in2_yyy+` instead, the string received
@@ -123,14 +123,14 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
   See function `+hook_modifier+` in the
   link:weechat_plugin_api.it.html#_hook_modifier[WeeChat plugin API reference].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  A message sent by IRC plugin, after it is encoded to the `encode` charset
+  pass:[*,irc_outtags_notice]
+| A message sent by IRC plugin, after it is encoded to the `encode` charset
   defined by the user (if different from the default `UTF-8`). +
   +
   It is recommended to use signal `+xxx,irc_out1_yyy+` instead, the string received
@@ -139,10 +139,10 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
   link:weechat_plugin_api.it.html#_hook_signal[WeeChat plugin API reference].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  Output of the command, sent to the callback, can contain invalid UTF-8 data.
+  hook_process_hashtable
+| -
+| -
+| Output of the command, sent to the callback, can contain invalid UTF-8 data.
 
 |===
 
@@ -583,14 +583,14 @@ Elenco di funzioni nelle API per gli script:
 |===
 | Categoria | Funzioni
 
-| generale |
-  register
+| generale
+| register
 
-| plugin |
-  plugin_get_name
+| plugin
+| plugin_get_name
 
-| stringhe |
-  charset_set +
+| stringhe
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -609,13 +609,13 @@ Elenco di funzioni nelle API per gli script:
   string_eval_expression +
   string_eval_path_home
 
-| directory |
-  mkdir_home +
+| directory
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| liste ordinate |
-  list_new +
+| liste ordinate
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -631,8 +631,8 @@ Elenco di funzioni nelle API per gli script:
   list_remove_all +
   list_free
 
-| file di configurazione |
-  config_new +
+| file di configurazione
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -669,12 +669,12 @@ Elenco di funzioni nelle API per gli script:
   config_set_desc_plugin +
   config_unset_plugin
 
-| combinazione tasti |
-  key_bind +
+| combinazione tasti
+| key_bind +
   key_unbind
 
-| visualizzazione |
-  prefix +
+| visualizzazione
+| prefix +
   color +
 // TRANSLATION MISSING
   print (for python: prnt) +
@@ -686,8 +686,8 @@ Elenco di funzioni nelle API per gli script:
   print_y_date_tags (for python: prnt_y_date_tags) +
   log_print
 
-| hook |
-  hook_command +
+| hook
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -712,8 +712,8 @@ Elenco di funzioni nelle API per gli script:
   unhook +
   unhook_all
 
-| buffer |
-  buffer_new +
+| buffer
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -729,16 +729,16 @@ Elenco di funzioni nelle API per gli script:
   buffer_string_replace_local_var +
   buffer_match_list
 
-| finestre |
-  current_window +
+| finestre
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| lista nick |
-  nicklist_add_group +
+| lista nick
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -754,8 +754,8 @@ Elenco di funzioni nelle API per gli script:
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| barre |
-  bar_item_search +
+| barre
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -765,24 +765,24 @@ Elenco di funzioni nelle API per gli script:
   bar_update +
   bar_remove
 
-| comandi |
-  command +
+| comandi
+| command +
   command_options
 
 // TRANSLATION MISSING
-| completion |
-  completion_new +
+| completion
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| info |
-  info_get +
+| info
+| info_get +
   info_get_hashtable
 
-| liste info |
-  infolist_new +
+| liste info
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -800,8 +800,8 @@ Elenco di funzioni nelle API per gli script:
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -822,8 +822,8 @@ Elenco di funzioni nelle API per gli script:
   hdata_update +
   hdata_get_string
 
-| aggiornamento |
-  upgrade_new +
+| aggiornamento
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -839,14 +839,14 @@ Elenco di costanti nelle API per gli script:
 | Categoria | Costanti
 
 // TRANSLATION MISSING
-| codici restituiti |
-  `WEECHAT_RC_OK` (integer) +
+| codici restituiti
+| `WEECHAT_RC_OK` (integer) +
   `WEECHAT_RC_OK_EAT` (integer) +
   `WEECHAT_RC_ERROR` (integer)
 
 // TRANSLATION MISSING
-| file di configurazione |
-  `WEECHAT_CONFIG_READ_OK` (integer) +
+| file di configurazione
+| `WEECHAT_CONFIG_READ_OK` (integer) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (integer) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (integer) +
   `WEECHAT_CONFIG_WRITE_OK` (integer) +
@@ -862,26 +862,26 @@ Elenco di costanti nelle API per gli script:
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (integer)
 
 // TRANSLATION MISSING
-| liste ordinate |
-  `WEECHAT_LIST_POS_SORT` (string) +
+| liste ordinate
+| `WEECHAT_LIST_POS_SORT` (string) +
   `WEECHAT_LIST_POS_BEGINNING` (string) +
   `WEECHAT_LIST_POS_END` (string)
 
 // TRANSLATION MISSING
-| hotlist |
-  `WEECHAT_HOTLIST_LOW` (string) +
+| hotlist
+| `WEECHAT_HOTLIST_LOW` (string) +
   `WEECHAT_HOTLIST_MESSAGE` (string) +
   `WEECHAT_HOTLIST_PRIVATE` (string) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (string)
 
 // TRANSLATION MISSING
-| hook su processo |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
+| hook su processo
+| `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
   `WEECHAT_HOOK_PROCESS_ERROR` (integer)
 
 // TRANSLATION MISSING
-| hook su connessione |
-  `WEECHAT_HOOK_CONNECT_OK` (integer) +
+| hook su connessione
+| `WEECHAT_HOOK_CONNECT_OK` (integer) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (integer) +
@@ -894,8 +894,8 @@ Elenco di costanti nelle API per gli script:
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (integer)
 
 // TRANSLATION MISSING
-| hook su segnale |
-  `WEECHAT_HOOK_SIGNAL_STRING` (string) +
+| hook su segnale
+| `WEECHAT_HOOK_SIGNAL_STRING` (string) +
   `WEECHAT_HOOK_SIGNAL_INT` (string) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (string)
 |===
@@ -1374,63 +1374,63 @@ The result is a hashtable with following keys
 |===
 | Key | Since WeeChat ^(1)^ | Description | Example
 
-| tags | 0.4.0 |
-  The tags in message (can be empty). |
-  `+time=2015-06-27T16:40:35.000Z+`
+| tags | 0.4.0
+| The tags in message (can be empty).
+| `+time=2015-06-27T16:40:35.000Z+`
 
 // TRANSLATION MISSING
-| tag_xxx | 3.3 |
-  Unescaped value of tag "xxx" (one key per tag). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Unescaped value of tag "xxx" (one key per tag).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  The message without the tags (the same as message if there are no tags). |
-  `+:nick!user@host PRIVMSG #weechat :hello!+`
+| message_without_tags | 0.4.0
+| The message without the tags (the same as message if there are no tags).
+| `+:nick!user@host PRIVMSG #weechat :hello!+`
 
-| nick | 0.3.4 |
-  The origin nick. |
-  `+nick+`
+| nick | 0.3.4
+| The origin nick.
+| `+nick+`
 
 // TRANSLATION MISSING
-| user | 2.7 |
-  The origin user. |
-  `+user+`
+| user | 2.7
+| The origin user.
+| `+user+`
 
-| host | 0.3.4 |
-  The origin host (includes the nick). |
-  `+nick!user@host+`
+| host | 0.3.4
+| The origin host (includes the nick).
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  The command (_PRIVMSG_, _NOTICE_, ...). |
-  `+PRIVMSG+`
+| command | 0.3.4
+| The command (_PRIVMSG_, _NOTICE_, ...).
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  The target channel. |
-  `+#weechat+`
+| channel | 0.3.4
+| The target channel.
+| `+#weechat+`
 
-| arguments | 0.3.4 |
-  The command arguments (includes the channel). |
-  `+#weechat :hello!+`
+| arguments | 0.3.4
+| The command arguments (includes the channel).
+| `+#weechat :hello!+`
 
-| text | 1.3 |
-  The text (for example user message). |
-  `+hello!+`
+| text | 1.3
+| The text (for example user message).
+| `+hello!+`
 
-| pos_command | 1.3 |
-  The index of _command_ in message ("-1" if _command_ was not found). |
-  `+47+`
+| pos_command | 1.3
+| The index of _command_ in message ("-1" if _command_ was not found).
+| `+47+`
 
-| pos_arguments | 1.3 |
-  The index of _arguments_ in message ("-1" if _arguments_ was not found). |
-  `+55+`
+| pos_arguments | 1.3
+| The index of _arguments_ in message ("-1" if _arguments_ was not found).
+| `+55+`
 
-| pos_channel | 1.3 |
-  The index of _channel_ in message ("-1" if _channel_ was not found). |
-  `+55+`
+| pos_channel | 1.3
+| The index of _channel_ in message ("-1" if _channel_ was not found).
+| `+55+`
 
-| pos_text | 1.3 |
-  The index of _text_ in message ("-1" if _text_ was not found). |
-  `+65+`
+| pos_text | 1.3
+| The index of _text_ in message ("-1" if _text_ was not found).
+| `+65+`
 |===
 
 // TRANSLATION MISSING
index 0607f065f5deede57521fd8b03090818f3a19cf1..3ea052c1d6a81ae58f6cac6602cbb99277369b9b 100644 (file)
@@ -242,118 +242,118 @@ List of commonly used options:
 |===
 | Option | Values | Default value | Description
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  The type of build: `Debug` (or `RelWithDebInfo`) is recommended if you are
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| The type of build: `Debug` (or `RelWithDebInfo`) is recommended if you are
   running development version of WeeChat.
 
-| CMAKE_INSTALL_PREFIX | directory | /usr/local |
-  The directory where WeeChat will be installed.
+| CMAKE_INSTALL_PREFIX | directory | /usr/local
+| The directory where WeeChat will be installed.
 
 // TRANSLATION MISSING
-| WEECHAT_HOME | directory | (empty string) |
-  The default home directory when running WeeChat. +
+| WEECHAT_HOME | directory | (empty string)
+| The default home directory when running WeeChat. +
   With an empty value (recommended), XDG directories are used by default.
   If non empty, a single directory for all files is used.
   The value can also  be 4 directories separated by colons, in this order:
   config, data, cache, runtime.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  Compile <<command_aliases,Alias plugin>>.
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| Compile <<command_aliases,Alias plugin>>.
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  Compile <<buflist,Buflist plugin>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| Compile <<buflist,Buflist plugin>>.
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  Compile <<charset,Charset plugin>>.
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| Compile <<charset,Charset plugin>>.
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  Build man page.
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| Build man page.
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  Build HTML documentation.
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| Build HTML documentation.
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  Compile <<spell_checking,Spell plugin>> with Enchant.
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| Compile <<spell_checking,Spell plugin>> with Enchant.
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  Compile <<external_commands,Exec plugin>>.
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| Compile <<external_commands,Exec plugin>>.
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  Compile <<fifo_pipe,Fifo plugin>>.
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| Compile <<fifo_pipe,Fifo plugin>>.
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  Compile <<fset,Fset plugin>>.
+| ENABLE_FSET | `ON`, `OFF` | ON
+| Compile <<fset,Fset plugin>>.
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Guile plugin>> (Scheme).
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Guile plugin>> (Scheme).
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  Compile <<irc,IRC plugin>>.
+| ENABLE_IRC | `ON`, `OFF` | ON
+| Compile <<irc,IRC plugin>>.
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  Compile <<scripting_plugins,JavaScript plugin>>.
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| Compile <<scripting_plugins,JavaScript plugin>>.
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  Support of large files.
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| Support of large files.
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  Compile <<buffer_logging,Logger plugin>>.
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| Compile <<buffer_logging,Logger plugin>>.
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Lua plugin>>.
+| ENABLE_LUA | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Lua plugin>>.
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  Compile Ncurses interface.
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| Compile Ncurses interface.
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  Enable NLS (translations).
+| ENABLE_NLS | `ON`, `OFF` | ON
+| Enable NLS (translations).
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Perl plugin>>.
+| ENABLE_PERL | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Perl plugin>>.
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,PHP plugin>>.
+| ENABLE_PHP | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,PHP plugin>>.
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Python plugin>>.
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Python plugin>>.
 
 // TRANSLATION MISSING
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  Compile <<scripting_plugins,Python plugin>> using Python 2 instead of Python 3.
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| Compile <<scripting_plugins,Python plugin>> using Python 2 instead of Python 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  Compile <<relay,Relay plugin>>.
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| Compile <<relay,Relay plugin>>.
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Ruby plugin>>.
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Ruby plugin>>.
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  Compile <<script_manager,Script plugin>>.
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| Compile <<script_manager,Script plugin>>.
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
   Guile, JavaScript, PHP).
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  Compile <<spell_checking,Spell plugin>>.
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| Compile <<spell_checking,Spell plugin>>.
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  Compile <<scripting_plugins,Tcl plugin>>.
+| ENABLE_TCL | `ON`, `OFF` | ON
+| Compile <<scripting_plugins,Tcl plugin>>.
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  Compile <<trigger,Trigger plugin>>.
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| Compile <<trigger,Trigger plugin>>.
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  Compile <<typing_notifications,Typing plugin>>.
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| Compile <<typing_notifications,Typing plugin>>.
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  Compile <<xfer,Xfer plugin>>.
+| ENABLE_XFER | `ON`, `OFF` | ON
+| Compile <<xfer,Xfer plugin>>.
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  Compile tests.
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| Compile tests.
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  Compile with code coverage options. +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| Compile with code coverage options. +
   This option should be used only for tests, to measure test coverage.
 |===
 
@@ -1448,87 +1448,87 @@ By default WeeChat and its default plugins interpret these variables:
 |===
 | Name | Value | Description
 
-| away |
-  any string |
-  Away message on the server, set by irc plugin.
+| away
+| any string
+| Away message on the server, set by irc plugin.
 
-| channel |
-  any string |
-  Channel name, set by irc/xfer plugins and debug buffer of relay/trigger plugins.
+| channel
+| any string
+| Channel name, set by irc/xfer plugins and debug buffer of relay/trigger plugins.
 
-| charset_modifier |
-  any string |
-  Charset modifier for the server buffer, set by irc plugin.
+| charset_modifier
+| any string
+| Charset modifier for the server buffer, set by irc plugin.
 
-| completion_default_template |
-  any string |
-  Default completion template for the buffer, overriding the option
+| completion_default_template
+| any string
+| Default completion template for the buffer, overriding the option
   `weechat.completion.default_template`.
 
-| filter |
-  any string |
-  Filter defined on some buffers like `/fset`, `/server raw` (irc) and `/script`.
+| filter
+| any string
+| Filter defined on some buffers like `/fset`, `/server raw` (irc) and `/script`.
 
-| host |
-  any string |
-  Self host (if known), set by irc plugin.
+| host
+| any string
+| Self host (if known), set by irc plugin.
 
-| lag |
-  any string |
-  Lag on the server, set by irc plugin.
+| lag
+| any string
+| Lag on the server, set by irc plugin.
 
-| name |
-  any string |
-  Buffer name (be careful, this is not the full name and this name is not
+| name
+| any string
+| Buffer name (be careful, this is not the full name and this name is not
   enough to identify or search a buffer).
 
-| nick |
-  any string |
-  Self nick, set by irc and xfer plugins.
+| nick
+| any string
+| Self nick, set by irc and xfer plugins.
 
-| no_log |
-  `1` (or any non-empty string) |
-  If set, the logger plugin does not log anything for the buffer.
+| no_log
+| `1` (or any non-empty string)
+| If set, the logger plugin does not log anything for the buffer.
 
-| plugin |
-  any string |
-  Name of plugin which created the buffer (`core` for WeeChat buffers).
+| plugin
+| any string
+| Name of plugin which created the buffer (`core` for WeeChat buffers).
 
-| script_close_cb |
-  any string |
-  Close callback defined by a script for a buffer.
+| script_close_cb
+| any string
+| Close callback defined by a script for a buffer.
 
-| script_close_cb_data |
-  any string |
-  Data for close callback defined by a script for a buffer.
+| script_close_cb_data
+| any string
+| Data for close callback defined by a script for a buffer.
 
-| script_input_cb |
-  any string |
-  Input callback defined by a script for a buffer.
+| script_input_cb
+| any string
+| Input callback defined by a script for a buffer.
 
-| script_input_cb_data |
-  any string |
-  Data for input callback defined by a script for a buffer.
+| script_input_cb_data
+| any string
+| Data for input callback defined by a script for a buffer.
 
-| script_name |
-  any string |
-  Name of the script which created the buffer.
+| script_name
+| any string
+| Name of the script which created the buffer.
 
-| server |
-  any string |
-  Server name, set by irc plugin and debug buffer of relay/trigger plugins.
+| server
+| any string
+| Server name, set by irc plugin and debug buffer of relay/trigger plugins.
 
-| spell_suggest |
-  any string |
-  Misspelled word and suggestions (format: "misspelled:suggestions"), set by
+| spell_suggest
+| any string
+| Misspelled word and suggestions (format: "misspelled:suggestions"), set by
   spell plugin.
 
-| trigger_filter |
-  any string |
-  Trigger filter, set by trigger plugin.
+| trigger_filter
+| any string
+| Trigger filter, set by trigger plugin.
 
-| type |
-  any string, for example:
+| type
+| any string, for example:
   `channel`,
   `debug`,
   `exec`,
@@ -1538,8 +1538,8 @@ By default WeeChat and its default plugins interpret these variables:
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Type of buffer, set by WeeChat and many plugins.
+  `xfer`
+| Type of buffer, set by WeeChat and many plugins.
 
 |===
 
@@ -2880,57 +2880,57 @@ List of bar options:
   will have one bar in each window. The default bars _title_, _status_,
   _input_ and _nicklist_ have type `window`.
 
-| position | `top`, `bottom`, `left`, `right` |
-  Position of the bar: above/below chat, on the left/right.
+| position | `top`, `bottom`, `left`, `right`
+| Position of the bar: above/below chat, on the left/right.
 
-| priority | integer ≥ 0 |
-  Priority for display of bar: this is used for ordering the bars on screen when
+| priority | integer ≥ 0
+| Priority for display of bar: this is used for ordering the bars on screen when
   many bars have same type and position. +
   The bars are displayed from the edge of the screen to the center. A higher
   priority will display bar at the beginning, so closer to the edge. +
   Example: _input_ bar has priority 1000, so it is displayed before the _status_
   bar, which has priority 500.
 
-| size | integer ≥ 0 |
-  The size of the bar: number of columns for position left/right, number
+| size | integer ≥ 0
+| The size of the bar: number of columns for position left/right, number
   of lines for position top/bottom. A size of `0` means automatic, so the size
   will be computed according to content displayed in bar.
 
-| size_max | integer ≥ 0 |
-  The maximum size for a bar, `0` = no limit (this option is used only if
+| size_max | integer ≥ 0
+| The maximum size for a bar, `0` = no limit (this option is used only if
   `size` = `0`).
 
-| color_bg | color |
-  The default background color for the bar.
+| color_bg | color
+| The default background color for the bar.
 
-| color_fg | color |
-  The default text color for the bar.
+| color_fg | color
+| The default text color for the bar.
 
-| color_delim | color |
-  The color for delimiters in bar.
+| color_delim | color
+| The color for delimiters in bar.
 
-| hidden | `on`, `off` |
-  When option is `on`, the bar is hidden. +
+| hidden | `on`, `off`
+| When option is `on`, the bar is hidden. +
   Note: instead of changing this option, the command `/bar` is preferred, for
   example: `/bar toggle nicklist` (see command <<command_weechat_bar,/bar>>).
 
-| separator | `on`, `off` |
-  When option is `on`, a separator (line) is displayed between this bar and
+| separator | `on`, `off`
+| When option is `on`, a separator (line) is displayed between this bar and
   other bars (or chat).
 
-| items | string |
-  A list of _items_ (see <<bar_items,items>> for more info).
+| items | string
+| A list of _items_ (see <<bar_items,items>> for more info).
 
-| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Type of filling for a bar which has position `left` or `right` (see
+| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Type of filling for a bar which has position `left` or `right` (see
   <<bar_filling,filling>> for more info).
 
-| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Type of filling for a bar which has position `top` or `bottom` (see
+| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Type of filling for a bar which has position `top` or `bottom` (see
   <<bar_filling,filling>> for more info).
 
-| conditions | string |
-  The conditions to display the bar (see <<bar_conditions,conditions>> for more
+| conditions | string
+| The conditions to display the bar (see <<bar_conditions,conditions>> for more
   info).
 |===
 
@@ -4206,15 +4206,15 @@ The following signals are caught by the typing plugin:
 |===
 | Signal | Arguments | Description
 
-| typing_set_nick |
-  String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
+| typing_set_nick
+| String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
   "cleared") + ";" + nick. +
-  Example: "0x1234abcd;typing;alice". |
-  Set typing state for a nick on a buffer.
+  Example: "0x1234abcd;typing;alice".
+| Set typing state for a nick on a buffer.
 
-| typing_reset_buffer |
-  Pointer: buffer. |
-  Remove typing state for all nicks on a buffer.
+| typing_reset_buffer
+| Pointer: buffer.
+| Remove typing state for all nicks on a buffer.
 |===
 
 [[typing_options]]
@@ -4580,25 +4580,25 @@ List of default triggers:
 |===
 | Name | Hook | Description
 
-| beep | print |
-  Beep on highlight/private message.
+| beep | print
+| Beep on highlight/private message.
 
-| cmd_pass | modifier |
-  Hide password in commands:
+| cmd_pass | modifier
+| Hide password in commands:
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`,
   `pass:[/oper]`,
   `pass:[/quote pass]`,
   `pass:[/secure passphrase\|decrypt\|set]`.
 
-| cmd_pass_register | modifier |
-  Hide password in command `pass:[/msg nickserv register]`.
+| cmd_pass_register | modifier
+| Hide password in command `pass:[/msg nickserv register]`.
 
-| msg_auth | modifier |
-  Hide password in IRC auth message displayed (message received from server
+| msg_auth | modifier
+| Hide password in IRC auth message displayed (message received from server
   after the user issued the command).
 
-| server_pass | modifier |
-  Hide server password in commands `/server` and `/connect`.
+| server_pass | modifier
+| Hide server password in commands `/server` and `/connect`.
 |===
 
 [[trigger_anatomy]]
@@ -4611,37 +4611,37 @@ A trigger has the following options (names are
 |===
 | Option | Values | Description
 
-| enabled | `on`, `off` |
-  When option is `off`, the trigger is disabled and actions are not executed
+| enabled | `on`, `off`
+| When option is `off`, the trigger is disabled and actions are not executed
   any more.
 
 | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`,
-  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` |
-  The hook used in trigger. For more information, see
+  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+`
+| The hook used in trigger. For more information, see
   link:weechat_plugin_api.it.html#hooks[WeeChat plugin API reference / Hooks].
 
-| arguments | string |
-  The arguments for the hook, it depends on the hook type used.
+| arguments | string
+| The arguments for the hook, it depends on the hook type used.
 
-| conditions | string |
-  Conditions to execute the trigger; they are evaluated (see command
+| conditions | string
+| Conditions to execute the trigger; they are evaluated (see command
   <<command_weechat_eval,/eval>>).
 
-| regex | string |
-  One or more POSIX extended regular expressions, to change data received in the
+| regex | string
+| One or more POSIX extended regular expressions, to change data received in the
   hook callback (and some stuff added by trigger plugin), see
   <<trigger_regex,regular expression>>.
 
-| command | string |
-  Command to execute (many commands can be separated by semicolons); it is
+| command | string
+| Command to execute (many commands can be separated by semicolons); it is
   evaluated (see command <<command_weechat_eval,/eval>>).
 
-| return_code | `+ok+`, `+ok_eat+`, `+error+` |
-  The return code of callback (default is `ok`, which should be used in almost
+| return_code | `+ok+`, `+ok_eat+`, `+error+`
+| The return code of callback (default is `ok`, which should be used in almost
   all triggers, the other values are rarely used).
 
-| post_action | `none`, `disable`, `delete` |
-  Action to take on the trigger after execution (default is `none` which should
+| post_action | `none`, `disable`, `delete`
+| Action to take on the trigger after execution (default is `none` which should
   be used in almost all triggers, the other values are rarely used).
 |===
 
@@ -4680,105 +4680,105 @@ The arguments depend on the hook used. They are separated by semicolons.
 |===
 | Hook | Arguments | Examples | Documentation (API)
 
-| signal |
-  1. signal name (priority allowed) (required) +
+| signal
+| 1. signal name (priority allowed) (required) +
   2. signal name (priority allowed) +
-  3. ... |
-  `+*,irc_in_privmsg+` +
+  3. ...
+| `+*,irc_in_privmsg+` +
   `+*,irc_in_privmsg;*,irc_in_notice+` +
-  `+signal_sigwinch+` |
-  link:weechat_plugin_api.it.html#_hook_signal[hook_signal]
+  `+signal_sigwinch+`
+| link:weechat_plugin_api.it.html#_hook_signal[hook_signal]
 
-| hsignal |
-  1. signal name (priority allowed) (required) +
+| hsignal
+| 1. signal name (priority allowed) (required) +
   2. signal name (priority allowed) +
-  3. ... |
-  `+nicklist_nick_added+` |
-  link:weechat_plugin_api.it.html#_hook_hsignal[hook_hsignal]
+  3. ...
+| `+nicklist_nick_added+`
+| link:weechat_plugin_api.it.html#_hook_hsignal[hook_hsignal]
 
-| modifier |
-  1. modifier name (priority allowed) (required) +
+| modifier
+| 1. modifier name (priority allowed) (required) +
   2. modifier name (priority allowed) +
-  3. ... |
-  `+weechat_print+` +
-  `+5000\|input_text_display;5000\|history_add+` |
-  link:weechat_plugin_api.it.html#_hook_modifier[hook_modifier]
+  3. ...
+| `+weechat_print+` +
+  `+5000\|input_text_display;5000\|history_add+`
+| link:weechat_plugin_api.it.html#_hook_modifier[hook_modifier]
 
-| line |
-  1. buffer type +
+| line
+| 1. buffer type +
   2. buffer name +
-  3. tags |
-  `+formatted+` +
+  3. tags
+| `+formatted+` +
   `+free+` +
   `+*;irc.libera.*+` +
   `+*;irc.libera.#weechat+` +
-  `+formatted;irc.libera.#weechat;irc_notice+` |
-  link:weechat_plugin_api.en.html#_hook_line[hook_line]
+  `+formatted;irc.libera.#weechat;irc_notice+`
+| link:weechat_plugin_api.en.html#_hook_line[hook_line]
 
-| print |
-  1. buffer name +
+| print
+| 1. buffer name +
   2. tags +
   3. message +
-  4. strip colors (0/1) |
-  `+irc.libera.*+` +
+  4. strip colors (0/1)
+| `+irc.libera.*+` +
   `+irc.libera.#weechat+` +
   `+irc.libera.#weechat;irc_notice+` +
-  `+*;;;1+` |
-  link:weechat_plugin_api.it.html#_hook_print[hook_print]
+  `+*;;;1+`
+| link:weechat_plugin_api.it.html#_hook_print[hook_print]
 
-| command |
-  1. command name (priority allowed) (required) +
+| command
+| 1. command name (priority allowed) (required) +
   2. description (evaluated, see command <<command_weechat_eval,/eval>>) +
   3. arguments (evaluated, see command <<command_weechat_eval,/eval>>) +
   4. description of arguments (evaluated, see command <<command_weechat_eval,/eval>>) +
-  5. completion (evaluated, see command <<command_weechat_eval,/eval>>) |
-  `+test+` +
+  5. completion (evaluated, see command <<command_weechat_eval,/eval>>)
+| `+test+` +
   `+5000\|test+` +
-  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
-  link:weechat_plugin_api.it.html#_hook_command[hook_command]
+  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+`
+| link:weechat_plugin_api.it.html#_hook_command[hook_command]
 
-| command_run |
-  1. command (priority allowed) (required) +
+| command_run
+| 1. command (priority allowed) (required) +
   2. command (priority allowed) +
-  3. ... |
-  `+/cmd arguments+` |
-  link:weechat_plugin_api.it.html#_hook_command_run[hook_command_run]
+  3. ...
+| `+/cmd arguments+`
+| link:weechat_plugin_api.it.html#_hook_command_run[hook_command_run]
 
-| timer |
-  1. interval in milliseconds (required) +
+| timer
+| 1. interval in milliseconds (required) +
   2. alignment on second (default: 0) +
-  3. max number of calls (default: 0, which means "no end") |
-  `+3600000+` +
-  `+60000;0;5+` |
-  link:weechat_plugin_api.it.html#_hook_timer[hook_timer]
+  3. max number of calls (default: 0, which means "no end")
+| `+3600000+` +
+  `+60000;0;5+`
+| link:weechat_plugin_api.it.html#_hook_timer[hook_timer]
 
-| config |
-  1. option name (priority allowed) (required) +
+| config
+| 1. option name (priority allowed) (required) +
   2. option name (priority allowed) +
-  3. ... |
-  `+weechat.look.*+` |
-  link:weechat_plugin_api.it.html#_hook_config[hook_config]
+  3. ...
+| `+weechat.look.*+`
+| link:weechat_plugin_api.it.html#_hook_config[hook_config]
 
-| focus |
-  1. area name (priority allowed) (required) +
+| focus
+| 1. area name (priority allowed) (required) +
   2. area name (priority allowed) +
-  3. ... |
-  `+buffer_nicklist+` |
-  link:weechat_plugin_api.it.html#_hook_focus[hook_focus]
+  3. ...
+| `+buffer_nicklist+`
+| link:weechat_plugin_api.it.html#_hook_focus[hook_focus]
 
-| info |
-  1. info name (priority allowed) (required) +
+| info
+| 1. info name (priority allowed) (required) +
   2. info name (priority allowed) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.it.html#_hook_info[hook_info]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.it.html#_hook_info[hook_info]
 
-| info_hashtable |
-  1. info name (priority allowed) (required) +
+| info_hashtable
+| 1. info name (priority allowed) (required) +
   2. info name (priority allowed) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.it.html#_hook_info_hashtable[hook_info_hashtable]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.it.html#_hook_info_hashtable[hook_info_hashtable]
 |===
 
 [[trigger_conditions]]
index 341a3d0a935a09613e7fe93848ee3341c73edffd..27c3e6d4956c49dbed23c55a3e82057d30176116 100644 (file)
@@ -1195,8 +1195,8 @@ _component_ には以下から 1 つ選んで記入してください:
 // TRANSLATION MISSING
 | Component | Files | Description
 
-| core |
-  AUTHORS.adoc +
+| core
+| AUTHORS.adoc +
   ChangeLog.adoc +
   Contributing.adoc +
   .github/FUNDING.yml +
@@ -1212,8 +1212,8 @@ _component_ には以下から 1 つ選んで記入してください:
 // TRANSLATION MISSING
   WeeChat core
 
-| build |
-  autogen.sh +
+| build
+| autogen.sh +
   CMakeLists.txt +
   cmake/* +
   configure.ac +
@@ -1224,73 +1224,73 @@ _component_ には以下から 1 つ選んで記入してください:
 // TRANSLATION MISSING
   Build
 
-| ci |
-  .github/workflows/* |
+| ci
+| .github/workflows/* |
 // TRANSLATION MISSING
   Continuous integration
 
-| debian |
-  debian-devel/* +
+| debian
+| debian-devel/* +
   debian-stable/* |
 // TRANSLATION MISSING
   Debian packaging
 
-| tests |
-  tests/* |
+| tests
+| tests/* |
 // TRANSLATION MISSING
   Tests
 
-| doc |
-  doc/* |
+| doc
+| doc/* |
 // TRANSLATION MISSING
   General doc updates, for example build
 
-| doc/man |
-  doc/xx/weechat.1.xx.adoc +
+| doc/man
+| doc/xx/weechat.1.xx.adoc +
   doc/xx/weechat-headless.1.xx.adoc |
 // TRANSLATION MISSING
   Man pages
 
-| doc/faq |
-  doc/xx/weechat_faq.xx.adoc |
+| doc/faq
+| doc/xx/weechat_faq.xx.adoc |
 // TRANSLATION MISSING
   Frequently asked questions (FAQ)
 
-| doc/quickstart |
-  doc/xx/weechat_quickstart.xx.adoc |
+| doc/quickstart
+| doc/xx/weechat_quickstart.xx.adoc |
 // TRANSLATION MISSING
   Quickstart guide
 
-| doc/user |
-  doc/xx/weechat_user.xx.adoc |
+| doc/user
+| doc/xx/weechat_user.xx.adoc |
 // TRANSLATION MISSING
   User's guide
 
-| doc/scripting |
-  doc/xx/weechat_scripting.xx.adoc |
+| doc/scripting
+| doc/xx/weechat_scripting.xx.adoc |
 // TRANSLATION MISSING
   Scripting guide
 
-| doc/api |
-  doc/xx/weechat_plugin_api.xx.adoc |
+| doc/api
+| doc/xx/weechat_plugin_api.xx.adoc |
 // TRANSLATION MISSING
   Plugin API reference
 
-| doc/relay |
-  doc/xx/weechat_relay_protocol.xx.adoc |
+| doc/relay
+| doc/xx/weechat_relay_protocol.xx.adoc |
 // TRANSLATION MISSING
   Relay protocol
 
-| doc/dev |
-  doc/xx/weechat_dev.en.adoc |
+| doc/dev
+| doc/xx/weechat_dev.en.adoc |
 // TRANSLATION MISSING
   Developer's guide
 
 | irc +
   python +
   relay +
-  … |
-  src/plugins/<name>/* |
+  …
+| src/plugins/<name>/* |
 // TRANSLATION MISSING
   Plugin
 
index 2c7c63fac2a856c1239c953dd3255f8a66e9ccc8..143b18dbe8554c03da184dd32364f0a6b0743ed9 100644 (file)
@@ -2415,17 +2415,17 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
 // TRANSLATION MISSING
 | 演算子 | Min WeeChat | 説明 | 例
 
-| `+&&+` | |
-  論理積 |
-  >> `+25 && 77+` +
+| `+&&+` |
+| 論理積
+| >> `+25 && 77+` +
   == `+1+` +
   +
   >> `+25 && 0+` +
   == `+0+`
 
-| `+\|\|+` | |
-  論理和 |
-  >> `+25 \|\| 0+` +
+| `+\|\|+` |
+| 論理和
+| >> `+25 \|\| 0+` +
   == `+1+` +
   +
   >> `+0 \|\| 0+` +
@@ -2440,113 +2440,113 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
 // TRANSLATION MISSING
 | 演算子 | Min WeeChat | 説明 | 例
 
-| `+=~+` | |
-  POSIX 拡張正規表現にマッチ (任意でフラグを指定することも可能です、関数 <<_string_regcomp,string_regcomp>> を確認してください) |
-  >> `+abc def =~ ab.*ef+` +
+| `+=~+` |
+| POSIX 拡張正規表現にマッチ (任意でフラグを指定することも可能です、関数 <<_string_regcomp,string_regcomp>> を確認してください)
+| >> `+abc def =~ ab.*ef+` +
   == `+1+` +
   +
   >> `+abc def =~ y.*z+` +
   == `+0+`
 
-| `+!~+` | |
-  POSIX 拡張正規表現にマッチしない (任意でフラグを指定することも可能です、関数 <<_string_regcomp,string_regcomp>> を確認してください) |
-  >> `+abc def !~ ab.*ef+` +
+| `+!~+` |
+| POSIX 拡張正規表現にマッチしない (任意でフラグを指定することも可能です、関数 <<_string_regcomp,string_regcomp>> を確認してください)
+| >> `+abc def !~ ab.*ef+` +
   == `+0+` +
   +
   >> `+abc def !~ y.*z+` +
   == `+1+`
 
 // TRANSLATION MISSING
-| `+==*+` | 2.9 |
-  Is matching mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def ==* a*f+` +
+| `+==*+` | 2.9
+| Is matching mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>)
+| >> `+abc def ==* a*f+` +
   == `+1+` +
   +
   >> `+abc def ==* y*z+` +
   == `+0+`
 
 // TRANSLATION MISSING
-| `+!!*+` | 2.9 |
-  Is NOT wildcard mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def !!* a*f+` +
+| `+!!*+` | 2.9
+| Is NOT wildcard mask where "*" is allowed, case sensitive (see function <<_string_match,string_match>>)
+| >> `+abc def !!* a*f+` +
   == `+0+` +
   +
   >> `+abc def !!* y*z+` +
   == `+1+`
 
 // TRANSLATION MISSING
-| `+=*+` | 1.8 |
-  Is matching mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def =* A*F+` +
+| `+=*+` | 1.8
+| Is matching mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>)
+| >> `+abc def =* A*F+` +
   == `+1+` +
   +
   >> `+abc def =* Y*Z+` +
   == `+0+`
 
 // TRANSLATION MISSING
-| `+!*+` | 1.8 |
-  Is NOT wildcard mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>) |
-  >> `+abc def !* A*F+` +
+| `+!*+` | 1.8
+| Is NOT wildcard mask where "*" is allowed, case insensitive (see function <<_string_match,string_match>>)
+| >> `+abc def !* A*F+` +
   == `+0+` +
   +
   >> `+abc def !* Y*Z+` +
   == `+1+`
 
 // TRANSLATION MISSING
-| `+==-+` | 2.9 |
-  Is included, case sensitive |
-  >> `+abc def ==- bc+` +
+| `+==-+` | 2.9
+| Is included, case sensitive
+| >> `+abc def ==- bc+` +
   == `+1+` +
   +
   >> `+abc def ==- xyz+` +
   == `+0+`
 
 // TRANSLATION MISSING
-| `+!!-+` | 2.9 |
-  Is NOT included, case sensitive |
-  >> `+abc def !!- bc+` +
+| `+!!-+` | 2.9
+| Is NOT included, case sensitive
+| >> `+abc def !!- bc+` +
   == `+0+` +
   +
   >> `+abc def !!- xyz+` +
   == `+1+`
 
 // TRANSLATION MISSING
-| `+=-+` | 2.9 |
-  Is included, case insensitive |
-  >> `+abc def =- BC+` +
+| `+=-+` | 2.9
+| Is included, case insensitive
+| >> `+abc def =- BC+` +
   == `+1+` +
   +
   >> `+abc def =- XYZ+` +
   == `+0+`
 
 // TRANSLATION MISSING
-| `+!-+` | 2.9 |
-  Is NOT included, case insensitive |
-  >> `+abc def !- BC+` +
+| `+!-+` | 2.9
+| Is NOT included, case insensitive
+| >> `+abc def !- BC+` +
   ==   `+0+` +
   +
   >> `+abc def !- XYZ+` +
   == `+1+`
 
-| `+==+` | |
-  等しい |
-  >> `+test == test+` +
+| `+==+` |
+| 等しい
+| >> `+test == test+` +
   == `+1+` +
   +
   >> `+test == string+` +
   == `+0+`
 
-| `+!=+` | |
-  等しくない |
-  >> `+test != test+` +
+| `+!=+` |
+| 等しくない
+| >> `+test != test+` +
   == `+0+` +
   +
   >> `+test != string+` +
   == `+1+`
 
-| `+<=+` | |
-  以下 |
-  >> `+abc <= defghi+` +
+| `+<=+` |
+| 以下
+| >> `+abc <= defghi+` +
   == `+1+` +
   +
   >> `+abc <= abc+` +
@@ -2558,9 +2558,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+15 <= 2+` +
   == `+0+`
 
-| `+<+` | |
-  より小さい |
-  >> `+abc < defghi+` +
+| `+<+` |
+| より小さい
+| >> `+abc < defghi+` +
   == `+1+` +
   +
   >> `+abc < abc+` +
@@ -2572,9 +2572,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+15 < 2+` +
   == `+0+`
 
-| `+>=+` | |
-  以上 |
-  >> `+defghi >= abc+` +
+| `+>=+` |
+| 以上
+| >> `+defghi >= abc+` +
   == `+1+` +
   +
   >> `+abc >= abc+` +
@@ -2586,9 +2586,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+15 >= 2+` +
   == `+1+`
 
-| `+>+` | |
-  より大きい |
-  >> `+defghi > abc+` +
+| `+>+` |
+| より大きい
+| >> `+defghi > abc+` +
   == `+1+` +
   +
   >> `+abc > abc+` +
@@ -2624,27 +2624,27 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
 | 書式 | Min WeeChat | 説明 | 例
 
 // TRANSLATION MISSING
-| `+${raw:xxx}+` | 3.1 |
-  Raw string (not evaluated). |
-  >> `+${raw:${info:version}}+` +
+| `+${raw:xxx}+` | 3.1
+| Raw string (not evaluated).
+| >> `+${raw:${info:version}}+` +
   == `+${info:version}+`
 
 // TRANSLATION MISSING
-| `+${name}+` | 3.4 |
-  User variable (defined with `+${define:name,value}+`). |
-  >> `+${name}+` +
+| `+${name}+` | 3.4
+| User variable (defined with `+${define:name,value}+`).
+| >> `+${name}+` +
   == `+value+`
 
-| `+${name}+` | |
-  _extra_vars_ の変数 `name` の値に展開 |
-  >> `+${name}+` +
+| `+${name}+` |
+| _extra_vars_ の変数 `name` の値に展開
+| >> `+${name}+` +
   == `+value+`
 
 // TRANSLATION MISSING
-| `+${weechat_xxx_dir}+` | 3.2 |
-  A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
-  `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`. |
-  >> `+${weechat_config_dir}+` +
+| `+${weechat_xxx_dir}+` | 3.2
+| A WeeChat directory: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
+  `+${weechat_cache_dir}+` or `+${weechat_runtime_dir}+`.
+| >> `+${weechat_config_dir}+` +
   == `+/home/user/.config/weechat+` +
   +
   >> `+${weechat_data_dir}+` +
@@ -2656,48 +2656,48 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${weechat_runtime_dir}+` +
   == `+/run/user/1000/weechat+`
 
-| `+${eval:xxx}+` | 1.3 |
-  評価する文字列 |
-  >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
+| `+${eval:xxx}+` | 1.3
+| 評価する文字列
+| >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
   ==  `+19:02:45+` ^(1)^ +
   +
   ^(1)^ オプション weechat.look.buffer_time_format 内に色コードが存在する場合色付き
 
 // TRANSLATION MISSING
-| `+${eval_cond:xxx}+` | 3.1 |
-  String to evaluate as condition. |
-  >> `+${eval_cond:${window.win_width} > 100}+` +
+| `+${eval_cond:xxx}+` | 3.1
+| String to evaluate as condition.
+| >> `+${eval_cond:${window.win_width} > 100}+` +
   == `+1+`
 
 | `+${esc:xxx}+` +
-  `+${\xxx}+` | 1.0 |
-  エスケープ文字を含む文字列 |
-  >> `+${esc:prefix\tmessage}+` +
+  `+${\xxx}+` | 1.0
+| エスケープ文字を含む文字列
+| >> `+${esc:prefix\tmessage}+` +
   == `+prefix<TAB>message+` +
   +
   >> `+${\ua9}+` +
   == `+©+`
 
 // TRANSLATION MISSING
-| `+${lower:string}+` | 3.6 |
-  String converted to lower case. |
-  >> `+${lower:TEST}+` +
+| `+${lower:string}+` | 3.6
+| String converted to lower case.
+| >> `+${lower:TEST}+` +
   >> `+test+`
 
 // TRANSLATION MISSING
-| `+${upper:string}+` | 3.6 |
-  String converted to upper case. |
-  >> `+${upper:test}+` +
+| `+${upper:string}+` | 3.6
+| String converted to upper case.
+| >> `+${upper:test}+` +
   >> `+TEST+`
 
-| `+${hide:x,string}+` | 1.1 |
-  隠す文字を含むテキスト (`string` に含まれる文字をすべて `x` で置換) |
-  >> `+${hide:*,password}+` +
+| `+${hide:x,string}+` | 1.1
+| 隠す文字を含むテキスト (`string` に含まれる文字をすべて `x` で置換)
+| >> `+${hide:*,password}+` +
   == `+********+`
 
 | `+${cut:max,suffix,string}+` +
-  `+${cut:+max,suffix,string}+` | 1.8 |
-  `string` の先頭 `max` 文字とオプションの `suffix` 文字 (`string` の文字数が `max` 文字を超える場合) +
+  `+${cut:+max,suffix,string}+` | 1.8
+| `string` の先頭 `max` 文字とオプションの `suffix` 文字 (`string` の文字数が `max` 文字を超える場合) +
   `+max` を使った場合、`max` 文字にはサフィックスの文字数も含まれます。|
   >> `+${cut:4,…,this is a test}+` +
   == `+this…+` +
@@ -2709,8 +2709,8 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+こん>>+`
 
 | `+${cutscr:max,suffix,string}+` +
-  `+${cutscr:+max,suffix,string}+` | 1.8 |
-  `string` の先頭 `max` 文字 (半角文字幅換算) とオプションの `suffix` 文字 (`string` の文字数が `max` 文字を超える場合) +
+  `+${cutscr:+max,suffix,string}+` | 1.8
+| `string` の先頭 `max` 文字 (半角文字幅換算) とオプションの `suffix` 文字 (`string` の文字数が `max` 文字を超える場合) +
   `+max` を使った場合、`max` 文字にはサフィックスの文字数も含まれます。|
   >> `+${cutscr:4,…,this is a test}+` +
   == `+this…+` +
@@ -2722,10 +2722,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+こ>>+`
 
 // TRANSLATION MISSING
-| `+${rev:xxx}+` | 2.2 |
-  Reversed string (color codes are reversed, so the string should not contain
-  color codes). |
-  >> `+${rev:Hello, world!}+` +
+| `+${rev:xxx}+` | 2.2
+| Reversed string (color codes are reversed, so the string should not contain
+  color codes).
+| >> `+${rev:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${rev:Hello, ${color:red}world!}+` +
@@ -2734,9 +2734,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   ^(1)^ No color, the color code is reversed
 
 // TRANSLATION MISSING
-| `+${revscr:xxx}+` | 2.7 |
-  Reversed string for screen, color codes are not reversed. |
-  >> `+${revscr:Hello, world!}+` +
+| `+${revscr:xxx}+` | 2.7
+| Reversed string for screen, color codes are not reversed.
+| >> `+${revscr:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${revscr:Hello, ${color:red}world!}+` +
@@ -2744,32 +2744,32 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   +
   ^(1)^ `pass:[ ,olleH]` in red
 
-| `+${repeat:count,string}+` | 2.3 |
-  繰り返し文字列。|
+| `+${repeat:count,string}+` | 2.3
+| 繰り返し文字列。|
   >> `+${repeat:5,-}+` +
   == `+-----+`
 
 // TRANSLATION MISSING
-| `+${length:xxx}+` | 2.7 |
-  Length of string (number of UTF-8 chars), color codes are ignored. |
-  >> `+${length:test}+` +
+| `+${length:xxx}+` | 2.7
+| Length of string (number of UTF-8 chars), color codes are ignored.
+| >> `+${length:test}+` +
   == `+4+` +
   +
   >> `+${length:こんにちは世界}+` +
   == `+7+`
 
 // TRANSLATION MISSING
-| `+${lengthscr:xxx}+` | 2.7 |
-  Length of string displayed on screen, color codes are ignored. |
-  >> `+${lengthscr:test}+` +
+| `+${lengthscr:xxx}+` | 2.7
+| Length of string displayed on screen, color codes are ignored.
+| >> `+${lengthscr:test}+` +
   == `+4+` +
   +
   >> `+${lengthscr:こんにちは世界}+` +
   == `+14+`
 
 // TRANSLATION MISSING
-| `+${split:number,seps,flags,xxx}+` | 3.3 |
-  Split string, and return, according to `number`: +
+| `+${split:number,seps,flags,xxx}+` | 3.3
+| Split string, and return, according to `number`: +
   - `count`: the number of items after split +
   - `random`: a random item +
   - integer ≥ 1: the item by index (1 = first item) +
@@ -2781,8 +2781,8 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   - `collapse_seps`: collapse multiple consecutive separators into a single one +
   - `keep_eol`: keep end of line for each value +
   - `strip_items=xyz`: strip chars `x`, `y` and `z` from beginning/end of items +
-  - `max_items=N`: return max N items |
-  >> `+${split:1,,,abc,def,ghi}+` +
+  - `max_items=N`: return max N items
+| >> `+${split:1,,,abc,def,ghi}+` +
   == `+abc+` +
   +
   >> `+${split:-1,,,abc,def,ghi}+` +
@@ -2810,13 +2810,13 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+is a test+`
 
 // TRANSLATION MISSING
-| `+${split_shell:number,xxx}+` | 3.3 |
-  Split shell arguments, and return, according to `number`: +
+| `+${split_shell:number,xxx}+` | 3.3
+| Split shell arguments, and return, according to `number`: +
   - `count`: the number of arguments after split +
   - `random`: a random argument +
   - integer ≥ 1: the argument by index (1 = first argument) +
-  - integer ≤ -1: the argument by index from the end (-1 = last argument, -2 = penultimate argument, etc.) |
-  >> `+${split_shell:1,"first arg" arg2}+` +
+  - integer ≤ -1: the argument by index from the end (-1 = last argument, -2 = penultimate argument, etc.)
+| >> `+${split_shell:1,"first arg" arg2}+` +
   == `+first arg+` +
   +
   >> `+${split_shell:-1,"first arg" arg2}+` +
@@ -2829,14 +2829,14 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+arg2+`
 
 // TRANSLATION MISSING
-| `+${re:xxx}+` | 1.1 |
-  Regex data: +
+| `+${re:xxx}+` | 1.1
+| Regex data: +
   `0` = whole string matching, +
   `1` to `99` = group captured, +
   `+++` = last group captured, +
   `#` = index of last group captured _(WeeChat ≥ 1.8)_, +
-  `repl_index` = index of replacement being done (starts to 1) _(WeeChat ≥ 3.3)_. |
-  >> `+${re:0}+` +
+  `repl_index` = index of replacement being done (starts to 1) _(WeeChat ≥ 3.3)_.
+| >> `+${re:0}+` +
   == `+test1 test2+` +
   +
   >> `+${re:1}+` +
@@ -2854,10 +2854,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${re:repl_index}+` +
   == `+1+`
 
-| `+${color:name}+` | 0.4.2 |
-  WeeChat 色コード (色名部分はオプション属性をとることも可能です),
-  書式を確認するには関数 <<_color,color>> をご確認ください |
-  >> `+${color:red}red text+` +
+| `+${color:name}+` | 0.4.2
+| WeeChat 色コード (色名部分はオプション属性をとることも可能です),
+  書式を確認するには関数 <<_color,color>> をご確認ください
+| >> `+${color:red}red text+` +
   == `+red text+` ^(1)^ +
   +
   >> `+${color:*214}bold orange text+` +
@@ -2867,29 +2867,29 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   ^(2)^ 太字オレンジ色で
 
 // TRANSLATION MISSING
-| `+${modifier:name,data,string}+` | 2.7 |
-  Result of a modifier, see function
-  <<_hook_modifier_exec,hook_modifier_exec>>. |
-  >> `+${modifier:eval_path_home,,~}+` +
+| `+${modifier:name,data,string}+` | 2.7
+| Result of a modifier, see function
+  <<_hook_modifier_exec,hook_modifier_exec>>.
+| >> `+${modifier:eval_path_home,,~}+` +
   == `+/home/user+` +
   +
   >> `+${modifier:eval_path_home,directory=config,%h/irc.conf}+` +
   == `+/home/user/.config/weechat/irc.conf+`
 
 | `+${info:name}+` +
-  `+${info:name,arguments}+` | 0.4.3 |
-  WeeChat またはプラグインのインフォ、<<_info_get,info_get>>
-  を参照 |
-  >> `+${info:version}+` +
+  `+${info:name,arguments}+` | 0.4.3
+| WeeChat またはプラグインのインフォ、<<_info_get,info_get>>
+  を参照
+| >> `+${info:version}+` +
   == `+1.0+` +
   +
   >> `+${info:nick_color_name,foo}+` +
   == `+lightblue+`
 
 // TRANSLATION MISSING
-| `+${base_encode:base,xxx}+` | 2.9 |
-  String encoded in base 16, 32 or 64. |
-  >> `+${base_encode:16,test string}+` +
+| `+${base_encode:base,xxx}+` | 2.9
+| String encoded in base 16, 32 or 64.
+| >> `+${base_encode:16,test string}+` +
   == `+7465737420737472696E67+` +
   +
   >> `+${base_encode:32,test string}+` +
@@ -2899,9 +2899,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+dGVzdCBzdHJpbmc=+`
 
 // TRANSLATION MISSING
-| `+${base_decode:base,xxx}+` | 2.9 |
-  String decoded from base 16, 32 or 64. |
-  >> `+${base_decode:16,7465737420737472696E67}+` +
+| `+${base_decode:base,xxx}+` | 2.9
+| String decoded from base 16, 32 or 64.
+| >> `+${base_decode:16,7465737420737472696E67}+` +
   == `+test string+` +
   +
   >> `+${base_decode:32,ORSXG5BAON2HE2LOM4======}+` +
@@ -2911,32 +2911,32 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+test string+`
 
 | `+${date}+` +
-  `+${date:xxx}+` | 1.3 |
-  現在の日付/時刻、カスタム書式を使うことも可能です (`man strftime` を参照)、
-  デフォルト書式は `%F %T` |
-  >> `+${date}+` +
+  `+${date:xxx}+` | 1.3
+| 現在の日付/時刻、カスタム書式を使うことも可能です (`man strftime` を参照)、
+  デフォルト書式は `%F %T`
+| >> `+${date}+` +
   == `+2015-06-30 19:02:45+` +
   +
   >> `+${date:%H:%M:%S}+` +
   == `+19:02:45+`
 
-| `+${env:NAME}+` | 1.2 |
-  環境変数 `NAME` の値 |
-  >> `+${env:HOME}+` +
+| `+${env:NAME}+` | 1.2
+| 環境変数 `NAME` の値
+| >> `+${env:HOME}+` +
   == `+/home/user+`
 
 | `+${if:condition}+` +
   `+${if:condition?true}+`
-  `+${if:condition?true:false}+` | 1.8 |
-  条件、条件が真の場合の値 (任意)、条件が偽の場合の値 (任意)
+  `+${if:condition?true:false}+` | 1.8
+| 条件、条件が真の場合の値 (任意)、条件が偽の場合の値 (任意)
   からなる三項演算子。値を指定しなかった場合、条件の評価結果に応じて
-  "1" または "0" が返されます |
-  >> `+${if:${info:term_width}>80?big:small}+` +
+  "1" または "0" が返されます
+| >> `+${if:${info:term_width}>80?big:small}+` +
   == `+big+`
 
 // TRANSLATION MISSING
-| `+${calc:xxx}+` | 2.7 |
-  Result of expression, where parentheses and the following operators are
+| `+${calc:xxx}+` | 2.7
+| Result of expression, where parentheses and the following operators are
   supported: +
   `+++`: addition +
   `+-+`: subtraction +
@@ -2944,8 +2944,8 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   `+/+`: division +
   `+//+`: result of division without fractional part +
   `+%+`: remainder of division +
-  `+**+`: power. |
-  >> `+${calc:5+2*3}+` +
+  `+**+`: power.
+| >> `+${calc:5+2*3}+` +
   == `+11+` +
   +
   >> `+${calc:(5+2)*3}+` +
@@ -2964,54 +2964,54 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+65536+`
 
 // TRANSLATION MISSING
-| `+${random:min,max}+` | 3.3 |
-  Random integer number in the range from `min` to `max` (inclusive). |
-  >> `+${random:0,10}+` +
+| `+${random:min,max}+` | 3.3
+| Random integer number in the range from `min` to `max` (inclusive).
+| >> `+${random:0,10}+` +
   == `+3+`
 
 // TRANSLATION MISSING
-| `+${translate:xxx}+` | 3.2 |
-  Translated string (depends on the language used by WeeChat to display messages). |
-  >> `+${translate:Plugin}+` +
+| `+${translate:xxx}+` | 3.2
+| Translated string (depends on the language used by WeeChat to display messages).
+| >> `+${translate:Plugin}+` +
   == `+Extension+` ^(1)^ +
   +
   ^(1)^ Example in French
 
 // TRANSLATION MISSING
-| `+${define:name,value}+` | 3.4 |
-  Define a variable `name` set to `value`, which can then be used in the same
-  evaluated expression with `+${name}+`. |
-  >> `+${define:len,${calc:5+3}}${len}x${len}+` +
+| `+${define:name,value}+` | 3.4
+| Define a variable `name` set to `value`, which can then be used in the same
+  evaluated expression with `+${name}+`.
+| >> `+${define:len,${calc:5+3}}${len}x${len}+` +
   == `+8x8+`
 
-| `+${sec.data.name}+` | |
-  セキュアデータ `name` の値 |
-  >> `+${sec.data.libera_pass}+` +
+| `+${sec.data.name}+` |
+| セキュアデータ `name` の値
+| >> `+${sec.data.libera_pass}+` +
   == `+my_password+`
 
-| `+${file.section.option}+` | |
-  オプションの値 |
-  >> `+${weechat.look.buffer_time_format}+` +
+| `+${file.section.option}+` |
+| オプションの値
+| >> `+${weechat.look.buffer_time_format}+` +
   == `+%H:%M:%S+`
 
-| `+${name}+` | |
-  バッファに対するローカル変数 `name` の値 |
-  >> `+${nick}+` +
+| `+${name}+` |
+| バッファに対するローカル変数 `name` の値
+| >> `+${nick}+` +
   == `+FlashCode+`
 
-| `+${pointer}+` | |
-  _pointers_ の変数 `pointer` の値に展開 |
-  >> `+${buffer}+` +
+| `+${pointer}+` |
+| _pointers_ の変数 `pointer` の値に展開
+| >> `+${buffer}+` +
   == `+0x1234abcd+`
 
 // TRANSLATION MISSING
 | `+${hdata.var1.var2...}+` +
-  `+${hdata[list].var1.var2...}+` | |
-  hdata の値 (`window` と `buffer`
+  `+${hdata[list].var1.var2...}+` |
+| hdata の値 (`window` と `buffer`
   ポインタはデフォルトで現在のウィンドウ/バッファに設定されます),
   `list` can be a list name (example: "gui_buffers"), a pointer
-  (example: "0x1234abcd") or a pointer name (example: "my_pointer"). |
-  >> `+${buffer[gui_buffers].full_name}+` +
+  (example: "0x1234abcd") or a pointer name (example: "my_pointer").
+| >> `+${buffer[gui_buffers].full_name}+` +
   == `+core.weechat+` +
   +
   >> `+${buffer[my_buffer_pointer].full_name}+` +
@@ -9547,22 +9547,22 @@ struct t_hook *weechat_hook_process_hashtable (const char *command,
 // TRANSLATION MISSING
 | オプション | Min WeeChat | 値 | デフォルト | 説明
 
-| argN (N は 1 以上) | 0.4.0 | 任意の文字列 | 引数なし |
-  コマンドの引数;
+| argN (N は 1 以上) | 0.4.0 | 任意の文字列 | 引数なし
+| コマンドの引数;
   このオプションを使って引数を渡さない場合、シェルと同じように引数を自動的に分割します
   (_command_ 引数からコマンド引数をロードします)
 
-| stdin | 0.4.3 | (非使用) | 標準出力を使用しない |
-  データを書き込むためのパイプを子プロセスの標準入力 (stdin)
+| stdin | 0.4.3 | (非使用) | 標準出力を使用しない
+| データを書き込むためのパイプを子プロセスの標準入力 (stdin)
   に作成します (関数 <<_hook_set,hook_set>> を参照)
 
-| buffer_flush | 1.0 | バイト数 | 65536 |
-  標準出力および標準エラー出力をフラッシュ (出力をコールバックヘ送信)
+| buffer_flush | 1.0 | バイト数 | 65536
+| 標準出力および標準エラー出力をフラッシュ (出力をコールバックヘ送信)
   するバイト数の最小値。取りうる値の範囲は 1 から 65536 までです。1
   の場合、出力をすぐにコールバックへ送信します。
 
-| detached | 1.0 | (非使用) | detached モードで実行しない |
-  detached モードでプロセスを実行: 標準出力と標準エラー出力を
+| detached | 1.0 | (非使用) | detached モードで実行しない
+| detached モードでプロセスを実行: 標準出力と標準エラー出力を
   _/dev/null_ にリダイレクトする
 |===
 
@@ -9995,89 +9995,89 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
 |===
 | キー | 値 (フォーマット済みバッファ) | 値 (自由内容バッファ) | 例
 
-| buffer |
-  バッファポインタ |
-  バッファポインタ |
-  `+0x1234abcd+`
+| buffer
+| バッファポインタ
+| バッファポインタ
+| `+0x1234abcd+`
 
-| buffer_name |
-  バッファ名 |
-  バッファ名 |
-  `+core.weechat+` +
+| buffer_name
+| バッファ名
+| バッファ名
+| `+core.weechat+` +
   `+irc.server.libera+` +
   `+irc.libera.#weechat+`
 
-| buffer_type |
-  "formatted" |
-  "free" |
-  `+formatted+` +
+| buffer_type
+| "formatted"
+| "free"
+| `+formatted+` +
   `+free+`
 
-| y |
-  利用不可 ("-1") |
-  行番号 (≥ "0") |
-  `+-1+` +
+| y
+| 利用不可 ("-1")
+| 行番号 (≥ "0")
+| `+-1+` +
   `+8+`
 
-| date |
-  行日付 (タイムスタンプ) |
-  利用不可 ("0") |
-  `+1533792000+`
-
-| date_printed |
-  行が表示された日付 (タイムスタンプ) |
-  利用不可 ("0") |
-  `+1533792012+`
-
-| str_time |
-  行に追加される日付 (色コードを入れてもよい) |
-  利用不可 (空文字列) |
-  `+09:07:20+`
-
-| tags_count |
-  タグの個数 (≥ "0") |
-  利用不可 ("0") |
-  `+2+`
-
-| tags |
-  タグのコンマ区切りリスト |
-  利用不可 (空文字列) |
-  `+irc_join,nick_test+`
-
-| displayed |
-  "0" = 行はフィルタされました (非表示) +
-  "1" = 行はフィルタされませんでした (表示) |
-  "0" = 行はフィルタされました (非表示) +
-  "1" = 行はフィルタされませんでした (表示) |
-  `+0+` +
+| date
+| 行日付 (タイムスタンプ)
+| 利用不可 ("0")
+| `+1533792000+`
+
+| date_printed
+| 行が表示された日付 (タイムスタンプ)
+| 利用不可 ("0")
+| `+1533792012+`
+
+| str_time
+| 行に追加される日付 (色コードを入れてもよい)
+| 利用不可 (空文字列)
+| `+09:07:20+`
+
+| tags_count
+| タグの個数 (≥ "0")
+| 利用不可 ("0")
+| `+2+`
+
+| tags
+| タグのコンマ区切りリスト
+| 利用不可 (空文字列)
+| `+irc_join,nick_test+`
+
+| displayed
+| "0" = 行はフィルタされました (非表示) +
+  "1" = 行はフィルタされませんでした (表示)
+| "0" = 行はフィルタされました (非表示) +
+  "1" = 行はフィルタされませんでした (表示)
+| `+0+` +
   `+1+`
 
 // TRANSLATION MISSING
-| notify_level |
-  "-1" = no notify +
+| notify_level
+| "-1" = no notify +
   "0" = 低レベル +
   "1" = メッセージ +
   "2" = プライベートメッセージ +
-  "3" = ハイライト |
-  利用不可 ("0") |
-  `+2+`
-
-| highlight |
-  "0" = ハイライトなし +
-  "1" = ハイライトあり |
-  利用不可 ("0"). |
-  `+0+` +
+  "3" = ハイライト
+| 利用不可 ("0")
+| `+2+`
+
+| highlight
+| "0" = ハイライトなし +
+  "1" = ハイライトあり
+| 利用不可 ("0").
+| `+0+` +
   `+1+`
 
-| prefix |
-  行のプレフィックス |
-  利用不可 (空文字列) |
-  `+-->+`
+| prefix
+| 行のプレフィックス
+| 利用不可 (空文字列)
+| `+-->+`
 
-| message |
-  行のメッセージ |
-  行のメッセージ |
-  `+test (~test@example.com) has joined #channel+`
+| message
+| 行のメッセージ
+| 行のメッセージ
+| `+test (~test@example.com) has joined #channel+`
 |===
 
 戻り値としては、値すべてのフィールドを含む完全なハッシュテーブルを返す必要もありませんし、無効なフィールドがあっても
@@ -10090,73 +10090,73 @@ WeeChat はそれらを無視します。
 |===
 | キー | 設定可能な値 (フォーマット済みバッファ) | 設定可能な値 (自由内容バッファ) | 結果
 
-| buffer |
-  フォーマット済みバッファへのポインタ |
-  自由内容バッファへのポインタ |
-  行を表示するバッファ。 +
+| buffer
+| フォーマット済みバッファへのポインタ
+| 自由内容バッファへのポインタ
+| 行を表示するバッファ。 +
   この値が空の場合、行は削除されます (ハッシュテーブルに含まれるその他の情報も無視されます);
   "line" 型の次のフックも呼び出されません。
 
-| buffer_name |
-  フォーマット済み内容バッファの名前. |
-  自由内容バッファの名前 |
-  行を表示するバッファ。 +
+| buffer_name
+| フォーマット済み内容バッファの名前.
+| 自由内容バッファの名前
+| 行を表示するバッファ。 +
   `buffer` と `+buffer_name+` の両方が設定された場合、`+buffer_name+` の値が優先されます +
   この値が空の場合、行は削除されます (ハッシュテーブルに含まれるその他の情報も無視されます);
   "line" 型の次のフックも呼び出されません。
 
-| y |
-  利用不可 |
-  整数 (≥ "0") |
-  行番号はこの値に設定されます
+| y
+| 利用不可
+| 整数 (≥ "0")
+| 行番号はこの値に設定されます
 
-| date |
-  タイムスタンプ |
-  利用不可 |
-  日付はこの値に設定されます +
+| date
+| タイムスタンプ
+| 利用不可
+| 日付はこの値に設定されます +
   これに対応して `+str_time+` も更新されます
 
-| date_printed |
-  タイムスタンプ |
-  利用不可 |
-  表示される日付はこのタイムスタンプを使います。The printed date is set to this timestamp (not displayed).
+| date_printed
+| タイムスタンプ
+| 利用不可
+| 表示される日付はこのタイムスタンプを使います。The printed date is set to this timestamp (not displayed).
 
-| str_time |
-  文字列 |
-  利用不可 |
-  この文字列は日付を表示する際に使われます。 +
+| str_time
+| 文字列
+| 利用不可
+| この文字列は日付を表示する際に使われます。 +
   `date` と `+str_time+` の両方が設定された場合、`+str_time+` の値が優先されます。
 
-| tags |
-  文字列 |
-  利用不可 |
-  行タグはここで指定したコンマ区切りリストに置き換えられます。 +
+| tags
+| 文字列
+| 利用不可
+| 行タグはここで指定したコンマ区切りリストに置き換えられます。 +
   これに対応して `+notify_level+` と `highlight` も更新されます。
 
-| notify_level |
-  整数 ("-1" から "3") |
-  利用不可 |
-  通知レベルがこの値に設定されます。バッファに行が追加されるとホットリストも更新されます。 +
+| notify_level
+| 整数 ("-1" から "3")
+| 利用不可
+| 通知レベルがこの値に設定されます。バッファに行が追加されるとホットリストも更新されます。 +
   この値に対応して `highlight` の値も更新されます。 +
   `tags` と `+notify_level+` の両方が設定された場合、`+notify_level+`
   の値が優先されます。
 
-| highlight |
-  整数 ("0" または "1") |
-  利用不可 |
-  "0" は行のハイライトを無効化し、"1" は行のハイライトを強制します。 +
+| highlight
+| 整数 ("0" または "1")
+| 利用不可
+| "0" は行のハイライトを無効化し、"1" は行のハイライトを強制します。 +
   この値と `tags` または `+notify_level+` の両方が設定された場合、`highlight`
   の値が優先されます。
 
-| prefix |
-  文字列 |
-  利用不可 |
-  行のプレフィックスがこの値に設定されます
+| prefix
+| 文字列
+| 利用不可
+| 行のプレフィックスがこの値に設定されます
 
-| message |
-  文字列 |
-  文字列 |
-  行メッセージがこの値に設定されます
+| message
+| 文字列
+| 文字列
+| 行メッセージがこの値に設定されます
 |===
 
 C 言語での使用例:
@@ -10367,648 +10367,648 @@ WeeChat とプラグインが送信するシグナルのリスト:
 // TRANSLATION MISSING
 | プラグイン | シグナル | Min WeeChat | 引数 | 説明
 
-| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Scheme スクリプトをロード
+| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9
+| String: スクリプトへのパス
+| Scheme スクリプトをロード
 
-| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Scheme スクリプトをリロード
+| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9
+| String: スクリプトへのパス
+| Scheme スクリプトをリロード
 
-| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  Scheme スクリプトをインストール
+| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| Scheme スクリプトをインストール
 
-| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  Scheme スクリプトを削除
+| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| Scheme スクリプトを削除
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | |
-  String: メッセージ |
-  サーバから IRC メッセージを受信 (メッセージを *無視しない* 場合のみ irc
+| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ |
+| String: メッセージ
+| サーバから IRC メッセージを受信 (メッセージを *無視しない* 場合のみ irc
   プラグインがメッセージを処理する前に、シグナルが送信される) +
   バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。 +
   If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message
   is immediately destroyed and not processed _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | |
-  String: メッセージ |
-  サーバから IRC メッセージを受信 (メッセージを *無視しない* 場合のみ irc
+| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ |
+| String: メッセージ
+| サーバから IRC メッセージを受信 (メッセージを *無視しない* 場合のみ irc
   プラグインがメッセージを処理した後に、シグナルが送信される) +
   バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 |
-  String: メッセージ |
-  サーバから IRC メッセージを受信 (メッセージを無視する場合でも irc
+| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2
+| String: メッセージ
+| サーバから IRC メッセージを受信 (メッセージを無視する場合でも irc
   プラグインがメッセージを処理する前に、シグナルが送信される) +
   バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。 +
   If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the IRC message
   is immediately destroyed and not processed _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 |
-  String: メッセージ |
-  サーバから IRC メッセージを受信 (メッセージを無視する場合でも irc
+| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2
+| String: メッセージ
+| サーバから IRC メッセージを受信 (メッセージを無視する場合でも irc
   プラグインがメッセージを処理した後に、シグナルが送信される) +
   バージョン 2.2 以上ではタグを含めたすべての IRC メッセージが送信されます。
 
-| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 |
-  String: メッセージ |
-  サーバに送信する IRC メッセージ
+| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7
+| String: メッセージ
+| サーバに送信する IRC メッセージ
   (自動分割前、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | |
-  String: メッセージ |
-  サーバに送信する IRC メッセージ
+| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ |
+| String: メッセージ
+| サーバに送信する IRC メッセージ
   (自動分割後、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。 +
   *Warning:* the string may contain invalid UTF-8 data.
   Signal "xxx,irc_out1_yyy" is recommended instead.
 
 // TRANSLATION MISSING
-| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 |
-  String: タグ  + ";" + メッセージ |
-  タグ + サーバに送信する IRC メッセージ +
+| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4
+| String: タグ  + ";" + メッセージ
+| タグ + サーバに送信する IRC メッセージ +
   *Warning:* the string may contain invalid UTF-8 data.
   Signal "xxx,irc_out1_yyy" is recommended instead.
 
-| irc | [[hook_signal_irc_ctcp]] irc_ctcp | |
-  String: メッセージ |
-  CTCP を受信
+| irc | [[hook_signal_irc_ctcp]] irc_ctcp |
+| String: メッセージ
+| CTCP を受信
 
-| irc | [[hook_signal_irc_dcc]] irc_dcc | |
-  String: メッセージ |
-  新しい DCC
+| irc | [[hook_signal_irc_dcc]] irc_dcc |
+| String: メッセージ
+| 新しい DCC
 
-| irc | [[hook_signal_irc_pv]] irc_pv | |
-  String: メッセージ |
-  プライベートメッセージを受信
+| irc | [[hook_signal_irc_pv]] irc_pv |
+| String: メッセージ
+| プライベートメッセージを受信
 
-| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened | |
-  Pointer: バッファ |
-  チャンネルを開いた
+| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened |
+| Pointer: バッファ
+| チャンネルを開いた
 
-| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened | |
-  Pointer: バッファ |
-  プライベートメッセージを開いた
+| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened |
+| Pointer: バッファ
+| プライベートメッセージを開いた
 
-| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7 |
-  Pointer: バッファ |
-  サーババッファを開いた
+| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7
+| Pointer: バッファ
+| サーババッファを開いた
 
-| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting | |
-  String: サーバ名 |
-  サーバに接続中
+| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting |
+| String: サーバ名
+| サーバに接続中
 
-| irc | [[hook_signal_irc_server_connected]] irc_server_connected | |
-  String: サーバ名 |
-  サーバとの接続を確立
+| irc | [[hook_signal_irc_server_connected]] irc_server_connected |
+| String: サーバ名
+| サーバとの接続を確立
 
-| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected | |
-  String: サーバ名 |
-  サーバから切断された
+| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected |
+| String: サーバ名
+| サーバから切断された
 
-| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8 |
-  String: サーバ名 |
-  指定したサーバの遅延時間が変化
+| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8
+| String: サーバ名
+| 指定したサーバの遅延時間が変化
 
-| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing | |
-  Pointer: 無視 |
-  無視条件を削除中
+| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing |
+| Pointer: 無視
+| 無視条件を削除中
 
-| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed | |
-  - |
-  無視条件を削除した
+| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed |
+| -
+| 無視条件を削除した
 
-| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8 |
-  String: サーバ名 + "," + ニックネーム |
-  通知リストに入っているニックネームがサーバに参加
+| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8
+| String: サーバ名 + "," + ニックネーム
+| 通知リストに入っているニックネームがサーバに参加
 
-| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8 |
-  String: サーバ名 + "," + ニックネーム |
-  通知リストに入っているニックネームがサーバから切断
+| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8
+| String: サーバ名 + "," + ニックネーム
+| 通知リストに入っているニックネームがサーバから切断
 
-| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8 |
-  String: サーバ名 + "," + ニックネーム + "," + 離席メッセージ |
-  通知リストに入っているニックネームが離席状態に
+| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8
+| String: サーバ名 + "," + ニックネーム + "," + 離席メッセージ
+| 通知リストに入っているニックネームが離席状態に
 
-| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8 |
-  String: サーバ名 + "," + ニックネーム + "," + 離席メッセージ |
-  通知リストに入っているニックネームはまだ離席状態 (離席メッセージを変更)
+| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8
+| String: サーバ名 + "," + ニックネーム + "," + 離席メッセージ
+| 通知リストに入っているニックネームはまだ離席状態 (離席メッセージを変更)
 
-| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8 |
-  String: サーバ名 + "," + ニックネーム |
-  通知リストに入っているニックネームが着席状態に (離席状態を解除)
+| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8
+| String: サーバ名 + "," + ニックネーム
+| 通知リストに入っているニックネームが着席状態に (離席状態を解除)
 
-| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2 |
-  String: スクリプトへのパス |
-  JavaScript スクリプトをロード
+| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2
+| String: スクリプトへのパス
+| JavaScript スクリプトをロード
 
-| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2 |
-  String: スクリプトへのパス |
-  JavaScript スクリプトをリロード
+| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2
+| String: スクリプトへのパス
+| JavaScript スクリプトをリロード
 
-| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  JavaScript スクリプトをインストール
+| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| JavaScript スクリプトをインストール
 
-| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  JavaScript スクリプトを削除
+| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| JavaScript スクリプトを削除
 
-| logger | [[hook_signal_logger_start]] logger_start | |
-  Pointer: バッファ |
-  バッファのログ保存を開始
+| logger | [[hook_signal_logger_start]] logger_start |
+| Pointer: バッファ
+| バッファのログ保存を開始
 
-| logger | [[hook_signal_logger_stop]] logger_stop | |
-  Pointer: バッファ |
-  バッファのログ保存を中止
+| logger | [[hook_signal_logger_stop]] logger_stop |
+| Pointer: バッファ
+| バッファのログ保存を中止
 
-| logger | [[hook_signal_logger_backlog]] logger_backlog | |
-  Pointer: バッファ |
-  バッファのバックログを表示
+| logger | [[hook_signal_logger_backlog]] logger_backlog |
+| Pointer: バッファ
+| バッファのバックログを表示
 
-| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Lua スクリプトをロード
+| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9
+| String: スクリプトへのパス
+| Lua スクリプトをロード
 
-| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Lua スクリプトをリロード
+| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9
+| String: スクリプトへのパス
+| Lua スクリプトをリロード
 
-| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  Lua スクリプトをインストール
+| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| Lua スクリプトをインストール
 
-| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  Lua スクリプトを削除
+| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| Lua スクリプトを削除
 
-| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Perl スクリプトをロード
+| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9
+| String: スクリプトへのパス
+| Perl スクリプトをロード
 
-| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Perl スクリプトをリロード
+| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9
+| String: スクリプトへのパス
+| Perl スクリプトをリロード
 
-| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  Perl スクリプトをインストール
+| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| Perl スクリプトをインストール
 
-| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  Perl スクリプトを削除
+| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| Perl スクリプトを削除
 
-| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0 |
-  String: スクリプトへのパス |
-  PHP スクリプトをロード
+| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0
+| String: スクリプトへのパス
+| PHP スクリプトをロード
 
-| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0 |
-  String: スクリプトへのパス |
-  PHP スクリプトをリロード
+| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0
+| String: スクリプトへのパス
+| PHP スクリプトをリロード
 
-| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  PHP スクリプトをインストール
+| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| PHP スクリプトをインストール
 
-| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  PHP スクリプトを削除
+| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| PHP スクリプトを削除
 
-| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Python スクリプトをロード
+| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9
+| String: スクリプトへのパス
+| Python スクリプトをロード
 
-| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Python スクリプトをリロード
+| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9
+| String: スクリプトへのパス
+| Python スクリプトをリロード
 
-| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  Python スクリプトをインストール
+| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| Python スクリプトをインストール
 
-| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  Python スクリプトを削除
+| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| Python スクリプトを削除
 
-| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0 |
-  Pointer: リレークライアント |
-  リレークライアントが接続中
+| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0
+| Pointer: リレークライアント
+| リレークライアントが接続中
 
-| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0 |
-  Pointer: リレークライアント |
-  リレークライアントからの認証待ち
+| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0
+| Pointer: リレークライアント
+| リレークライアントからの認証待ち
 
-| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0 |
-  Pointer: リレークライアント |
-  リレークライアントからの認証に成功
+| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0
+| Pointer: リレークライアント
+| リレークライアントからの認証に成功
 
-| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0 |
-  Pointer: リレークライアント |
-  リレークライアントが接続
+| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0
+| Pointer: リレークライアント
+| リレークライアントが接続
 
-| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0 |
-  Pointer: リレークライアント |
-  リレークライアントの認証に失敗
+| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0
+| Pointer: リレークライアント
+| リレークライアントの認証に失敗
 
-| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0 |
-  Pointer: リレークライアント |
-  リレークライアントが切断
+| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0
+| Pointer: リレークライアント
+| リレークライアントが切断
 
-| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Ruby スクリプトをロード
+| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9
+| String: スクリプトへのパス
+| Ruby スクリプトをロード
 
-| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Ruby スクリプトをリロード
+| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9
+| String: スクリプトへのパス
+| Ruby スクリプトをリロード
 
-| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  Ruby スクリプトをインストール
+| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| Ruby スクリプトをインストール
 
-| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  Ruby スクリプトを削除
+| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| Ruby スクリプトを削除
 
-| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4 |
-  Pointer: バッファ |
-  スペルの間違っている単語に対する新しい修正候補
+| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4
+| Pointer: バッファ
+| スペルの間違っている単語に対する新しい修正候補
 
-| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Tcl スクリプトをロード
+| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9
+| String: スクリプトへのパス
+| Tcl スクリプトをロード
 
-| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9 |
-  String: スクリプトへのパス |
-  Tcl スクリプトをリロード
+| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9
+| String: スクリプトへのパス
+| Tcl スクリプトをリロード
 
-| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9 |
-  String: インストールされたスクリプトへのパスのコンマ区切りリスト |
-  Tcl スクリプトをインストール
+| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9
+| String: インストールされたスクリプトへのパスのコンマ区切りリスト
+| Tcl スクリプトをインストール
 
-| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9 |
-  String: 削除されたスクリプトへのパスのコンマ区切りリスト |
-  Tcl スクリプトを削除
+| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9
+| String: 削除されたスクリプトへのパスのコンマ区切りリスト
+| Tcl スクリプトを削除
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3 |
-  Pointer: buffer. |
-  User is typing a message (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3
+| Pointer: buffer.
+| User is typing a message (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3 |
-  Pointer: buffer. |
-  User paused during typing (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3
+| Pointer: buffer.
+| User paused during typing (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3 |
-  Pointer: buffer. |
-  User cleared the input without sending the message (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3
+| Pointer: buffer.
+| User cleared the input without sending the message (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3 |
-  Pointer: buffer. |
-  Message (not a command) sent to the buffer (sent by typing plugin, used by irc plugin).
+| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3
+| Pointer: buffer.
+| Message (not a command) sent to the buffer (sent by typing plugin, used by irc plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3 |
-  String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
-  "cleared") + ";" + nick. |
-  Set typing state for a nick on a buffer (sent by irc plugin, handled by typing plugin).
+| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3
+| String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
+  "cleared") + ";" + nick.
+| Set typing state for a nick on a buffer (sent by irc plugin, handled by typing plugin).
 
 // TRANSLATION MISSING
-| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3 |
-  Pointer: buffer. |
-  Remove typing state for all nicks on a buffer (sent by irc plugin, handled by typing plugin).
+| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3
+| Pointer: buffer.
+| Remove typing state for all nicks on a buffer (sent by irc plugin, handled by typing plugin).
 
-| weechat | [[hook_signal_buffer_opened]] buffer_opened | |
-  Pointer: バッファ |
-  バッファを開いた
+| weechat | [[hook_signal_buffer_opened]] buffer_opened |
+| Pointer: バッファ
+| バッファを開いた
 
-| weechat | [[hook_signal_buffer_closing]] buffer_closing | |
-  Pointer: バッファ |
-  バッファを閉じている
+| weechat | [[hook_signal_buffer_closing]] buffer_closing |
+| Pointer: バッファ
+| バッファを閉じている
 
-| weechat | [[hook_signal_buffer_closed]] buffer_closed | |
-  Pointer: バッファ |
-  バッファを閉じた
+| weechat | [[hook_signal_buffer_closed]] buffer_closed |
+| Pointer: バッファ
+| バッファを閉じた
 
-| weechat | [[hook_signal_buffer_cleared]] buffer_cleared | |
-  Pointer: バッファ |
-  バッファをクリア
+| weechat | [[hook_signal_buffer_cleared]] buffer_cleared |
+| Pointer: バッファ
+| バッファをクリア
 
-| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0 |
-  Pointer: バッファ |
-  バッファでフィルタが有効化されています。
+| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0
+| Pointer: バッファ
+| バッファでフィルタが有効化されています。
 
-| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0 |
-  Pointer: バッファ |
-  バッファでフィルタが無効化されています。
+| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0
+| Pointer: バッファ
+| バッファでフィルタが無効化されています。
 
-| weechat | [[hook_signal_buffer_hidden]] buffer_hidden | |
-  Pointer: バッファ |
-  バッファを隠す
+| weechat | [[hook_signal_buffer_hidden]] buffer_hidden |
+| Pointer: バッファ
+| バッファを隠す
 
-| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden | |
-  Pointer: バッファ |
-  バッファを隠すことを止める
+| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden |
+| Pointer: バッファ
+| バッファを隠すことを止める
 
-| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7 |
-  Pointer: 行 |
-  バッファに行を追加
+| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7
+| Pointer: 行
+| バッファに行を追加
 
-| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden | |
-  Pointer: バッファ |
-  バッファから行を隠す
+| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden |
+| Pointer: バッファ
+| バッファから行を隠す
 
-| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added | |
-  Pointer: バッファ |
-  ローカル変数を追加
+| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added |
+| Pointer: バッファ
+| ローカル変数を追加
 
-| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed | |
-  Pointer: バッファ |
-  ローカル変数を変更
+| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed |
+| Pointer: バッファ
+| ローカル変数を変更
 
-| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed | |
-  Pointer: バッファ |
-  ローカル変数を削除
+| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed |
+| Pointer: バッファ
+| ローカル変数を削除
 
-| weechat | [[hook_signal_buffer_merged]] buffer_merged | |
-  Pointer: バッファ |
-  バッファをマージ
+| weechat | [[hook_signal_buffer_merged]] buffer_merged |
+| Pointer: バッファ
+| バッファをマージ
 
-| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged | |
-  Pointer: バッファ |
-  バッファのマージを解除
+| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged |
+| Pointer: バッファ
+| バッファのマージを解除
 
-| weechat | [[hook_signal_buffer_moved]] buffer_moved | |
-  Pointer: バッファ |
-  バッファを移動
+| weechat | [[hook_signal_buffer_moved]] buffer_moved |
+| Pointer: バッファ
+| バッファを移動
 
-| weechat | [[hook_signal_buffer_renamed]] buffer_renamed | |
-  Pointer: バッファ |
-  バッファの名前を変更
+| weechat | [[hook_signal_buffer_renamed]] buffer_renamed |
+| Pointer: バッファ
+| バッファの名前を変更
 
-| weechat | [[hook_signal_buffer_switch]] buffer_switch | |
-  Pointer: バッファ |
-  バッファを切り替え
+| weechat | [[hook_signal_buffer_switch]] buffer_switch |
+| Pointer: バッファ
+| バッファを切り替え
 
-| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed | |
-  Pointer: バッファ |
-  バッファのタイトルを変更
+| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed |
+| Pointer: バッファ
+| バッファのタイトルを変更
 
-| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed | |
-  Pointer: バッファ |
-  バッファのタイプを変更
+| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed |
+| Pointer: バッファ
+| バッファのタイプを変更
 
-| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3 |
-  Pointer: バッファ |
-  マージされたバッファをズーム
+| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3
+| Pointer: バッファ
+| マージされたバッファをズーム
 
-| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3 |
-  Pointer: バッファ |
-  マージされたバッファをアンズーム
+| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3
+| Pointer: バッファ
+| マージされたバッファをアンズーム
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2 |
-  - |
-  Start cursor mode.
+| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2
+| -
+| Start cursor mode.
 
 // TRANSLATION MISSING
-| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2 |
-  - |
-  End cursor mode.
+| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2
+| -
+| End cursor mode.
 
-| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2 |
-  String: 新しい日付、書式: "2010-01-31" |
-  システムの日付が変更された
+| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2
+| String: 新しい日付、書式: "2010-01-31"
+| システムの日付が変更された
 
-| weechat | [[hook_signal_debug_dump]] debug_dump | |
-  String: プラグイン名 |
-  リクエストをダンプ
+| weechat | [[hook_signal_debug_dump]] debug_dump |
+| String: プラグイン名
+| リクエストをダンプ
 
-| weechat | [[hook_signal_debug_libs]] debug_libs | |
-  - |
-  使用中の外部ライブラリを表示
+| weechat | [[hook_signal_debug_libs]] debug_libs |
+| -
+| 使用中の外部ライブラリを表示
 
-| weechat | [[hook_signal_filter_added]] filter_added | |
-  Pointer: フィルタ |
-  フィルタを追加
+| weechat | [[hook_signal_filter_added]] filter_added |
+| Pointer: フィルタ
+| フィルタを追加
 
-| weechat | [[hook_signal_filter_removing]] filter_removing | |
-  Pointer: フィルタ |
-  フィルタを削除中
+| weechat | [[hook_signal_filter_removing]] filter_removing |
+| Pointer: フィルタ
+| フィルタを削除中
 
-| weechat | [[hook_signal_filter_removed]] filter_removed | |
-  - |
-  フィルタを削除
+| weechat | [[hook_signal_filter_removed]] filter_removed |
+| -
+| フィルタを削除
 
-| weechat | [[hook_signal_filters_enabled]] filters_enabled | |
-  - |
-  フィルタを有効化
+| weechat | [[hook_signal_filters_enabled]] filters_enabled |
+| -
+| フィルタを有効化
 
-| weechat | [[hook_signal_filters_disabled]] filters_disabled | |
-  - |
-  フィルタを無効化
+| weechat | [[hook_signal_filters_disabled]] filters_disabled |
+| -
+| フィルタを無効化
 
-| weechat | [[hook_signal_hotlist_changed]] hotlist_changed | |
-  Pointer: バッファ (NULL も可) |
-  ホットリストが変更された
+| weechat | [[hook_signal_hotlist_changed]] hotlist_changed |
+| Pointer: バッファ (NULL も可)
+| ホットリストが変更された
 
-| weechat | [[hook_signal_input_paste_pending]] input_paste_pending | |
-  - |
-  ペーストを保留中
+| weechat | [[hook_signal_input_paste_pending]] input_paste_pending |
+| -
+| ペーストを保留中
 
-| weechat | [[hook_signal_input_search]] input_search | |
-  Pointer: バッファ |
-  バッファテキストの検索
+| weechat | [[hook_signal_input_search]] input_search |
+| Pointer: バッファ
+| バッファテキストの検索
 
-| weechat | [[hook_signal_input_text_changed]] input_text_changed | |
-  Pointer: バッファ |
-  入力テキストが変更された
+| weechat | [[hook_signal_input_text_changed]] input_text_changed |
+| Pointer: バッファ
+| 入力テキストが変更された
 
-| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved | |
-  Pointer: バッファ |
-  入力テキストカーソルを移動
+| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved |
+| Pointer: バッファ
+| 入力テキストカーソルを移動
 
-| weechat | [[hook_signal_key_bind]] key_bind | |
-  String: キー |
-  キー割り当てを追加
+| weechat | [[hook_signal_key_bind]] key_bind |
+| String: キー
+| キー割り当てを追加
 
-| weechat | [[hook_signal_key_unbind]] key_unbind | |
-  String: キー |
-  キー割り当てを削除
+| weechat | [[hook_signal_key_unbind]] key_unbind |
+| String: キー
+| キー割り当てを削除
 
-| weechat | [[hook_signal_key_pressed]] key_pressed | |
-  String: 押されたキー |
-  キーが押された
+| weechat | [[hook_signal_key_pressed]] key_pressed |
+| String: 押されたキー
+| キーが押された
 
-| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0 |
-  String: キーの組み合わせ |
-  _default_ コンテキスト内のキーの組み合わせ
+| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0
+| String: キーの組み合わせ
+| _default_ コンテキスト内のキーの組み合わせ
 
-| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0 |
-  String: キーの組み合わせ |
-  _search_ コンテキスト内のキーの組み合わせ
+| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0
+| String: キーの組み合わせ
+| _search_ コンテキスト内のキーの組み合わせ
 
-| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0 |
-  String: キーの組み合わせ |
-  _cursor_ コンテキスト内のキーの組み合わせ
+| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0
+| String: キーの組み合わせ
+| _cursor_ コンテキスト内のキーの組み合わせ
 
-| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1 |
-  - |
-  マウスが有効化された
+| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
+| -
+| マウスが有効化された
 
-| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1 |
-  - |
-  マウスが無効化された
+| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1
+| -
+| マウスが無効化された
 
-| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2 |
-  String: バッファポインタ + "," + グループ名 |
-  ニックネームリストにグループを追加
+| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2
+| String: バッファポインタ + "," + グループ名
+| ニックネームリストにグループを追加
 
-| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4 |
-  String: バッファポインタ + "," + グループ名 |
-  ニックネームリストのグループを変更
+| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4
+| String: バッファポインタ + "," + グループ名
+| ニックネームリストのグループを変更
 
-| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  String: バッファポインタ + "," + グループ名 |
-  ニックネームリストからグループを削除中
+| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| String: バッファポインタ + "," + グループ名
+| ニックネームリストからグループを削除中
 
-| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2 |
-  String: バッファポインタ + "," + グループ名 |
-  ニックネームリストからグループを削除
+| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2
+| String: バッファポインタ + "," + グループ名
+| ニックネームリストからグループを削除
 
-| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2 |
-  String: バッファポインタ + "," + ニックネーム |
-  ニックネームリストにニックネームを追加
+| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2
+| String: バッファポインタ + "," + ニックネーム
+| ニックネームリストにニックネームを追加
 
-| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4 |
-  String: バッファポインタ + "," + ニックネーム |
-  ニックネームリストのニックネームを変更
+| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4
+| String: バッファポインタ + "," + ニックネーム
+| ニックネームリストのニックネームを変更
 
-| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  String: バッファポインタ + "," + ニックネーム |
-  ニックネームリストからニックネームを削除中
+| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| String: バッファポインタ + "," + ニックネーム
+| ニックネームリストからニックネームを削除中
 
-| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2 |
-  String: バッファポインタ + "," + ニックネーム |
-  ニックネームリストからニックネームを削除
+| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2
+| String: バッファポインタ + "," + ニックネーム
+| ニックネームリストからニックネームを削除
 
-| weechat | [[hook_signal_partial_completion]] partial_completion | |
-  - |
-  部分補完を実行
+| weechat | [[hook_signal_partial_completion]] partial_completion |
+| -
+| 部分補完を実行
 
-| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9 |
-  String: 読み込んだプラグインへのパス |
-  プラグインをロード
+| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9
+| String: 読み込んだプラグインへのパス
+| プラグインをロード
 
-| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9 |
-  String: リロードしたプラグインの名前 (例: "irc") |
-  プラグインをリロード
+| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9
+| String: リロードしたプラグインの名前 (例: "irc")
+| プラグインをリロード
 
-| weechat | [[hook_signal_quit]] quit | |
-  String: /quit の引数 |
-  ユーザがコマンド `/quit` を実行
+| weechat | [[hook_signal_quit]] quit |
+| String: /quit の引数
+| ユーザがコマンド `/quit` を実行
 
-| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3 |
-  - |
-  SIGHUP シグナルを受信
+| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3
+| -
+| SIGHUP シグナルを受信
 
-| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2 |
-  - |
-  SIGQUIT シグナルを受信 (コアダンプ付きで終了要求)
+| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2
+| -
+| SIGQUIT シグナルを受信 (コアダンプ付きで終了要求)
 
-| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2 |
-  - |
-  SIGTERM シグナルを受信 (WeeChat プロセスを正常に終了させる)
+| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2
+| -
+| SIGTERM シグナルを受信 (WeeChat プロセスを正常に終了させる)
 
-| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3 |
-  - |
-  SIGWINCH シグナルを受信しました (端末サイズが変更されました)
+| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3
+| -
+| SIGWINCH シグナルを受信しました (端末サイズが変更されました)
 
-| weechat | [[hook_signal_upgrade]] upgrade | |
-  String: /upgrade に "-quit" 引数が与えられた場合は "quit"、それ以外は NULL |
-  ユーザがコマンド `/upgrade` を実行
+| weechat | [[hook_signal_upgrade]] upgrade |
+| String: /upgrade に "-quit" 引数が与えられた場合は "quit"、それ以外は NULL
+| ユーザがコマンド `/upgrade` を実行
 
-| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4 |
-  - |
-  アップグレード作業 (コマンド `/upgrade`) が終了
+| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4
+| -
+| アップグレード作業 (コマンド `/upgrade`) が終了
 
-| weechat | [[hook_signal_weechat_highlight]] weechat_highlight | |
-  String: プレフィックス付のメッセージ |
-  メッセージがハイライトされました
+| weechat | [[hook_signal_weechat_highlight]] weechat_highlight |
+| String: プレフィックス付のメッセージ
+| メッセージがハイライトされました
 
-| weechat | [[hook_signal_weechat_pv]] weechat_pv | |
-  String: プレフィックス付のメッセージ |
-  プライベートメッセージの表示
+| weechat | [[hook_signal_weechat_pv]] weechat_pv |
+| String: プレフィックス付のメッセージ
+| プライベートメッセージの表示
 
-| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6 |
-  Pointer: ウィンドウ |
-  ウィンドウを閉じています
+| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6
+| Pointer: ウィンドウ
+| ウィンドウを閉じています
 
-| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6 |
-  Pointer: ウィンドウ |
-  ウィンドウを閉じた
+| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6
+| Pointer: ウィンドウ
+| ウィンドウを閉じた
 
-| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1 |
-  Pointer: ウィンドウ |
-  ウィンドウを開いた
+| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1
+| Pointer: ウィンドウ
+| ウィンドウを開いた
 
-| weechat | [[hook_signal_window_scrolled]] window_scrolled | |
-  Pointer: ウィンドウ |
-  ウィンドウをスクロール
+| weechat | [[hook_signal_window_scrolled]] window_scrolled |
+| Pointer: ウィンドウ
+| ウィンドウをスクロール
 
-| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7 |
-  Pointer: ウィンドウ |
-  ウィンドウを切り替え
+| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7
+| Pointer: ウィンドウ
+| ウィンドウを切り替え
 
-| weechat | [[hook_signal_window_zoom]] window_zoom | |
-  Pointer: 現在のウィンドウ |
-  ウィンドウをズーム中
+| weechat | [[hook_signal_window_zoom]] window_zoom |
+| Pointer: 現在のウィンドウ
+| ウィンドウをズーム中
 
-| weechat | [[hook_signal_window_zoomed]] window_zoomed | |
-  Pointer: 現在のウィンドウ |
-  ウィンドウをズーム
+| weechat | [[hook_signal_window_zoomed]] window_zoomed |
+| Pointer: 現在のウィンドウ
+| ウィンドウをズーム
 
-| weechat | [[hook_signal_window_unzoom]] window_unzoom | |
-  Pointer: 現在のウィンドウ |
-  ウィンドウのズームを元に戻している
+| weechat | [[hook_signal_window_unzoom]] window_unzoom |
+| Pointer: 現在のウィンドウ
+| ウィンドウのズームを元に戻している
 
-| weechat | [[hook_signal_window_unzoomed]] window_unzoomed | |
-  Pointer: 現在のウィンドウ |
-  ウィンドウのズームを元に戻す
+| weechat | [[hook_signal_window_unzoomed]] window_unzoomed |
+| Pointer: 現在のウィンドウ
+| ウィンドウのズームを元に戻す
 
-| xfer | [[hook_signal_xfer_add]] xfer_add | |
-  Pointer: xfer インフォを含むインフォリスト |
-  新しい xfer
+| xfer | [[hook_signal_xfer_add]] xfer_add |
+| Pointer: xfer インフォを含むインフォリスト
+| 新しい xfer
 
-| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready | |
-  Pointer: xfer インフォを含むインフォリスト |
-  Xfer の準備完了
+| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready |
+| Pointer: xfer インフォを含むインフォリスト
+| Xfer の準備完了
 
-| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume | |
-  Pointer: xfer インフォを含むインフォリスト |
-  Xfer のレジュームを受け入れる
+| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume |
+| Pointer: xfer インフォを含むインフォリスト
+| Xfer のレジュームを受け入れる
 
-| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume | |
-  Pointer: xfer インフォを含むインフォリスト |
-  Xfer のレジュームの受け入れを完了
+| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume |
+| Pointer: xfer インフォを含むインフォリスト
+| Xfer のレジュームの受け入れを完了
 
-| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume | |
-  Pointer: xfer インフォを含むインフォリスト |
-  レジュームの開始
+| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume |
+| Pointer: xfer インフォを含むインフォリスト
+| レジュームの開始
 
-| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready | |
-  Pointer: xfer インフォを含むインフォリスト |
-  Xfer レジュームの準備完了
+| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready |
+| Pointer: xfer インフォを含むインフォリスト
+| Xfer レジュームの準備完了
 
-| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2 |
-  Pointer: xfer インフォを含むインフォリスト |
-  Xfer を終了
+| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2
+| Pointer: xfer インフォを含むインフォリスト
+| Xfer を終了
 |===
 
 [NOTE]
@@ -11300,45 +11300,45 @@ hsignal のリスト:
 // TRANSLATION MISSING
 | プラグイン | シグナル | Min WeeChat | 引数 | 説明
 
-| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 |
-  <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> を参照 |
-  出力の転送
+| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4
+| <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> を参照
+| 出力の転送
 
-| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): バッファ +
+| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): バッファ +
   _parent_group_ (_struct t_gui_nick_group *_): 親グループ +
-  _group_ (_struct t_gui_nick_group *_): グループ |
-  ニックネームリストにグループを追加
+  _group_ (_struct t_gui_nick_group *_): グループ
+| ニックネームリストにグループを追加
 
-| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): バッファ +
+| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): バッファ +
   _parent_group_ (_struct t_gui_nick_group *_): 親グループ +
-  _nick_ (_struct t_gui_nick *_): ニックネーム |
-  ニックネームリストにニックネームを追加
+  _nick_ (_struct t_gui_nick *_): ニックネーム
+| ニックネームリストにニックネームを追加
 
-| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): バッファ +
+| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): バッファ +
   _parent_group_ (_struct t_gui_nick_group *_): 親グループ +
-  _group_ (_struct t_gui_nick_group *_): グループ |
-  ニックネームリストからグループを削除
+  _group_ (_struct t_gui_nick_group *_): グループ
+| ニックネームリストからグループを削除
 
-| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): バッファ +
+| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): バッファ +
   _parent_group_ (_struct t_gui_nick_group *_): 親グループ +
-  _nick_ (_struct t_gui_nick *_): ニックネーム |
-  ニックネームリストからニックネームを削除
+  _nick_ (_struct t_gui_nick *_): ニックネーム
+| ニックネームリストからニックネームを削除
 
-| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): バッファ +
+| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): バッファ +
   _parent_group_ (_struct t_gui_nick_group *_): 親グループ +
-  _group_ (_struct t_gui_nick_group *_): グループ |
-  ニックネームリストに含まれるグループを変更
+  _group_ (_struct t_gui_nick_group *_): グループ
+| ニックネームリストに含まれるグループを変更
 
-| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): バッファ +
+| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): バッファ +
   _parent_group_ (_struct t_gui_nick_group *_): 親グループ +
-  _nick_ (_struct t_gui_nick *_): ニックネーム |
-  ニックネームリストに含まれるニックネームを変更
+  _nick_ (_struct t_gui_nick *_): ニックネーム
+| ニックネームリストに含まれるニックネームを変更
 |===
 
 [NOTE]
@@ -11731,72 +11731,72 @@ WeeChat とプラグインが使う修飾子のリスト:
 | 修飾子 | Min WeeChat | 修飾子データ | 文字列 | 出力
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | |
-  サーバ名 |
-  IRC サーバから受信したメッセージの内容 (文字セットをデコードする前) +
+| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ |
+| サーバ名
+| IRC サーバから受信したメッセージの内容 (文字セットをデコードする前) +
   *Warning:* the string may contain invalid UTF-8 data; use only for raw
   operations on a message.
-  Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead. |
-  メッセージの新しい内容
+  Modifier <<hook_modifier_irc_in2_xxx,irc_in2_xxx>> is recommended instead.
+| メッセージの新しい内容
 
-| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 |
-  サーバ名 |
-  IRC サーバから受信したメッセージの内容 (文字セットをデコードした後) |
-  メッセージの新しい内容
+| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5
+| サーバ名
+| IRC サーバから受信したメッセージの内容 (文字セットをデコードした後)
+| メッセージの新しい内容
 
-| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 |
-  サーバ名 |
-  IRC サーバに送信するメッセージの内容
+| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7
+| サーバ名
+| IRC サーバに送信するメッセージの内容
   (自動分割前、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。|
   メッセージの新しい内容
 
-| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | |
-  サーバ名 |
-  IRC サーバに送信するメッセージの内容
+| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ |
+| サーバ名
+| IRC サーバに送信するメッセージの内容
   (自動分割後、自動分割はデフォルトでメッセージを 512 バイト内に収まるように分割します)。|
   メッセージの新しい内容
 
 // TRANSLATION MISSING
-| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | |
-  ウィンドウへのポインタの文字列 (eg: "0x1234abcd") |
-  空文字列 |
-  バーを表示する場合は "1"、隠す場合は "0"
+| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ |
+| ウィンドウへのポインタの文字列 (eg: "0x1234abcd")
+| 空文字列
+| バーを表示する場合は "1"、隠す場合は "0"
 
 // TRANSLATION MISSING
-| [[hook_modifier_history_add]] history_add | 0.3.2 |
-  バッファへのポインタの文字列 (eg: "0x1234abcd") |
-  コマンド履歴に追加するコマンドラインの内容 (バッファとグローバル履歴) |
-  コマンド履歴に追加した文字列
+| [[hook_modifier_history_add]] history_add | 0.3.2
+| バッファへのポインタの文字列 (eg: "0x1234abcd")
+| コマンド履歴に追加するコマンドラインの内容 (バッファとグローバル履歴)
+| コマンド履歴に追加した文字列
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_content]] input_text_content | |
-  バッファへのポインタの文字列 (eg: "0x1234abcd") |
-  コマンドラインの内容 |
-  コマンドラインの新しい内容
+| [[hook_modifier_input_text_content]] input_text_content |
+| バッファへのポインタの文字列 (eg: "0x1234abcd")
+| コマンドラインの内容
+| コマンドラインの新しい内容
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_display]] input_text_display | |
-  バッファへのポインタの文字列 (eg: "0x1234abcd") |
-  カーソルタグを含まないコマンドラインの内容 |
-  新しい文字列、表示のみ (コマンドラインは変化しない)
+| [[hook_modifier_input_text_display]] input_text_display |
+| バッファへのポインタの文字列 (eg: "0x1234abcd")
+| カーソルタグを含まないコマンドラインの内容
+| 新しい文字列、表示のみ (コマンドラインは変化しない)
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor | |
-  バッファへのポインタの文字列 (eg: "0x1234abcd") |
-  カーソルタグを含むコマンドラインの内容 |
-  新しい文字列、表示のみ (コマンドラインは変化しない)
+| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor |
+| バッファへのポインタの文字列 (eg: "0x1234abcd")
+| カーソルタグを含むコマンドラインの内容
+| 新しい文字列、表示のみ (コマンドラインは変化しない)
 
 // TRANSLATION MISSING
-| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7 |
-  バッファへのポインタの文字列 (eg: "0x1234abcd") |
-  バッファに送信するコマンドラインの内容 (テキストまたはコマンド) |
-  バッファに送信するコマンドラインの新しい内容
+| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7
+| バッファへのポインタの文字列 (eg: "0x1234abcd")
+| バッファに送信するコマンドラインの内容 (テキストまたはコマンド)
+| バッファに送信するコマンドラインの新しい内容
 
 // TRANSLATION MISSING
-| [[hook_modifier_weechat_print]] weechat_print | |
-  buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^ |
-  表示されたメッセージ |
-  表示される新しいメッセージ +
+| [[hook_modifier_weechat_print]] weechat_print |
+| buffer pointer (eg: "0x1234abcd") + ";" + tags ^(3)^
+| 表示されたメッセージ
+| 表示される新しいメッセージ +
   行が表示される際に呼び出されるフックについての詳細は
   <<_hook_line,hook_line>> を参照してください
 |===
@@ -11881,71 +11881,71 @@ WeeChat とプラグインが定義する修飾子のリスト:
 // TRANSLATION MISSING
 | 修飾子 | Min WeeChat | 修飾子データ | 文字列 | 出力
 
-| [[hook_modifier_charset_decode]] charset_decode | |
-  plugin.buffer_name |
-  任意の文字列 |
-  プラグインおよびバッファの文字セットから UTF-8 にデコードされた文字列
-
-| [[hook_modifier_charset_encode]] charset_encode | |
-  plugin.buffer_name |
-  任意の文字列 |
-  UTF-8 からプラグインおよびバッファの文字セットにエンコードされた文字列
-
-| [[hook_modifier_irc_color_decode]] irc_color_decode | |
-  色を保持する場合は "1"、削除する場合は "0" |
-  任意の文字列 |
-  WeeChat 色コードに変換された IRC 色コードを含む (または IRC 色コードを削除された) 文字列
-
-| [[hook_modifier_irc_color_encode]] irc_color_encode | |
-  色を保持する場合は "1"、削除する場合は "0" |
-  任意の文字列 |
-  IRC 色コードを含む (または IRC 色コードを削除された) 文字列
-
-| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0 |
-  色を保持する場合は "1"、削除する場合は "0" |
-  任意の文字列 |
-  IRC 色コードに変換された ANSI 色コードを含む (または ANSI 色コードを削除された) 文字列
-
-| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1 |
-  サーバ名 |
-  認証コマンド (例: `+/msg nickserv identify password+`) |
-  パスワードを隠したコマンド (例: `+/msg nickserv identify ********+`)
-
-| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1 |
-  サーバ名 |
-  `/msg` をサーバに送信した後に表示されるメッセージ |
-  パスワードを隠したメッセージ
+| [[hook_modifier_charset_decode]] charset_decode |
+| plugin.buffer_name
+| 任意の文字列
+| プラグインおよびバッファの文字セットから UTF-8 にデコードされた文字列
+
+| [[hook_modifier_charset_encode]] charset_encode |
+| plugin.buffer_name
+| 任意の文字列
+| UTF-8 からプラグインおよびバッファの文字セットにエンコードされた文字列
+
+| [[hook_modifier_irc_color_decode]] irc_color_decode |
+| 色を保持する場合は "1"、削除する場合は "0"
+| 任意の文字列
+| WeeChat 色コードに変換された IRC 色コードを含む (または IRC 色コードを削除された) 文字列
+
+| [[hook_modifier_irc_color_encode]] irc_color_encode |
+| 色を保持する場合は "1"、削除する場合は "0"
+| 任意の文字列
+| IRC 色コードを含む (または IRC 色コードを削除された) 文字列
+
+| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0
+| 色を保持する場合は "1"、削除する場合は "0"
+| 任意の文字列
+| IRC 色コードに変換された ANSI 色コードを含む (または ANSI 色コードを削除された) 文字列
+
+| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1
+| サーバ名
+| 認証コマンド (例: `+/msg nickserv identify password+`)
+| パスワードを隠したコマンド (例: `+/msg nickserv identify ********+`)
+
+| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1
+| サーバ名
+| `/msg` をサーバに送信した後に表示されるメッセージ
+| パスワードを隠したメッセージ
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3 |
-  - |
-  Any string. |
-  String with IRC tag value escaped,
+| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3
+| -
+| Any string.
+| String with IRC tag value escaped,
   see: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
 // TRANSLATION MISSING
-| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3 |
-  - |
-  Any string. |
-  String with IRC tag value unescaped,
+| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3
+| -
+| Any string.
+| String with IRC tag value unescaped,
   see: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0 |
-  色を保持する場合は "1"、削除する場合は "0" |
-  任意の文字列 |
-  WeeChat 色コードに変換された ANSI 色コードを含む (または ANSI 色コードを削除された) 文字列
+| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0
+| 色を保持する場合は "1"、削除する場合は "0"
+| 任意の文字列
+| WeeChat 色コードに変換された ANSI 色コードを含む (または ANSI 色コードを削除された) 文字列
 
 // TRANSLATION MISSING
-| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7 |
-  - |
-  任意の文字列 |
-  String with WeeChat colors converted to ANSI colors.
+| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7
+| -
+| 任意の文字列
+| String with WeeChat colors converted to ANSI colors.
 
 // TRANSLATION MISSING
-| [[hook_modifier_eval_path_home]] eval_path_home | 2.7 |
-  Optional: `directory=xxx` where `xxx` can be: `config`, `data`, `cache`, `runtime` |
-  Any string. |
-  Evaluated path, result of the function
+| [[hook_modifier_eval_path_home]] eval_path_home | 2.7
+| Optional: `directory=xxx` where `xxx` can be: `config`, `data`, `cache`, `runtime`
+| Any string.
+| Evaluated path, result of the function
   <<_string_eval_path_home,string_eval_path_home>>.
 |===
 
@@ -12337,101 +12337,101 @@ info を使う前にエリアが一致していることを確認して下さい
 |===
 | キー ^(1)^ | 説明 | 値の例 | 定義できない場合の値
 
-| _x | 画面上での列座標 |
-  "0" ... "n" |
+| _x | 画面上での列座標
+| "0" ... "n" |
 
-| _y | 画面上での行座標 |
-  "0" ... "n" |
+| _y | 画面上での行座標
+| "0" ... "n" |
 
-| _key | キーまたはマウスイベント |
-  "button1"、"button2-gesture-left"、... |
+| _key | キーまたはマウスイベント
+| "button1"、"button2-gesture-left"、... |
 
-| _window | ウィンドウへのポインタ |
-  "0x1234abcd" | ""
+| _window | ウィンドウへのポインタ
+| "0x1234abcd" | ""
 
-| _window_number | ウィンドウの番号 |
-  "1" ... "n" | "*"
+| _window_number | ウィンドウの番号
+| "1" ... "n" | "*"
 
-| _buffer | バッファへのポインタ |
-  "0x1234abcd" | ""
+| _buffer | バッファへのポインタ
+| "0x1234abcd" | ""
 
-| _buffer_number | バッファの番号 |
-  "1" ... "n" | "-1"
+| _buffer_number | バッファの番号
+| "1" ... "n" | "-1"
 
-| _buffer_plugin | バッファのプラグイン名 |
-  "core"、"irc"、... | ""
+| _buffer_plugin | バッファのプラグイン名
+| "core"、"irc"、... | ""
 
-| _buffer_name | バッファの名前 |
-  "weechat"、"libera.#weechat"、... | ""
+| _buffer_name | バッファの名前
+| "weechat"、"libera.#weechat"、... | ""
 
-| _buffer_full_name | バッファの完全な名前 |
-  "core.weechat"、"irc.libera.#weechat"、... | ""
+| _buffer_full_name | バッファの完全な名前
+| "core.weechat"、"irc.libera.#weechat"、... | ""
 
-| _buffer_localvar_XXX ^(2)^ | バッファのローカル変数 |
-  任意の値 | 未定義
+| _buffer_localvar_XXX ^(2)^ | バッファのローカル変数
+| 任意の値 | 未定義
 
-| _chat | チャットエリアインジケータ |
-  "0" または "1" | "0"
+| _chat | チャットエリアインジケータ
+| "0" または "1" | "0"
 
-| _chat_line | 行へのポインタ _(WeeChat バージョン 1.2 以上で利用可)_ |
-  "0x1234abcd" | ""
+| _chat_line | 行へのポインタ _(WeeChat バージョン 1.2 以上で利用可)_
+| "0x1234abcd" | ""
 
-| _chat_line_x | 行中の列番号 ^(3)^ |
-  "0" ... "n" | "-1"
+| _chat_line_x | 行中の列番号 ^(3)^
+| "0" ... "n" | "-1"
 
-| _chat_line_y | 行番号 ^(3)^ |
-  "0" ... "n" | "-1"
+| _chat_line_y | 行番号 ^(3)^
+| "0" ... "n" | "-1"
 
-| _chat_line_date | 日付/時間の行 |
-  "1313237175" | "0"
+| _chat_line_date | 日付/時間の行
+| "1313237175" | "0"
 
-| _chat_line_date_printed | 日付/時間の行 ^(4)^ |
-  "1313237175" | "0"
+| _chat_line_date_printed | 日付/時間の行 ^(4)^
+| "1313237175" | "0"
 
-| _chat_line_time | 表示された時間 |
-  "14:06:15" | ""
+| _chat_line_time | 表示された時間
+| "14:06:15" | ""
 
-| _chat_line_tags | 行に設定されたタグ |
-  "irc_privmsg,nick_flashy,log1" | ""
+| _chat_line_tags | 行に設定されたタグ
+| "irc_privmsg,nick_flashy,log1" | ""
 
-| _chat_line_nick | 行を発言したニックネーム |
-  "FlashCode" | ""
+| _chat_line_nick | 行を発言したニックネーム
+| "FlashCode" | ""
 
-| _chat_line_prefix | 行のプレフィックス |
-  "@FlashCode" | ""
+| _chat_line_prefix | 行のプレフィックス
+| "@FlashCode" | ""
 
-| _chat_line_message | 行のメッセージ部分 |
-  "Hello world!" | ""
+| _chat_line_message | 行のメッセージ部分
+| "Hello world!" | ""
 
-| _chat_word | (x,y) の位置にある単語 |
-  "Hello" | ""
+| _chat_word | (x,y) の位置にある単語
+| "Hello" | ""
 
 // TRANSLATION MISSING
-| _chat_bol | Text from beginning of line to (x-1, y). |
-  "He" | ""
+| _chat_bol | Text from beginning of line to (x-1, y).
+| "He" | ""
 
 // TRANSLATION MISSING
-| _chat_eol | Text from (x, y) to the end of line. |
-  "llo world!" | ""
+| _chat_eol | Text from (x, y) to the end of line.
+| "llo world!" | ""
 
-| _bar_name | バーの名前 |
-  "title"、"nicklist"、... | ""
+| _bar_name | バーの名前
+| "title"、"nicklist"、... | ""
 
-| _bar_filling | バーのフィリング |
-  "horizontal"、"vertical"、... | ""
+| _bar_filling | バーのフィリング
+| "horizontal"、"vertical"、... | ""
 
-| _bar_item_name | バー要素の名前 |
-  "buffer_nicklist"、"hotlist"、... | ""
+| _bar_item_name | バー要素の名前
+| "buffer_nicklist"、"hotlist"、... | ""
 
-| _bar_item_line | バー要素中の行座標 |
-  "0" ... "n" | "-1"
+| _bar_item_line | バー要素中の行座標
+| "0" ... "n" | "-1"
 
-| _bar_item_col | バー要素中の列座標 |
-  "0" ... "n" | "-1"
+| _bar_item_col | バー要素中の列座標
+| "0" ... "n" | "-1"
 
 // TRANSLATION MISSING
-| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. |
-  "0x1234abcd" | ""
+| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_.
+| "0x1234abcd" | ""
 |===
 
 [NOTE]
@@ -12526,21 +12526,21 @@ void weechat_hook_set (struct t_hook *hook, const char *property,
 // TRANSLATION MISSING
 | 名前 | Min WeeChat | フック型 | 値 | 説明
 
-| subplugin | | 任意の型 |
-  任意の文字列 |
-  サブプラグインの名前 (通常は `/help command` で _command_
+| subplugin | | 任意の型
+| 任意の文字列
+| サブプラグインの名前 (通常は `/help command` で _command_
   をタイプした時のフックで表示されるスクリプト名)
 
-| stdin | 0.4.3 | _process_、_process_hashtable_ | 任意の文字列 |
-  子プロセスの標準入力 (_stdin_) にデータを送信
+| stdin | 0.4.3 | _process_、_process_hashtable_ | 任意の文字列
+| 子プロセスの標準入力 (_stdin_) にデータを送信
 
-| stdin_close | 0.4.3 | _process_、_process_hashtable_ | (非使用) |
-  子プロセスの標準入力 (_stdin_) にデータを送信するパイプを閉じる
+| stdin_close | 0.4.3 | _process_、_process_hashtable_ | (非使用)
+| 子プロセスの標準入力 (_stdin_) にデータを送信するパイプを閉じる
 
-| signal | 1.0 | _process_、_process_hashtable_ |
-  シグナル番号または以下の名前から 1 つ:
-  `hup`、`int`、`quit`、`kill`、`term`、`usr1`、`usr2` |
-  子プロセスにシグナルを送信
+| signal | 1.0 | _process_、_process_hashtable_
+| シグナル番号または以下の名前から 1 つ:
+  `hup`、`int`、`quit`、`kill`、`term`、`usr1`、`usr2`
+| 子プロセスにシグナルを送信
 |===
 
 C 言語での使用例:
@@ -13376,149 +13376,149 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property,
 | 名前 | Min WeeChat | 値 | 説明
 
 | hotlist | | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE,
-  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" |
-  "+": ホットリストを有効化 (グローバル設定、バッファへのポインタは使われない) +
+  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1"
+| "+": ホットリストを有効化 (グローバル設定、バッファへのポインタは使われない) +
   "-": ホットリストを無効化 (グローバル設定、バッファへのポインタは使われない) +
   優先度: この優先度でホットリストにバッファを追加 +
   "-1": ホットリストからバッファを削除 _(WeeChat バージョン 1.0 以上で利用可)_
 
-| completion_freeze | | "0" または "1" |
-  "0": 補完を止める (デフォルト)
+| completion_freeze | | "0" または "1"
+| "0": 補完を止める (デフォルト)
   (グローバル設定、バッファへのポインタは使われない) +
   "1": コマンドラインが更新された際に補完を継続する
   (グローバル設定、バッファへのポインタは使われない)
 
-| unread | | - |
-  バッファの最後の行の後に未読マーカーを設定
+| unread | | -
+| バッファの最後の行の後に未読マーカーを設定
 
-| display | | "1" または "auto" |
-  "1": 指定したバッファを現在のウィンドウに表示 +
+| display | | "1" または "auto"
+| "1": 指定したバッファを現在のウィンドウに表示 +
   "auto": 指定したバッファを現在のウィンドウに表示、読了マーカーをリセットしない
 
-| hidden | 1.0 | "0" または "1" |
-  "0": バッファを隠すことを止める +
+| hidden | 1.0 | "0" または "1"
+| "0": バッファを隠すことを止める +
   "1": バッファを隠す
 
-| number | | 番号 |
-  指定したバッファをこの番号に移動
+| number | | 番号
+| 指定したバッファをこの番号に移動
 
-| name | | 任意の文字列 |
-  指定したバッファの新しい名前を設定
+| name | | 任意の文字列
+| 指定したバッファの新しい名前を設定
 
-| short_name | | 任意の文字列 |
-  指定したバッファの新しい短縮名を設定
+| short_name | | 任意の文字列
+| 指定したバッファの新しい短縮名を設定
 
-| type | | "formatted" または "free" |
-  バッファのタイプを設定: "formatted" (チャットメッセージ用)、または
+| type | | "formatted" または "free"
+| バッファのタイプを設定: "formatted" (チャットメッセージ用)、または
   "free" (自由内容用); 値が "free" の場合、_clear_ プロパティは強制的に
   "0" に設定されます _(WeeChat バージョン 1.0 以上で利用可)_
 
-| notify | | "0", "1", "2", "3" |
-  バッファの通知レベルを設定: "0" = ホットリストに追加しない、"1" =
+| notify | | "0", "1", "2", "3"
+| バッファの通知レベルを設定: "0" = ホットリストに追加しない、"1" =
   ハイライトされた場合のみ追加、"2" = ハイライトされた場合とメッセージを受信した場合に追加、"3" =
   任意のメッセージを受信した場合に追加
 
-| print_hooks_enabled | | "0" or "1" |
-  プリントフックを無効化する場合は "0"、有効化する場合は "1" (新規バッファに対するデフォルト)
+| print_hooks_enabled | | "0" or "1"
+| プリントフックを無効化する場合は "0"、有効化する場合は "1" (新規バッファに対するデフォルト)
 
-| day_change | 0.4.3 | "0" または "1" |
-  日付変更メッセージを隠す場合は "0"、表示する場合は
+| day_change | 0.4.3 | "0" または "1"
+| 日付変更メッセージを隠す場合は "0"、表示する場合は
   "1" (新規バッファに対するデフォルト)
 
-| clear | 1.0 | "0" または "1" |
-  ユーザからのコマンド `/buffer clear` でバッファのクリアを禁止する場合は
+| clear | 1.0 | "0" または "1"
+| ユーザからのコマンド `/buffer clear` でバッファのクリアを禁止する場合は
   "0"、バッファのクリアを許可する場合は "1" (新規バッファに対するデフォルト)
    (注意: この値が "0" に設定されていたとしても、関数
    <<_buffer_clear,buffer_clear>> を使えばバッファをクリアすることが可能です)
 
-| filter | 1.0 | "0" または "1" |
-  "0": バッファでフィルタを無効化 +
+| filter | 1.0 | "0" または "1"
+| "0": バッファでフィルタを無効化 +
   "1": バッファでフィルタを有効化
 
-| title | | 任意の文字列 |
-  指定したバッファの新しいタイトルを設定
+| title | | 任意の文字列
+| 指定したバッファの新しいタイトルを設定
 
-| time_for_each_line | | "0" または "1" |
-  バッファのすべての行に時間を表示しない場合は "0"、表示する場合は
+| time_for_each_line | | "0" または "1"
+| バッファのすべての行に時間を表示しない場合は "0"、表示する場合は
   "1" (新規バッファに対するデフォルト)
 
-| nicklist | | "0" または "1" |
-  バッファのニックネームリストを表示しない場合は "0"、表示する場合は "1"
+| nicklist | | "0" または "1"
+| バッファのニックネームリストを表示しない場合は "0"、表示する場合は "1"
 
-| nicklist_case_sensitive | | "0" または "1" |
-  ニックネームリストで大文字小文字を区別しない場合は "0"、区別する場合は "1"
+| nicklist_case_sensitive | | "0" または "1"
+| ニックネームリストで大文字小文字を区別しない場合は "0"、区別する場合は "1"
 
-| nicklist_display_groups | | "0" または "1" |
-  ニックネームリストグループを隠す場合は "0"、表示する場合は "1"
+| nicklist_display_groups | | "0" または "1"
+| ニックネームリストグループを隠す場合は "0"、表示する場合は "1"
 
-| highlight_words | | "-" または単語のコンマ区切りリスト |
-  任意のハイライトを無効化する場合は特殊値
+| highlight_words | | "-" または単語のコンマ区切りリスト
+| 任意のハイライトを無効化する場合は特殊値
   "-"、または指定したバッファ内でハイライトする単語のコンマ区切りリスト、例:
   "abc,def,ghi"
 
-| highlight_words_add | | 単語のコンマ区切りリスト |
-  指定したバッファ内でハイライトする単語のコンマ区切りリスト、これらの単語を指定したバッファ内でハイライトする単語に追加します
+| highlight_words_add | | 単語のコンマ区切りリスト
+| 指定したバッファ内でハイライトする単語のコンマ区切りリスト、これらの単語を指定したバッファ内でハイライトする単語に追加します
 
-| highlight_words_del | | 単語のコンマ区切りリスト |
-  指定したバッファ内でハイライトする単語から削除する単語のコンマ区切りリスト
+| highlight_words_del | | 単語のコンマ区切りリスト
+| 指定したバッファ内でハイライトする単語から削除する単語のコンマ区切りリスト
 
-| highlight_regex | | 任意の文字列 |
-  ハイライトする POSIX 拡張正規表現
+| highlight_regex | | 任意の文字列
+| ハイライトする POSIX 拡張正規表現
 
-| highlight_tags_restrict | | タグのコンマ区切りリスト |
-  指定したバッファ内でこれらのタグをつけられたメッセージだけを対象にハイライトする
+| highlight_tags_restrict | | タグのコンマ区切りリスト
+| 指定したバッファ内でこれらのタグをつけられたメッセージだけを対象にハイライトする
   (区切り文字 "+" で論理 "and" を表現することにより複数のタグを組み合わせて使うことができます、例:
   "nick_toto+irc_action")
 
-| highlight_tags | | タグのコンマ区切りリスト |
-  指定したバッファ内でこれらのタグをつけられたメッセージを強制的にハイライトする
+| highlight_tags | | タグのコンマ区切りリスト
+| 指定したバッファ内でこれらのタグをつけられたメッセージを強制的にハイライトする
   (区切り文字 "+" で論理 "and" を表現することにより複数のタグを組み合わせて使うことができます、例:
   "nick_toto+irc_action")
 
-| hotlist_max_level_nicks | | "nick:level" のコンマ区切りリスト |
-  指定したバッファに対するホットリストの最大レベルを付けたニックネームのコンマ区切りリスト
+| hotlist_max_level_nicks | | "nick:level" のコンマ区切りリスト
+| 指定したバッファに対するホットリストの最大レベルを付けたニックネームのコンマ区切りリスト
   (レベル: -1: ホットリストに追加しない、0: 低い、1: メッセージ、2:
   プライベート、3: ハイライト)、例: "joe:2,mike:-1,robert:-1" (joe
   さんのメッセージはハイライトされない、mike さんと robert さんはホットリストを変更しない)
 
-| hotlist_max_level_nicks_add | | "nick:level" のコンマ区切りリスト |
-  ホットリストの最大レベルを付けたニックネームのコンマ区切りリスト、これらのニックネームを指定したバッファ内のニックネームに追加します
+| hotlist_max_level_nicks_add | | "nick:level" のコンマ区切りリスト
+| ホットリストの最大レベルを付けたニックネームのコンマ区切りリスト、これらのニックネームを指定したバッファ内のニックネームに追加します
 
-| hotlist_max_level_nicks_del | | ニックネームのコンマ区切りリスト |
-  ホットリストの最大レベルから削除するニックネームのコンマ区切りリスト
+| hotlist_max_level_nicks_del | | ニックネームのコンマ区切りリスト
+| ホットリストの最大レベルから削除するニックネームのコンマ区切りリスト
 
-| key_bind_xxx | | 任意の文字列 |
-  指定したバッファに対して新しいキー _xxx_
+| key_bind_xxx | | 任意の文字列
+| 指定したバッファに対して新しいキー _xxx_
   を割り当てる、値はキーを押して実行するコマンド
 
-| key_unbind_xxx | | - |
-  指定したバッファに対してキー _xxx_ の割り当てを解除する
+| key_unbind_xxx | | -
+| 指定したバッファに対してキー _xxx_ の割り当てを解除する
 
-| input | | 任意の文字列 |
-  バッファ入力に新しい値を設定
+| input | | 任意の文字列
+| バッファ入力に新しい値を設定
 
-| input_pos | | 位置 |
-  バッファ入力のカーソル位置を設定
+| input_pos | | 位置
+| バッファ入力のカーソル位置を設定
 
-| input_get_unknown_commands | | "0" または "1" |
-  指定したバッファに対する未定義のコマンドを無効にする場合は "0"
+| input_get_unknown_commands | | "0" または "1"
+| 指定したバッファに対する未定義のコマンドを無効にする場合は "0"
   (デフォルト)、未定義のコマンドを受け入れる場合は "1"、例えばユーザが "/unknowncmd"
   を入力した場合、バッファはこれを受け入れる (未定義のコマンドに対するエラーを出さない)
 
-| input_get_empty | | "0" または "1" |
-  バッファに対する空入力を受け取らない場合は "0" (デフォルト)、空入力を受け取る場合は "1"
+| input_get_empty | | "0" または "1"
+| バッファに対する空入力を受け取らない場合は "0" (デフォルト)、空入力を受け取る場合は "1"
 
 // TRANSLATION MISSING
-| input_multiline | | "0" または "1" |
-  "0" to send each line separately to this buffer (default behavior), "1" to
+| input_multiline | | "0" または "1"
+| "0" to send each line separately to this buffer (default behavior), "1" to
   send multiple lines as a single message.
 
-| localvar_set_xxx | | 任意の文字列 |
-  ローカル変数 _xxx_ の新しい値を設定
+| localvar_set_xxx | | 任意の文字列
+| ローカル変数 _xxx_ の新しい値を設定
   (存在しない変数の場合は変数を作成する)
 
-| localvar_del_xxx | | - |
-  ローカル変数 _xxx_ を削除
+| localvar_del_xxx | | -
+| ローカル変数 _xxx_ を削除
 |===
 
 C 言語での使用例:
@@ -14521,12 +14521,12 @@ void weechat_nicklist_group_set (struct t_gui_buffer *buffer,
 |===
 | 名前 | 値 | 説明
 
-| color | WeeChat 色オプション名 |
-  関数 <<_nicklist_add_group,nicklist_add_group>>
+| color | WeeChat 色オプション名
+| 関数 <<_nicklist_add_group,nicklist_add_group>>
   の引数 "color" を参照
 
-| visible | "0"、"1" |
-  "0" = 非表示状態のグループ、"1" = 表示状態のグループ
+| visible | "0"、"1"
+| "0" = 非表示状態のグループ、"1" = 表示状態のグループ
 |===
 
 C 言語での使用例:
@@ -14726,19 +14726,19 @@ void weechat_nicklist_nick_set (struct t_gui_buffer *buffer,
 |===
 | 名前 | 値 | 説明
 
-| color | WeeChat 色オプション名 |
-  関数 <<_nicklist_add_nick,nicklist_add_nick>>
+| color | WeeChat 色オプション名
+| 関数 <<_nicklist_add_nick,nicklist_add_nick>>
   の引数 "color" を参照
 
-| prefix | 任意の文字列 |
-  指定したニックネームのプレフィックス
+| prefix | 任意の文字列
+| 指定したニックネームのプレフィックス
 
-| prefix_color | WeeChat color option name |
-  関数 <<_nicklist_add_nick,nicklist_add_nick>>
+| prefix_color | WeeChat color option name
+| 関数 <<_nicklist_add_nick,nicklist_add_nick>>
   の引数 "prefix_color" を参照
 
-| visible | "0", "1" |
-  "0" = 非表示状態のニックネーム、"1" = 表示状態のニックネーム
+| visible | "0", "1"
+| "0" = 非表示状態のニックネーム、"1" = 表示状態のニックネーム
 |===
 
 C 言語での使用例:
@@ -16773,22 +16773,22 @@ Examples of variables and the corresponding array size (_WeeChat ≥ 3.4_):
 |===
 | Variable declaration in C | Hdata type | Array size | Description
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+` |
-  Allocated array of 2 integers.
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+`
+| Allocated array of 2 integers.
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+` |
-  Allocated array of integers, the size is stored in another variable called
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+`
+| Allocated array of integers, the size is stored in another variable called
   "array_size".
 
-| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+` |
-  Static array of 3 integers.
+| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+`
+| Static array of 3 integers.
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+` |
-  Allocated array of strings, dynamic size (NULL pointer must be present after
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+`
+| Allocated array of strings, dynamic size (NULL pointer must be present after
   last word).
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+` |
-  Allocated array of strings, the size is stored in another variable called
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+`
+| Allocated array of strings, the size is stored in another variable called
   "count_words".
 |===
 
index c54a9f6b10d21184f885affc32202d021a99deaa..cccee23f337861b8f378b42469b8e228afc9b65f 100644 (file)
@@ -1440,68 +1440,68 @@ WeeChat の予約識別子:
 
 [width="100%",cols="5m,5,3,4,7",options="header"]
 |===
-| 識別子 | _sync_ で受信 | 送信されるデータ |
-  説明 | 推奨するクライアントの挙動
+| 識別子 | _sync_ で受信 | 送信されるデータ
+| 説明 | 推奨するクライアントの挙動
 
-| _buffer_opened | buffers / buffer | hdata: buffer |
-  バッファのオープン | バッファを開く
+| _buffer_opened | buffers / buffer | hdata: buffer
+| バッファのオープン | バッファを開く
 
-| _buffer_type_changed | buffers / buffer | hdata: buffer |
-  バッファの種類変更 | バッファの種類を変更
+| _buffer_type_changed | buffers / buffer | hdata: buffer
+| バッファの種類変更 | バッファの種類を変更
 
-| _buffer_moved | buffers / buffer | hdata: buffer |
-  バッファの移動 | バッファを移動
+| _buffer_moved | buffers / buffer | hdata: buffer
+| バッファの移動 | バッファを移動
 
-| _buffer_merged | buffers / buffer | hdata: buffer |
-  バッファのマージ | バッファをマージ
+| _buffer_merged | buffers / buffer | hdata: buffer
+| バッファのマージ | バッファをマージ
 
-| _buffer_unmerged | buffers / buffer | hdata: buffer |
-  バッファのアンマージ | バッファをアンマージ
+| _buffer_unmerged | buffers / buffer | hdata: buffer
+| バッファのアンマージ | バッファをアンマージ
 
-| _buffer_hidden | buffers / buffer | hdata: buffer |
-  バッファを隠す | バッファを隠す
+| _buffer_hidden | buffers / buffer | hdata: buffer
+| バッファを隠す | バッファを隠す
 
-| _buffer_unhidden | buffers / buffer | hdata: buffer |
-  バッファを隠すことを止める | バッファを隠すことを止める
+| _buffer_unhidden | buffers / buffer | hdata: buffer
+| バッファを隠すことを止める | バッファを隠すことを止める
 
-| _buffer_renamed | buffers / buffer | hdata: buffer |
-  バッファのリネーム | バッファをリネーム
+| _buffer_renamed | buffers / buffer | hdata: buffer
+| バッファのリネーム | バッファをリネーム
 
-| _buffer_title_changed | buffers / buffer | hdata: buffer |
-  バッファのタイトル変更 | バッファのタイトルを変更
+| _buffer_title_changed | buffers / buffer | hdata: buffer
+| バッファのタイトル変更 | バッファのタイトルを変更
 
-| _buffer_localvar_added | buffers / buffer | hdata: buffer |
-  ローカル変数の追加 | バッファに対するローカル変数を追加
+| _buffer_localvar_added | buffers / buffer | hdata: buffer
+| ローカル変数の追加 | バッファに対するローカル変数を追加
 
-| _buffer_localvar_changed | buffers / buffer | hdata: buffer |
-  ローカル変数の変更 | バッファに対するローカル変数を変更
+| _buffer_localvar_changed | buffers / buffer | hdata: buffer
+| ローカル変数の変更 | バッファに対するローカル変数を変更
 
-| _buffer_localvar_removed | buffers / buffer | hdata: buffer |
-  ローカル変数を削除 | バッファからローカル変数を削除
+| _buffer_localvar_removed | buffers / buffer | hdata: buffer
+| ローカル変数を削除 | バッファからローカル変数を削除
 
-| _buffer_closing | buffers / buffer | hdata: buffer |
-  バッファのクローズ | バッファを閉じる
+| _buffer_closing | buffers / buffer | hdata: buffer
+| バッファのクローズ | バッファを閉じる
 
-| _buffer_cleared | buffer | hdata: buffer |
-  バッファのクリア | バッファをクリア
+| _buffer_cleared | buffer | hdata: buffer
+| バッファのクリア | バッファをクリア
 
-| _buffer_line_added | buffer | hdata: line |
-  バッファへの行追加 | バッファに行を表示
+| _buffer_line_added | buffer | hdata: line
+| バッファへの行追加 | バッファに行を表示
 
-| _nicklist | nicklist | hdata: nicklist_item |
-  バッファのニックネームリスト | ニックネームリストを置換
+| _nicklist | nicklist | hdata: nicklist_item
+| バッファのニックネームリスト | ニックネームリストを置換
 
-| _nicklist_diff | nicklist | hdata: nicklist_item |
-  バッファに対するニックネームの差分  | ニックネームリストを更新
+| _nicklist_diff | nicklist | hdata: nicklist_item
+| バッファに対するニックネームの差分  | ニックネームリストを更新
 
-| _pong | (常に) | string: ping arguments |
-  "ping" に対する応答 | 応答時間の測定
+| _pong | (常に) | string: ping arguments
+| "ping" に対する応答 | 応答時間の測定
 
-| _upgrade | upgrade | (空) |
-  WeeChat のアップグレード中 | WeeChat との同期を中止 (または切断)
+| _upgrade | upgrade | (空)
+| WeeChat のアップグレード中 | WeeChat との同期を中止 (または切断)
 
-| _upgrade_ended | upgrade | (空) |
-  WeeChat のアップグレード終了 | WeeChat との同期および再同期
+| _upgrade_ended | upgrade | (空)
+| WeeChat のアップグレード終了 | WeeChat との同期および再同期
 |===
 
 [[message_buffer_opened]]
index cfa88d5d38adf4424494571d0f24174c3c17c071..999da216a35dac09df08fdd751ac4323ee68e0f8 100644 (file)
@@ -108,11 +108,11 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
 |===
 | API function | Arguments | Examples | Description
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  A message received in IRC plugin, before it is decoded to UTF-8 (used
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| A message received in IRC plugin, before it is decoded to UTF-8 (used
   internally). +
   +
   It is recommended to use modifier `+irc_in2_yyy+` instead, the string received
@@ -120,14 +120,14 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
   See function `+hook_modifier+` in the
   link:weechat_plugin_api.ja.html#_hook_modifier[WeeChat plugin API reference].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  A message sent by IRC plugin, after it is encoded to the `encode` charset
+  pass:[*,irc_outtags_notice]
+| A message sent by IRC plugin, after it is encoded to the `encode` charset
   defined by the user (if different from the default `UTF-8`). +
   +
   It is recommended to use signal `+xxx,irc_out1_yyy+` instead, the string received
@@ -136,10 +136,10 @@ receive a string of type `str` or `bytes` (this list is not exhaustive):
   link:weechat_plugin_api.ja.html#_hook_signal[WeeChat plugin API reference].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  Output of the command, sent to the callback, can contain invalid UTF-8 data.
+  hook_process_hashtable
+| -
+| -
+| Output of the command, sent to the callback, can contain invalid UTF-8 data.
 
 |===
 
@@ -576,14 +576,14 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
 |===
 | カテゴリ | 関数
 
-| 一般 |
-  register
+| 一般
+| register
 
-| プラグイン |
-  plugin_get_name
+| プラグイン
+| plugin_get_name
 
-| 設定 |
-  charset_set +
+| 設定
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -602,13 +602,13 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   string_eval_expression +
   string_eval_path_home
 
-| ディレクトリ操作 |
-  mkdir_home +
+| ディレクトリ操作
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| ソート済みリスト |
-  list_new +
+| ソート済みリスト
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -624,8 +624,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   list_remove_all +
   list_free
 
-| 設定ファイル |
-  config_new +
+| 設定ファイル
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -662,12 +662,12 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   config_set_desc_plugin +
   config_unset_plugin
 
-| キー割り当て |
-  key_bind +
+| キー割り当て
+| key_bind +
   key_unbind
 
-| 表示 |
-  prefix +
+| 表示
+| prefix +
   color +
   print (python では prnt) +
   print_date_tags (python では prnt_date_tags) +
@@ -675,8 +675,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   print_y_date_tags (python では prnt_y_date_tags) +
   log_print
 
-| フック |
-  hook_command +
+| フック
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -701,8 +701,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   unhook +
   unhook_all
 
-| バッファ |
-  buffer_new +
+| バッファ
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -718,16 +718,16 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   buffer_string_replace_local_var +
   buffer_match_list
 
-| ウィンドウ |
-  current_window +
+| ウィンドウ
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| ニックネームリスト |
-  nicklist_add_group +
+| ニックネームリスト
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -743,8 +743,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| バー |
-  bar_item_search +
+| バー
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -754,24 +754,24 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   bar_update +
   bar_remove
 
-| コマンド |
-  command +
+| コマンド
+| command +
   command_options
 
 // TRANSLATION MISSING
-| completion |
-  completion_new +
+| completion
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| インフォ |
-  info_get +
+| インフォ
+| info_get +
   info_get_hashtable
 
-| インフォリスト |
-  infolist_new +
+| インフォリスト
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -789,8 +789,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -811,8 +811,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   hdata_update +
   hdata_get_string
 
-| アップグレード |
-  upgrade_new +
+| アップグレード
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -828,14 +828,14 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
 | カテゴリ | 定数
 
 // TRANSLATION MISSING
-| リターンコード |
-  `WEECHAT_RC_OK` (integer) +
+| リターンコード
+| `WEECHAT_RC_OK` (integer) +
   `WEECHAT_RC_OK_EAT` (integer) +
   `WEECHAT_RC_ERROR` (integer)
 
 // TRANSLATION MISSING
-| 設定ファイル |
-  `WEECHAT_CONFIG_READ_OK` (integer) +
+| 設定ファイル
+| `WEECHAT_CONFIG_READ_OK` (integer) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (integer) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (integer) +
   `WEECHAT_CONFIG_WRITE_OK` (integer) +
@@ -851,26 +851,26 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (integer)
 
 // TRANSLATION MISSING
-| ソート済みリスト |
-  `WEECHAT_LIST_POS_SORT` (string) +
+| ソート済みリスト
+| `WEECHAT_LIST_POS_SORT` (string) +
   `WEECHAT_LIST_POS_BEGINNING` (string) +
   `WEECHAT_LIST_POS_END` (string)
 
 // TRANSLATION MISSING
-| ホットリスト |
-  `WEECHAT_HOTLIST_LOW` (string) +
+| ホットリスト
+| `WEECHAT_HOTLIST_LOW` (string) +
   `WEECHAT_HOTLIST_MESSAGE` (string) +
   `WEECHAT_HOTLIST_PRIVATE` (string) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (string)
 
 // TRANSLATION MISSING
-| プロセスのフック |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
+| プロセスのフック
+| `WEECHAT_HOOK_PROCESS_RUNNING` (integer) +
   `WEECHAT_HOOK_PROCESS_ERROR` (integer)
 
 // TRANSLATION MISSING
-| 接続のフック |
-  `WEECHAT_HOOK_CONNECT_OK` (integer) +
+| 接続のフック
+| `WEECHAT_HOOK_CONNECT_OK` (integer) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (integer) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (integer) +
@@ -883,8 +883,8 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (integer)
 
 // TRANSLATION MISSING
-| シグナルのフック |
-  `WEECHAT_HOOK_SIGNAL_STRING` (string) +
+| シグナルのフック
+| `WEECHAT_HOOK_SIGNAL_STRING` (string) +
   `WEECHAT_HOOK_SIGNAL_INT` (string) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (string)
 |===
@@ -1349,63 +1349,63 @@ _WeeChat バージョン 0.3.4 以上で利用可。_
 // TRANSLATION MISSING
 | キー | Since WeeChat ^(1)^ | 説明 | 例
 
-| tags | 0.4.0 |
-  メッセージに付けられたタグ (空にすることも可) |
-  `+time=2015-06-27T16:40:35.000Z+`
+| tags | 0.4.0
+| メッセージに付けられたタグ (空にすることも可)
+| `+time=2015-06-27T16:40:35.000Z+`
 
 // TRANSLATION MISSING
-| tag_xxx | 3.3 |
-  Unescaped value of tag "xxx" (one key per tag). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Unescaped value of tag "xxx" (one key per tag).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  タグを除いたメッセージ (タグが付けられていなければメッセージと同じ) |
-  `+:nick!user@host PRIVMSG #weechat :hello!+`
+| message_without_tags | 0.4.0
+| タグを除いたメッセージ (タグが付けられていなければメッセージと同じ)
+| `+:nick!user@host PRIVMSG #weechat :hello!+`
 
-| nick | 0.3.4 |
-  発信者のニックネーム |
-  `+nick+`
+| nick | 0.3.4
+| 発信者のニックネーム
+| `+nick+`
 
 // TRANSLATION MISSING
-| user | 2.7 |
-  The origin user. |
-  `+user+`
+| user | 2.7
+| The origin user.
+| `+user+`
 
-| host | 0.3.4 |
-  発信者のホスト (ニックネームを含む) |
-  `+nick!user@host+`
+| host | 0.3.4
+| 発信者のホスト (ニックネームを含む)
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  コマンド (_PRIVMSG_、_NOTICE_、...) |
-  `+PRIVMSG+`
+| command | 0.3.4
+| コマンド (_PRIVMSG_、_NOTICE_、...)
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  送信先チャンネル |
-  `+#weechat+`
+| channel | 0.3.4
+| 送信先チャンネル
+| `+#weechat+`
 
-| arguments | 0.3.4 |
-  コマンド引数 (チャンネルを含む) |
-  `+#weechat :hello!+`
+| arguments | 0.3.4
+| コマンド引数 (チャンネルを含む)
+| `+#weechat :hello!+`
 
-| text | 1.3 |
-  テキスト (ユーザメッセージなど) |
-  `+hello!+`
+| text | 1.3
+| テキスト (ユーザメッセージなど)
+| `+hello!+`
 
-| pos_command | 1.3 |
-  メッセージ内における _command_ のインデックス (_command_ が見つからない場合 "-1") |
-  `+47+`
+| pos_command | 1.3
+| メッセージ内における _command_ のインデックス (_command_ が見つからない場合 "-1")
+| `+47+`
 
-| pos_arguments | 1.3 |
-  メッセージ内における _arguments_ のインデックス (_arguments_ が見つからない場合 "-1") |
-  `+55+`
+| pos_arguments | 1.3
+| メッセージ内における _arguments_ のインデックス (_arguments_ が見つからない場合 "-1")
+| `+55+`
 
-| pos_channel | 1.3 |
-  メッセージ内における _channel_ のインデックス (_channel_ が見つからない場合 "-1") |
-  `+55+`
+| pos_channel | 1.3
+| メッセージ内における _channel_ のインデックス (_channel_ が見つからない場合 "-1")
+| `+55+`
 
-| pos_text | 1.3 |
-  メッセージ内における _text_ のインデックス (_text_ が見つからない場合 "-1") |
-  `+65+`
+| pos_text | 1.3
+| メッセージ内における _text_ のインデックス (_text_ が見つからない場合 "-1")
+| `+65+`
 |===
 
 // TRANSLATION MISSING
index 6bd85f6dface9eec5a604d12fb830b3ad5213995..cdbc361328f44b6f7eeca568b30b6d1a243b257f 100644 (file)
@@ -215,118 +215,118 @@ CMake に対するオプションを指定するには、以下の書式を使
 |===
 | オプション | 値 | デフォルト値 | 説明
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  ビルド形式: WeeChat の開発版を使っている場合は
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| ビルド形式: WeeChat の開発版を使っている場合は
   `Debug` (または `RelWithDebInfo`) を推奨します。
 
-| CMAKE_INSTALL_PREFIX | directory | /usr/local |
-  WeeChat をインストールするディレクトリ。
+| CMAKE_INSTALL_PREFIX | directory | /usr/local
+| WeeChat をインストールするディレクトリ。
 
 // TRANSLATION MISSING
-| WEECHAT_HOME | directory | (empty string) |
-  WeeChat 実行時のホームディレクトリ。 +
+| WEECHAT_HOME | directory | (empty string)
+| WeeChat 実行時のホームディレクトリ。 +
   With an empty value (recommended), XDG directories are used by default.
   If non empty, a single directory for all files is used.
   The value can also  be 4 directories separated by colons, in this order:
   config, data, cache, runtime.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  <<command_aliases,Alias プラグイン>>のコンパイル。
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| <<command_aliases,Alias プラグイン>>のコンパイル。
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  <<buflist,Buflist プラグイン>>のコンパイル。
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| <<buflist,Buflist プラグイン>>のコンパイル。
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  <<charset,Charset プラグイン>>のコンパイル。
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| <<charset,Charset プラグイン>>のコンパイル。
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  man ページのコンパイル。
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| man ページのコンパイル。
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  HTML 文書のコンパイル。
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| HTML 文書のコンパイル。
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  Enchant と含めた <<spell_checking,Spell プラグイン>>のコンパイル。
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| Enchant と含めた <<spell_checking,Spell プラグイン>>のコンパイル。
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  <<external_commands,Exec プラグイン>>のコンパイル。
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| <<external_commands,Exec プラグイン>>のコンパイル。
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  <<fifo_pipe,Fifo プラグイン>>のコンパイル。
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| <<fifo_pipe,Fifo プラグイン>>のコンパイル。
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  <<fset,Fset プラグイン>>のコンパイル。
+| ENABLE_FSET | `ON`, `OFF` | ON
+| <<fset,Fset プラグイン>>のコンパイル。
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  <<scripting_plugins,Guile プラグイン>> (Scheme) のコンパイル。
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| <<scripting_plugins,Guile プラグイン>> (Scheme) のコンパイル。
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  <<irc,IRC プラグイン>>のコンパイル
+| ENABLE_IRC | `ON`, `OFF` | ON
+| <<irc,IRC プラグイン>>のコンパイル
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  <<scripting_plugins,JavaScript プラグイン>>のコンパイル。
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| <<scripting_plugins,JavaScript プラグイン>>のコンパイル。
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  巨大ファイルのサポート。
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| 巨大ファイルのサポート。
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  <<buffer_logging,Logger プラグイン>>のコンパイル。
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| <<buffer_logging,Logger プラグイン>>のコンパイル。
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  <<scripting_plugins,Lua プラグイン>>のコンパイル。
+| ENABLE_LUA | `ON`, `OFF` | ON
+| <<scripting_plugins,Lua プラグイン>>のコンパイル。
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  Ncurses インターフェースのコンパイル。
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| Ncurses インターフェースのコンパイル。
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  NLS の有効化 (多言語サポート)。
+| ENABLE_NLS | `ON`, `OFF` | ON
+| NLS の有効化 (多言語サポート)。
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  <<scripting_plugins,Perl プラグイン>>のコンパイル。
+| ENABLE_PERL | `ON`, `OFF` | ON
+| <<scripting_plugins,Perl プラグイン>>のコンパイル。
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  <<scripting_plugins,PHP プラグイン>>のコンパイル。
+| ENABLE_PHP | `ON`, `OFF` | ON
+| <<scripting_plugins,PHP プラグイン>>のコンパイル。
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  <<scripting_plugins,Python プラグイン>>のコンパイル。
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| <<scripting_plugins,Python プラグイン>>のコンパイル。
 
 // TRANSLATION MISSING
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  Compile <<scripting_plugins,Python plugin>> using Python 2 instead of Python 3.
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| Compile <<scripting_plugins,Python plugin>> using Python 2 instead of Python 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  <<relay,リレープラグイン>>のコンパイル。
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| <<relay,リレープラグイン>>のコンパイル。
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  <<scripting_plugins,Ruby プラグイン>>のコンパイル。
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| <<scripting_plugins,Ruby プラグイン>>のコンパイル。
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  <<script_manager,スクリプトプラグイン>>のコンパイル。
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| <<script_manager,スクリプトプラグイン>>のコンパイル。
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  すべての<<scripting_plugins,スクリプトプラグイン>>
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| すべての<<scripting_plugins,スクリプトプラグイン>>
   (Python、Perl、Ruby、Lua、Tcl、Guile、JavaScript、PHP) のコンパイル。
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  <<spell_checking,Spell プラグイン>>のコンパイル。
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| <<spell_checking,Spell プラグイン>>のコンパイル。
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  <<scripting_plugins,Tcl プラグイン>>のコンパイル。
+| ENABLE_TCL | `ON`, `OFF` | ON
+| <<scripting_plugins,Tcl プラグイン>>のコンパイル。
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  <<trigger,Trigger プラグイン>>のコンパイル。
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| <<trigger,Trigger プラグイン>>のコンパイル。
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  <<typing_notifications,Typing プラグイン>>のコンパイル。
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| <<typing_notifications,Typing プラグイン>>のコンパイル。
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  <<xfer,Xfer プラグイン>>のコンパイル。
+| ENABLE_XFER | `ON`, `OFF` | ON
+| <<xfer,Xfer プラグイン>>のコンパイル。
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  コンパイルテスト。
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| コンパイルテスト。
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  コードカバレッジオプションを有効化してコンパイル。 +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| コードカバレッジオプションを有効化してコンパイル。 +
   このオプションはテスト網羅率を測定するために用意されています。
 |===
 
@@ -1404,87 +1404,87 @@ By default WeeChat and its default plugins interpret these variables:
 |===
 | Name | Value | Description
 
-| away |
-  any string |
-  Away message on the server, set by irc plugin.
+| away
+| any string
+| Away message on the server, set by irc plugin.
 
-| channel |
-  any string |
-  Channel name, set by irc/xfer plugins and debug buffer of relay/trigger plugins.
+| channel
+| any string
+| Channel name, set by irc/xfer plugins and debug buffer of relay/trigger plugins.
 
-| charset_modifier |
-  any string |
-  Charset modifier for the server buffer, set by irc plugin.
+| charset_modifier
+| any string
+| Charset modifier for the server buffer, set by irc plugin.
 
-| completion_default_template |
-  any string |
-  Default completion template for the buffer, overriding the option
+| completion_default_template
+| any string
+| Default completion template for the buffer, overriding the option
   `weechat.completion.default_template`.
 
-| filter |
-  any string |
-  Filter defined on some buffers like `/fset`, `/server raw` (irc) and `/script`.
+| filter
+| any string
+| Filter defined on some buffers like `/fset`, `/server raw` (irc) and `/script`.
 
-| host |
-  any string |
-  Self host (if known), set by irc plugin.
+| host
+| any string
+| Self host (if known), set by irc plugin.
 
-| lag |
-  any string |
-  Lag on the server, set by irc plugin.
+| lag
+| any string
+| Lag on the server, set by irc plugin.
 
-| name |
-  any string |
-  Buffer name (be careful, this is not the full name and this name is not
+| name
+| any string
+| Buffer name (be careful, this is not the full name and this name is not
   enough to identify or search a buffer).
 
-| nick |
-  any string |
-  Self nick, set by irc and xfer plugins.
+| nick
+| any string
+| Self nick, set by irc and xfer plugins.
 
-| no_log |
-  `1` (or any non-empty string) |
-  If set, the logger plugin does not log anything for the buffer.
+| no_log
+| `1` (or any non-empty string)
+| If set, the logger plugin does not log anything for the buffer.
 
-| plugin |
-  any string |
-  Name of plugin which created the buffer (`core` for WeeChat buffers).
+| plugin
+| any string
+| Name of plugin which created the buffer (`core` for WeeChat buffers).
 
-| script_close_cb |
-  any string |
-  Close callback defined by a script for a buffer.
+| script_close_cb
+| any string
+| Close callback defined by a script for a buffer.
 
-| script_close_cb_data |
-  any string |
-  Data for close callback defined by a script for a buffer.
+| script_close_cb_data
+| any string
+| Data for close callback defined by a script for a buffer.
 
-| script_input_cb |
-  any string |
-  Input callback defined by a script for a buffer.
+| script_input_cb
+| any string
+| Input callback defined by a script for a buffer.
 
-| script_input_cb_data |
-  any string |
-  Data for input callback defined by a script for a buffer.
+| script_input_cb_data
+| any string
+| Data for input callback defined by a script for a buffer.
 
-| script_name |
-  any string |
-  Name of the script which created the buffer.
+| script_name
+| any string
+| Name of the script which created the buffer.
 
-| server |
-  any string |
-  Server name, set by irc plugin and debug buffer of relay/trigger plugins.
+| server
+| any string
+| Server name, set by irc plugin and debug buffer of relay/trigger plugins.
 
-| spell_suggest |
-  any string |
-  Misspelled word and suggestions (format: "misspelled:suggestions"), set by
+| spell_suggest
+| any string
+| Misspelled word and suggestions (format: "misspelled:suggestions"), set by
   spell plugin.
 
-| trigger_filter |
-  any string |
-  Trigger filter, set by trigger plugin.
+| trigger_filter
+| any string
+| Trigger filter, set by trigger plugin.
 
-| type |
-  any string, for example:
+| type
+| any string, for example:
   `channel`,
   `debug`,
   `exec`,
@@ -1494,8 +1494,8 @@ By default WeeChat and its default plugins interpret these variables:
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Type of buffer, set by WeeChat and many plugins.
+  `xfer`
+| Type of buffer, set by WeeChat and many plugins.
 
 |===
 
@@ -2751,65 +2751,65 @@ _バー_ とは任意のテキストを含めることができるチャット
 |===
 | オプション名 | 値 | 説明
 
-| type | `root`、`window` |
-  `root` 型バーは画面上の全ウィンドウの外側にきっかり 1 回だけ表示されます。
+| type | `root`、`window`
+| `root` 型バーは画面上の全ウィンドウの外側にきっかり 1 回だけ表示されます。
   デフォルトバーである _buflist_ は `root` 型のバーです。 +
   `window` 型バーは各ウィンドウの中に表示されます。例えば、`/window splith`
   や `/window splitv` などの方法で画面を 1 回分割した場合、1
   つのバーがそれぞれのウィンドウに表示されます。デフォルトの `window`
   型バーには _title_、_status_、_input_、_nicklist_ などがあります。
 
-| position | `top`、`bottom`、`left`、`right` |
-  バーの位置: チャットエリアの上、下、左、右。
+| position | `top`、`bottom`、`left`、`right`
+| バーの位置: チャットエリアの上、下、左、右。
 
-| priority | 0 以上の整数 |
-  バーの表示優先度:
+| priority | 0 以上の整数
+| バーの表示優先度:
   型と位置が同じ複数のバーを画面に表示する順番に利用される。 +
   バーは画面の端から中心に向かって表示される。高い優先度を持つバーが先に
   (画面の端に近い側に) 表示される。 +
   例: 優先度 1000 の _input_ バーは優先度 500 の _status_
   バーよりも先に表示される。
 
-| size | 0 以上の整数 |
-  バーのサイズ:
+| size | 0 以上の整数
+| バーのサイズ:
   位置が右/左の場合は列数、位置が上/下の場合は行数。値が `0`
   の場合は自動 (バーのサイズはバーの内容を基に計算される)。
 
-| size_max | 0 以上の整数 |
-  バーの最大サイズ、`0` = 制限無し (このオプションは
+| size_max | 0 以上の整数
+| バーの最大サイズ、`0` = 制限無し (このオプションは
   `size` = `0` の場合のみ使われる)。
 
-| color_bg | 色 |
-  バーのデフォルトの背景色
+| color_bg | 色
+| バーのデフォルトの背景色
 
-| color_fg | 色 |
-  バーのデフォルトのテキスト色
+| color_fg | 色
+| バーのデフォルトのテキスト色
 
-| color_delim | 色 |
-  バーの区切り文字の色
+| color_delim | 色
+| バーの区切り文字の色
 
-| hidden | `on`、`off` |
-  このオプションが `on` の場合、バーは表示されません。 +
+| hidden | `on`、`off`
+| このオプションが `on` の場合、バーは表示されません。 +
   注意: このオプションを変更する代わりに、`/bar` コマンドを使うと便利です。例:
   `/bar toggle nicklist` (<<command_weechat_bar,/bar>> コマンドを参照)。
 
-| separator | `on`、`off` |
-  このオプションが `on` の場合、セパレータ (区切り線)
+| separator | `on`、`off`
+| このオプションが `on` の場合、セパレータ (区切り線)
   がバー同士またはバーとチャットエリアの間に表示されます。
 
-| items | 文字列 |
-  _items_ のリスト (詳細は<<bar_items,バー要素>>を参照)。
+| items | 文字列
+| _items_ のリスト (詳細は<<bar_items,バー要素>>を参照)。
 
-| filling_left_right | `+horizontal+`、`+vertical+`、`+columns_horizontal+`、`+columns_vertical+` |
-  位置が `left` または `right` のバーに対するフィリングタイプ
+| filling_left_right | `+horizontal+`、`+vertical+`、`+columns_horizontal+`、`+columns_vertical+`
+| 位置が `left` または `right` のバーに対するフィリングタイプ
   (詳細は<<bar_filling,バーフィリング>>を参照)。
 
-| filling_top_bottom | `+horizontal+`、`+vertical+`、`+columns_horizontal+`、`+columns_vertical+` |
-  位置が `top` または `bottom` のバーに対するフィリングタイプ
+| filling_top_bottom | `+horizontal+`、`+vertical+`、`+columns_horizontal+`、`+columns_vertical+`
+| 位置が `top` または `bottom` のバーに対するフィリングタイプ
   (詳細は<<bar_filling,バーフィリング>>を参照)。
 
-| conditions | 文字列 |
-  バーを表示する状態
+| conditions | 文字列
+| バーを表示する状態
   (詳細は<<bar_conditions,バー状態>>を参照)。
 |===
 
@@ -4033,15 +4033,15 @@ The following signals are caught by the typing plugin:
 |===
 | Signal | Arguments | Description
 
-| typing_set_nick |
-  String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
+| typing_set_nick
+| String: buffer pointer + ";" + state (one of: "off", "typing", "paused",
   "cleared") + ";" + nick. +
-  Example: "0x1234abcd;typing;alice". |
-  Set typing state for a nick on a buffer.
+  Example: "0x1234abcd;typing;alice".
+| Set typing state for a nick on a buffer.
 
-| typing_reset_buffer |
-  Pointer: buffer. |
-  Remove typing state for all nicks on a buffer.
+| typing_reset_buffer
+| Pointer: buffer.
+| Remove typing state for all nicks on a buffer.
 |===
 
 [[typing_options]]
@@ -4392,26 +4392,26 @@ WeeChat はデフォルトで 5
 |===
 | 名前 | フック | 説明
 
-| beep | print |
-  ハイライト/プライベートメッセージを受信した際にビープを鳴らす。
+| beep | print
+| ハイライト/プライベートメッセージを受信した際にビープを鳴らす。
 
-| cmd_pass | modifier |
-  コマンド内のパスワードを隠す:
+| cmd_pass | modifier
+| コマンド内のパスワードを隠す:
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`、
   `pass:[/oper]`、
   `pass:[/quote pass]`、
   `pass:[/secure passphrase\|decrypt\|set]`。
 
-| cmd_pass_register | modifier |
-  コマンド内のパスワードを隠す `pass:[/msg nickserv register]`。
+| cmd_pass_register | modifier
+| コマンド内のパスワードを隠す `pass:[/msg nickserv register]`。
 
-| msg_auth | modifier |
-  IRC auth メッセージ
+| msg_auth | modifier
+| IRC auth メッセージ
   (ユーザがコマンドを実行した後にサーバから受信するメッセージ)
   の表示時にパスワードを隠す。
 
-| server_pass | modifier |
-  `/server` と `/connect` コマンド内のパスワードを隠す。
+| server_pass | modifier
+| `/server` と `/connect` コマンド内のパスワードを隠す。
 |===
 
 [[trigger_anatomy]]
@@ -4424,37 +4424,37 @@ WeeChat はデフォルトで 5
 |===
 | オプション | 値 | 説明
 
-| enabled | `on`、`off` |
-  オプションが `off`
+| enabled | `on`、`off`
+| オプションが `off`
   の場合、トリガは無効化され、アクションは実行されません。
 
 | hook | `+signal+`、`+hsignal+`、`+modifier+`、`+line+`, `+print+`、`+command+`、
-  `+command_run+`、`+timer+`、`+config+`、`+focus+`、`+info+`、`+info_hashtable+` |
-  トリガの中で使われるフック。より詳しい情報は
+  `+command_run+`、`+timer+`、`+config+`、`+focus+`、`+info+`、`+info_hashtable+`
+| トリガの中で使われるフック。より詳しい情報は
   link:weechat_plugin_api.ja.html#hooks[WeeChat プラグイン API リファレンス / フック]を参照してください。
 
-| arguments | 文字列 |
-  フックに対する引数、指定したフックの型に依存します。
+| arguments | 文字列
+| フックに対する引数、指定したフックの型に依存します。
 
-| conditions | 文字列 |
-  トリガを実行する条件; 内容は評価されます (コマンド
+| conditions | 文字列
+| トリガを実行する条件; 内容は評価されます (コマンド
   <<command_weechat_eval,/eval>> を参照)。
 
-| regex | 文字列 |
-  1 つ以上の POSIX 拡張正規表現、フックコールバック
+| regex | 文字列
+| 1 つ以上の POSIX 拡張正規表現、フックコールバック
   (とトリガプラグインによって追加されるもの)
   が受け取るデータに変更を加えるためのもの、<<trigger_regex,正規表現>>を参照。
 
-| command | 文字列 |
-  実行するコマンド (複数のコマンドを使う場合には各コマンドをセミコロンで区切ってください);
+| command | 文字列
+| 実行するコマンド (複数のコマンドを使う場合には各コマンドをセミコロンで区切ってください);
   内容は評価されます (コマンド <<command_weechat_eval,/eval>> を参照)。
 
-| return_code | `+ok+`、`+ok_eat+`、`+error+` |
-  コールバックの戻り値 (デフォルトは
+| return_code | `+ok+`、`+ok_eat+`、`+error+`
+| コールバックの戻り値 (デフォルトは
   `ok`、ほとんどすべてのトリガで戻り値はこれを使うべきで、ほかの値を使うことは極めてまれです)。
 
-| post_action | `none` (何もしない)、`disable` (無効化)、`delete` (削除) |
-  実行後のトリガに対する処遇 (ほとんどすべてのトリガではデフォルトの `none`
+| post_action | `none` (何もしない)、`disable` (無効化)、`delete` (削除)
+| 実行後のトリガに対する処遇 (ほとんどすべてのトリガではデフォルトの `none`
   を設定するべきで、それ以外の値を設定することはほとんどありません)。
 |===
 
@@ -4492,106 +4492,106 @@ trigger.trigger.beep.post_action = none
 |===
 | フック | 引数 | 例 | 解説 (API)
 
-| signal |
-  1. シグナル名 (優先度の指定も可) (必須) +
+| signal
+| 1. シグナル名 (優先度の指定も可) (必須) +
   2. シグナル名 (優先度の指定も可) +
-  3. ... |
-  `+*,irc_in_privmsg+` +
+  3. ...
+| `+*,irc_in_privmsg+` +
   `+*,irc_in_privmsg;*,irc_in_notice+` +
-  `+signal_sigwinch+` |
-  link:weechat_plugin_api.ja.html#_hook_signal[hook_signal]
+  `+signal_sigwinch+`
+| link:weechat_plugin_api.ja.html#_hook_signal[hook_signal]
 
-| hsignal |
-  1. シグナル名 (優先度の指定も可) (必須) +
+| hsignal
+| 1. シグナル名 (優先度の指定も可) (必須) +
   2. シグナル名 (優先度の指定も可) +
-  3. ... |
-  `+nicklist_nick_added+` |
-  link:weechat_plugin_api.ja.html#_hook_hsignal[hook_hsignal]
+  3. ...
+| `+nicklist_nick_added+`
+| link:weechat_plugin_api.ja.html#_hook_hsignal[hook_hsignal]
 
-| modifier |
-  1. 修飾子名 (優先度の指定も可) (必須) +
+| modifier
+| 1. 修飾子名 (優先度の指定も可) (必須) +
   2. 修飾子名 (優先度の指定も可) +
-  3. ... |
-  `+weechat_print+` +
-  `+5000\|input_text_display;5000\|history_add+` |
-  link:weechat_plugin_api.ja.html#_hook_modifier[hook_modifier]
+  3. ...
+| `+weechat_print+` +
+  `+5000\|input_text_display;5000\|history_add+`
+| link:weechat_plugin_api.ja.html#_hook_modifier[hook_modifier]
 
-| line |
-  1. バッファ型 +
+| line
+| 1. バッファ型 +
   2. バッファ名 +
-  3. タグ |
-  `+formatted+` +
+  3. タグ
+| `+formatted+` +
   `+free+` +
   `+*;irc.libera.*+` +
   `+*;irc.libera.#weechat+` +
-  `+formatted;irc.libera.#weechat;irc_notice+` |
-  link:weechat_plugin_api.en.html#_hook_line[hook_line]
+  `+formatted;irc.libera.#weechat;irc_notice+`
+| link:weechat_plugin_api.en.html#_hook_line[hook_line]
 
-| print |
-  1. バッファ名 +
+| print
+| 1. バッファ名 +
   2. タグ +
   3. メッセージ +
-  4. 色の削除 (0/1) |
-  `+irc.libera.*+` +
+  4. 色の削除 (0/1)
+| `+irc.libera.*+` +
   `+irc.libera.#weechat+` +
   `+irc.libera.#weechat;irc_notice+` +
-  `+*;;;1+` |
-  link:weechat_plugin_api.ja.html#_hook_print[hook_print]
+  `+*;;;1+`
+| link:weechat_plugin_api.ja.html#_hook_print[hook_print]
 
 // TRANSLATION MISSING
-| command |
-  1. コマンド名 (優先度の指定も可) (必須) +
+| command
+| 1. コマンド名 (優先度の指定も可) (必須) +
   2. 説明 (evaluated, <<command_weechat_eval,/eval>> コマンドを参照) +
   3. 引数 (evaluated, <<command_weechat_eval,/eval>> コマンドを参照) +
   4. 引数の説明 (evaluated, <<command_weechat_eval,/eval>> コマンドを参照) +
-  5. 補完 (evaluated, <<command_weechat_eval,/eval>> コマンドを参照) |
-  `+test+` +
+  5. 補完 (evaluated, <<command_weechat_eval,/eval>> コマンドを参照)
+| `+test+` +
   `+5000\|test+` +
-  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
-  link:weechat_plugin_api.ja.html#_hook_command[hook_command]
+  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+`
+| link:weechat_plugin_api.ja.html#_hook_command[hook_command]
 
-| command_run |
-  1. コマンド (優先度の指定も可) (必須) +
+| command_run
+| 1. コマンド (優先度の指定も可) (必須) +
   2. コマンド (優先度の指定も可) +
-  3. ... |
-  `+/cmd arguments+` |
-  link:weechat_plugin_api.ja.html#_hook_command_run[hook_command_run]
+  3. ...
+| `+/cmd arguments+`
+| link:weechat_plugin_api.ja.html#_hook_command_run[hook_command_run]
 
-| timer |
-  1. インターバルするミリ秒数 (必須) +
+| timer
+| 1. インターバルするミリ秒数 (必須) +
   2. 秒の調整 (デフォルト: 0) +
-  3. 呼び出し回数の最大値 (デフォルト: 0、「無限に」呼び出すことを意味します) |
-  `+3600000+` +
-  `+60000;0;5+` |
-  link:weechat_plugin_api.ja.html#_hook_timer[hook_timer]
+  3. 呼び出し回数の最大値 (デフォルト: 0、「無限に」呼び出すことを意味します)
+| `+3600000+` +
+  `+60000;0;5+`
+| link:weechat_plugin_api.ja.html#_hook_timer[hook_timer]
 
-| config |
-  1. オプション名 (優先度の指定も可) (必須) +
+| config
+| 1. オプション名 (優先度の指定も可) (必須) +
   2. オプション名 (優先度の指定も可) +
-  3. ... |
-  `+weechat.look.*+` |
-  link:weechat_plugin_api.ja.html#_hook_config[hook_config]
+  3. ...
+| `+weechat.look.*+`
+| link:weechat_plugin_api.ja.html#_hook_config[hook_config]
 
-| focus |
-  1. エリア名 (優先度の指定も可) (必須) +
+| focus
+| 1. エリア名 (優先度の指定も可) (必須) +
   2. エリア名 (優先度の指定も可) +
-  3. ... |
-  `+buffer_nicklist+` |
-  link:weechat_plugin_api.ja.html#_hook_focus[hook_focus]
+  3. ...
+| `+buffer_nicklist+`
+| link:weechat_plugin_api.ja.html#_hook_focus[hook_focus]
 
-| info |
-  1. インフォ名 (優先度の指定も可) (必須) +
+| info
+| 1. インフォ名 (優先度の指定も可) (必須) +
   2. インフォ名 (優先度の指定も可) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.ja.html#_hook_info[hook_info]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.ja.html#_hook_info[hook_info]
 
-| info_hashtable |
-  1. インフォ名 (優先度の指定も可) (必須) +
+| info_hashtable
+| 1. インフォ名 (優先度の指定も可) (必須) +
   2. インフォ名 (優先度の指定も可) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.ja.html#_hook_info_hashtable[hook_info_hashtable]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.ja.html#_hook_info_hashtable[hook_info_hashtable]
 |===
 
 [[trigger_conditions]]
index e2861ead9a9d6fadfe26fa6f015a96720af7274b..d2e8a314a8a96f43823b0ced79b2a0bb3980aab7 100644 (file)
@@ -104,11 +104,11 @@ dlatego callback może otrzymać ciąc typu `str` lub `bytes` (lista nie jest pe
 |===
 | Funkcja API | Argumenty | Przykłady | Opis
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  Wiadomość otrzymana przez wtyczkę IRC, zanim jest zdekodowana do UTF-8
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| Wiadomość otrzymana przez wtyczkę IRC, zanim jest zdekodowana do UTF-8
   (używana wewnętrznie) +
   +
   Zalecane jest używanie w zamian modyfikatora `+irc_in2_yyy+`, otrzymany ciąg
@@ -116,14 +116,14 @@ dlatego callback może otrzymać ciąc typu `str` lub `bytes` (lista nie jest pe
   Zobacz funkcję `+hook_modifier+` w
   link:weechat_plugin_api.en.html#_hook_modifier[Opiie API wtyczek WeeChat].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  Wiadomość wysłana przez serwer IRC po zakodowaniu na kodowanie `encode`
+  pass:[*,irc_outtags_notice]
+| Wiadomość wysłana przez serwer IRC po zakodowaniu na kodowanie `encode`
   zdefiniowane przez użytkownika (jeśli inne niż `UTF-8`). +
   +
   Zaleca się użycie w zamian sygnału `+xxx,irc_out1_yyy+`,otrzymany ciąg jest
@@ -132,10 +132,10 @@ dlatego callback może otrzymać ciąc typu `str` lub `bytes` (lista nie jest pe
   link:weechat_plugin_api.en.html#_hook_modifier[Opiie API wtyczek WeeChat].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  Wynik komendy wysyłany do callbacka, może zawierać niepoprawne dane UTF-8.
+  hook_process_hashtable
+| -
+| -
+| Wynik komendy wysyłany do callbacka, może zawierać niepoprawne dane UTF-8.
 
 |===
 
@@ -560,14 +560,14 @@ Lista funkcji w API skryptów:
 |===
 | Kategoria | Funkcje
 
-| ogólne |
-  register
+| ogólne
+| register
 
-| wtyczki |
-  plugin_get_name
+| wtyczki
+| plugin_get_name
 
-| ciągi |
-  charset_set +
+| ciągi
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -586,13 +586,13 @@ Lista funkcji w API skryptów:
   string_eval_expression +
   string_eval_path_home
 
-| katalogi |
-  mkdir_home +
+| katalogi
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| przechowywane listy |
-  list_new +
+| przechowywane listy
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -608,8 +608,8 @@ Lista funkcji w API skryptów:
   list_remove_all +
   list_free
 
-| pliki konfiguracyjne |
-  config_new +
+| pliki konfiguracyjne
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -646,12 +646,12 @@ Lista funkcji w API skryptów:
   config_set_desc_plugin +
   config_unset_plugin
 
-| przypisania klawiszy |
-  key_bind +
+| przypisania klawiszy
+| key_bind +
   key_unbind
 
-| wyświetlanie |
-  prefix +
+| wyświetlanie
+| prefix +
   color +
   print (dla pythona: prnt) +
   print_date_tags (dla pythona: prnt_date_tags) +
@@ -659,8 +659,8 @@ Lista funkcji w API skryptów:
   print_y_date_tags (dla pythona: prnt_y_date_tags) +
   log_print
 
-| hooks |
-  hook_command +
+| hooks
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -685,8 +685,8 @@ Lista funkcji w API skryptów:
   unhook +
   unhook_all
 
-| bufory |
-  buffer_new +
+| bufory
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -702,16 +702,16 @@ Lista funkcji w API skryptów:
   buffer_string_replace_local_var +
   buffer_match_list
 
-| okna |
-  current_window +
+| okna
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| lista nicków |
-  nicklist_add_group +
+| lista nicków
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -727,8 +727,8 @@ Lista funkcji w API skryptów:
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| paski |
-  bar_item_search +
+| paski
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -738,23 +738,23 @@ Lista funkcji w API skryptów:
   bar_update +
   bar_remove
 
-| komendy |
-  command +
+| komendy
+| command +
   command_options
 
-| dopełnienia |
-  completion_new +
+| dopełnienia
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| informacje |
-  info_get +
+| informacje
+| info_get +
   info_get_hashtable
 
-| infolisty |
-  infolist_new +
+| infolisty
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -772,8 +772,8 @@ Lista funkcji w API skryptów:
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -794,8 +794,8 @@ Lista funkcji w API skryptów:
   hdata_update +
   hdata_get_string
 
-| uaktualnienie |
-  upgrade_new +
+| uaktualnienie
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -810,13 +810,13 @@ Lista stałych w API skryptów:
 |===
 | Kategoria | Stałe
 
-| zwracane kody |
-  `WEECHAT_RC_OK` (liczba całkowita) +
+| zwracane kody
+| `WEECHAT_RC_OK` (liczba całkowita) +
   `WEECHAT_RC_OK_EAT` (liczba całkowita) +
   `WEECHAT_RC_ERROR` (liczba całkowita)
 
-| pliki konfiguracyjne |
-  `WEECHAT_CONFIG_READ_OK` (liczba całkowita) +
+| pliki konfiguracyjne
+| `WEECHAT_CONFIG_READ_OK` (liczba całkowita) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (liczba całkowita) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (liczba całkowita) +
   `WEECHAT_CONFIG_WRITE_OK` (liczba całkowita) +
@@ -831,23 +831,23 @@ Lista stałych w API skryptów:
   `WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED` (liczba całkowita) +
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (liczba całkowita)
 
-| posortowane listy |
-  `WEECHAT_LIST_POS_SORT` (ciąg) +
+| posortowane listy
+| `WEECHAT_LIST_POS_SORT` (ciąg) +
   `WEECHAT_LIST_POS_BEGINNING` (ciąg) +
   `WEECHAT_LIST_POS_END` (ciąg)
 
-| hotlisty |
-  `WEECHAT_HOTLIST_LOW` (ciąg) +
+| hotlisty
+| `WEECHAT_HOTLIST_LOW` (ciąg) +
   `WEECHAT_HOTLIST_MESSAGE` (ciąg) +
   `WEECHAT_HOTLIST_PRIVATE` (ciąg) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (ciąg)
 
-| hook process |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (liczba całkowita) +
+| hook process
+| `WEECHAT_HOOK_PROCESS_RUNNING` (liczba całkowita) +
   `WEECHAT_HOOK_PROCESS_ERROR` (liczba całkowita)
 
-| hook connect |
-  `WEECHAT_HOOK_CONNECT_OK` (liczba całkowita) +
+| hook connect
+| `WEECHAT_HOOK_CONNECT_OK` (liczba całkowita) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (liczba całkowita) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (liczba całkowita) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (liczba całkowita) +
@@ -859,8 +859,8 @@ Lista stałych w API skryptów:
   `WEECHAT_HOOK_CONNECT_TIMEOUT` (liczba całkowita) +
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (liczba całkowita)
 
-| hook signal |
-  `WEECHAT_HOOK_SIGNAL_STRING` (ciąg) +
+| hook signal
+| `WEECHAT_HOOK_SIGNAL_STRING` (ciąg) +
   `WEECHAT_HOOK_SIGNAL_INT` (ciąg) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (ciąg)
 |===
@@ -1318,61 +1318,61 @@ Wynik jest tabela hashy z następującymi kluczami
 |===
 | Klucz | Od wersji ^(1)^ | Opis | Przykład
 
-| tags | 0.4.0 |
-  Tagi w wiadomości (mogą byc puste). |
-  `+time=2015-06-27T16:40:35.000Z+`
+| tags | 0.4.0
+| Tagi w wiadomości (mogą byc puste).
+| `+time=2015-06-27T16:40:35.000Z+`
 
-| tag_xxx | 3.3 |
-  Niewyescapowana wartość tagu "xxx" (jeden klucz per tag). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Niewyescapowana wartość tagu "xxx" (jeden klucz per tag).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  Wiadomość bez tagów (jeśli nie ma tagów jest to to samo co wiadomość). |
-  `+:nick!user@host PRIVMSG #weechat :hello!+`
+| message_without_tags | 0.4.0
+| Wiadomość bez tagów (jeśli nie ma tagów jest to to samo co wiadomość).
+| `+:nick!user@host PRIVMSG #weechat :hello!+`
 
-| nick | 0.3.4 |
-  Nick żródła. |
-  `+nick+`
+| nick | 0.3.4
+| Nick żródła.
+| `+nick+`
 
-| user | 2.7 |
-  Oryginalny użytkownik. |
-  `+user+`
+| user | 2.7
+| Oryginalny użytkownik.
+| `+user+`
 
-| host | 0.3.4 |
-  Host żródła (zawiera nick). |
-  `+nick!user@host+`
+| host | 0.3.4
+| Host żródła (zawiera nick).
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  Komenda (_PRIVMSG_, _NOTICE_, ...). |
-  `+PRIVMSG+`
+| command | 0.3.4
+| Komenda (_PRIVMSG_, _NOTICE_, ...).
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  Docelowy kanał. |
-  `+#weechat+`
+| channel | 0.3.4
+| Docelowy kanał.
+| `+#weechat+`
 
-| arguments | 0.3.4 |
-  Argumenty komendy (zawierają kanał). |
-  `+#weechat :hello!+`
+| arguments | 0.3.4
+| Argumenty komendy (zawierają kanał).
+| `+#weechat :hello!+`
 
-| text | 1.3 |
-  Tekst (na przykład wiadomość użytkownika). |
-  `+hello!+`
+| text | 1.3
+| Tekst (na przykład wiadomość użytkownika).
+| `+hello!+`
 
-| pos_command | 1.3 |
-  The index of _command_ in message ("-1" if _command_ was not found). |
-  `+47+`
+| pos_command | 1.3
+| The index of _command_ in message ("-1" if _command_ was not found).
+| `+47+`
 
-| pos_arguments | 1.3 |
-  The index of _arguments_ in message ("-1" if _arguments_ was not found). |
-  `+55+`
+| pos_arguments | 1.3
+| The index of _arguments_ in message ("-1" if _arguments_ was not found).
+| `+55+`
 
-| pos_channel | 1.3 |
-  The index of _channel_ in message ("-1" if _channel_ was not found). |
-  `+55+`
+| pos_channel | 1.3
+| The index of _channel_ in message ("-1" if _channel_ was not found).
+| `+55+`
 
-| pos_text | 1.3 |
-  The index of _text_ in message ("-1" if _text_ was not found). |
-  `+65+`
+| pos_text | 1.3
+| The index of _text_ in message ("-1" if _text_ was not found).
+| `+65+`
 |===
 
 [NOTE]
index d167299ada8ef38937a14050997da4aaaec2ab8b..b380063879686db5165d97e34f719b6ed1c52982 100644 (file)
@@ -212,116 +212,116 @@ Lista popularnych opcji:
 |===
 | Opcja  | Wartość | Wartość domyślna | Opis
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  Typ budowania pakietu: `Debug` (lub `RelWithDebInfo`) jest zalecany dla
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| Typ budowania pakietu: `Debug` (lub `RelWithDebInfo`) jest zalecany dla
   wersjrozwojowej WeeChat.
 
-| CMAKE_INSTALL_PREFIX | katalog | /usr/local |
-  Katalog, do którego zostanie zainstalowany WeeChat.
+| CMAKE_INSTALL_PREFIX | katalog | /usr/local
+| Katalog, do którego zostanie zainstalowany WeeChat.
 
-| WEECHAT_HOME | katalog | (pusty ciąg) |
-  Domyślny katalog domowy dla WeeChat. +
+| WEECHAT_HOME | katalog | (pusty ciąg)
+| Domyślny katalog domowy dla WeeChat. +
   Bez ustawionej wartości (zalecane) domyślnie zostaną użyte wartości XDG.
   Jeśli wartość nie jest pusta zostanie użyty jeden katalog dla wszystkich plików.
   Wartością mogą być również 4 katalogi oddzielone dwukropkami, w takiej
   kolejności: config, data, cache, runtime.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  Kompilacja <<command_aliases,wtyczki alias>>.
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| Kompilacja <<command_aliases,wtyczki alias>>.
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  Kompilacja <<buflist,wtyczki buflist>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| Kompilacja <<buflist,wtyczki buflist>>.
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  Kompilacja <<charset,wtyczki charset>>.
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| Kompilacja <<charset,wtyczki charset>>.
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  Generowanie strony manuala.
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| Generowanie strony manuala.
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  Generowanie dokumentacji HTML.
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| Generowanie dokumentacji HTML.
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  Kompilacja <<spell_checking,wtyczki spell>> z Enchant.
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| Kompilacja <<spell_checking,wtyczki spell>> z Enchant.
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  Kompilacja <<external_commands,wtyczki exec>>.
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| Kompilacja <<external_commands,wtyczki exec>>.
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  Kompilacja <<fifo_pipe,wtyczki fifo>>.
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| Kompilacja <<fifo_pipe,wtyczki fifo>>.
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  Kompilacja <<fset,wtyczki fset>>.
+| ENABLE_FSET | `ON`, `OFF` | ON
+| Kompilacja <<fset,wtyczki fset>>.
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki guile>> (Scheme).
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki guile>> (Scheme).
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  Kompilacja <<irc,wtyczki IRC>>.
+| ENABLE_IRC | `ON`, `OFF` | ON
+| Kompilacja <<irc,wtyczki IRC>>.
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  Kompilacja <<scripting_plugins,wtyczki javascript>>.
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| Kompilacja <<scripting_plugins,wtyczki javascript>>.
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  Wsparcie dla dużych plików.
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| Wsparcie dla dużych plików.
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  Kompilacja <<buffer_logging,wtyczki logger>>.
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| Kompilacja <<buffer_logging,wtyczki logger>>.
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki lua>>.
+| ENABLE_LUA | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki lua>>.
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  Kompilacja interfejsu Ncurses.
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| Kompilacja interfejsu Ncurses.
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  Włączenie NLS (tłumaczenia).
+| ENABLE_NLS | `ON`, `OFF` | ON
+| Włączenie NLS (tłumaczenia).
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki perl>>.
+| ENABLE_PERL | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki perl>>.
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki PHP>>.
+| ENABLE_PHP | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki PHP>>.
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki Python>>.
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki Python>>.
 
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  Kompilacja <<scripting_plugins,wtyczki Python>> z użyciem Pythona 2 zamiast Pythona 3.
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| Kompilacja <<scripting_plugins,wtyczki Python>> z użyciem Pythona 2 zamiast Pythona 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  Kompilacja <<relay,wtyczki relay>>.
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| Kompilacja <<relay,wtyczki relay>>.
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki ruby>>.
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki ruby>>.
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  Kompilacja <<script_manager,wtyczki script>>.
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| Kompilacja <<script_manager,wtyczki script>>.
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczek skryptowych>> (Python, Perl, Ruby, Lua,
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczek skryptowych>> (Python, Perl, Ruby, Lua,
   Tcl, Guile, JavaScript, PHP).
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  Kompilacja <<spell_checking,wtyczki spell>>.
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| Kompilacja <<spell_checking,wtyczki spell>>.
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  Kompilacja <<scripting_plugins,wtyczki tcl>>.
+| ENABLE_TCL | `ON`, `OFF` | ON
+| Kompilacja <<scripting_plugins,wtyczki tcl>>.
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  Kompilacja <<trigger,wtyczki trigger>>.
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| Kompilacja <<trigger,wtyczki trigger>>.
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  Kompilacja <<typing_notifications,wtyczki typing>>.
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| Kompilacja <<typing_notifications,wtyczki typing>>.
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  Kompilacja <<xfer,wtyczki xfer>>.
+| ENABLE_XFER | `ON`, `OFF` | ON
+| Kompilacja <<xfer,wtyczki xfer>>.
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  Kompiluje testy.
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| Kompiluje testy.
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  Kompilacja z opcja pokrycia kodu. +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| Kompilacja z opcja pokrycia kodu. +
   Ta opcja powinna być używana tylko dla testów, w celu pomiaru pokrycia kodu.
 |===
 
@@ -1348,89 +1348,89 @@ WeeChat i jego wtyczki domyślnie tworzą następujące zmienne:
 |===
 | Nazwa | Wartość | Opis
 
-| away |
-  dowolny ciąg |
-  Powód nieobecności na serwerze, ustawiane przez wtyczkę irc.
+| away
+| dowolny ciąg
+| Powód nieobecności na serwerze, ustawiane przez wtyczkę irc.
 
-| channel |
-  dowolny ciąg |
-  Nazwa kanału, ustawiana przez wtyczki irc/xfer i bufory z
+| channel
+| dowolny ciąg
+| Nazwa kanału, ustawiana przez wtyczki irc/xfer i bufory z
   informacjami do debugowania wtyczek relay/trigger.
 
-| charset_modifier |
-  dowolny ciąg |
-  Modyfikacja kodowania używanego na kanale, ustawiane przez wtyczkę irc.
+| charset_modifier
+| dowolny ciąg
+| Modyfikacja kodowania używanego na kanale, ustawiane przez wtyczkę irc.
 
-| completion_default_template |
-  dowolny ciąg |
-  Domyślny szablon dopełnień dla bufora, nadpisuje zmienną
+| completion_default_template
+| dowolny ciąg
+| Domyślny szablon dopełnień dla bufora, nadpisuje zmienną
   `weechat.completion.default_template`.
 
-| filter |
-  dowolny ciąg |
-  Filtry zdefiniowane dla buforów jak `/fset`, `/server raw` (irc) i `/script`.
+| filter
+| dowolny ciąg
+| Filtry zdefiniowane dla buforów jak `/fset`, `/server raw` (irc) i `/script`.
 
-| host |
-  dowolny ciąg |
-  Własny host (jeśli jest znany), ustawiane przez wtyczkę irc.
+| host
+| dowolny ciąg
+| Własny host (jeśli jest znany), ustawiane przez wtyczkę irc.
 
-| lag |
-  dowolny ciąg |
-  Opóźnienie serwera, ustawiane przez wtyczkę irc.
+| lag
+| dowolny ciąg
+| Opóźnienie serwera, ustawiane przez wtyczkę irc.
 
-| name |
-  dowolny ciąg |
-  Nazwa bufora (uważaj, nie jest to pełna nazwa i nie wystarczy ona do
+| name
+| dowolny ciąg
+| Nazwa bufora (uważaj, nie jest to pełna nazwa i nie wystarczy ona do
   zidentyfikowania i wyszukania bufora).
 
-| nick |
-  dowolny ciąg |
-  Nazwa użytkownika, ustawiane przez wtyczki irc i xfer.
+| nick
+| dowolny ciąg
+| Nazwa użytkownika, ustawiane przez wtyczki irc i xfer.
 
-| no_log |
-  `1` (lub dowolny niepusty ciąg) |
-  Jeśli jest ustawiona, wiadomości z bufora nie są logowane.
+| no_log
+| `1` (lub dowolny niepusty ciąg)
+| Jeśli jest ustawiona, wiadomości z bufora nie są logowane.
 
-| plugin |
-  dowolny ciąg |
-  Nazwa wtyczki, która stworzyła bufor (`core` dla buforów WeeChat).
+| plugin
+| dowolny ciąg
+| Nazwa wtyczki, która stworzyła bufor (`core` dla buforów WeeChat).
 
-| script_close_cb |
-  dowolny ciąg |
-  Callback zamykania bufora zdefiniowany przez skrypt.
+| script_close_cb
+| dowolny ciąg
+| Callback zamykania bufora zdefiniowany przez skrypt.
 
-| script_close_cb_data |
-  dowolny ciąg |
-  Dane dla callbacka zamykania bufora zdefiniowane przez skrypt.
+| script_close_cb_data
+| dowolny ciąg
+| Dane dla callbacka zamykania bufora zdefiniowane przez skrypt.
 
-| script_input_cb |
-  dowolny ciąg |
-  Callback wprowadzania danych w buforze zdefiniowany przez skrypt.
+| script_input_cb
+| dowolny ciąg
+| Callback wprowadzania danych w buforze zdefiniowany przez skrypt.
 
-| script_input_cb_data |
-  dowolny ciąg |
-  Dane dla callbacka wprowadzania danych w buforze zdefiniowane przez skrypt.
+| script_input_cb_data
+| dowolny ciąg
+| Dane dla callbacka wprowadzania danych w buforze zdefiniowane przez skrypt.
 
-| script_name |
-  dowolny ciąg |
-  Nazwa skryptu, który stworzył bufor.
+| script_name
+| dowolny ciąg
+| Nazwa skryptu, który stworzył bufor.
 
-| server |
-  dowolny ciąg |
-  Nazwa serwera ustawiana przez wtyczkę irc albo bufor z informacjami do
+| server
+| dowolny ciąg
+| Nazwa serwera ustawiana przez wtyczkę irc albo bufor z informacjami do
   debugowania wtyczki relay/trigger.
 
-| spell_suggest |
-  dowolny ciąg |
-  Źle napisane słowo i sugestie (format: "słowo:sugestie"), ustawiane przez
+| spell_suggest
+| dowolny ciąg
+| Źle napisane słowo i sugestie (format: "słowo:sugestie"), ustawiane przez
   wtyczkę spell.
 
-| trigger_filter |
-  dowolny ciąg |
-  Filtr triggerów, ustawiany przez wtyczkę trigger.
+| trigger_filter
+| dowolny ciąg
+| Filtr triggerów, ustawiany przez wtyczkę trigger.
 
-| type |
-  dowolny ciąg, na przykład:
+| type
+| dowolny ciąg, na przykład:
   `channel`,
   `debug`,
   `exec`,
@@ -1440,8 +1440,8 @@ WeeChat i jego wtyczki domyślnie tworzą następujące zmienne:
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Typ bufora ustawiany przez WeeChat i wiele wtyczek.
+  `xfer`
+| Typ bufora ustawiany przez WeeChat i wiele wtyczek.
 
 |===
 
@@ -2665,66 +2665,66 @@ Lista opcji dla pasków:
 |===
 | Opcja | Wartości | Opis
 
-| type | `root`, `window` |
-  Pasek z typem `root` jest wyświetlany dokładnie jeden raz na ekranie, poza
+| type | `root`, `window`
+| Pasek z typem `root` jest wyświetlany dokładnie jeden raz na ekranie, poza
   wszystkimi oknami. Domyślny pasek _buflist_ ma typ `root`. +
   Pasek z typem `window` wyświetlany jest w każdym oknie, na przykład jeśli
   podzielisz jednorazowo ekran (używając `/window splith` lun `/window splitv`)
   otrzymasz po jednym pasku w każdym oknie. Domyślnie paski _title_, _status_,
   _input_ i _nicklist_ mają typ `window`.
 
-| position | `top`, `bottom`, `left`, `right` |
-  Pozycja paska: powyżej/poniżej ekranu rozmowy, po jego lewej/prawej stronie.
+| position | `top`, `bottom`, `left`, `right`
+| Pozycja paska: powyżej/poniżej ekranu rozmowy, po jego lewej/prawej stronie.
 
-| priority | integer ≥ 0 |
-  Priorytet wyświetlania paska: jest on używany do uporządkowania pasków na
+| priority | integer ≥ 0
+| Priorytet wyświetlania paska: jest on używany do uporządkowania pasków na
   ekranie, kiedy więcej niż jeden pasek posiada ten sam typ i położenie. +
   Paski są wyświetlane od brzegu do środka ekranu. Paski z wyższym priorytetem
   zostaną wyświetlone na początku, czyli bliżej krawędzi. +
   Przykład: pasek _input_ ma priorytet 1000, dlatego jest wyświetlany przed
   paskiem _status_, który ma priorytet 500.
 
-| size | integer ≥ 0 |
-  Rozmiar paska:  ilość kolumn dla pozycji lewo/prawo, numer linii dla pozycji
+| size | integer ≥ 0
+| Rozmiar paska:  ilość kolumn dla pozycji lewo/prawo, numer linii dla pozycji
   góra/dół. Rozmiar `0` oznacza automatyczny - rozmiar zostanie wyliczony zgodnie
   z wyświetlaną zawartością.
 
-| size_max | integer ≥ 0 |
-  Maksymalny rozmiar paska, `0` = brak limitu (opcja ta jest używana tylko jeśli
+| size_max | integer ≥ 0
+| Maksymalny rozmiar paska, `0` = brak limitu (opcja ta jest używana tylko jeśli
   `size` = 0).
 
-| color_bg | color |
-  Domyślny kolor tła paska.
+| color_bg | color
+| Domyślny kolor tła paska.
 
-| color_fg | color |
-  Domyślny kolor tekstu na pasku.
+| color_fg | color
+| Domyślny kolor tekstu na pasku.
 
-| color_delim | color |
-  Kolor separatorów na pasku.
+| color_delim | color
+| Kolor separatorów na pasku.
 
-| hidden | `on`, `off` |
-  Kiedy ta opcja jest ustawiona na `on`, pasek jest ukrywany. +
+| hidden | `on`, `off`
+| Kiedy ta opcja jest ustawiona na `on`, pasek jest ukrywany. +
   Uwaga: zamiast zmiany tej opcji zaleca się użycie komendy `/bar`, na przykład:
   `/bar toggle nicklist` (zobacz komendę <<command_weechat_bar,/bar>> po więcej
   informacji).
 
-| separator | `on`, `off` |
-  Kiedy ta opcja jest ustawiona na `on`, separator (linia) jest wyświetlany
+| separator | `on`, `off`
+| Kiedy ta opcja jest ustawiona na `on`, separator (linia) jest wyświetlany
   pomiędzy tym paskiem a pozostałymi (lub oknem rozmowy).
 
-| items | string |
-  Lista _elementów_ (zobacz <<bar_items,elementy>> po więcej informacji).
+| items | string
+| Lista _elementów_ (zobacz <<bar_items,elementy>> po więcej informacji).
 
-| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Typ wypełnienia paska dla pozycji o pozycji `left` lub `right` (zobacz
+| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Typ wypełnienia paska dla pozycji o pozycji `left` lub `right` (zobacz
   <<bar_filling,wypełnienie>> po więcej informacji).
 
-| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Typ wypełnienia paska dla pozycji o pozycji `top` lub `bottom` (zobacz
+| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Typ wypełnienia paska dla pozycji o pozycji `top` lub `bottom` (zobacz
   <<bar_filling,wypełnienie>> po więcej informacji).
 
-| conditions | string |
-  Warunki wyświetlania paska (zobacz <<bar_conditions,warunki>> po więcej
+| conditions | string
+| Warunki wyświetlania paska (zobacz <<bar_conditions,warunki>> po więcej
   informacji).
 |===
 
@@ -3939,15 +3939,15 @@ Następujące sygnały są przechwytywane przez wtyczke typing:
 |===
 | Sygnal | Argumenty | Opis
 
-| typing_set_nick |
-  Ciąg: wskaźnik bufora + ";" + stan (jeden z: "off", "typing", "paused",
+| typing_set_nick
+| Ciąg: wskaźnik bufora + ";" + stan (jeden z: "off", "typing", "paused",
   "cleared") + ";" + nick. +
-  Przykład: "0x1234abcd;typing;alice". |
-  Ustawia stan pisania dla nicka w buforze.
+  Przykład: "0x1234abcd;typing;alice".
+| Ustawia stan pisania dla nicka w buforze.
 
-| typing_reset_buffer |
-  Wskaźnik: bufor. |
-  Usuwa status pisania dla nicków w buforze.
+| typing_reset_buffer
+| Wskaźnik: bufor.
+| Usuwa status pisania dla nicków w buforze.
 |===
 
 [[typing_options]]
@@ -4293,25 +4293,25 @@ Lista domyśłnych triggerów:
 |===
 | Nazwa | Hook | Opis
 
-| beep | print |
-  Powiadamiaj o podświetleniach/prywatnej wiadomości.
+| beep | print
+| Powiadamiaj o podświetleniach/prywatnej wiadomości.
 
-| cmd_pass | modifier |
-  Ukrywa hasło w komendach:
+| cmd_pass | modifier
+| Ukrywa hasło w komendach:
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`,
   `pass:[/oper]`,
   `pass:[/quote pass]`,
   `pass:[/secure passphrase\|decrypt\|set]`.
 
-| cmd_pass_register | modifier |
-  Ukrywa hasło w komendzie `pass:[/msg nickserv register]`.
+| cmd_pass_register | modifier
+| Ukrywa hasło w komendzie `pass:[/msg nickserv register]`.
 
-| msg_auth | modifier |
-  Ukrywa hasło w wiadomości IRC auth (wiadomość otrzymana od serwera po
+| msg_auth | modifier
+| Ukrywa hasło w wiadomości IRC auth (wiadomość otrzymana od serwera po
   wykonaniu komendy przez użytkownika).
 
-| server_pass | modifier |
-  Ukrywa hasło serwera w komendach `/server` i `/connect`.
+| server_pass | modifier
+| Ukrywa hasło serwera w komendach `/server` i `/connect`.
 |===
 
 [[trigger_anatomy]]
@@ -4323,37 +4323,37 @@ Trigger posiada następujące opcje (nazwy to `trigger.trigger.<nazwa>.<opcja>`)
 |===
 | Opcja | Wartość | Opis
 
-| enabled | `on`, `off` |
-  Kiedy wartość ustawiona jest na `off`, trigger jest wyłączony i akcje nie będą
+| enabled | `on`, `off`
+| Kiedy wartość ustawiona jest na `off`, trigger jest wyłączony i akcje nie będą
   więcej wykonywane.
 
 | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`,
-  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` |
-  Zdarzenia używane przez trigger. Więcej informacji można znaleźć w
+  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+`
+| Zdarzenia używane przez trigger. Więcej informacji można znaleźć w
   link:weechat_plugin_api.en.html#hooks[WeeChat Plugin API Reference / Hooks] (Angielski).
 
-| arguments | string |
-  Argumenty dla zdarzenia, zależą od jego typu.
+| arguments | string
+| Argumenty dla zdarzenia, zależą od jego typu.
 
-| conditions | string |
-  Waruki do wykonania triggera; są one przetwarzane (zobacz komendę
+| conditions | string
+| Waruki do wykonania triggera; są one przetwarzane (zobacz komendę
   <<command_weechat_eval,/eval>>).
 
-| regex | string |
-  Jedno lub więcej rozszerzonych wyrażeń regularnych POSIX, do zamiany danych
+| regex | string
+| Jedno lub więcej rozszerzonych wyrażeń regularnych POSIX, do zamiany danych
   otrzymanych w odpowiedzi od podpiętego zdarzenia (i trochę rzeczy dodanych
   przez wtyczkę trigger) zobacz <<trigger_regex,wyrażenia regularne>>.
 
-| command | string |
-  Komenda do wykonania (wiele komend należy oddzielić średnikiem); jest to
+| command | string
+| Komenda do wykonania (wiele komend należy oddzielić średnikiem); jest to
   przetwarzane (zobacz komendę <<command_weechat_eval,/eval>>).
 
-| return_code | `+ok+`, `+ok_eat+`, `+error+` |
-  Kod wiadomości zwrotnej (domyślnie jest to `ok`, które powinno być używane dla
+| return_code | `+ok+`, `+ok_eat+`, `+error+`
+| Kod wiadomości zwrotnej (domyślnie jest to `ok`, które powinno być używane dla
   większości triggerów, pozostałe wartości są sporadycznie używane).
 
-| post_action | `none`, `disable`, `delete` |
-  Akcja wykonywana na triggerze po jego wykonaniu (domyślna wartość `none` powinna
+| post_action | `none`, `disable`, `delete`
+| Akcja wykonywana na triggerze po jego wykonaniu (domyślna wartość `none` powinna
   być użyta dla wszystkich triggerów, pozostałe wartości są sporadycznie używane).
 |===
 
@@ -4392,105 +4392,105 @@ Argumenty zależą od rodzaju uchwytu. Są oddzielane średnikami.
 |===
 | Uchwyt | Argumenty | Przykłady | Dokumentacja (API)
 
-| signal |
-  1. nazwa sygnału (dozwolony priorytet) (wymagane) +
+| signal
+| 1. nazwa sygnału (dozwolony priorytet) (wymagane) +
   2. nazwa sygnału (dozwolony priorytet) +
-  3. ... |
-  `+*,irc_in_privmsg+` +
+  3. ...
+| `+*,irc_in_privmsg+` +
   `+*,irc_in_privmsg;*,irc_in_notice+` +
-  `+signal_sigwinch+` |
-  link:weechat_plugin_api.en.html#_hook_signal[hook_signal] (Angielski)
+  `+signal_sigwinch+`
+| link:weechat_plugin_api.en.html#_hook_signal[hook_signal] (Angielski)
 
-| hsignal |
-  1. nazwa sygnału (dozwolony priorytet) (wymagane) +
+| hsignal
+| 1. nazwa sygnału (dozwolony priorytet) (wymagane) +
   2. nazwa sygnału (dozwolony priorytet) +
-  3. ... |
-  `+nicklist_nick_added+` |
-  link:weechat_plugin_api.en.html#_hook_hsignal[hook_hsignal] (Angielski)
+  3. ...
+| `+nicklist_nick_added+`
+| link:weechat_plugin_api.en.html#_hook_hsignal[hook_hsignal] (Angielski)
 
-| modifier |
-  1. nazwa modyfikatora (dozwolony priorytet) (wymagane) +
+| modifier
+| 1. nazwa modyfikatora (dozwolony priorytet) (wymagane) +
   2. nazwa modyfikatora (dozwolony priorytet) +
-  3. ... |
-  `+weechat_print+` +
-  `+5000\|input_text_display;5000\|history_add+` |
-  link:weechat_plugin_api.en.html#_hook_modifier[hook_modifier] (Angielski)
+  3. ...
+| `+weechat_print+` +
+  `+5000\|input_text_display;5000\|history_add+`
+| link:weechat_plugin_api.en.html#_hook_modifier[hook_modifier] (Angielski)
 
-| line |
-  1. typ bufora +
+| line
+| 1. typ bufora +
   2. nazwa bufora +
-  3. tagi |
-  `+formatted+` +
+  3. tagi
+| `+formatted+` +
   `+free+` +
   `+*;irc.libera.*+` +
   `+*;irc.libera.#weechat+` +
-  `+formatted;irc.libera.#weechat;irc_notice+` |
-  link:weechat_plugin_api.en.html#_hook_line[hook_line]
+  `+formatted;irc.libera.#weechat;irc_notice+`
+| link:weechat_plugin_api.en.html#_hook_line[hook_line]
 
-| print |
-  1. nazwa buforu +
+| print
+| 1. nazwa buforu +
   2. tagi +
   3. wiadomość +
-  4. odrzucić kolory (0/1) |
-  `+irc.libera.*+` +
+  4. odrzucić kolory (0/1)
+| `+irc.libera.*+` +
   `+irc.libera.#weechat+` +
   `+irc.libera.#weechat;irc_notice+` +
-  `+*;;;1+` |
-  link:weechat_plugin_api.en.html#_hook_print[hook_print] (Angielski)
+  `+*;;;1+`
+| link:weechat_plugin_api.en.html#_hook_print[hook_print] (Angielski)
 
-| command |
-  1. nazwa komendy dozwolony priorytet) (wymagane) +
+| command
+| 1. nazwa komendy dozwolony priorytet) (wymagane) +
   2. opis (przetwarzane, zobacz komendę <<command_weechat_eval,/eval>>) +
   3. argumenty (przetwarzane, zobacz komendę <<command_weechat_eval,/eval>>) +
   4. opis argumentów (przetwarzane, zobacz komendę <<command_weechat_eval,/eval>>) +
-  5. dopełnienie (przetwarzane, zobacz komendę <<command_weechat_eval,/eval>>) |
-  `+test+` +
+  5. dopełnienie (przetwarzane, zobacz komendę <<command_weechat_eval,/eval>>)
+| `+test+` +
   `+5000\|test+` +
-  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
-  link:weechat_plugin_api.en.html#_hook_command[hook_command] (Angielski)
+  `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+`
+| link:weechat_plugin_api.en.html#_hook_command[hook_command] (Angielski)
 
-| command_run |
-  1. komenda (dozwolony priorytet) (wymagane) +
+| command_run
+| 1. komenda (dozwolony priorytet) (wymagane) +
   2. komenda (dozwolony priorytet) +
-  3. ... |
-  `+/cmd argumenty+` |
-  link:weechat_plugin_api.en.html#_hook_command_run[hook_command_run] (Angielski)
+  3. ...
+| `+/cmd argumenty+`
+| link:weechat_plugin_api.en.html#_hook_command_run[hook_command_run] (Angielski)
 
-| timer |
-  1. interwał w milisekundach (wymagane) +
+| timer
+| 1. interwał w milisekundach (wymagane) +
   2. wyrównanie na sekundę (domyślnie: 0) +
-  3. maksymalna ilość wywołań (domyślnie: 0, co oznacza "brak końca") |
-  `+3600000+` +
-  `+60000;0;5+` |
-  link:weechat_plugin_api.en.html#_hook_timer[hook_timer] (Angielski)
+  3. maksymalna ilość wywołań (domyślnie: 0, co oznacza "brak końca")
+| `+3600000+` +
+  `+60000;0;5+`
+| link:weechat_plugin_api.en.html#_hook_timer[hook_timer] (Angielski)
 
-| config |
-  1. nazwa opcji (dozwolony priorytet) (wymagane) +
+| config
+| 1. nazwa opcji (dozwolony priorytet) (wymagane) +
   2. nazwa opcji (dozwolony priorytet) +
-  3. ... |
-  `+weechat.look.*+` |
-  link:weechat_plugin_api.en.html#_hook_config[hook_config] (Angielski)
+  3. ...
+| `+weechat.look.*+`
+| link:weechat_plugin_api.en.html#_hook_config[hook_config] (Angielski)
 
-| focus |
-  1. nazwa obszaru (dozwolony priorytet) (wymagane) +
+| focus
+| 1. nazwa obszaru (dozwolony priorytet) (wymagane) +
   2. nazwa obszaru (dozwolony priorytet) +
-  3. ... |
-  `+buffer_nicklist+` |
-  link:weechat_plugin_api.en.html#_hook_focus[hook_focus] (Angielski)
+  3. ...
+| `+buffer_nicklist+`
+| link:weechat_plugin_api.en.html#_hook_focus[hook_focus] (Angielski)
 
-| info |
-  1. info name (dozwolony priorytet) (wymagane) +
+| info
+| 1. info name (dozwolony priorytet) (wymagane) +
   2. info name (dozwolony priorytet) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.en.html#_hook_info[hook_info] (Angielski)
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.en.html#_hook_info[hook_info] (Angielski)
 
-| info_hashtable |
-  1. info name (dozwolony priorytet) (wymagane) +
+| info_hashtable
+| 1. info name (dozwolony priorytet) (wymagane) +
   2. info name (dozwolony priorytet) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.en.html#_hook_info_hashtable[hook_info_hashtable] (Angielski)
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.en.html#_hook_info_hashtable[hook_info_hashtable] (Angielski)
 |===
 
 [[trigger_conditions]]
index 8cb05f1039f113b6bb622f5e2461be2ce798d244..88cd7d02a744d71c1e18be66d27434d6ebfab972 100644 (file)
@@ -1101,8 +1101,8 @@ Git репозиторијум се налази на следећој URL ад
 |===
 | Компонента | Фајлови | Опис
 
-| core |
-  AUTHORS.adoc +
+| core
+| AUTHORS.adoc +
   ChangeLog.adoc +
   Contributing.adoc +
   .github/FUNDING.yml +
@@ -1114,76 +1114,76 @@ Git репозиторијум се налази на следећој URL ад
   src/core/* +
   src/gui/* +
   version.sh +
-  weechat.desktop |
-  WeeChat језгро
+  weechat.desktop
+| WeeChat језгро
 
-| build |
-  autogen.sh +
+| build
+| autogen.sh +
   CMakeLists.txt +
   cmake/* +
   configure.ac +
   Makefile.am +
   tools/* +
   weechat.cygport.in +
-  weechat.spec |
-  Изградња
+  weechat.spec
+| Изградња
 
-| ci |
-  .github/workflows/* |
-  Непрекидна интеграција
+| ci
+| .github/workflows/*
+| Непрекидна интеграција
 
-| debian |
-  debian-devel/* +
-  debian-stable/* |
-  Debian паковање
+| debian
+| debian-devel/* +
+  debian-stable/*
+| Debian паковање
 
-| tests |
-  tests/* |
-  Тестови
+| tests
+| tests/*
+| Тестови
 
-| doc |
-  doc/* |
-  Општа ажурирања документације, на пример за изградњу
+| doc
+| doc/*
+| Општа ажурирања документације, на пример за изградњу
 
-| doc/man |
-  doc/xx/weechat.1.xx.adoc +
-  doc/xx/weechat-headless.1.xx.adoc |
-  Man странице
+| doc/man
+| doc/xx/weechat.1.xx.adoc +
+  doc/xx/weechat-headless.1.xx.adoc
+| Man странице
 
-| doc/faq |
-  doc/xx/weechat_faq.xx.adoc |
-  Често постављана питања (ЧПП)
+| doc/faq
+| doc/xx/weechat_faq.xx.adoc
+| Често постављана питања (ЧПП)
 
-| doc/quickstart |
-  doc/xx/weechat_quickstart.xx.adoc |
-  Водич за брзи почетак
+| doc/quickstart
+| doc/xx/weechat_quickstart.xx.adoc
+| Водич за брзи почетак
 
-| doc/user |
-  doc/xx/weechat_user.xx.adoc |
-  Корисничко упутство
+| doc/user
+| doc/xx/weechat_user.xx.adoc
+| Корисничко упутство
 
-| doc/scripting |
-  doc/xx/weechat_scripting.xx.adoc |
-  Водич за скриптовање
+| doc/scripting
+| doc/xx/weechat_scripting.xx.adoc
+| Водич за скриптовање
 
-| doc/api |
-  doc/xx/weechat_plugin_api.xx.adoc |
-  Референтни приручник API додатака
+| doc/api
+| doc/xx/weechat_plugin_api.xx.adoc
+| Референтни приручник API додатака
 
-| doc/relay |
-  doc/xx/weechat_relay_protocol.xx.adoc |
-  Релеј протокол
+| doc/relay
+| doc/xx/weechat_relay_protocol.xx.adoc
+| Релеј протокол
 
-| doc/dev |
-  doc/xx/weechat_dev.en.adoc |
-  Водич за програмере
+| doc/dev
+| doc/xx/weechat_dev.en.adoc
+| Водич за програмере
 
 | irc +
   python +
   relay +
-  … |
-  src/plugins/<име>/* |
-  Додатак
+  …
+| src/plugins/<име>/*
+| Додатак
 
 |===
 
index 001dd76f7719a858c6fef064ab988a0492b9fab4..9b2bc368adf3d366b63778ee7b2c9770710d1f43 100644 (file)
@@ -2276,17 +2276,17 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
 |===
 | Оператор | Мин WeeChat | Опис | Примери
 
-| `+&&+` | |
-  Логичко „и” |
-  >> `+25 && 77+` +
+| `+&&+` |
+| Логичко „и”
+| >> `+25 && 77+` +
   == `+1+` +
   +
   >> `+25 && 0+` +
   == `+0+`
 
-| `+\|\|+` | |
-  Логичко „или” |
-  >> `+25 \|\| 0+` +
+| `+\|\|+` |
+| Логичко „или”
+| >> `+25 \|\| 0+` +
   == `+1+` +
   +
   >> `+0 \|\| 0+` +
@@ -2299,105 +2299,105 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
 |===
 | Оператор | Мин WeeChat | Опис | Примери
 
-| `+=~+` | |
-  Подудара се са POSIX проширеним регуларним изразом (дозвољене су необавезне заставице, погледајте функцију <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def =~ ab.*ef+` +
+| `+=~+` |
+| Подудара се са POSIX проширеним регуларним изразом (дозвољене су необавезне заставице, погледајте функцију <<_string_regcomp,string_regcomp>>)
+| >> `+abc def =~ ab.*ef+` +
   == `+1+` +
   +
   >> `+abc def =~ y.*z+` +
   == `+0+`
 
-| `+!~+` | |
-  НЕ подудара се са POSIX проширеним регуларним изразом (дозвољене су необавезне заставице, погледајте функцију <<_string_regcomp,string_regcomp>>) |
-  >> `+abc def !~ ab.*ef+` +
+| `+!~+` |
+| НЕ подудара се са POSIX проширеним регуларним изразом (дозвољене су необавезне заставице, погледајте функцију <<_string_regcomp,string_regcomp>>)
+| >> `+abc def !~ ab.*ef+` +
   == `+0+` +
   +
   >> `+abc def !~ y.*z+` +
   == `+1+`
 
-| `+==*+` | 2.9 |
-  Подудара се са маском где је дозвољено „*”, разликује величину слова (погледајте функцију <<_string_match,string_match>>) |
-  >> `+abc def ==* a*f+` +
+| `+==*+` | 2.9
+| Подудара се са маском где је дозвољено „*”, разликује величину слова (погледајте функцију <<_string_match,string_match>>)
+| >> `+abc def ==* a*f+` +
   == `+1+` +
   +
   >> `+abc def ==* y*z+` +
   == `+0+`
 
-| `+!!*+` | 2.9 |
-  НИЈЕ џокер маска у којој је дозвољено „*”, разликује величину слова (погледајте функцију <<_string_match,string_match>>) |
-  >> `+abc def !!* a*f+` +
+| `+!!*+` | 2.9
+| НИЈЕ џокер маска у којој је дозвољено „*”, разликује величину слова (погледајте функцију <<_string_match,string_match>>)
+| >> `+abc def !!* a*f+` +
   == `+0+` +
   +
   >> `+abc def !!* y*z+` +
   == `+1+`
 
-| `+=*+` | 1.8 |
-  Подудара се са маском где је дозвољено „*”, не разликује величину слова (погледајте функцију <<_string_match,string_match>>) |
-  >> `+abc def =* A*F+` +
+| `+=*+` | 1.8
+| Подудара се са маском где је дозвољено „*”, не разликује величину слова (погледајте функцију <<_string_match,string_match>>)
+| >> `+abc def =* A*F+` +
   == `+1+` +
   +
   >> `+abc def =* Y*Z+` +
   == `+0+`
 
-| `+!*+` | 1.8 |
-  НИЈЕ џокер маска у којој је дозвољено „*”, не разликује величину слова (погледајте функцију <<_string_match,string_match>>) |
-  >> `+abc def !* A*F+` +
+| `+!*+` | 1.8
+| НИЈЕ џокер маска у којој је дозвољено „*”, не разликује величину слова (погледајте функцију <<_string_match,string_match>>)
+| >> `+abc def !* A*F+` +
   == `+0+` +
   +
   >> `+abc def !* Y*Z+` +
   == `+1+`
 
-| `+==-+` | 2.9 |
-  Је укључено, разликује величину слова |
-  >> `+abc def ==- bc+` +
+| `+==-+` | 2.9
+| Је укључено, разликује величину слова
+| >> `+abc def ==- bc+` +
   == `+1+` +
   +
   >> `+abc def ==- xyz+` +
   == `+0+`
 
-| `+!!-+` | 2.9 |
-  НИЈЕ укључено, разликује величину слова |
-  >> `+abc def !!- bc+` +
+| `+!!-+` | 2.9
+| НИЈЕ укључено, разликује величину слова
+| >> `+abc def !!- bc+` +
   == `+0+` +
   +
   >> `+abc def !!- xyz+` +
   == `+1+`
 
-| `+=-+` | 2.9 |
-  Је укључено, не разликује величину слова |
-  >> `+abc def =- BC+` +
+| `+=-+` | 2.9
+| Је укључено, не разликује величину слова
+| >> `+abc def =- BC+` +
   == `+1+` +
   +
   >> `+abc def =- XYZ+` +
   == `+0+`
 
-| `+!-+` | 2.9 |
-  НИЈЕ укључено, не разликује величину слова |
-  >> `+abc def !- BC+` +
+| `+!-+` | 2.9
+| НИЈЕ укључено, не разликује величину слова
+| >> `+abc def !- BC+` +
   == `+0+` +
   +
   >> `+abc def !- XYZ+` +
   == `+1+`
 
-| `+==+` | |
-  Једнако |
-  >> `+test == test+` +
+| `+==+` |
+| Једнако
+| >> `+test == test+` +
   == `+1+` +
   +
   >> `+test == string+` +
   == `+0+`
 
-| `+!=+` | |
-  Није једнако |
-  >> `+test != test+` +
+| `+!=+` |
+| Није једнако
+| >> `+test != test+` +
   == `+0+` +
   +
   >> `+test != string+` +
   == `+1+`
 
-| `+<=+` | |
-  Мање или једнако |
-  >> `+abc <= defghi+` +
+| `+<=+` |
+| Мање или једнако
+| >> `+abc <= defghi+` +
   == `+1+` +
   +
   >> `+abc <= abc+` +
@@ -2409,9 +2409,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+15 <= 2+` +
   == `+0+`
 
-| `+<+` | |
-  Мање |
-  >> `+abc < defghi+` +
+| `+<+` |
+| Мање
+| >> `+abc < defghi+` +
   == `+1+` +
   +
   >> `+abc < abc+` +
@@ -2423,9 +2423,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+15 < 2+` +
   == `+0+`
 
-| `+>=+` | |
-  Веће или једнако |
-  >> `+defghi >= abc+` +
+| `+>=+` |
+| Веће или једнако
+| >> `+defghi >= abc+` +
   == `+1+` +
   +
   >> `+abc >= abc+` +
@@ -2437,9 +2437,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+15 >= 2+` +
   == `+1+`
 
-| `+>+` | |
-  Веће |
-  >> `+defghi > abc+` +
+| `+>+` |
+| Веће
+| >> `+defghi > abc+` +
   == `+1+` +
   +
   >> `+abc > abc+` +
@@ -2472,25 +2472,25 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
 |===
 | Формат | Мин WeeChat | Опис | Примери
 
-| `+${raw:xxx}+` | 3.1 |
-  Сирови стринг (не израчунава се). |
-  >> `+${raw:${info:version}}+` +
+| `+${raw:xxx}+` | 3.1
+| Сирови стринг (не израчунава се).
+| >> `+${raw:${info:version}}+` +
   == `+${info:version}+`
 
-| `+${име}+` | 3.4 |
-  Корисничка променљива (дефинисана са `+${define:име,вредност}+`). |
-  >> `+${име}+` +
+| `+${име}+` | 3.4
+| Корисничка променљива (дефинисана са `+${define:име,вредност}+`).
+| >> `+${име}+` +
   == `+вредност+`
 
-| `+${име}+` | |
-  Променљива `name` из хеш табеле _extra_vars_. |
-  >> `+${име}+` +
+| `+${име}+` |
+| Променљива `name` из хеш табеле _extra_vars_.
+| >> `+${име}+` +
   == `+вредност+`
 
-| `+${weechat_xxx_dir}+` | 3.2 |
-  WeeChat директоријум: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
-  `+${weechat_cache_dir}+` или `+${weechat_runtime_dir}+`. |
-  >> `+${weechat_config_dir}+` +
+| `+${weechat_xxx_dir}+` | 3.2
+| WeeChat директоријум: `+${weechat_config_dir}+`, `+${weechat_data_dir}+`,
+  `+${weechat_cache_dir}+` или `+${weechat_runtime_dir}+`.
+| >> `+${weechat_config_dir}+` +
   == `+/home/user/.config/weechat+` +
   +
   >> `+${weechat_data_dir}+` +
@@ -2502,49 +2502,49 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${weechat_runtime_dir}+` +
   == `+/run/user/1000/weechat+`
 
-| `+${eval:xxx}+` | 1.3 |
-  Стринг који се израчунава. |
-  >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
+| `+${eval:xxx}+` | 1.3
+| Стринг који се израчунава.
+| >> `+${eval:${date:${weechat.look.buffer_time_format}}}+` +
   == `+19:02:45+` ^(1)^ +
   +
   ^(1)^ са бојама, ако у опцији weechat.look.buffer_time_format постоје боје
 
-| `+${eval_cond:xxx}+` | 3.1 |
-  Стринг који се израчунава као услов. |
-  >> `+${eval_cond:${window.win_width} > 100}+` +
+| `+${eval_cond:xxx}+` | 3.1
+| Стринг који се израчунава као услов.
+| >> `+${eval_cond:${window.win_width} > 100}+` +
   == `+1+`
 
 | `+${esc:xxx}+` +
-  `+${\xxx}+` | 1.0 |
-  Стринг са означеним карактерима. |
-  >> `+${esc:prefix\tmessage}+` +
+  `+${\xxx}+` | 1.0
+| Стринг са означеним карактерима.
+| >> `+${esc:prefix\tmessage}+` +
   == `+prefix<TAB>message+` +
   +
   >> `+${\ua9}+` +
   == `+©+`
 
 // TRANSLATION MISSING
-| `+${lower:string}+` | 3.6 |
-  String converted to lower case. |
-  >> `+${lower:TEST}+` +
+| `+${lower:string}+` | 3.6
+| String converted to lower case.
+| >> `+${lower:TEST}+` +
   >> `+test+`
 
 // TRANSLATION MISSING
-| `+${upper:string}+` | 3.6 |
-  String converted to upper case. |
-  >> `+${upper:test}+` +
+| `+${upper:string}+` | 3.6
+| String converted to upper case.
+| >> `+${upper:test}+` +
   >> `+TEST+`
 
-| `+${hide:x,стринг}+` | 1.1 |
-  Стринг са скривеним карактерима (сви карактери у `стринг` се замењују са `x`). |
-  >> `+${hide:*,password}+` +
+| `+${hide:x,стринг}+` | 1.1
+| Стринг са скривеним карактерима (сви карактери у `стринг` се замењују са `x`).
+| >> `+${hide:*,password}+` +
   == `+********+`
 
 | `+${cut:макс,суфикс,стринг}+` +
-  `+${cut:+макс,суфикс,стринг}+` | 1.8 |
-  Стринг са `макс` карактера и необавезним `суфикс` ако се стринг сече. +
-  У формату `+макс`, суфикс се рачуна у максималну дужину. |
-  >> `+${cut:4,…,this is a test}+` +
+  `+${cut:+макс,суфикс,стринг}+` | 1.8
+| Стринг са `макс` карактера и необавезним `суфикс` ако се стринг сече. +
+  У формату `+макс`, суфикс се рачуна у максималну дужину.
+| >> `+${cut:4,…,this is a test}+` +
   == `+this…+` +
   +
   >> `+${cut:+4,…,this is a test}+` +
@@ -2554,10 +2554,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+こん>>+`
 
 | `+${cutscr:макс,суфикс,стринг}+` +
-  `+${cutscr:+макс,суфикс,стринг}+` | 1.8 |
-  Стринг са `макс` карактера приказаних на екрану, и необавезним `суфикс` ако се стринг сече.
-  У формату `+макс`, суфикс се рачуна у максималну дужину. |
-  >> `+${cutscr:4,…,this is a test}+` +
+  `+${cutscr:+макс,суфикс,стринг}+` | 1.8
+| Стринг са `макс` карактера приказаних на екрану, и необавезним `суфикс` ако се стринг сече.
+  У формату `+макс`, суфикс се рачуна у максималну дужину.
+| >> `+${cutscr:4,…,this is a test}+` +
   == `+this…+` +
   +
   >> `+${cutscr:+4,…,this is a test}+` +
@@ -2566,10 +2566,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${cutscr:2,>>,こんにちは世界}+` +
   == `+こ>>+`
 
-| `+${rev:xxx}+` | 2.2 |
-  Обрнути стринг (и кодови боја се обрћу, тако да стринг не би требало да садржи
-  кодове боја). |
-  >> `+${rev:Hello, world!}+` +
+| `+${rev:xxx}+` | 2.2
+| Обрнути стринг (и кодови боја се обрћу, тако да стринг не би требало да садржи
+  кодове боја).
+| >> `+${rev:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${rev:Hello, ${color:red}world!}+` +
@@ -2577,9 +2577,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   +
   ^(1)^ нема боје, кôд боје је обрнут
 
-| `+${revscr:xxx}+` | 2.7 |
-  Обрнути стринг за екран, кодови боја се не обрћу. |
-  >> `+${revscr:Hello, world!}+` +
+| `+${revscr:xxx}+` | 2.7
+| Обрнути стринг за екран, кодови боја се не обрћу.
+| >> `+${revscr:Hello, world!}+` +
   == `+!dlrow ,olleH+` +
   +
   >> `+${revscr:Hello, ${color:red}world!}+` +
@@ -2587,29 +2587,29 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   +
   ^(1)^ `pass:[ ,olleH]` у црвеној боји
 
-| `+${repeat:број,стринг}+` | 2.3 |
-  Поновљени стринг. |
-  >> `+${repeat:5,-}+` +
+| `+${repeat:број,стринг}+` | 2.3
+| Поновљени стринг.
+| >> `+${repeat:5,-}+` +
   == `+-----+`
 
-| `+${length:xxx}+` | 2.7 |
-  Дужина стринга (број UTF-8 карактера), кодови боја се игноришу. |
-  >> `+${length:test}+` +
+| `+${length:xxx}+` | 2.7
+| Дужина стринга (број UTF-8 карактера), кодови боја се игноришу.
+| >> `+${length:test}+` +
   == `+4+` +
   +
   >> `+${length:こんにちは世界}+` +
   == `+7+`
 
-| `+${lengthscr:xxx}+` | 2.7 |
-  Дужина стринга приказаног на екрану, кодови боја се игноришу. |
-  >> `+${lengthscr:test}+` +
+| `+${lengthscr:xxx}+` | 2.7
+| Дужина стринга приказаног на екрану, кодови боја се игноришу.
+| >> `+${lengthscr:test}+` +
   == `+4+` +
   +
   >> `+${lengthscr:こんにちは世界}+` +
   == `+14+`
 
-| `+${split:number,seps,flags,xxx}+` | 3.3 |
- Дели стринг и враћа сагласно са `number`: +
+| `+${split:number,seps,flags,xxx}+` | 3.3
+|Дели стринг и враћа сагласно са `number`: +
   - `count`: број ставки након поделе +
   - `random`: произвољну ставку +
   - цео број ≥ 1: ставку са индексом (1 = прва ставка) +
@@ -2621,8 +2621,8 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   - `collapse_seps`: стапа више узастопних граничника у један +
   - `keep_eol`: задржава прелом линије за сваку вредност +
   - `strip_items=xyz`: уклања карактере `x`, `y` и `z` са почетка/краја ставки +
-  - `max_items=N`: враћа максимално N ставки |
-  >> `+${split:1,,,abc,def,ghi}+` +
+  - `max_items=N`: враћа максимално N ставки
+| >> `+${split:1,,,abc,def,ghi}+` +
   == `+abc+` +
   +
   >> `+${split:-1,,,abc,def,ghi}+` +
@@ -2649,13 +2649,13 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${split:2, ,keep_eol,this is a test}+` +
   == `+is a test+`
 
-| `+${split_shell:number,xxx}+` | 3.3 |
-  Дели аргументе љуске и враћа сагласно са `number`: +
+| `+${split_shell:number,xxx}+` | 3.3
+| Дели аргументе љуске и враћа сагласно са `number`: +
   - `count`: број аргумената након поделе +
   - `random`: произвољни аргумент +
   - цео број ≥ 1: аргумент по индексу (1 = први аргумент) +
-  - цео број ≤ -1: аргумент по индексу од краја (-1 = последњи аргумент, -2 = претпоследњи аргумент, итд.) |
-  >> `+${split_shell:1,"first arg" arg2}+` +
+  - цео број ≤ -1: аргумент по индексу од краја (-1 = последњи аргумент, -2 = претпоследњи аргумент, итд.)
+| >> `+${split_shell:1,"first arg" arg2}+` +
   == `+first arg+` +
   +
   >> `+${split_shell:-1,"first arg" arg2}+` +
@@ -2667,14 +2667,14 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${split_shell:random,"first arg" arg2}+` +
   == `+arg2+`
 
-| `+${re:xxx}+` | 1.1 |
-  Подаци регуларног израза: +
+| `+${re:xxx}+` | 1.1
+| Подаци регуларног израза: +
   `0` = цео подударени стринг, +
   `1` до `99` = ухваћена група, +
   `+++` = последња ухваћена група, +
   `#` = индекс последње ухваћене групе _(WeeChat ≥ 1.8)_, +
-  `repl_index` = индекс замене која се врши (почиње од 1) _(WeeChat ≥ 3.3)_. |
-  >> `+${re:0}+` +
+  `repl_index` = индекс замене која се врши (почиње од 1) _(WeeChat ≥ 3.3)_.
+| >> `+${re:0}+` +
   == `+test1 test2+` +
   +
   >> `+${re:1}+` +
@@ -2692,10 +2692,10 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${re:repl_index}+` +
   == `+1+`
 
-| `+${color:име}+` | 0.4.2 |
-  Кôд WeeChat боје (име боје има и необавезне атрибуте), погледајте
-  функцију <<_color,color>> у вези подржаних формата. |
-  >> `+${color:red}red text+` +
+| `+${color:име}+` | 0.4.2
+| Кôд WeeChat боје (име боје има и необавезне атрибуте), погледајте
+  функцију <<_color,color>> у вези подржаних формата.
+| >> `+${color:red}red text+` +
   == `+red text+` ^(1)^ +
   +
   >> `+${color:*214}bold orange text+` +
@@ -2704,28 +2704,28 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   ^(1)^ у црвеној +
   ^(2)^ подебљано наранџасто
 
-| `+${modifier:име,подаци,стринг}+` | 2.7 |
-  Резултат модификатора, погледајте функцију
-  <<_hook_modifier_exec,hook_modifier_exec>>. |
-  >> `+${modifier:eval_path_home,,~}+` +
+| `+${modifier:име,подаци,стринг}+` | 2.7
+| Резултат модификатора, погледајте функцију
+  <<_hook_modifier_exec,hook_modifier_exec>>.
+| >> `+${modifier:eval_path_home,,~}+` +
   == `+/home/user+` +
   +
   >> `+${modifier:eval_path_home,directory=config,%h/irc.conf}+` +
   == `+/home/user/.config/weechat/irc.conf+`
 
 | `+${info:име}+` +
-  `+${info:име,аргументи}+` | 0.4.3 |
-  Инфо из програма WeeChat или додатка, погледајте функцију
-  <<_info_get,info_get>>. |
-  >> `+${info:version}+` +
+  `+${info:име,аргументи}+` | 0.4.3
+| Инфо из програма WeeChat или додатка, погледајте функцију
+  <<_info_get,info_get>>.
+| >> `+${info:version}+` +
   == `+1.0+` +
   +
   >> `+${info:nick_color_name,foo}+` +
   == `+lightblue+`
 
-| `+${base_encode:base,xxx}+` | 2.9 |
-  Стринг кодиран у base 16, 32 или 64. |
-  >> `+${base_encode:16,test string}+` +
+| `+${base_encode:base,xxx}+` | 2.9
+| Стринг кодиран у base 16, 32 или 64.
+| >> `+${base_encode:16,test string}+` +
   == `+7465737420737472696E67+` +
   +
   >> `+${base_encode:32,test string}+` +
@@ -2734,9 +2734,9 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${base_encode:64,test string}+` +
   == `+dGVzdCBzdHJpbmc=+`
 
-| `+${base_decode:base,xxx}+` | 2.9 |
-  Декодиран стринг из base 16, 32 или 64. |
-  >> `+${base_decode:16,7465737420737472696E67}+` +
+| `+${base_decode:base,xxx}+` | 2.9
+| Декодиран стринг из base 16, 32 или 64.
+| >> `+${base_decode:16,7465737420737472696E67}+` +
   == `+test string+` +
   +
   >> `+${base_decode:32,ORSXG5BAON2HE2LOM4======}+` +
@@ -2746,31 +2746,31 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   == `+test string+`
 
 | `+${date}+` +
-  `+${date:xxx}+` | 1.3 |
-  Текући датум/време, у прилагођеном формату (погледајте `man strftime`),
-  подразумевани формат је `%F %T`. |
-  >> `+${date}+` +
+  `+${date:xxx}+` | 1.3
+| Текући датум/време, у прилагођеном формату (погледајте `man strftime`),
+  подразумевани формат је `%F %T`.
+| >> `+${date}+` +
   == `+2015-06-30 19:02:45+` +
   +
   >> `+${date:%H:%M:%S}+` +
   == `+19:02:45+`
 
-| `+${env:ИМЕ}+` | 1.2 |
-  Име променљиве окружења `ИМЕ`. |
-  >> `+${env:HOME}+` +
+| `+${env:ИМЕ}+` | 1.2
+| Име променљиве окружења `ИМЕ`.
+| >> `+${env:HOME}+` +
   == `+/home/user+`
 
 | `+${if:condition}+` +
   `+${if:condition?true}+`
-  `+${if:condition?true:false}+| 1.8 |
-  Тернарни оператор са условом, вредност када је услов истинит (није обавезна) и
+  `+${if:condition?true:false}+| 1.8
+| Тернарни оператор са условом, вредност када је услов истинит (није обавезна) и
   друга вредност када је услов неистинит (није обавезна). Ако се вредности не
-  задају, враћа се „1” или „0”, у зависности од резултата услова. |
-  >> `+${if:${info:term_width}>80?big:small}+` +
+  задају, враћа се „1” или „0”, у зависности од резултата услова.
+| >> `+${if:${info:term_width}>80?big:small}+` +
   == `+big+`
 
-| `+${calc:xxx}+` | 2.7 |
-  Резултат израза, у коме су подржане заграде и следећи
+| `+${calc:xxx}+` | 2.7
+| Резултат израза, у коме су подржане заграде и следећи
   оператори: +
   `+++`: сабирање +
   `+-+`: одузимање +
@@ -2778,8 +2778,8 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   `+/+`: дељење +
   `+//+`: резултат дељења без разломљеног дела +
   `+%+`: остатак при дељењу +
-  `+**+`: степен. |
-  >> `+${calc:5+2*3}+` +
+  `+**+`: степен.
+| >> `+${calc:5+2*3}+` +
   == `+11+` +
   +
   >> `+${calc:(5+2)*3}+` +
@@ -2797,50 +2797,50 @@ str5 = weechat.string_eval_expression("password=abc password=def", {}, {}, optio
   >> `+${calc:2**16}+` +
   == `+65536+`
 
-| `+${random:min,max}+` | 3.3 |
-  Случајни цео број из опсега `min` до `max` (укључујући и њих). |
-  >> `+${random:0,10}+` +
+| `+${random:min,max}+` | 3.3
+| Случајни цео број из опсега `min` до `max` (укључујући и њих).
+| >> `+${random:0,10}+` +
   == `+3+`
 
-| `+${translate:xxx}+` | 3.2 |
-  Преведени стринг (зависи од језика који програм WeeChat користи за приказ порука). |
-  >> `+${translate:Plugin}+` +
+| `+${translate:xxx}+` | 3.2
+| Преведени стринг (зависи од језика који програм WeeChat користи за приказ порука).
+| >> `+${translate:Plugin}+` +
   == `+Extension+` ^(1)^ +
   +
   ^(1)^ пример из француског
 
-| `+${define:name,value}+` | 3.4 |
-  Дефинисање променљиве `име` постављене на `вредност`, која онда може да се користи у истом
-  израчунатом изразу са `+${име}+`. |
-  >> `+${define:len,${calc:5+3}}${len}x${len}+` +
+| `+${define:name,value}+` | 3.4
+| Дефинисање променљиве `име` постављене на `вредност`, која онда може да се користи у истом
+  израчунатом изразу са `+${име}+`.
+| >> `+${define:len,${calc:5+3}}${len}x${len}+` +
   == `+8x8+`
 
-| `+${sec.data.име}+` | |
-  Вредност обезбеђених података `име`. |
-  >> `+${sec.data.libera_pass}+` +
+| `+${sec.data.име}+` |
+| Вредност обезбеђених података `име`.
+| >> `+${sec.data.libera_pass}+` +
   == `+my_password+`
 
-| `+${фајл.одељак.опција}+` | |
-  Вредност опције. |
-  >> `+${weechat.look.buffer_time_format}+` +
+| `+${фајл.одељак.опција}+` |
+| Вредност опције.
+| >> `+${weechat.look.buffer_time_format}+` +
   == `+%H:%M:%S+`
 
-| `+${име}+` | |
-  Вредност локалне променљиве `име` у баферу. |
-  >> `+${nick}+` +
+| `+${име}+` |
+| Вредност локалне променљиве `име` у баферу.
+| >> `+${nick}+` +
   == `+FlashCode+`
 
-| `+${pointer}+` | |
-  Променљива `pointer` из хеш табеле _pointers_. |
-  >> `+${buffer}+` +
+| `+${pointer}+` |
+| Променљива `pointer` из хеш табеле _pointers_.
+| >> `+${buffer}+` +
   == `+0x1234abcd+`
 
 | `+${hdata.пром1.пром2...}+` +
-  `+${hdata[листа].пром1.пром2...}+` | |
-  Hdata вредност (показивачи `window` и `buffer` се подразумевано постављају на текући
+  `+${hdata[листа].пром1.пром2...}+` |
+| Hdata вредност (показивачи `window` и `buffer` се подразумевано постављају на текући
   прозор/бафер), `листа` може бити име листе (пример: „gui_buffers”), показивач
-  (пример: „0x1234abcd”) или име показивача (пример: „my_pointer”). |
-  >> `+${buffer[gui_buffers].full_name}+` +
+  (пример: „0x1234abcd”) или име показивача (пример: „my_pointer”).
+| >> `+${buffer[gui_buffers].full_name}+` +
   == `+core.weechat+` +
   +
   >> `+${buffer[my_buffer_pointer].full_name}+` +
@@ -9189,22 +9189,22 @@ struct t_hook *weechat_hook_process_hashtable (const char *command,
 |===
 | Опција | Мин WeeChat | Вредност | Подразумевана | Опис
 
-| argN (N ≥ 1) | 0.4.0 | било који стринг | без аргумената |
-  Аргументи команде; ако се овим опцијама не наведе ниједан аргумент,
+| argN (N ≥ 1) | 0.4.0 | било који стринг | без аргумената
+| Аргументи команде; ако се овим опцијама не наведе ниједан аргумент,
   команда се аутоматски дели на начин на који то ради командно окружење
   (па се онда аргументи команде учитавају у _command_ аргумент).
 
-| stdin | 0.4.3 | (не користи се) | без stdin |
-  Креира пајп за упис података на стандардни улаз (stdin) дете процеса
+| stdin | 0.4.3 | (не користи се) | без stdin
+| Креира пајп за упис података на стандардни улаз (stdin) дете процеса
   (погледајте функцију <<_hook_set,hook_set>>).
 
-| buffer_flush | 1.0 | број бајтова | 65536 |
-  Минимални број бајтова након којег се испира stdout/stderr (да се излаз
+| buffer_flush | 1.0 | број бајтова | 65536
+| Минимални број бајтова након којег се испира stdout/stderr (да се излаз
   пошаље функцији повратног позива), између 1 и 65536. Ако је вредност 1,
   излаз се тренутно шаље функцији повратног позива.
 
-| detached | 1.0 | (не користи се) | нема одвајања |
-  Процес се покреће у одвојеном режиму: stdout и stderr се преусмеравају на
+| detached | 1.0 | (не користи се) | нема одвајања
+| Процес се покреће у одвојеном режиму: stdout и stderr се преусмеравају на
   _/dev/null_.
 |===
 
@@ -9610,88 +9610,88 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
 |===
 | Кључ | Вредност (форматирани бафер) | Вредност (слободни бафер) | Примери
 
-| buffer |
-  Показивач на бафер. |
-  Показивач на бафер. |
-  `+0x1234abcd+`
+| buffer
+| Показивач на бафер.
+| Показивач на бафер.
+| `+0x1234abcd+`
 
-| buffer_name |
-  Име бафера. |
-  Име бафера. |
-  `+core.weechat+` +
+| buffer_name
+| Име бафера.
+| Име бафера.
+| `+core.weechat+` +
   `+irc.server.libera+` +
   `+irc.libera.#weechat+`
 
-| buffer_type |
-  "formatted" |
-  "free" |
-  `+formatted+` +
+| buffer_type
+| "formatted"
+| "free"
+| `+formatted+` +
   `+free+`
 
-| y |
-  Нема ("-1"). |
-  Број линије (≥ "0"). |
-  `+-1+` +
+| y
+| Нема ("-1").
+| Број линије (≥ "0").
+| `+-1+` +
   `+8+`
 
-| date |
-  Датум линије (временска ознака). |
-  Нема ("0"). |
-  `+1533792000+`
-
-| date_printed |
-  Датум када је линија била приказана (временска ознака). |
-  Нема ("0"). |
-  `+1533792012+`
-
-| str_time |
-  Датум за приказ (са могућим кодовима боја у себи). |
-  Нема (празан стринг). |
-  `+09:07:20+`
-
-| tags_count |
-  Број ознака у линији (≥ "0"). |
-  Нема ("0"). |
-  `+2+`
-
-| tags |
-  Листа ознака раздвојених запетама. |
-  Нема (празан стринг). |
-  `+irc_join,nick_test+`
-
-| displayed |
-  "0" = линија је филтрирана (скривена је) +
-  "1" = линија није филтрирана (приказана је). |
-  "0" = линија је филтрирана (скривена је) +
-  "1" = линија није филтрирана (приказана је). |
-  `+0+` +
+| date
+| Датум линије (временска ознака).
+| Нема ("0").
+| `+1533792000+`
+
+| date_printed
+| Датум када је линија била приказана (временска ознака).
+| Нема ("0").
+| `+1533792012+`
+
+| str_time
+| Датум за приказ (са могућим кодовима боја у себи).
+| Нема (празан стринг).
+| `+09:07:20+`
+
+| tags_count
+| Број ознака у линији (≥ "0").
+| Нема ("0").
+| `+2+`
+
+| tags
+| Листа ознака раздвојених запетама.
+| Нема (празан стринг).
+| `+irc_join,nick_test+`
+
+| displayed
+| "0" = линија је филтрирана (скривена је) +
+  "1" = линија није филтрирана (приказана је).
+| "0" = линија је филтрирана (скривена је) +
+  "1" = линија није филтрирана (приказана је).
+| `+0+` +
   `+1+`
 
-| notify_level |
-  "-1" = без обавештавања +
+| notify_level
+| "-1" = без обавештавања +
   "0" = низак ниво +
   "1" = порука +
   "2" = приватна порука +
-  "3" = истицање |
-  Нема ("0"). |
-  `+2+`
-
-| highlight |
-  "0" = без истицања +
-  "1" = линија има истицање. |
-  Нема ("0"). |
-  `+0+` +
+  "3" = истицање
+| Нема ("0").
+| `+2+`
+
+| highlight
+| "0" = без истицања +
+  "1" = линија има истицање.
+| Нема ("0").
+| `+0+` +
   `+1+`
 
-| prefix |
-  Префикс линије. |
-  Нема (празан стринг). |
-  `+-->+`
+| prefix
+| Префикс линије.
+| Нема (празан стринг).
+| `+-->+`
 
-| message |
-  Порука у линији. |
-  Порука у линији. |
-  `+test (~test@example.com) је приступио у #channel+`
+| message
+| Порука у линији.
+| Порука у линији.
+| `+test (~test@example.com) је приступио у #channel+`
 |===
 
 Функција повратног позива може да врати хеш табелу са неким измењеним пољима како би се линија ажурирала. Програм WeeChat било коју неважећу вредност у пољу игнорише без упозорења.
@@ -9702,73 +9702,73 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
 |===
 | Кључ | Дозвољена вредност (форматирани бафер) | Дозвољена вредност (слободни бафер) | Резултат
 
-| buffer |
-  Показивач на бафер са форматираним садржајем. |
-  Показивач на бафер са слободним садржајем. |
-  Линија се приказује у овом баферу. +
+| buffer
+| Показивач на бафер са форматираним садржајем.
+| Показивач на бафер са слободним садржајем.
+| Линија се приказује у овом баферу. +
   Ако је вредност празна, линија се брише (тада се све остало у хеш табели
   игнорише); наредне куке типа „line” се не позивају.
 
-| buffer_name |
-  Име бафера са форматираним садржајем. |
-  Име бафера са слободним садржајем. |
-  Линија се приказује у овом баферу. +
+| buffer_name
+| Име бафера са форматираним садржајем.
+| Име бафера са слободним садржајем.
+| Линија се приказује у овом баферу. +
   Ако је и `buffer` постављено, вредност `+buffer_name+` има виши приоритет и она се користи. +
   Ако је вредност празна, линија се брише (тада се све остало у хеш табели
   игнорише); наредне куке типа „line” се не позивају.
 
-| y |
-  Нема. |
-  Цео број (≥ „0”). |
-  Број линије се поставља на ову вредност.
+| y
+| Нема.
+| Цео број (≥ „0”).
+| Број линије се поставља на ову вредност.
 
-| date |
-  Временска ознака. |
-  Нема. |
-  Датум се поставља на ову вредност. +
+| date
+| Временска ознака.
+| Нема.
+| Датум се поставља на ову вредност. +
   Сагласно овоме се поставља и вредност `+str_time+`.
 
-| date_printed |
-  Временска ознака. |
-  Нема. |
-  Датум се поставља на ову временску ознаку (не приказује се).
+| date_printed
+| Временска ознака.
+| Нема.
+| Датум се поставља на ову временску ознаку (не приказује се).
 
-| str_time |
-  Стринг. |
-  Нема. |
-  Овај стринг се користи за приказ датума линије. +
+| str_time
+| Стринг.
+| Нема.
+| Овај стринг се користи за приказ датума линије. +
   Ако је и `date` постављено, вредност `+str_time+` има виши приоритет и она се користи.
 
-| tags |
-  Стринг. |
-  Нема. |
-  Ознаке линије се замењују овом листом ознака раздвојених запетама. +
+| tags
+| Стринг.
+| Нема.
+| Ознаке линије се замењују овом листом ознака раздвојених запетама. +
   Сагласно њој се ажурирају `+notify_level+` и `highlight`.
 
-| notify_level |
-  Цео број („-1” до „3”). |
-  Нема. |
-  Ниво обавештавања се поставља на ову вредност. Када се линија дода у бафер,
+| notify_level
+| Цео број („-1” до „3”).
+| Нема.
+| Ниво обавештавања се поставља на ову вредност. Када се линија дода у бафер,
   сагласно овој вредности се ажурира врућа листа. +
   Вредност `highlight` се ажурира сагласно са овом вредности. +
   Ако је и `tags` постављено, вредност `+notify_level+` има виши приоритет и она се користи.
 
-| highlight |
-  Цео број („0” или „1”). |
-  Нема. |
-  „0” искључује истицање у линији, „1” форсира истицање у линији. +
+| highlight
+| Цео број („0” или „1”).
+| Нема.
+| „0” искључује истицање у линији, „1” форсира истицање у линији. +
   Ако су постављени `tags` или `+notify_level+`, вредност `highlight` има виши
   приоритет и она се користи.
 
-| prefix |
-  Стринг. |
-  N/A. |
-  Префикс линије се поставља на ову вредност.
+| prefix
+| Стринг.
+| N/A.
+| Префикс линије се поставља на ову вредност.
 
-| message |
-  Стринг. |
-  Стринг. |
-  Порука линије се поставља на ову вредност.
+| message
+| Стринг.
+| Стринг.
+| Порука линије се поставља на ову вредност.
 |===
 
 C пример:
@@ -9962,636 +9962,636 @@ struct t_hook *weechat_hook_signal (const char *signal,
 |===
 | Додатак | Сигнал | Мин WeeChat | Аргументи | Опис
 
-| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Учитана је Scheme скрипта.
+| guile | [[hook_signal_guile_script_loaded]] guile_script_loaded | 0.3.9
+| Стринг: путања до скрипте.
+| Учитана је Scheme скрипта.
 
-| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Scheme скрипта је уклоњена из меморије.
+| guile | [[hook_signal_guile_script_unloaded]] guile_script_unloaded | 0.3.9
+| Стринг: путања до скрипте.
+| Scheme скрипта је уклоњена из меморије.
 
-| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9 |
-  Стринг: листа путања инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) Scheme скрипт(а/е).
+| guile | [[hook_signal_guile_script_installed]] guile_script_installed | 0.3.9
+| Стринг: листа путања инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) Scheme скрипт(а/е).
 
-| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) Scheme скрипт(а/е).
+| guile | [[hook_signal_guile_script_removed]] guile_script_removed | 0.3.9
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) Scheme скрипт(а/е).
 
-| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ | |
-  Стринг: порука. |
-  IRC порука од сервера (пре него што је употреби irc додатак,
+| irc | [[hook_signal_xxx_irc_in_yyy]] xxx,irc_in_yyy ^(1)^ |
+| Стринг: порука.
+| IRC порука од сервера (пре него што је употреби irc додатак,
   сигнал се шаље само ако се порука *не* игнорише). +
   Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама. +
   Ако је повратни код функције повратног позива _WEECHAT_RC_OK_EAT_, онда се IRC
   порука одмах брише и не обрађује се _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ | |
-  Стринг: порука. |
-  IRC порука од сервера (након што је употреби irc додатак,
+| irc | [[hook_signal_xxx_irc_in2_yyy]] xxx,irc_in2_yyy ^(1)^ |
+| Стринг: порука.
+| IRC порука од сервера (након што је употреби irc додатак,
   сигнал се шаље само ако се порука *не* игнорише). +
   Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама.
 
-| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2 |
-  Стринг: порука. |
-  IRC порука од сервера (пре него што је употреби irc додатак,
+| irc | [[hook_signal_xxx_irc_raw_in_yyy]] xxx,irc_raw_in_yyy ^(1)^ | 0.3.2
+| Стринг: порука.
+| IRC порука од сервера (пре него што је употреби irc додатак,
   сигнал се шаље чак и када се порука игнорише). +
   Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама. +
   Ако је повратни кôд функције повратног позива _WEECHAT_RC_OK_EAT_, онда се IRC
   порука одмах брише и обрађује се _(WeeChat ≥ 3.3)_.
 
-| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2 |
-  Стринг: порука. |
-  IRC порука од сервера (након што је употреби irc додатак,
+| irc | [[hook_signal_xxx_irc_raw_in2_yyy]] xxx,irc_raw_in2_yyy ^(1)^ | 0.3.2
+| Стринг: порука.
+| IRC порука од сервера (након што је употреби irc додатак,
   сигнал се шаље чак и када се порука игнорише). +
   Почевши од верзије 2.2, шаље се комплетна IRC порука, заједно са ознакама.
 
-| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7 |
-  Стринг: порука. |
-  IRC порука која се шаље серверу пре аутоматске поделе
+| irc | [[hook_signal_xxx_irc_out1_yyy]] xxx,irc_out1_yyy ^(1)^ | 0.3.7
+| Стринг: порука.
+| IRC порука која се шаље серверу пре аутоматске поделе
   (да стане у 512 бајтова, подразумевано).
 
-| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ | |
-  Стринг: порука. |
-  IRC порука која се шаље серверу након аутоматске поделе
+| irc | [[hook_signal_xxx_irc_out_yyy]] xxx,irc_out_yyy ^(1)^ |
+| Стринг: порука.
+| IRC порука која се шаље серверу након аутоматске поделе
   (да стане у 512 бајтова, подразумевано).
   *Упозорење:* стринг може да садржи неважеће UTF-8 податке.
   Уместо овог, препоручује се употреба сигнала „xxx,irc_out1_yyy”.
 
-| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4 |
-  Стринг: ознаке + „;” + порука. |
-  Ознаке + IRC порука која се шаље серверу. +
+| irc | [[hook_signal_xxx_irc_outtags_yyy]] xxx,irc_outtags_yyy ^(1)^ | 0.3.4
+| Стринг: ознаке + „;” + порука.
+| Ознаке + IRC порука која се шаље серверу. +
   *Упозорење:* стринг може да садржи неважеће UTF-8 податке.
   Уместо овог, препоручује се употреба сигнала „xxx,irc_out1_yyy”.
 
-| irc | [[hook_signal_irc_ctcp]] irc_ctcp | |
-  Стринг: порука. |
-  Примљена је CTCP.
+| irc | [[hook_signal_irc_ctcp]] irc_ctcp |
+| Стринг: порука.
+| Примљена је CTCP.
 
-| irc | [[hook_signal_irc_dcc]] irc_dcc | |
-  Стринг: порука. |
-  Нови DCC.
+| irc | [[hook_signal_irc_dcc]] irc_dcc |
+| Стринг: порука.
+| Нови DCC.
 
-| irc | [[hook_signal_irc_pv]] irc_pv | |
-  Стринг: порука. |
-  Примљена је приватна порука.
+| irc | [[hook_signal_irc_pv]] irc_pv |
+| Стринг: порука.
+| Примљена је приватна порука.
 
-| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened | |
-  Показивач: бафер. |
-  Отворен је канал.
+| irc | [[hook_signal_irc_channel_opened]] irc_channel_opened |
+| Показивач: бафер.
+| Отворен је канал.
 
-| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened | |
-  Показивач: бафер. |
-  Отворен је приватни бафер.
+| irc | [[hook_signal_irc_pv_opened]] irc_pv_opened |
+| Показивач: бафер.
+| Отворен је приватни бафер.
 
-| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7 |
-  Показивач: бафер. |
-  Отворен је серверски бафер.
+| irc | [[hook_signal_irc_server_opened]] irc_server_opened | 0.3.7
+| Показивач: бафер.
+| Отворен је серверски бафер.
 
-| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting | |
-  Стринг: име сервера. |
-  Повезивање са сервером.
+| irc | [[hook_signal_irc_server_connecting]] irc_server_connecting |
+| Стринг: име сервера.
+| Повезивање са сервером.
 
-| irc | [[hook_signal_irc_server_connected]] irc_server_connected | |
-  Стринг: име сервера. |
-  Успостављена је веза са сервером.
+| irc | [[hook_signal_irc_server_connected]] irc_server_connected |
+| Стринг: име сервера.
+| Успостављена је веза са сервером.
 
-| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected | |
-  Стринг: име сервера. |
-  Прекинута је веза са сервером.
+| irc | [[hook_signal_irc_server_disconnected]] irc_server_disconnected |
+| Стринг: име сервера.
+| Прекинута је веза са сервером.
 
-| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8 |
-  Стринг: име сервера. |
-  Променило се кашњење у комуникацији са сервером.
+| irc | [[hook_signal_irc_server_lag_changed]] irc_server_lag_changed | 1.8
+| Стринг: име сервера.
+| Променило се кашњење у комуникацији са сервером.
 
-| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing | |
-  Показивач: игнорисање. |
-  Уклања се игнорисање.
+| irc | [[hook_signal_irc_ignore_removing]] irc_ignore_removing |
+| Показивач: игнорисање.
+| Уклања се игнорисање.
 
-| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed | |
-  - |
+| irc | [[hook_signal_irc_ignore_removed]] irc_ignore_removed |
+| - |
 Уклоњено је игнорисање.
 
-| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8 |
-  Стринг: име сервера + „,” + надимак. |
-  Надимак из листе обавештавања се прикључио серверу.
+| irc | [[hook_signal_irc_notify_join]] irc_notify_join | 0.3.8
+| Стринг: име сервера + „,” + надимак.
+| Надимак из листе обавештавања се прикључио серверу.
 
-| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8 |
-  Стринг: име сервера + „,” + надимак. |
-  Надимак из листе обавештавања је напустио сервер.
+| irc | [[hook_signal_irc_notify_quit]] irc_notify_quit | 0.3.8
+| Стринг: име сервера + „,” + надимак.
+| Надимак из листе обавештавања је напустио сервер.
 
-| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8 |
-  Стринг: име сервера + „,” + надимак + „,” + порука о одсутности. |
-  Надимак из листе обавештавања је сада одсутан са сервера.
+| irc | [[hook_signal_irc_notify_away]] irc_notify_away | 0.3.8
+| Стринг: име сервера + „,” + надимак + „,” + порука о одсутности.
+| Надимак из листе обавештавања је сада одсутан са сервера.
 
-| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8 |
-  Стринг: име сервера + „,” + надимак + „,” + порука о одсутности. |
-  Надимак из листе обавештавања је још увек одсутан са сервера (промењена је порука о одсутности).
+| irc | [[hook_signal_irc_notify_still_away]] irc_notify_still_away | 0.3.8
+| Стринг: име сервера + „,” + надимак + „,” + порука о одсутности.
+| Надимак из листе обавештавања је још увек одсутан са сервера (промењена је порука о одсутности).
 
-| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8 |
-  Стринг: име сервера + „,” + надимак. |
-  Надимак из листе обавештавања се вратио (уклоњен је статус одсутности).
+| irc | [[hook_signal_irc_notify_back]] irc_notify_back | 0.3.8
+| Стринг: име сервера + „,” + надимак.
+| Надимак из листе обавештавања се вратио (уклоњен је статус одсутности).
 
-| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2 |
-  Стринг: путања до скрипте. |
-  Учитана је JavaScript скрипта.
+| javascript | [[hook_signal_javascript_script_loaded]] javascript_script_loaded | 1.2
+| Стринг: путања до скрипте.
+| Учитана је JavaScript скрипта.
 
-| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2 |
-  String: path to script. |
-  JavaScript скрипта је уклоњена из меморије.
+| javascript | [[hook_signal_javascript_script_unloaded]] javascript_script_unloaded | 1.2
+| String: path to script.
+| JavaScript скрипта је уклоњена из меморије.
 
-| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) JavaScript скрипт(а/е).
+| javascript | [[hook_signal_javascript_script_installed]] javascript_script_installed | 1.2
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) JavaScript скрипт(а/е).
 
-| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) JavaScript скрипт(а/е).
+| javascript | [[hook_signal_javascript_script_removed]] javascript_script_removed | 1.2
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) JavaScript скрипт(а/е).
 
-| logger | [[hook_signal_logger_start]] logger_start | |
-  Показивач: бафер. |
-  Почиње логовање бафера.
+| logger | [[hook_signal_logger_start]] logger_start |
+| Показивач: бафер.
+| Почиње логовање бафера.
 
-| logger | [[hook_signal_logger_stop]] logger_stop | |
-  Показивач: бафер. |
-  Престаје логовање бафера.
+| logger | [[hook_signal_logger_stop]] logger_stop |
+| Показивач: бафер.
+| Престаје логовање бафера.
 
-| logger | [[hook_signal_logger_backlog]] logger_backlog | |
-  Показивач: бафер. |
-  Приказивање ранијих линија из бафера.
+| logger | [[hook_signal_logger_backlog]] logger_backlog |
+| Показивач: бафер.
+| Приказивање ранијих линија из бафера.
 
-| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Учитана је Lua скрипта.
+| lua | [[hook_signal_lua_script_loaded]] lua_script_loaded | 0.3.9
+| Стринг: путања до скрипте.
+| Учитана је Lua скрипта.
 
-| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Lua скрипта је уклоњена из меморије.
+| lua | [[hook_signal_lua_script_unloaded]] lua_script_unloaded | 0.3.9
+| Стринг: путања до скрипте.
+| Lua скрипта је уклоњена из меморије.
 
-| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) Lua скрипт(а/е).
+| lua | [[hook_signal_lua_script_installed]] lua_script_installed | 0.3.9
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) Lua скрипт(а/е).
 
-| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) Lua скрипт(а/е).
+| lua | [[hook_signal_lua_script_removed]] lua_script_removed | 0.3.9
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) Lua скрипт(а/е).
 
-| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Учитана је Perl скрипта.
+| perl | [[hook_signal_perl_script_loaded]] perl_script_loaded | 0.3.9
+| Стринг: путања до скрипте.
+| Учитана је Perl скрипта.
 
-| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Perl скрипта је уклоњена из меморије.
+| perl | [[hook_signal_perl_script_unloaded]] perl_script_unloaded | 0.3.9
+| Стринг: путања до скрипте.
+| Perl скрипта је уклоњена из меморије.
 
-| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) Perl скрипт(а/е).
+| perl | [[hook_signal_perl_script_installed]] perl_script_installed | 0.3.9
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) Perl скрипт(а/е).
 
-| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) Perl скрипт(а/е).
+| perl | [[hook_signal_perl_script_removed]] perl_script_removed | 0.3.9
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) Perl скрипт(а/е).
 
-| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0 |
-  Стринг: путања до скрипте. |
-  Учитана је PHP скрипта.
+| php | [[hook_signal_php_script_loaded]] php_script_loaded | 2.0
+| Стринг: путања до скрипте.
+| Учитана је PHP скрипта.
 
-| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0 |
-  Стринг: путања до скрипте. |
-  PHP скрипта је уклоњена из меморије.
+| php | [[hook_signal_php_script_unloaded]] php_script_unloaded | 2.0
+| Стринг: путања до скрипте.
+| PHP скрипта је уклоњена из меморије.
 
-| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) PHP скрипт(а/е).
+| php | [[hook_signal_php_script_installed]] php_script_installed | 2.0
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) PHP скрипт(а/е).
 
-| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) PHP скрипт(а/е).
+| php | [[hook_signal_php_script_removed]] php_script_removed | 2.0
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) PHP скрипт(а/е).
 
-| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Учитана је Python скрипта.
+| python | [[hook_signal_python_script_loaded]] python_script_loaded | 0.3.9
+| Стринг: путања до скрипте.
+| Учитана је Python скрипта.
 
-| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Python скрипта је уклоњена из меморије.
+| python | [[hook_signal_python_script_unloaded]] python_script_unloaded | 0.3.9
+| Стринг: путања до скрипте.
+| Python скрипта је уклоњена из меморије.
 
-| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) Python скрипт(а/е).
+| python | [[hook_signal_python_script_installed]] python_script_installed | 0.3.9
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) Python скрипт(а/е).
 
-| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) Python скрипт(а/е).
+| python | [[hook_signal_python_script_removed]] python_script_removed | 0.3.9
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) Python скрипт(а/е).
 
-| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0 |
-  Показивач: релеј клијент. |
-  Релеј клијент се повезује.
+| relay | [[hook_signal_relay_client_connecting]] relay_client_connecting | 1.0
+| Показивач: релеј клијент.
+| Релеј клијент се повезује.
 
-| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0 |
-  Показивач: релеј клијент. |
-  Чека се на аутентификацију релеј клијента.
+| relay | [[hook_signal_relay_client_waiting_auth]] relay_client_waiting_auth | 1.0
+| Показивач: релеј клијент.
+| Чека се на аутентификацију релеј клијента.
 
-| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0 |
-  Показивач: релеј клијент. |
-  Успешна аутентификација релеј клијента.
+| relay | [[hook_signal_relay_client_auth_ok]] relay_client_auth_ok | 1.0
+| Показивач: релеј клијент.
+| Успешна аутентификација релеј клијента.
 
-| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0 |
-  Показивач: релеј клијент. |
-  Релеј клијент се повезао.
+| relay | [[hook_signal_relay_client_connected]] relay_client_connected | 1.0
+| Показивач: релеј клијент.
+| Релеј клијент се повезао.
 
-| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0 |
-  Показивач: релеј клијент. |
-  Аутентификација релеј клијента није успела.
+| relay | [[hook_signal_relay_client_auth_failed]] relay_client_auth_failed | 1.0
+| Показивач: релеј клијент.
+| Аутентификација релеј клијента није успела.
 
-| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0 |
-  Показивач: релеј клијент. |
-  Прекинута је веза релеј клијентом.
+| relay | [[hook_signal_relay_client_disconnected]] relay_client_disconnected | 1.0
+| Показивач: релеј клијент.
+| Прекинута је веза релеј клијентом.
 
-| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Учитана је Ruby скрипта.
+| ruby | [[hook_signal_ruby_script_loaded]] ruby_script_loaded | 0.3.9
+| Стринг: путања до скрипте.
+| Учитана је Ruby скрипта.
 
-| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Ruby скрипта је уклоњена из меморије.
+| ruby | [[hook_signal_ruby_script_unloaded]] ruby_script_unloaded | 0.3.9
+| Стринг: путања до скрипте.
+| Ruby скрипта је уклоњена из меморије.
 
-| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталиран(а/е) Ruby скрипт(а/е).
+| ruby | [[hook_signal_ruby_script_installed]] ruby_script_installed | 0.3.9
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталиран(а/е) Ruby скрипт(а/е).
 
-| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) Ruby скрипт(а/е).
+| ruby | [[hook_signal_ruby_script_removed]] ruby_script_removed | 0.3.9
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) Ruby скрипт(а/е).
 
-| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4 |
-  Показивач: бафер. |
-  Нови предлог за погрешно написану реч.
+| spell | [[hook_signal_spell_suggest]] spell_suggest | 2.4
+| Показивач: бафер.
+| Нови предлог за погрешно написану реч.
 
-| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Учитана је Tcl скрипта.
+| tcl | [[hook_signal_tcl_script_loaded]] tcl_script_loaded | 0.3.9
+| Стринг: путања до скрипте.
+| Учитана је Tcl скрипта.
 
-| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9 |
-  Стринг: путања до скрипте. |
-  Tcl скрипта је уклоњена из меморије.
+| tcl | [[hook_signal_tcl_script_unloaded]] tcl_script_unloaded | 0.3.9
+| Стринг: путања до скрипте.
+| Tcl скрипта је уклоњена из меморије.
 
-| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9 |
-  Стринг: листа путања до инсталираних скрипти раздвојених запетама. |
-  Инсталран(а/е) Tcl скрипт(а/е).
+| tcl | [[hook_signal_tcl_script_installed]] tcl_script_installed | 0.3.9
+| Стринг: листа путања до инсталираних скрипти раздвојених запетама.
+| Инсталран(а/е) Tcl скрипт(а/е).
 
-| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9 |
-  Стринг: листа уклоњених скрипти раздвојених запетама. |
-  Уклоњен(а/е) Tcl скрипт(а/е).
+| tcl | [[hook_signal_tcl_script_removed]] tcl_script_removed | 0.3.9
+| Стринг: листа уклоњених скрипти раздвојених запетама.
+| Уклоњен(а/е) Tcl скрипт(а/е).
 
-| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3 |
-  Показивач: бафер. |
-  Корисник куца поруку (шаље typing додатак, користи irc додатак).
+| typing | [[hook_signal_typing_self_typing]] typing_self_typing | 3.3
+| Показивач: бафер.
+| Корисник куца поруку (шаље typing додатак, користи irc додатак).
 
-| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3 |
-  Показивач: бафер. |
-  Корисник је застао током куцања поруке (шаље typing додатак, користи irc додатак).
+| typing | [[hook_signal_typing_self_paused]] typing_self_paused | 3.3
+| Показивач: бафер.
+| Корисник је застао током куцања поруке (шаље typing додатак, користи irc додатак).
 
-| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3 |
-  Показивач: бафер. |
-  Корисник је обрисао унос и није послао поруку (шаље typing додатак, користи irc додатак).
+| typing | [[hook_signal_typing_self_cleared]] typing_self_cleared | 3.3
+| Показивач: бафер.
+| Корисник је обрисао унос и није послао поруку (шаље typing додатак, користи irc додатак).
 
-| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3 |
-  Показивач: бафер. |
-  Порука (не команда) је послата баферу (шаље typing додатак, користи irc додатак).
+| typing | [[hook_signal_typing_self_sent]] typing_self_sent | 3.3
+| Показивач: бафер.
+| Порука (не команда) је послата баферу (шаље typing додатак, користи irc додатак).
 
-| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3 |
-  Стринг: показивач на бафер + ";" + стање (једно од: "off", "typing", "paused",
-  "cleared") + ";" + надимак. |
-  Поставља стање куцања за надимак у баферу (шаље irc додатак, обрађује typing додатак).
+| typing | [[hook_signal_typing_set_nick]] typing_set_nick | 3.3
+| Стринг: показивач на бафер + ";" + стање (једно од: "off", "typing", "paused",
+  "cleared") + ";" + надимак.
+| Поставља стање куцања за надимак у баферу (шаље irc додатак, обрађује typing додатак).
 
-| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3 |
-  Показивач: бафер. |
-  Уклања стање куцања за све надимке у баферу (шаље irc додатак, обрађује typing додатак).
+| typing | [[hook_signal_typing_reset_buffer]] typing_reset_buffer | 3.3
+| Показивач: бафер.
+| Уклања стање куцања за све надимке у баферу (шаље irc додатак, обрађује typing додатак).
 
-| weechat | [[hook_signal_buffer_opened]] buffer_opened | |
-  Показивач: бафер. |
-  Отворен је бафер.
+| weechat | [[hook_signal_buffer_opened]] buffer_opened |
+| Показивач: бафер.
+| Отворен је бафер.
 
-| weechat | [[hook_signal_buffer_closing]] buffer_closing | |
-  Показивач: бафер. |
-  Бафер се затвара.
+| weechat | [[hook_signal_buffer_closing]] buffer_closing |
+| Показивач: бафер.
+| Бафер се затвара.
 
-| weechat | [[hook_signal_buffer_closed]] buffer_closed | |
-  Показивач: бафер. |
-  Бафер је затворен.
+| weechat | [[hook_signal_buffer_closed]] buffer_closed |
+| Показивач: бафер.
+| Бафер је затворен.
 
-| weechat | [[hook_signal_buffer_cleared]] buffer_cleared | |
-  Показивач: бафер. |
-  Бафер је очишћен.
+| weechat | [[hook_signal_buffer_cleared]] buffer_cleared |
+| Показивач: бафер.
+| Бафер је очишћен.
 
-| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0 |
-  Показивач: бафер. |
-  У баферу су укључени филтери.
+| weechat | [[hook_signal_buffer_filters_enabled]] buffer_filters_enabled | 2.0
+| Показивач: бафер.
+| У баферу су укључени филтери.
 
-| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0 |
-  Показивач: бафер. |
-  У баферу су искључени филтери.
+| weechat | [[hook_signal_buffer_filters_disabled]] buffer_filters_disabled | 2.0
+| Показивач: бафер.
+| У баферу су искључени филтери.
 
-| weechat | [[hook_signal_buffer_hidden]] buffer_hidden | |
-  Показивач: бафер. |
-  Бафер је скривен.
+| weechat | [[hook_signal_buffer_hidden]] buffer_hidden |
+| Показивач: бафер.
+| Бафер је скривен.
 
-| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden | |
-  Показивач: бафер. |
-  Бафер је откривен.
+| weechat | [[hook_signal_buffer_unhidden]] buffer_unhidden |
+| Показивач: бафер.
+| Бафер је откривен.
 
-| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7 |
-  Показивач: линија. |
-  У бафер је додата линија.
+| weechat | [[hook_signal_buffer_line_added]] buffer_line_added | 0.3.7
+| Показивач: линија.
+| У бафер је додата линија.
 
-| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden | |
-  Показивач: бафер. |
-  У баферу су сакривене линије.
+| weechat | [[hook_signal_buffer_lines_hidden]] buffer_lines_hidden |
+| Показивач: бафер.
+| У баферу су сакривене линије.
 
-| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added | |
-  Показивач: бафер. |
-  Додата је локална променљива.
+| weechat | [[hook_signal_buffer_localvar_added]] buffer_localvar_added |
+| Показивач: бафер.
+| Додата је локална променљива.
 
-| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed | |
-  Показивач: бафер. |
-  Измењена је локална променљива.
+| weechat | [[hook_signal_buffer_localvar_changed]] buffer_localvar_changed |
+| Показивач: бафер.
+| Измењена је локална променљива.
 
-| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed | |
-  Показивач: бафер. |
-  Уклоњена је локална променљива.
+| weechat | [[hook_signal_buffer_localvar_removed]] buffer_localvar_removed |
+| Показивач: бафер.
+| Уклоњена је локална променљива.
 
-| weechat | [[hook_signal_buffer_merged]] buffer_merged | |
-  Показивач: бафер. |
-  Бафер је спојен.
+| weechat | [[hook_signal_buffer_merged]] buffer_merged |
+| Показивач: бафер.
+| Бафер је спојен.
 
-| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged | |
-  Показивач: бафер. |
-  Бафер је раздвојен.
+| weechat | [[hook_signal_buffer_unmerged]] buffer_unmerged |
+| Показивач: бафер.
+| Бафер је раздвојен.
 
-| weechat | [[hook_signal_buffer_moved]] buffer_moved | |
-  Показивач: бафер. |
-  Бафер је померен.
+| weechat | [[hook_signal_buffer_moved]] buffer_moved |
+| Показивач: бафер.
+| Бафер је померен.
 
-| weechat | [[hook_signal_buffer_renamed]] buffer_renamed | |
-  Показивач: бафер. |
-  Баферу је промењено име.
+| weechat | [[hook_signal_buffer_renamed]] buffer_renamed |
+| Показивач: бафер.
+| Баферу је промењено име.
 
-| weechat | [[hook_signal_buffer_switch]] buffer_switch | |
-  Показивач: бафер. |
-  Прелази се на други бафер.
+| weechat | [[hook_signal_buffer_switch]] buffer_switch |
+| Показивач: бафер.
+| Прелази се на други бафер.
 
-| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed | |
-  Показивач: бафер. |
-  Промењен је наслов бафера.
+| weechat | [[hook_signal_buffer_title_changed]] buffer_title_changed |
+| Показивач: бафер.
+| Промењен је наслов бафера.
 
-| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed | |
-  Показивач: бафер. |
-  Промењен је тип бафера.
+| weechat | [[hook_signal_buffer_type_changed]] buffer_type_changed |
+| Показивач: бафер.
+| Промењен је тип бафера.
 
-| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3 |
-  Показивач: бафер. |
-  Зумиран је спојени бафер.
+| weechat | [[hook_signal_buffer_zoomed]] buffer_zoomed | 0.4.3
+| Показивач: бафер.
+| Зумиран је спојени бафер.
 
-| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3 |
-  Показивач: бафер. |
-  Одзумиран је спојени бафер.
+| weechat | [[hook_signal_buffer_unzoomed]] buffer_unzoomed | 0.4.3
+| Показивач: бафер.
+| Одзумиран је спојени бафер.
 
-| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2 |
-  - |
+| weechat | [[hook_signal_cursor_start]] cursor_start | 3.2
+| - |
 Почетак режима померања курсора.
 
-| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2 |
-  - |
+| weechat | [[hook_signal_cursor_end]] cursor_end | 3.2
+| - |
 Крај режима померања курсора.
 
-| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2 |
-  Стринг: нови датум, формат је: "2010-01-31". |
-  Променио се системски датум.
+| weechat | [[hook_signal_day_changed]] day_changed | 0.3.2
+| Стринг: нови датум, формат је: "2010-01-31".
+| Променио се системски датум.
 
-| weechat | [[hook_signal_debug_dump]] debug_dump | |
-  Стринг: име додатка. |
-  Захтев за испис.
+| weechat | [[hook_signal_debug_dump]] debug_dump |
+| Стринг: име додатка.
+| Захтев за испис.
 
-| weechat | [[hook_signal_debug_libs]] debug_libs | |
-  - |
+| weechat | [[hook_signal_debug_libs]] debug_libs |
+| - |
 Приказује спољне библиотеке које се користе.
 
-| weechat | [[hook_signal_filter_added]] filter_added | |
-  Показивач: филтер. |
-  Додат је филтер.
+| weechat | [[hook_signal_filter_added]] filter_added |
+| Показивач: филтер.
+| Додат је филтер.
 
-| weechat | [[hook_signal_filter_removing]] filter_removing | |
-  Показивач: филтер. |
-  Уклањање филтера.
+| weechat | [[hook_signal_filter_removing]] filter_removing |
+| Показивач: филтер.
+| Уклањање филтера.
 
-| weechat | [[hook_signal_filter_removed]] filter_removed | |
-  - |
+| weechat | [[hook_signal_filter_removed]] filter_removed |
+| - |
 Филтер је уклоњен.
 
-| weechat | [[hook_signal_filters_enabled]] filters_enabled | |
-  - |
+| weechat | [[hook_signal_filters_enabled]] filters_enabled |
+| - |
 Укључени су филтери.
 
-| weechat | [[hook_signal_filters_disabled]] filters_disabled | |
-  - |
+| weechat | [[hook_signal_filters_disabled]] filters_disabled |
+| - |
 Искључени су филтери.
 
-| weechat | [[hook_signal_hotlist_changed]] hotlist_changed | |
-  Показивач: бафер (може да буде NULL). |
-  Променила се врућа листа.
+| weechat | [[hook_signal_hotlist_changed]] hotlist_changed |
+| Показивач: бафер (може да буде NULL).
+| Променила се врућа листа.
 
-| weechat | [[hook_signal_input_paste_pending]] input_paste_pending | |
-  - |
+| weechat | [[hook_signal_input_paste_pending]] input_paste_pending |
+| - |
 Чека се на налепљивање.
 
-| weechat | [[hook_signal_input_search]] input_search | |
-  Показивач: бафер. |
-  Претрага текста у баферу.
+| weechat | [[hook_signal_input_search]] input_search |
+| Показивач: бафер.
+| Претрага текста у баферу.
 
-| weechat | [[hook_signal_input_text_changed]] input_text_changed | |
-  Показивач: бафер. |
-  Променио се текст уноса.
+| weechat | [[hook_signal_input_text_changed]] input_text_changed |
+| Показивач: бафер.
+| Променио се текст уноса.
 
-| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved | |
-  Показивач: бафер. |
-  Померио се курсор текста уноса.
+| weechat | [[hook_signal_input_text_cursor_moved]] input_text_cursor_moved |
+| Показивач: бафер.
+| Померио се курсор текста уноса.
 
-| weechat | [[hook_signal_key_bind]] key_bind | |
-  Стринг: тастер. |
-  Додата је пречица.
+| weechat | [[hook_signal_key_bind]] key_bind |
+| Стринг: тастер.
+| Додата је пречица.
 
-| weechat | [[hook_signal_key_unbind]] key_unbind | |
-  Стринг: тастер. |
-  Уклоњена је пречица.
+| weechat | [[hook_signal_key_unbind]] key_unbind |
+| Стринг: тастер.
+| Уклоњена је пречица.
 
-| weechat | [[hook_signal_key_pressed]] key_pressed | |
-  Стринг: притиснути тастер. |
-  Притиснут је тастер.
+| weechat | [[hook_signal_key_pressed]] key_pressed |
+| Стринг: притиснути тастер.
+| Притиснут је тастер.
 
-| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0 |
-  Стринг: комбинација тастера. |
-  Комбинација тастера у _default_ контексту.
+| weechat | [[hook_signal_key_combo_default]] key_combo_default | 1.0
+| Стринг: комбинација тастера.
+| Комбинација тастера у _default_ контексту.
 
-| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0 |
-  Стринг: комбинација тастера. |
-  Комбинација тастера у _search_ контексту.
+| weechat | [[hook_signal_key_combo_search]] key_combo_search | 1.0
+| Стринг: комбинација тастера.
+| Комбинација тастера у _search_ контексту.
 
-| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0 |
-  Стринг: комбинација тастера. |
-  Комбинација тастера у _cursor_ контексту.
+| weechat | [[hook_signal_key_combo_cursor]] key_combo_cursor | 1.0
+| Стринг: комбинација тастера.
+| Комбинација тастера у _cursor_ контексту.
 
-| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1 |
-  - |
+| weechat | [[hook_signal_mouse_enabled]] mouse_enabled | 1.1
+| - |
 Укључен је миш.
 
-| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1 |
-  - |
+| weechat | [[hook_signal_mouse_disabled]] mouse_disabled | 1.1
+| - |
 Искључен је миш.
 
-| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2 |
-  Стринг: показивач на бафер + „,” + име групе. |
-  У листу надимака је додата група.
+| weechat | [[hook_signal_nicklist_group_added]] nicklist_group_added | 0.3.2
+| Стринг: показивач на бафер + „,” + име групе.
+| У листу надимака је додата група.
 
-| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4 |
-  Стринг: показивач на бафер + „,” + име групе. |
-  У листи надимака је измењена група.
+| weechat | [[hook_signal_nicklist_group_changed]] nicklist_group_changed | 0.3.4
+| Стринг: показивач на бафер + „,” + име групе.
+| У листи надимака је измењена група.
 
-| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  Стринг: показивач на бафер + „,” + име надимка. |
-  Уклања се група из листе надимака.
+| weechat | [[hook_signal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| Стринг: показивач на бафер + „,” + име надимка.
+| Уклања се група из листе надимака.
 
-| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2 |
-  Стринг: показивач на бафер + „,” + име надимка. |
-  Група је уклоњена из листе надимака.
+| weechat | [[hook_signal_nicklist_group_removed]] nicklist_group_removed | 0.3.2
+| Стринг: показивач на бафер + „,” + име надимка.
+| Група је уклоњена из листе надимака.
 
-| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2 |
-  Стринг: показивач на бафер + „,” + име надимка. |
-  Додат је надимак у листу надимака.
+| weechat | [[hook_signal_nicklist_nick_added]] nicklist_nick_added | 0.3.2
+| Стринг: показивач на бафер + „,” + име надимка.
+| Додат је надимак у листу надимака.
 
-| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4 |
-  Стринг: показивач на бафер + „,” + име надимка. |
-  У листи надимака је промењен надимак.
+| weechat | [[hook_signal_nicklist_nick_changed]] nicklist_nick_changed | 0.3.4
+| Стринг: показивач на бафер + „,” + име надимка.
+| У листи надимака је промењен надимак.
 
-| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  Стринг: показивач на бафер + „,” + име надимка. |
-  Уклањање надимка из листе надимака.
+| weechat | [[hook_signal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| Стринг: показивач на бафер + „,” + име надимка.
+| Уклањање надимка из листе надимака.
 
-| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2 |
-  Стринг: показивач на бафер + „,” + име надимка. |
-  Надимак је уклоњен из листе надимака.
+| weechat | [[hook_signal_nicklist_nick_removed]] nicklist_nick_removed | 0.3.2
+| Стринг: показивач на бафер + „,” + име надимка.
+| Надимак је уклоњен из листе надимака.
 
-| weechat | [[hook_signal_partial_completion]] partial_completion | |
-  - |
+| weechat | [[hook_signal_partial_completion]] partial_completion |
+| - |
 Догодило се делимично довршавање.
 
-| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9 |
-  Стринг: путања до учитаног додатка. |
-  Учитан је додатак.
+| weechat | [[hook_signal_plugin_loaded]] plugin_loaded | 0.3.9
+| Стринг: путања до учитаног додатка.
+| Учитан је додатак.
 
-| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9 |
-  Стринг: име додатка који се уклања из меморије (пример: „irc”). |
-  Додатак је уклоњен из меморије.
+| weechat | [[hook_signal_plugin_unloaded]] plugin_unloaded | 0.3.9
+| Стринг: име додатка који се уклања из меморије (пример: „irc”).
+| Додатак је уклоњен из меморије.
 
-| weechat | [[hook_signal_quit]] quit | |
-  Стринг: аргументи за /quit. |
-  Корисник је задао команду `/quit`.
+| weechat | [[hook_signal_quit]] quit |
+| Стринг: аргументи за /quit.
+| Корисник је задао команду `/quit`.
 
-| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3 |
-  - |
+| weechat | [[hook_signal_signal_sighup]] signal_sighup | 1.3
+| - |
 Примљен је сигнал SIGHUP.
 
-| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2 |
-  - |
+| weechat | [[hook_signal_signal_sigquit]] signal_sigquit | 1.2
+| - |
 Примљен је сигнал SIGQUIT (захтев за излаз са core исписом).
 
-| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2 |
-  - |
+| weechat | [[hook_signal_signal_sigterm]] signal_sigterm | 1.2
+| - |
 Примљен је сигнал SIGTERM (складно прекидање WeeChat процеса).
 
-| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3 |
-  - |
+| weechat | [[hook_signal_signal_sigwinch]] signal_sigwinch | 0.4.3
+| - |
 Примљен је сигнал SIGWINCH (промењена је величина терминала).
 
-| weechat | [[hook_signal_upgrade]] upgrade | |
-  Стринг: "quit" ако је за /upgrade наведен аргумент „-quit”, у супротном NULL. |
-  Корисник је задао команду `/upgrade`.
+| weechat | [[hook_signal_upgrade]] upgrade |
+| Стринг: "quit" ако је за /upgrade наведен аргумент „-quit”, у супротном NULL.
+| Корисник је задао команду `/upgrade`.
 
-| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4 |
-  - |
+| weechat | [[hook_signal_upgrade_ended]] upgrade_ended | 0.3.4
+| - |
 Завршетак процеса ажурирања (команда `/upgrade`).
 
-| weechat | [[hook_signal_weechat_highlight]] weechat_highlight | |
-  Стринг: порука са префиксом. |
-  Догодило се истицање.
+| weechat | [[hook_signal_weechat_highlight]] weechat_highlight |
+| Стринг: порука са префиксом.
+| Догодило се истицање.
 
-| weechat | [[hook_signal_weechat_pv]] weechat_pv | |
-  Стринг: порука са префиксом. |
-  Приказана је приватна порука.
+| weechat | [[hook_signal_weechat_pv]] weechat_pv |
+| Стринг: порука са префиксом.
+| Приказана је приватна порука.
 
-| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6 |
-  Показивач: прозор. |
-  Затварање прозора.
+| weechat | [[hook_signal_window_closing]] window_closing | 0.3.6
+| Показивач: прозор.
+| Затварање прозора.
 
-| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6 |
-  Показивач: прозор. |
-  Прозор је затворен.
+| weechat | [[hook_signal_window_closed]] window_closed | 0.3.6
+| Показивач: прозор.
+| Прозор је затворен.
 
-| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1 |
-  Показивач: прозор. |
-  Прозор је отворен.
+| weechat | [[hook_signal_window_opened]] window_opened | 0.4.1
+| Показивач: прозор.
+| Прозор је отворен.
 
-| weechat | [[hook_signal_window_scrolled]] window_scrolled | |
-  Показивач: прозор. |
-  Скроловање у прозору.
+| weechat | [[hook_signal_window_scrolled]] window_scrolled |
+| Показивач: прозор.
+| Скроловање у прозору.
 
-| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7 |
-  Показивач: прозор. |
-  Прелазак на други прозор.
+| weechat | [[hook_signal_window_switch]] window_switch | 0.3.7
+| Показивач: прозор.
+| Прелазак на други прозор.
 
-| weechat | [[hook_signal_window_zoom]] window_zoom | |
-  Показивач: текући прозор. |
-  Зумирање прозора.
+| weechat | [[hook_signal_window_zoom]] window_zoom |
+| Показивач: текући прозор.
+| Зумирање прозора.
 
-| weechat | [[hook_signal_window_zoomed]] window_zoomed | |
-  Показивач: текући прозор. |
-  Прозор је зумиран.
+| weechat | [[hook_signal_window_zoomed]] window_zoomed |
+| Показивач: текући прозор.
+| Прозор је зумиран.
 
-| weechat | [[hook_signal_window_unzoom]] window_unzoom | |
-  Показивач: текући прозор. |
-  Одзумирање прозора.
+| weechat | [[hook_signal_window_unzoom]] window_unzoom |
+| Показивач: текући прозор.
+| Одзумирање прозора.
 
-| weechat | [[hook_signal_window_unzoomed]] window_unzoomed | |
-  Показивач: текући прозор. |
-  Прозор је одзумиран.
+| weechat | [[hook_signal_window_unzoomed]] window_unzoomed |
+| Показивач: текући прозор.
+| Прозор је одзумиран.
 
-| xfer | [[hook_signal_xfer_add]] xfer_add | |
-  Показивач: инфолиста са xfer информацијама. |
-  Нови xfer.
+| xfer | [[hook_signal_xfer_add]] xfer_add |
+| Показивач: инфолиста са xfer информацијама.
+| Нови xfer.
 
-| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready | |
-  Показивач: инфолиста са xfer информацијама. |
-  Xfer је спреман.
+| xfer | [[hook_signal_xfer_send_ready]] xfer_send_ready |
+| Показивач: инфолиста са xfer информацијама.
+| Xfer је спреман.
 
-| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume | |
-  Показивач: инфолиста са xfer информацијама. |
-  Прихватање наставка xfer.
+| xfer | [[hook_signal_xfer_accept_resume]] xfer_accept_resume |
+| Показивач: инфолиста са xfer информацијама.
+| Прихватање наставка xfer.
 
-| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume | |
-  Показивач: инфолиста са xfer информацијама. |
-  Xfer је настављен.
+| xfer | [[hook_signal_xfer_send_accept_resume]] xfer_send_accept_resume |
+| Показивач: инфолиста са xfer информацијама.
+| Xfer је настављен.
 
-| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume | |
-  Показивач: инфолиста са xfer информацијама. |
-  Почетак наставка.
+| xfer | [[hook_signal_xfer_start_resume]] xfer_start_resume |
+| Показивач: инфолиста са xfer информацијама.
+| Почетак наставка.
 
-| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready | |
-  Показивач: инфолиста са xfer информацијама. |
-  Xfer наставак је спреман.
+| xfer | [[hook_signal_xfer_resume_ready]] xfer_resume_ready |
+| Показивач: инфолиста са xfer информацијама.
+| Xfer наставак је спреман.
 
-| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2 |
-  Показивач: инфолиста са xfer информацијама. |
-  Xfer се завршио.
+| xfer | [[hook_signal_xfer_ended]] xfer_ended | 0.3.2
+| Показивач: инфолиста са xfer информацијама.
+| Xfer се завршио.
 |===
 
 [NOTE]
@@ -10869,45 +10869,45 @@ struct t_hook *weechat_hook_hsignal (const char *signal,
 |===
 | Додатак | Сигнал | Мин WeeChat | Аргументи | Опис
 
-| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4 |
-  Погледајте <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>> |
-  Преусмеравање излаза.
+| irc | [[hook_hsignal_irc_redirection_xxx_yyy]] irc_redirection_xxx_yyy ^(1)^ | 0.3.4
+| Погледајте <<hsignal_irc_redirect_command,hsignal_irc_redirect_command>>
+| Преусмеравање излаза.
 
-| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): бафер +
+| weechat | [[hook_hsignal_nicklist_group_added]] nicklist_group_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): бафер +
   _parent_group_ (_struct t_gui_nick_group *_): родитељ група +
-  _group_ (_struct t_gui_nick_group *_): група |
-  У листу надимака је додата група.
+  _group_ (_struct t_gui_nick_group *_): група
+| У листу надимака је додата група.
 
-| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): бафер +
+| weechat | [[hook_hsignal_nicklist_nick_added]] nicklist_nick_added | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): бафер +
   _parent_group_ (_struct t_gui_nick_group *_): родитељ група +
-  _nick_ (_struct t_gui_nick *_): надимак |
-  Надимак је додат у листу надимака.
+  _nick_ (_struct t_gui_nick *_): надимак
+| Надимак је додат у листу надимака.
 
-| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): бафер +
+| weechat | [[hook_hsignal_nicklist_group_removing]] nicklist_group_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): бафер +
   _parent_group_ (_struct t_gui_nick_group *_): родитељ група +
-  _group_ (_struct t_gui_nick_group *_): група |
-  Уклањање групе из листе надимака.
+  _group_ (_struct t_gui_nick_group *_): група
+| Уклањање групе из листе надимака.
 
-| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): бафер +
+| weechat | [[hook_hsignal_nicklist_nick_removing]] nicklist_nick_removing | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): бафер +
   _parent_group_ (_struct t_gui_nick_group *_): родитељ група +
-  _nick_ (_struct t_gui_nick *_): надимак |
-  Уклањање надимка из листе надимака.
+  _nick_ (_struct t_gui_nick *_): надимак
+| Уклањање надимка из листе надимака.
 
-| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): бафер +
+| weechat | [[hook_hsignal_nicklist_group_changed]] nicklist_group_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): бафер +
   _parent_group_ (_struct t_gui_nick_group *_): родитељ група +
-  _group_ (_struct t_gui_nick_group *_): група |
-  У листи надимака је измењена група.
+  _group_ (_struct t_gui_nick_group *_): група
+| У листи надимака је измењена група.
 
-| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1 |
-  _buffer_ (_struct t_gui_buffer *_): бафер +
+| weechat | [[hook_hsignal_nicklist_nick_changed]] nicklist_nick_changed | 0.4.1
+| _buffer_ (_struct t_gui_buffer *_): бафер +
   _parent_group_ (_struct t_gui_nick_group *_): родитељ група +
-  _nick_ (_struct t_gui_nick *_): надимак |
-  Надимак је промењен у листи надимака.
+  _nick_ (_struct t_gui_nick *_): надимак
+| Надимак је промењен у листи надимака.
 |===
 
 [NOTE]
@@ -11274,65 +11274,65 @@ struct t_hook *weechat_hook_modifier (const char *modifier,
 |===
 | Модификатор | Мин WeeChat | Подаци модификатора | Стринг | Излаз
 
-| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ | |
-  Име сервера |
-  Садржај поруке примљене са IRC сервера (пре декодирања скупа карактера). +
+| [[hook_modifier_irc_in_xxx]] irc_in_xxx ^(1)^ |
+| Име сервера
+| Садржај поруке примљене са IRC сервера (пре декодирања скупа карактера). +
   *Упозорење:* стринг може да садржи неважеће UTF-8 податке; користите га само
   за сирове операције над поруком.
-  Уместо њега се препоручује употреба <<hook_modifier_irc_in2_xxx,irc_in2_xxx>>. |
-  Нови садржај поруке.
-
-| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5 |
-  Име сервера |
-  Садржај поруке примљене са IRC сервера (након декодирања скупа карактера). |
-  Нови садржај поруке.
-
-| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7 |
-  Име сервера |
-  Садржај поруке које треба да се пошаље IRC серверу пре аутоматске поделе
-  (да стане у 512 подразумевано). |
-  Нови садржај поруке.
-
-| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ | |
-  Име сервера |
-  Садржај поруке које треба да се пошаље IRC серверу након аутоматске поделе
-  (да стане у 512 подразумевано). |
-  Нови садржај поруке.
-
-| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ | |
-  Стринг са показивачем на прозор (нпр: "0x1234abcd") |
-  Празан стринг. |
-  "1" да се прикаже трака, "0" да се сакрије.
-
-| [[hook_modifier_history_add]] history_add | 0.3.2 |
-  Стринг са показивачем на бафер (нпр: "0x1234abcd") |
-  Садржај командне линије која треба да се дода у историју команди (бафера и глобалну). |
-  Стринг који се додаје у историју команди.
-
-| [[hook_modifier_input_text_content]] input_text_content | |
-  Стринг са показивачем на бафер (нпр: "0x1234abcd") |
-  Садржај командне линије. |
-  Нови садржај командне линије.
-
-| [[hook_modifier_input_text_display]] input_text_display | |
-  Стринг са показивачем на бафер (нпр: "0x1234abcd") |
-  Садржај командне линије, без ознаке курсора. |
-  Нови стринг, само за приказ (командна линија се не мења).
-
-| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor | |
-  Стринг са показивачем на бафер (нпр: "0x1234abcd") |
-  Садржај командне линије, са ознаком курсора. |
-  Нови стринг, само за приказ (командна линија се не мења).
-
-| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7 |
-  Стринг са показивачем на бафер (нпр: "0x1234abcd") |
-  Садржај командне линије која се шаље у бафер (текст или команда). |
-  Нови садржај командне линије који се шаље у бафер.
-
-| [[hook_modifier_weechat_print]] weechat_print | |
-  показивач на бафер (нпр: "0x1234abcd") + ";" + ознаке ^(3)^ |
-  Порука која се исписује. |
-  Нова порука која се исписује. +
+  Уместо њега се препоручује употреба <<hook_modifier_irc_in2_xxx,irc_in2_xxx>>.
+| Нови садржај поруке.
+
+| [[hook_modifier_irc_in2_xxx]] irc_in2_xxx ^(1)^ | 0.3.5
+| Име сервера
+| Садржај поруке примљене са IRC сервера (након декодирања скупа карактера).
+| Нови садржај поруке.
+
+| [[hook_modifier_irc_out1_xxx]] irc_out1_xxx ^(1)^ | 0.3.7
+| Име сервера
+| Садржај поруке које треба да се пошаље IRC серверу пре аутоматске поделе
+  (да стане у 512 подразумевано).
+| Нови садржај поруке.
+
+| [[hook_modifier_irc_out_xxx]] irc_out_xxx ^(1)^ |
+| Име сервера
+| Садржај поруке које треба да се пошаље IRC серверу након аутоматске поделе
+  (да стане у 512 подразумевано).
+| Нови садржај поруке.
+
+| [[hook_modifier_bar_condition_yyy]] bar_condition_yyy ^(2)^ |
+| Стринг са показивачем на прозор (нпр: "0x1234abcd")
+| Празан стринг.
+| "1" да се прикаже трака, "0" да се сакрије.
+
+| [[hook_modifier_history_add]] history_add | 0.3.2
+| Стринг са показивачем на бафер (нпр: "0x1234abcd")
+| Садржај командне линије која треба да се дода у историју команди (бафера и глобалну).
+| Стринг који се додаје у историју команди.
+
+| [[hook_modifier_input_text_content]] input_text_content |
+| Стринг са показивачем на бафер (нпр: "0x1234abcd")
+| Садржај командне линије.
+| Нови садржај командне линије.
+
+| [[hook_modifier_input_text_display]] input_text_display |
+| Стринг са показивачем на бафер (нпр: "0x1234abcd")
+| Садржај командне линије, без ознаке курсора.
+| Нови стринг, само за приказ (командна линија се не мења).
+
+| [[hook_modifier_input_text_display_with_cursor]] input_text_display_with_cursor |
+| Стринг са показивачем на бафер (нпр: "0x1234abcd")
+| Садржај командне линије, са ознаком курсора.
+| Нови стринг, само за приказ (командна линија се не мења).
+
+| [[hook_modifier_input_text_for_buffer]] input_text_for_buffer | 0.3.7
+| Стринг са показивачем на бафер (нпр: "0x1234abcd")
+| Садржај командне линије која се шаље у бафер (текст или команда).
+| Нови садржај командне линије који се шаље у бафер.
+
+| [[hook_modifier_weechat_print]] weechat_print |
+| показивач на бафер (нпр: "0x1234abcd") + ";" + ознаке ^(3)^
+| Порука која се исписује.
+| Нова порука која се исписује. +
   За више информација о кукама које се позивају када се линија исписује,
   погледајте <<_hook_line,hook_line>>.
 |===
@@ -11415,67 +11415,67 @@ char *weechat_hook_modifier_exec (const char *modifier,
 |===
 | Модификатор | Мин WeeChat | Подаци модификатора | Стринг | Излаз
 
-| [[hook_modifier_charset_decode]] charset_decode | |
-  plugin.buffer_name |
-  Било који стринг. |
-  Стринг декодиран из скупа карактера пронађеног за додатак/бафер у UTF-8.
-
-| [[hook_modifier_charset_encode]] charset_encode | |
-  plugin.buffer_name |
-  Било који стринг. |
-  Стринг кодиран из UTF-8 у скуп карактера пронађен за додатак/бафер.
-
-| [[hook_modifier_irc_color_decode]] irc_color_decode | |
-  "1" да се боје задрже, "0" да се боје уклоне |
-  Било који стринг. |
-  Стринг у којем су IRC боје конвертоване у WeeChat боје (или су уклоњене IRC боје).
-
-| [[hook_modifier_irc_color_encode]] irc_color_encode | |
-  "1" да се боје задрже, "0" да се боје уклоне |
-  Било који стринг. |
-  Стринг са IRC бојама (или са уклоњеним IRC бојама).
-
-| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0 |
-  "1" да се боје задрже, "0" да се боје уклоне |
-  Било који стринг. |
-  Стринг у којем су ANSI боје конвертоване у IRC боје (или су уклоњене ANSI боје).
-
-| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1 |
-  Име сервера |
-  Команда аутентификације (на пример: `+/msg nickserv identify лозинка+`). |
-  Команда са скривеном лозинком (на пример: `+/msg nickserv identify ********+`).
-
-| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1 |
-  Име сервера |
-  Порука која се приказује након што се `/msg` пошаље nickserv боту. |
-  Порука са скривеном лозинком.
-
-| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3 |
-  - |
-  Било који стринг. |
-  Стринг са означеном вредности IRC ознаке,
+| [[hook_modifier_charset_decode]] charset_decode |
+| plugin.buffer_name
+| Било који стринг.
+| Стринг декодиран из скупа карактера пронађеног за додатак/бафер у UTF-8.
+
+| [[hook_modifier_charset_encode]] charset_encode |
+| plugin.buffer_name
+| Било који стринг.
+| Стринг кодиран из UTF-8 у скуп карактера пронађен за додатак/бафер.
+
+| [[hook_modifier_irc_color_decode]] irc_color_decode |
+| "1" да се боје задрже, "0" да се боје уклоне
+| Било који стринг.
+| Стринг у којем су IRC боје конвертоване у WeeChat боје (или су уклоњене IRC боје).
+
+| [[hook_modifier_irc_color_encode]] irc_color_encode |
+| "1" да се боје задрже, "0" да се боје уклоне
+| Било који стринг.
+| Стринг са IRC бојама (или са уклоњеним IRC бојама).
+
+| [[hook_modifier_irc_color_decode_ansi]] irc_color_decode_ansi | 1.0
+| "1" да се боје задрже, "0" да се боје уклоне
+| Било који стринг.
+| Стринг у којем су ANSI боје конвертоване у IRC боје (или су уклоњене ANSI боје).
+
+| [[hook_modifier_irc_command_auth]] irc_command_auth | 0.4.1
+| Име сервера
+| Команда аутентификације (на пример: `+/msg nickserv identify лозинка+`).
+| Команда са скривеном лозинком (на пример: `+/msg nickserv identify ********+`).
+
+| [[hook_modifier_irc_message_auth]] irc_message_auth | 0.4.1
+| Име сервера
+| Порука која се приказује након што се `/msg` пошаље nickserv боту.
+| Порука са скривеном лозинком.
+
+| [[hook_modifier_irc_tag_escape_value]] irc_tag_escape_value | 3.3
+| -
+| Било који стринг.
+| Стринг са означеном вредности IRC ознаке,
   погледајте: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3 |
-  - |
-  Било који стринг. |
-  Стринг са неозначеном вредности IRC ознаке,
+| [[hook_modifier_irc_tag_unescape_value]] irc_tag_unescape_value | 3.3
+| -
+| Било који стринг.
+| Стринг са неозначеном вредности IRC ознаке,
   погледајте: https://ircv3.net/specs/extensions/message-tags#escaping-values.
 
-| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0 |
-  "1" да се боје задрже, "0" да се боје уклоне |
-  Било који стринг. |
-  Стринг у којем су ANSI боје конвертоване у WeeChat боје (или су уклоњене WeeChat боје).
+| [[hook_modifier_color_decode_ansi]] color_decode_ansi | 1.0
+| "1" да се боје задрже, "0" да се боје уклоне
+| Било који стринг.
+| Стринг у којем су ANSI боје конвертоване у WeeChat боје (или су уклоњене WeeChat боје).
 
-| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7 |
-  - |
+| [[hook_modifier_color_encode_ansi]] color_encode_ansi | 2.7
+| - |
 Било који стринг. |
 Стринг са WeeChat бојама конвертованим у ANSI боје.
 
-| [[hook_modifier_eval_path_home]] eval_path_home | 2.7 |
-  Није обавезно: `directory=xxx` где `xxx` може бити: `config`, `data`, `cache`, `runtime` |
-  Било који стринг. |
-  Израчуната путања, резултат функције
+| [[hook_modifier_eval_path_home]] eval_path_home | 2.7
+| Није обавезно: `directory=xxx` где `xxx` може бити: `config`, `data`, `cache`, `runtime`
+| Било који стринг.
+| Израчуната путања, резултат функције
   <<_string_eval_path_home,string_eval_path_home>>.
 |===
 
@@ -11837,98 +11837,98 @@ struct t_hook *weechat_hook_focus (const char *area,
 |===
 | Кључ ^(1)^ | Опис | Примери вредности | Вредност ако нема
 
-| _x | Колона на екрану. |
-  "0" ... "n" |
+| _x | Колона на екрану.
+| "0" ... "n" |
 
-| _y | Линија на екрану. |
-  "0" ... "n" |
+| _y | Линија на екрану.
+| "0" ... "n" |
 
-| _key | Догађај тастера или миша. |
-  "button1", "button2-gesture-left", ... |
+| _key | Догађај тастера или миша.
+| "button1", "button2-gesture-left", ... |
 
-| _window | Показивач на прозор. |
-  "0x1234abcd" | ""
+| _window | Показивач на прозор.
+| "0x1234abcd" | ""
 
-| _window_number | Број прозора. |
-  "1" ... "n" | "*"
+| _window_number | Број прозора.
+| "1" ... "n" | "*"
 
-| _buffer | Показивач на бафер. |
-  "0x1234abcd" | ""
+| _buffer | Показивач на бафер.
+| "0x1234abcd" | ""
 
-| _buffer_number | Број бафера. |
-  "1" ... "n" | "-1"
+| _buffer_number | Број бафера.
+| "1" ... "n" | "-1"
 
-| _buffer_plugin | Име додатка бафера. |
-  "core", "irc", ... | ""
+| _buffer_plugin | Име додатка бафера.
+| "core", "irc", ... | ""
 
-| _buffer_name | Име бафера. |
-  "weechat", "libera.#weechat", ... | ""
+| _buffer_name | Име бафера.
+| "weechat", "libera.#weechat", ... | ""
 
-| _buffer_full_name  | Пуно име бафера. |
-  "core.weechat", "irc.libera.#weechat", ... | ""
+| _buffer_full_name  | Пуно име бафера.
+| "core.weechat", "irc.libera.#weechat", ... | ""
 
-| _buffer_localvar_XXX ^(2)^ | Локалне променљиве бафера. |
-  any value | not set
+| _buffer_localvar_XXX ^(2)^ | Локалне променљиве бафера.
+| any value | not set
 
-| _chat | Индикатор површине разговора. |
-  "0" or "1" | "0"
+| _chat | Индикатор површине разговора.
+| "0" or "1" | "0"
 
-| _chat_line | Показивач на линију _(WeeChat ≥ 1.2)_. |
-  "0x1234abcd" | ""
+| _chat_line | Показивач на линију _(WeeChat ≥ 1.2)_.
+| "0x1234abcd" | ""
 
-| _chat_line_x | Колона у линији ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_x | Колона у линији ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_y | Број линије ^(3)^. |
-  "0" ... "n" | "-1"
+| _chat_line_y | Број линије ^(3)^.
+| "0" ... "n" | "-1"
 
-| _chat_line_date | Датум/време линије. |
-  "1313237175" | "0"
+| _chat_line_date | Датум/време линије.
+| "1313237175" | "0"
 
-| _chat_line_date_printed | Датум/време линије ^(4)^. |
-  "1313237175" | "0"
+| _chat_line_date_printed | Датум/време линије ^(4)^.
+| "1313237175" | "0"
 
-| _chat_line_time | Приказано време. |
-  "14:06:15" | ""
+| _chat_line_time | Приказано време.
+| "14:06:15" | ""
 
-| _chat_line_tags | Ознаке линије. |
-  "irc_privmsg,nick_flashy,log1" | ""
+| _chat_line_tags | Ознаке линије.
+| "irc_privmsg,nick_flashy,log1" | ""
 
-| _chat_line_nick | Надимак линије. |
-  "FlashCode" | ""
+| _chat_line_nick | Надимак линије.
+| "FlashCode" | ""
 
-| _chat_line_prefix | Префикс линије. |
-  "@FlashCode" | ""
+| _chat_line_prefix | Префикс линије.
+| "@FlashCode" | ""
 
-| _chat_line_message | Порука линије. |
-  "Hello world!" | ""
+| _chat_line_message | Порука линије.
+| "Hello world!" | ""
 
-| _chat_word | Реч на (x,y). |
-  "Здраво" | ""
+| _chat_word | Реч на (x,y).
+| "Здраво" | ""
 
-| _chat_bol | Текст од почетка линије до (x-1, y). |
-  "Зд" | ""
+| _chat_bol | Текст од почетка линије до (x-1, y).
+| "Зд" | ""
 
-| _chat_eol | Тест од (x, y) до краја линије. |
-  "раво свете!" | ""
+| _chat_eol | Тест од (x, y) до краја линије.
+| "раво свете!" | ""
 
-| _bar_name | Име траке. |
-  "title", "nicklist", ... | ""
+| _bar_name | Име траке.
+| "title", "nicklist", ... | ""
 
-| _bar_filling | Испуна траке. |
-  "horizontal", "vertical", ... | ""
+| _bar_filling | Испуна траке.
+| "horizontal", "vertical", ... | ""
 
-| _bar_item_name | Име ставке траке. |
-  "buffer_nicklist", "hotlist", ... | ""
+| _bar_item_name | Име ставке траке.
+| "buffer_nicklist", "hotlist", ... | ""
 
-| _bar_item_line | Линија у ставки траке. |
-  "0" ... "n" | "-1"
+| _bar_item_line | Линија у ставки траке.
+| "0" ... "n" | "-1"
 
-| _bar_item_col | Колона у ставки траке. |
-  "0" ... "n" | "-1"
+| _bar_item_col | Колона у ставки траке.
+| "0" ... "n" | "-1"
 
-| _bar_window | Показивач на прозор траке _(WeeChat ≥ 2.9)_. |
-  "0x1234abcd" | ""
+| _bar_window | Показивач на прозор траке _(WeeChat ≥ 2.9)_.
+| "0x1234abcd" | ""
 |===
 
 [NOTE]
@@ -12016,21 +12016,21 @@ void weechat_hook_set (struct t_hook *hook, const char *property,
 |===
 | Име | Мин WeeChat | Тип куке | Вредност | Опис
 
-| subplugin | | било који тип |
-  било који стринг |
-  Име под додатка (обично је то име скрипте које се приказује у
+| subplugin | | било који тип
+| било који стринг
+| Име под додатка (обично је то име скрипте које се приказује у
   `/help команда` за куку типа _command_).
 
-| stdin | 0.4.3 | _process_, _process_hashtable_ | било који стринг |
-  Шаље податке на стандардни улаз (_stdin_) дете процеса.
+| stdin | 0.4.3 | _process_, _process_hashtable_ | било који стринг
+| Шаље податке на стандардни улаз (_stdin_) дете процеса.
 
-| stdin_close | 0.4.3 | _process_, _process_hashtable_ | (не користи се) |
-  Затвара пајп који се користи за слање података на стандардни улаз (_stdin_) дете процеса.
+| stdin_close | 0.4.3 | _process_, _process_hashtable_ | (не користи се)
+| Затвара пајп који се користи за слање података на стандардни улаз (_stdin_) дете процеса.
 
-| signal | 1.0 | _process_, _process_hashtable_ |
-  број сигнала или једно од следећих имена: `hup`, `int`, `quit`, `kill`, `term`,
-  `usr1`, `usr2` |
-  Шаље сигнал дете процесу.
+| signal | 1.0 | _process_, _process_hashtable_
+| број сигнала или једно од следећих имена: `hup`, `int`, `quit`, `kill`, `term`,
+  `usr1`, `usr2`
+| Шаље сигнал дете процесу.
 |===
 
 C пример:
@@ -12823,151 +12823,151 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property,
 | Име | Мин WeeChat | Вредност | Опис
 
 | hotlist | | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE,
-  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" |
-  "+": укључује врућу листу (глобално подешавање, не користи се показивач на бафер) +
+  WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1"
+| "+": укључује врућу листу (глобално подешавање, не користи се показивач на бафер) +
   "-": искључује врућу листу (глобално подешавање, не користи се показивач на бафер) +
   приоритет: бафер се на врућу листу додаје са овим приоритетом +
   "-1": уклања бафер из вруће листе _(WeeChat ≥ 1.0)_.
 
-| completion_freeze | | "0" или "1" |
-  "0": нема замрзавања довршавања (подразумевана вредност)
+| completion_freeze | | "0" или "1"
+| "0": нема замрзавања довршавања (подразумевана вредност)
   (глобално подешавање, не користи се показивач на бафер) +
   "1": довршавање се не зауставља када се ажурира командна линија
   (глобално подешавање, не користи се показивач на бафер).
 
-| unread | | - |
-  Поставља маркер непрочитаних линија након последње линије бафера.
+| unread | | -
+| Поставља маркер непрочитаних линија након последње линије бафера.
 
-| display | | "1" или "auto" |
-  "1": прелазак на овај бафер у текућем прозору +
+| display | | "1" или "auto"
+| "1": прелазак на овај бафер у текућем прозору +
   "auto": прелазак на овај бафер у текућем прозору, не ресетује се маркер прочитаних линија.
 
-| hidden | 1.0 | "0" или "1" |
-  "0": бафер се открива +
+| hidden | 1.0 | "0" или "1"
+| "0": бафер се открива +
   "1": бафер се скрива.
 
-| number | | број |
-  Помера бафер на наведени број.
+| number | | број
+| Помера бафер на наведени број.
 
-| name | | било који стринг |
-  Поставља ново име бафера.
+| name | | било који стринг
+| Поставља ново име бафера.
 
-| short_name | | било који стринг |
-  Поставља ново кратко име бафера.
+| short_name | | било који стринг
+| Поставља ново кратко име бафера.
 
-| type | | "formatted" или "free" |
-  Поставља тип бафера: "formatted" (за приказ порука разговора), или "free" (за
+| type | | "formatted" или "free"
+| Поставља тип бафера: "formatted" (за приказ порука разговора), или "free" (за
   слободни садржај); када је вредност "free", особина _clear_ се форсира на "0"
   _(WeeChat ≥ 1.0)_.
 
-| notify | | "0", "1", "2", "3" |
-  Поставља ниво обавештавања за овај бафер: "0" = никада се не додаје на врућу листу,
+| notify | | "0", "1", "2", "3"
+| Поставља ниво обавештавања за овај бафер: "0" = никада се не додаје на врућу листу,
   "1" = додаје само за истицања, "2" = додаје за истицања и поруке, "3" = додаје
   за све поруке.
 
-| print_hooks_enabled | | "0" или "1" |
-  "0" да се искључе print куке, "1" да се укључе (подразумевано за нови бафер).
+| print_hooks_enabled | | "0" или "1"
+| "0" да се искључе print куке, "1" да се укључе (подразумевано за нови бафер).
 
-| day_change | 0.4.3 | "0" или "1" |
-  "0" да се скривају поруке о измени дана, "1" да се приказују
+| day_change | 0.4.3 | "0" или "1"
+| "0" да се скривају поруке о измени дана, "1" да се приказују
   (подразумевано за нови бафер).
 
-| clear | 1.0 | "0" или "1" |
-  "0" да се спречи могућност да корисник очисти бафер командом `/buffer clear`,
+| clear | 1.0 | "0" или "1"
+| "0" да се спречи могућност да корисник очисти бафер командом `/buffer clear`,
   "1" да се дозволи кориснику да очисти бафер (подразумевано за нови бафер)
    (напомена: чак и када се постави на "0", бафер још увек може да се очисти
    функцијом <<_buffer_clear,buffer_clear>>).
 
-| filter | 1.0 | "0" или "1" |
-  "0": искључује филтере у баферу +
+| filter | 1.0 | "0" или "1"
+| "0": искључује филтере у баферу +
   "1": укључује филтере у баферу.
 
-| title | | било који стринг |
-  Поставља нови наслов бафера.
+| title | | било који стринг
+| Поставља нови наслов бафера.
 
-| time_for_each_line | | "0" или "1" |
-  "0" да се скрива време у свим линијама бафера, "1" да се приказује у свим
+| time_for_each_line | | "0" или "1"
+| "0" да се скрива време у свим линијама бафера, "1" да се приказује у свим
   линијама (подразумевано за нови бафер).
 
-| nicklist | | "0" или "1" |
-  "0" да се листа надимака уклони из бафера, "1" да се у бафер дода листа надимака.
+| nicklist | | "0" или "1"
+| "0" да се листа надимака уклони из бафера, "1" да се у бафер дода листа надимака.
 
-| nicklist_case_sensitive | | "0" или "1" |
-  "0" да листа надимака не прави разлику у величини слова, "1" да листа надимака
+| nicklist_case_sensitive | | "0" или "1"
+| "0" да листа надимака не прави разлику у величини слова, "1" да листа надимака
   прави разлику у величини слова.
 
-| nicklist_display_groups | | "0" или "1" |
-  "0" да се сакрију групе у листи надимака, "1" да се приказују групе у листи надимака.
+| nicklist_display_groups | | "0" или "1"
+| "0" да се сакрију групе у листи надимака, "1" да се приказују групе у листи надимака.
 
-| highlight_words | | "-" или листа речи раздвојених запетама |
-  "-" је специјална вредност која искључује било какво истицање у овом баферу, или
+| highlight_words | | "-" или листа речи раздвојених запетама
+| "-" је специјална вредност која искључује било какво истицање у овом баферу, или
   листа речи за истицање у баферу раздвојених запетама, на пример:
   "abc,def,ghi".
 
-| highlight_words_add | | листа речи раздвојених запетама |
-  Лист речи раздвојених запетама које се истичу у овом баферу, ове речи се
+| highlight_words_add | | листа речи раздвојених запетама
+| Лист речи раздвојених запетама које се истичу у овом баферу, ове речи се
   додају на постојеће речи које се истичу у баферу.
 
-| highlight_words_del | | листа речи раздвојених запетама |
-  Лист речи раздвојених запетама које треба да се уклоне из речи које се истичу у овом баферу.
+| highlight_words_del | | листа речи раздвојених запетама
+| Лист речи раздвојених запетама које треба да се уклоне из речи које се истичу у овом баферу.
 
-| highlight_regex | | било који стринг |
-  POSIX проширени регуларни израз за истицање.
+| highlight_regex | | било који стринг
+| POSIX проширени регуларни израз за истицање.
 
-| highlight_tags_restrict | | листа речи или ознака раздвојених запетама |
-  Ограничава истицање порука у овом баферу само на поруке са наведеним ознакама
+| highlight_tags_restrict | | листа речи или ознака раздвојених запетама
+| Ограничава истицање порука у овом баферу само на поруке са наведеним ознакама
   (граничником „+” је могуће комбиновање више ознака у релацији логичко „и”, на
    пример: "nick_toto+irc_action").
 
-| highlight_tags | | листа речи или ознака раздвојених запетама |
-  Форсира истицање порука са наведеним ознакама у овом баферу (
+| highlight_tags | | листа речи или ознака раздвојених запетама
+| Форсира истицање порука са наведеним ознакама у овом баферу (
   (граничником „+” је могуће комбиновање више ознака у релацији логичко „и”, на
    пример: "nick_toto+irc_action").
 
-| hotlist_max_level_nicks | | листа „надимак:ниво” раздвојена запетама |
-  Листа надимака са максималним нивоом вруће листе раздвојених запетама за овај бафер
+| hotlist_max_level_nicks | | листа „надимак:ниво” раздвојена запетама
+| Листа надимака са максималним нивоом вруће листе раздвојених запетама за овај бафер
   (ниво може бити: -1: никада у врућој листи, 0: низак, 1: порука, 2: приватна,
   3: истицање), на пример: „joe:2,mike:-1,robert:-1” (joe никада неће изазвати
   истицање у баферу, mike и robert никада неће изменити врућу листу).
 
-| hotlist_max_level_nicks_add | | листа „надимак:ниво” раздвојена запетама |
-  Листа надимака са максималним нивоом вруће листе раздвојених запетама, ови
+| hotlist_max_level_nicks_add | | листа „надимак:ниво” раздвојена запетама
+| Листа надимака са максималним нивоом вруће листе раздвојених запетама, ови
   надимци се додају на постојеће надимке у баферу.
 
-| hotlist_max_level_nicks_del | | листа надимака раздвојених запетама |
-  Листа надимака раздвојених запетама који треба да се уклоне из максималних нивоа вруће листе.
+| hotlist_max_level_nicks_del | | листа надимака раздвојених запетама
+| Листа надимака раздвојених запетама који треба да се уклоне из максималних нивоа вруће листе.
 
-| key_bind_xxx | | било који стринг |
-  Прави нову тастерску пречицу _xxx_, специфичну за овај бафер, вредност је команда
+| key_bind_xxx | | било који стринг
+| Прави нову тастерску пречицу _xxx_, специфичну за овај бафер, вредност је команда
   која се извршава за тај тастер.
 
-| key_unbind_xxx | | - |
-  Уклања тастерску пречицу _xxx_ за овај бафер.
+| key_unbind_xxx | | -
+| Уклања тастерску пречицу _xxx_ за овај бафер.
 
-| input | | било који стринг |
-  Поставља нову вредност за унос у бафер.
+| input | | било који стринг
+| Поставља нову вредност за унос у бафер.
 
-| input_pos | | позиција |
-  Поставља позицију курсора у уносу бафера.
+| input_pos | | позиција
+| Поставља позицију курсора у уносу бафера.
 
-| input_get_unknown_commands | | "0" или "1" |
-  "0" да се за овај бафер искључе непознате команде (подразумевано понашање), "1" да
+| input_get_unknown_commands | | "0" или "1"
+| "0" да се за овај бафер искључе непознате команде (подразумевано понашање), "1" да
   се прихвате непознате команде, на пример ако корисник откуца „/unknowncmd”, бафер ће
   то да прихвати (без исписа грешке о непознатој команди).
 
-| input_get_empty | | "0" или "1" |
-  "0" да се искључи празан унос у овај бафер (подразумевано понашање), "1" да се
+| input_get_empty | | "0" или "1"
+| "0" да се искључи празан унос у овај бафер (подразумевано понашање), "1" да се
   прихвати празан унос.
 
-| input_multiline | | "0" или "1" |
-  "0" да се овом баферу свака линија шаље одвојено (подразумевано понашање), "1" да
+| input_multiline | | "0" или "1"
+| "0" да се овом баферу свака линија шаље одвојено (подразумевано понашање), "1" да
   се више линија пошаље као једна порука.
 
-| localvar_set_xxx | | било који стринг |
-  Поставља нову вредност локалне променљиве _xxx_ (променљива се креира ако не постоји).
+| localvar_set_xxx | | било који стринг
+| Поставља нову вредност локалне променљиве _xxx_ (променљива се креира ако не постоји).
 
-| localvar_del_xxx | | - |
-  Уклања локалну променљиву _xxx_.
+| localvar_del_xxx | | -
+| Уклања локалну променљиву _xxx_.
 |===
 
 C пример:
@@ -13956,11 +13956,11 @@ void weechat_nicklist_group_set (struct t_gui_buffer *buffer,
 |===
 | Име | Вредност | Опис
 
-| color | Име опције WeeChat боје |
-  Погледајте аргумент „color” функције <<_nicklist_add_group,nicklist_add_group>>.
+| color | Име опције WeeChat боје
+| Погледајте аргумент „color” функције <<_nicklist_add_group,nicklist_add_group>>.
 
-| visible | "0", "1" |
-  "0" = скривена група, "1" = видљива група.
+| visible | "0", "1"
+| "0" = скривена група, "1" = видљива група.
 |===
 
 C примери:
@@ -14160,17 +14160,17 @@ void weechat_nicklist_nick_set (struct t_gui_buffer *buffer,
 |===
 | Име | Вредност | Опис
 
-| color | име опције WeeChat боје |
-  Погледајте аргумент „color” функције <<_nicklist_add_nick,nicklist_add_nick>>.
+| color | име опције WeeChat боје
+| Погледајте аргумент „color” функције <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| prefix | било који стринг |
-  Префикс надимка.
+| prefix | било који стринг
+| Префикс надимка.
 
-| prefix_color | име опције WeeChat боје |
-  Погледајте аргумент „prefix_color” функције <<_nicklist_add_nick,nicklist_add_nick>>.
+| prefix_color | име опције WeeChat боје
+| Погледајте аргумент „prefix_color” функције <<_nicklist_add_nick,nicklist_add_nick>>.
 
-| visible | "0", "1" |
-  "0" = скривени надимак, "1" = видљиви надимак.
+| visible | "0", "1"
+| "0" = скривени надимак, "1" = видљиви надимак.
 |===
 
 C примери:
@@ -16134,22 +16134,22 @@ void weechat_hdata_new_var (struct t_hdata *hdata, const char *name, int offset,
 |===
 | Декларација променљиве у C | Hdata тип | Величина низа | Опис
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+` |
-  Алоцирани низ од 2 цела броја.
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,2+`
+| Алоцирани низ од 2 цела броја.
 
-| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+` |
-  Алоцирани низ целих бројева, величина се чува у другој променљивој под називом
+| `+int *numbers;+` | WEECHAT_HDATA_INTEGER | `+*,array_size+`
+| Алоцирани низ целих бројева, величина се чува у другој променљивој под називом
   "array_size".
 
-| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+` |
-  Статички низ од 3 цела броја.
+| `+int numbers[3];+` | WEECHAT_HDATA_INTEGER | `+3+`
+| Статички низ од 3 цела броја.
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+` |
-  Алоцирани низ стрингова, динамичке величине (иза последње речи мора да дође
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,*+`
+| Алоцирани низ стрингова, динамичке величине (иза последње речи мора да дође
   NULL показивач).
 
-| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+` |
-  Алоцирани низ стрингова, величина се чува у другој променљивој под називом
+| `+char **words;+` | WEECHAT_HDATA_STRING | `+*,count_words+`
+| Алоцирани низ стрингова, величина се чува у другој променљивој под називом
   "count_words".
 |===
 
index f926183e265c0f4a39bd7d93d0a24719cfde7814..017938201f95ddffd074859c460bb76d0506e5eb 100644 (file)
@@ -1321,68 +1321,68 @@ WeeChat резервисани идентификатори:
 
 [width="100%", cols="5m,5,3,4,7", options="header"]
 |===
-| Идентификатор | Примљен са _sync_ | Послати подаци |
-  Опис | Препоручена акција у клијенту
+| Идентификатор | Примљен са _sync_ | Послати подаци
+| Опис | Препоручена акција у клијенту
 
-| _buffer_opened | buffers / buffer | hdata: buffer |
-  Бафер је отворен. | Отварање бафера.
+| _buffer_opened | buffers / buffer | hdata: buffer
+| Бафер је отворен. | Отварање бафера.
 
-| _buffer_type_changed | buffers / buffer | hdata: buffer |
-  Промењен је тип бафера. | Измена типа бафера.
+| _buffer_type_changed | buffers / buffer | hdata: buffer
+| Промењен је тип бафера. | Измена типа бафера.
 
-| _buffer_moved | buffers / buffer | hdata: buffer |
-  Buffer је премештен. | Премештање бафера.
+| _buffer_moved | buffers / buffer | hdata: buffer
+| Buffer је премештен. | Премештање бафера.
 
-| _buffer_merged | buffers / buffer | hdata: buffer |
-  Buffer је спојен. | Спајање бафера.
+| _buffer_merged | buffers / buffer | hdata: buffer
+| Buffer је спојен. | Спајање бафера.
 
-| _buffer_unmerged | buffers / buffer | hdata: buffer |
-  Бафер је раздвојен. | Раздвајање бафера.
+| _buffer_unmerged | buffers / buffer | hdata: buffer
+| Бафер је раздвојен. | Раздвајање бафера.
 
-| _buffer_hidden | buffers / buffer | hdata: buffer |
-  Бафер је сакривен. | Скривање бафера.
+| _buffer_hidden | buffers / buffer | hdata: buffer
+| Бафер је сакривен. | Скривање бафера.
 
-| _buffer_unhidden | buffers / buffer | hdata: buffer |
-  Бафер је откривен. | Откривање бафера.
+| _buffer_unhidden | buffers / buffer | hdata: buffer
+| Бафер је откривен. | Откривање бафера.
 
-| _buffer_renamed | buffers / buffer | hdata: buffer |
-  Баферу је промењено име. | Промена имена бафера.
+| _buffer_renamed | buffers / buffer | hdata: buffer
+| Баферу је промењено име. | Промена имена бафера.
 
-| _buffer_title_changed | buffers / buffer | hdata: buffer |
-  Промењен је наслов бафера. | Промена наслова бафера.
+| _buffer_title_changed | buffers / buffer | hdata: buffer
+| Промењен је наслов бафера. | Промена наслова бафера.
 
-| _buffer_localvar_added | buffers / buffer | hdata: buffer |
-  Додата је локална променљива. | Додавање локалне променљиве.
+| _buffer_localvar_added | buffers / buffer | hdata: buffer
+| Додата је локална променљива. | Додавање локалне променљиве.
 
-| _buffer_localvar_changed | buffers / buffer | hdata: buffer |
-  Локална променљива је измењена. | Измена локалне променљиве у баферу.
+| _buffer_localvar_changed | buffers / buffer | hdata: buffer
+| Локална променљива је измењена. | Измена локалне променљиве у баферу.
 
-| _buffer_localvar_removed | buffers / buffer | hdata: buffer |
-  Уклоњена је локална променљива. | Уклањање локалне променљиве из бафера.
+| _buffer_localvar_removed | buffers / buffer | hdata: buffer
+| Уклоњена је локална променљива. | Уклањање локалне променљиве из бафера.
 
-| _buffer_closing | buffers / buffer | hdata: buffer |
-  Бафер је затворен. | Затварање бафера.
+| _buffer_closing | buffers / buffer | hdata: buffer
+| Бафер је затворен. | Затварање бафера.
 
-| _buffer_cleared | buffer | hdata: buffer |
-  Бафер је очишћен. | Чишћење бафера.
+| _buffer_cleared | buffer | hdata: buffer
+| Бафер је очишћен. | Чишћење бафера.
 
-| _buffer_line_added | buffer | hdata: line |
-  У бафер је додата линија. | Приказ линије у баферу.
+| _buffer_line_added | buffer | hdata: line
+| У бафер је додата линија. | Приказ линије у баферу.
 
-| _nicklist | nicklist | hdata: nicklist_item |
-  Листа надимака за бафер. | Замена листе надимака.
+| _nicklist | nicklist | hdata: nicklist_item
+| Листа надимака за бафер. | Замена листе надимака.
 
-| _nicklist_diff | nicklist | hdata: nicklist_item |
-  Разлике листе надимака за бафер. | Ажурирање листе надимака.
+| _nicklist_diff | nicklist | hdata: nicklist_item
+| Разлике листе надимака за бафер. | Ажурирање листе надимака.
 
-| _pong | (always) | стринг: ping аргументи |
-  Одговор на „ping”. | Мерење времена одговора.
+| _pong | (always) | стринг: ping аргументи
+| Одговор на „ping”. | Мерење времена одговора.
 
-| _upgrade | upgrade | (празно) |
-  Програм WeeChat се ажурира. | Десинхронизација са програмом WeeChat (или прекид везе).
+| _upgrade | upgrade | (празно)
+| Програм WeeChat се ажурира. | Десинхронизација са програмом WeeChat (или прекид везе).
 
-| _upgrade_ended | upgrade | (празно) |
-  Завршено је ажурирање програма WeeChat. | Синхро/ресинхро са програмом WeeChat.
+| _upgrade_ended | upgrade | (празно)
+| Завршено је ажурирање програма WeeChat. | Синхро/ресинхро са програмом WeeChat.
 |===
 
 [[message_buffer_opened]]
index 28992e223c9d64bc5d2c6b8c400c643af90349ef..ee49d986b6f2a75fa5aed4799f06def8af7f2a32 100644 (file)
@@ -87,11 +87,11 @@ Python стаб за WeeChat API је соступан у репозиториј
 |===
 | API фунцкија | Аргументи | Примери | Опис
 
-| hook_modifier |
-  irc_in_yyy |
-  pass:[irc_in_privmsg] +
-  pass:[irc_in_notice] |
-  Порука која се прими у IRC додатку, пре него што се декодира у UTF-8 (користи
+| hook_modifier
+| irc_in_yyy
+| pass:[irc_in_privmsg] +
+  pass:[irc_in_notice]
+| Порука која се прими у IRC додатку, пре него што се декодира у UTF-8 (користи
   се интерно). +
   +
   Препоручује се да се уместо ње користи модификатор `+irc_in2_yyy+`, примљени
@@ -99,14 +99,14 @@ Python стаб за WeeChat API је соступан у репозиториј
   Погледајте функцију `+hook_modifier+` у
   link:weechat_plugin_api.sr.html#_hook_modifier[WeeChat референтном приручнику API додатака].
 
-| hook_signal |
-  xxx,irc_out_yyy +
-  xxx,irc_outtags_yyy |
-  pass:[*,irc_out_privmsg] +
+| hook_signal
+| xxx,irc_out_yyy +
+  xxx,irc_outtags_yyy
+| pass:[*,irc_out_privmsg] +
   pass:[*,irc_out_notice] +
   pass:[*,irc_outtags_privmsg] +
-  pass:[*,irc_outtags_notice] |
-  Порука коју шаље IRC додатак, након што се кодира у `encode` скуп карактера
+  pass:[*,irc_outtags_notice]
+| Порука коју шаље IRC додатак, након што се кодира у `encode` скуп карактера
   који је дефинисао корисник (у случају да се разликује од подразумеваног `UTF-8`). +
   +
   Препоручује се да се уместо њега користи сигнал `+xxx,irc_out1_yyy+`, стринг који
@@ -115,10 +115,10 @@ Python стаб за WeeChat API је соступан у репозиториј
   link:weechat_plugin_api.sr.html#_hook_signal[WeeChat референтном приручнику API додатака].
 
 | hook_process +
-  hook_process_hashtable |
-  - |
-  - |
-  Излаз команде који се шаље функцији повратног позива може да садржи неважеће UTF-8 податке.
+  hook_process_hashtable
+| -
+| -
+| Излаз команде који се шаље функцији повратног позива може да садржи неважеће UTF-8 податке.
 
 |===
 
@@ -512,14 +512,14 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
 |===
 | Категорија | Функције
 
-| опште |
-  register
+| опште
+| register
 
-| додаци |
-  plugin_get_name
+| додаци
+| plugin_get_name
 
-| стрингови |
-  charset_set +
+| стрингови
+| charset_set +
   iconv_to_internal +
   iconv_from_internal +
   gettext +
@@ -538,13 +538,13 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   string_eval_expression +
   string_eval_path_home
 
-| директоријуми |
-  mkdir_home +
+| директоријуми
+| mkdir_home +
   mkdir +
   mkdir_parents
 
-| сортиране листе |
-  list_new +
+| сортиране листе
+| list_new +
   list_add +
   list_search +
   list_search_pos +
@@ -560,8 +560,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   list_remove_all +
   list_free
 
-| кофнигурациони фајлови |
-  config_new +
+| кофнигурациони фајлови
+| config_new +
   config_new_section +
   config_search_section +
   config_new_option +
@@ -598,12 +598,12 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   config_set_desc_plugin +
   config_unset_plugin
 
-| тастерске пречице |
-  key_bind +
+| тастерске пречице
+| key_bind +
   key_unbind
 
-| приказ |
-  prefix +
+| приказ
+| prefix +
   color +
   print (за python: prnt) +
   print_date_tags (за python: prnt_date_tags) +
@@ -611,8 +611,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   print_y_date_tags (за python: prnt_y_date_tags) +
   log_print
 
-| куке |
-  hook_command +
+| куке
+| hook_command +
   hook_command_run +
   hook_timer +
   hook_fd +
@@ -637,8 +637,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   unhook +
   unhook_all
 
-| бафери |
-  buffer_new +
+| бафери
+| buffer_new +
   buffer_new_props +
   current_buffer +
   buffer_search +
@@ -654,16 +654,16 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   buffer_string_replace_local_var +
   buffer_match_list
 
-| прозори |
-  current_window +
+| прозори
+| current_window +
   window_search_with_buffer +
   window_get_integer +
   window_get_string +
   window_get_pointer +
   window_set_title
 
-| листа надимака |
-  nicklist_add_group +
+| листа надимака
+| nicklist_add_group +
   nicklist_search_group +
   nicklist_add_nick +
   nicklist_search_nick +
@@ -679,8 +679,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   nicklist_nick_get_pointer +
   nicklist_nick_set
 
-| траке |
-  bar_item_search +
+| траке
+| bar_item_search +
   bar_item_new +
   bar_item_update +
   bar_item_remove +
@@ -690,23 +690,23 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   bar_update +
   bar_remove
 
-| команде |
-  command +
+| команде
+| command +
   command_options
 
-| довршавање |
-  completion_new +
+| довршавање
+| completion_new +
   completion_search +
   completion_get_string +
   completion_list_add +
   completion_free
 
-| infos |
-  info_get +
+| infos
+| info_get +
   info_get_hashtable
 
-| infolists |
-  infolist_new +
+| infolists
+| infolist_new +
   infolist_new_item +
   infolist_new_var_integer +
   infolist_new_var_string +
@@ -724,8 +724,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   infolist_time +
   infolist_free
 
-| hdata |
-  hdata_get +
+| hdata
+| hdata_get +
   hdata_get_var_offset +
   hdata_get_var_type_string +
   hdata_get_var_array_size +
@@ -746,8 +746,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   hdata_update +
   hdata_get_string
 
-| ажурирање |
-  upgrade_new +
+| ажурирање
+| upgrade_new +
   upgrade_write_object +
   upgrade_read +
   upgrade_close
@@ -762,13 +762,13 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
 |===
 | Категорија | Константе
 
-| повратни кодови |
-  `WEECHAT_RC_OK` (цео број) +
+| повратни кодови
+| `WEECHAT_RC_OK` (цео број) +
   `WEECHAT_RC_OK_EAT` (цео број) +
   `WEECHAT_RC_ERROR` (цео број)
 
-| конфигурациони фајлови |
-  `WEECHAT_CONFIG_READ_OK` (цео број) +
+| конфигурациони фајлови
+| `WEECHAT_CONFIG_READ_OK` (цео број) +
   `WEECHAT_CONFIG_READ_MEMORY_ERROR` (цео број) +
   `WEECHAT_CONFIG_READ_FILE_NOT_FOUND` (цео број) +
   `WEECHAT_CONFIG_WRITE_OK` (цео број) +
@@ -783,23 +783,23 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   `WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED` (цео број) +
   `WEECHAT_CONFIG_OPTION_UNSET_ERROR` (цео број)
 
-| сортиране листе |
-  `WEECHAT_LIST_POS_SORT` (стринг) +
+| сортиране листе
+| `WEECHAT_LIST_POS_SORT` (стринг) +
   `WEECHAT_LIST_POS_BEGINNING` (стринг) +
   `WEECHAT_LIST_POS_END` (стринг)
 
-| врућа листа |
-  `WEECHAT_HOTLIST_LOW` (стринг) +
+| врућа листа
+| `WEECHAT_HOTLIST_LOW` (стринг) +
   `WEECHAT_HOTLIST_MESSAGE` (стринг) +
   `WEECHAT_HOTLIST_PRIVATE` (стринг) +
   `WEECHAT_HOTLIST_HIGHLIGHT` (стринг)
 
-| кука process |
-  `WEECHAT_HOOK_PROCESS_RUNNING` (цео број) +
+| кука process
+| `WEECHAT_HOOK_PROCESS_RUNNING` (цео број) +
   `WEECHAT_HOOK_PROCESS_ERROR` (цео број)
 
-| кука connect |
-  `WEECHAT_HOOK_CONNECT_OK` (цео број) +
+| кука connect
+| `WEECHAT_HOOK_CONNECT_OK` (цео број) +
   `WEECHAT_HOOK_CONNECT_ADDRESS_NOT_FOUND` (цео број) +
   `WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND` (цео број) +
   `WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED` (цео број) +
@@ -811,8 +811,8 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
   `WEECHAT_HOOK_CONNECT_TIMEOUT` (цео број) +
   `WEECHAT_HOOK_CONNECT_SOCKET_ERROR` (цео број)
 
-| кука signal |
-  `WEECHAT_HOOK_SIGNAL_STRING` (стринг) +
+| кука signal
+| `WEECHAT_HOOK_SIGNAL_STRING` (стринг) +
   `WEECHAT_HOOK_SIGNAL_INT` (стринг) +
   `WEECHAT_HOOK_SIGNAL_POINTER` (стринг)
 |===
@@ -1243,61 +1243,61 @@ IRC поруку можете да парсирате са info_hashtable под
 |===
 | Кључ | Од WeeChat ^(1)^ | Опис | Пример
 
-| tags | 0.4.0 |
-  Ознаке у поруци (може бити празно). |
-  `+time=2015-06-27T16:40:35.000Z+`
+| tags | 0.4.0
+| Ознаке у поруци (може бити празно).
+| `+time=2015-06-27T16:40:35.000Z+`
 
-| tag_xxx | 3.3 |
-  Неозначена вредност ознаке "xxx" (један кључ по ознаци). |
-  `+2015-06-27T16:40:35.000Z+`
+| tag_xxx | 3.3
+| Неозначена вредност ознаке "xxx" (један кључ по ознаци).
+| `+2015-06-27T16:40:35.000Z+`
 
-| message_without_tags | 0.4.0 |
-  Порука без ознака (иста као оригинална ако нема ознака у њој). |
-  `+:nick!user@host PRIVMSG #weechat :здраво!+`
+| message_without_tags | 0.4.0
+| Порука без ознака (иста као оригинална ако нема ознака у њој).
+| `+:nick!user@host PRIVMSG #weechat :здраво!+`
 
-| nick | 0.3.4 |
-  Надимак порекла. |
-  `+nick+`
+| nick | 0.3.4
+| Надимак порекла.
+| `+nick+`
 
-| user | 2.7 |
-  Корисник порекла. |
-  `+user+`
+| user | 2.7
+| Корисник порекла.
+| `+user+`
 
-| host | 0.3.4 |
-  Хост порекла (укључујући и надимак). |
-  `+nick!user@host+`
+| host | 0.3.4
+| Хост порекла (укључујући и надимак).
+| `+nick!user@host+`
 
-| command | 0.3.4 |
-  Команда (_PRIVMSG_, _NOTICE_, ...). |
-  `+PRIVMSG+`
+| command | 0.3.4
+| Команда (_PRIVMSG_, _NOTICE_, ...).
+| `+PRIVMSG+`
 
-| channel | 0.3.4 |
-  Циљни канал. |
-  `+#weechat+`
+| channel | 0.3.4
+| Циљни канал.
+| `+#weechat+`
 
-| arguments | 0.3.4 |
-  Аргументи команде (укључујући и канал). |
-  `+#weechat :здраво!+`
+| arguments | 0.3.4
+| Аргументи команде (укључујући и канал).
+| `+#weechat :здраво!+`
 
-| text | 1.3 |
-  Текст (на пример, корисникова порука). |
-  `+здраво!+`
+| text | 1.3
+| Текст (на пример, корисникова порука).
+| `+здраво!+`
 
-| pos_command | 1.3 |
-  Индекс _command_ у поруци („-1” ако се _command_ не пронађе). |
-  `+47+`
+| pos_command | 1.3
+| Индекс _command_ у поруци („-1” ако се _command_ не пронађе).
+| `+47+`
 
-| pos_arguments | 1.3 |
-  Индекс _arguments_ у поруци („-1” ако се _arguments_ не пронађе). |
-  `+55+`
+| pos_arguments | 1.3
+| Индекс _arguments_ у поруци („-1” ако се _arguments_ не пронађе).
+| `+55+`
 
-| pos_channel | 1.3 |
-  Индекс _channel_ у поруци („-1” ако се _channel_ не пронађе). |
-  `+55+`
+| pos_channel | 1.3
+| Индекс _channel_ у поруци („-1” ако се _channel_ не пронађе).
+| `+55+`
 
-| pos_text | 1.3 |
-  Индекс _text_ у поруци („-1” ако се  _text_ не пронађе). |
-  `+65+`
+| pos_text | 1.3
+| Индекс _text_ у поруци („-1” ако се  _text_ не пронађе).
+| `+65+`
 |===
 
 [NOTE]
index ddb7f49ee684239f44ed46356953ee2743b158e5..cec8b611035745f48747f8e75af7a39d13820125 100644 (file)
@@ -184,116 +184,116 @@ $ make install
 |===
 | Опција | Вредности | Подразумевана вредност | Опис
 
-| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` | |
-  Тип изградње: `Debug` (или `RelWithDebInfo`) се препоручује ако покрећете
+| CMAKE_BUILD_TYPE | `Debug`, `Release`, `RelWithDebInfo`, `MinSizeRel` |
+| Тип изградње: `Debug` (или `RelWithDebInfo`) се препоручује ако покрећете
   развојну верзију програма WeeChat.
 
-| CMAKE_INSTALL_PREFIX | директоријум | /usr/local |
-  Директоријум у који ће се инсталирати програм WeeChat.
+| CMAKE_INSTALL_PREFIX | директоријум | /usr/local
+| Директоријум у који ће се инсталирати програм WeeChat.
 
-| WEECHAT_HOME | директоријум | (празан стринг) |
-  Подразумевани почетни директоријум када се извршава програм WeeChat. +
+| WEECHAT_HOME | директоријум | (празан стринг)
+| Подразумевани почетни директоријум када се извршава програм WeeChat. +
   Са празном вредности (подразумевано), подразумевано се користе XDG директоријуми.
   Ако није празна, за све фајлове се користи један директоријум.
   Вредност такође може да буде и 4 директоријума раздвојена са две тачке, у следећем редоследу:
   config, data, cache, runtime.
 
-| ENABLE_ALIAS | `ON`, `OFF` | ON |
-  Компајлира <<command_aliases,Alias додатак>>.
+| ENABLE_ALIAS | `ON`, `OFF` | ON
+| Компајлира <<command_aliases,Alias додатак>>.
 
-| ENABLE_BUFLIST | `ON`, `OFF` | ON |
-  Компајлира <<buflist,Buflist додатак>>.
+| ENABLE_BUFLIST | `ON`, `OFF` | ON
+| Компајлира <<buflist,Buflist додатак>>.
 
-| ENABLE_CHARSET | `ON`, `OFF` | ON |
-  Компајлира <<charset,Charset додатак>>.
+| ENABLE_CHARSET | `ON`, `OFF` | ON
+| Компајлира <<charset,Charset додатак>>.
 
-| ENABLE_MAN | `ON`, `OFF` | OFF |
-  Изграђује man страницу.
+| ENABLE_MAN | `ON`, `OFF` | OFF
+| Изграђује man страницу.
 
-| ENABLE_DOC | `ON`, `OFF` | OFF |
-  Изграђује HTML документацију.
+| ENABLE_DOC | `ON`, `OFF` | OFF
+| Изграђује HTML документацију.
 
-| ENABLE_ENCHANT | `ON`, `OFF` | OFF |
-  Компајлира <<spell_checking,Spell додатак>> са Enchant.
+| ENABLE_ENCHANT | `ON`, `OFF` | OFF
+| Компајлира <<spell_checking,Spell додатак>> са Enchant.
 
-| ENABLE_EXEC | `ON`, `OFF` | ON |
-  Компајлира <<external_commands,Exec додатак>>.
+| ENABLE_EXEC | `ON`, `OFF` | ON
+| Компајлира <<external_commands,Exec додатак>>.
 
-| ENABLE_FIFO | `ON`, `OFF` | ON |
-  Компајлира <<fifo_pipe,Fifo додатак>>.
+| ENABLE_FIFO | `ON`, `OFF` | ON
+| Компајлира <<fifo_pipe,Fifo додатак>>.
 
-| ENABLE_FSET | `ON`, `OFF` | ON |
-  Компајлира <<fset,Fset додатак>>.
+| ENABLE_FSET | `ON`, `OFF` | ON
+| Компајлира <<fset,Fset додатак>>.
 
-| ENABLE_GUILE | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,Guile додатак>> (Scheme).
+| ENABLE_GUILE | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,Guile додатак>> (Scheme).
 
-| ENABLE_IRC | `ON`, `OFF` | ON |
-  Компајлира <<irc,IRC додатак>>.
+| ENABLE_IRC | `ON`, `OFF` | ON
+| Компајлира <<irc,IRC додатак>>.
 
-| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF |
-  Компајлира <<scripting_plugins,JavaScript додатак>>.
+| ENABLE_JAVASCRIPT | `ON`, `OFF` | OFF
+| Компајлира <<scripting_plugins,JavaScript додатак>>.
 
-| ENABLE_LARGEFILE | `ON`, `OFF` | ON |
-  Подршка за велике фајлове.
+| ENABLE_LARGEFILE | `ON`, `OFF` | ON
+| Подршка за велике фајлове.
 
-| ENABLE_LOGGER | `ON`, `OFF` | ON |
-  Компајлира <<buffer_logging,Logger додатак>>.
+| ENABLE_LOGGER | `ON`, `OFF` | ON
+| Компајлира <<buffer_logging,Logger додатак>>.
 
-| ENABLE_LUA | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,Lua додатак>>.
+| ENABLE_LUA | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,Lua додатак>>.
 
-| ENABLE_NCURSES | `ON`, `OFF` | ON |
-  Компајлира Ncurses интерфејс.
+| ENABLE_NCURSES | `ON`, `OFF` | ON
+| Компајлира Ncurses интерфејс.
 
-| ENABLE_NLS | `ON`, `OFF` | ON |
-  Укључује NLS (преводе).
+| ENABLE_NLS | `ON`, `OFF` | ON
+| Укључује NLS (преводе).
 
-| ENABLE_PERL | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,Perl додатак>>.
+| ENABLE_PERL | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,Perl додатак>>.
 
-| ENABLE_PHP | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,PHP додатак>>.
+| ENABLE_PHP | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,PHP додатак>>.
 
-| ENABLE_PYTHON | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,Python додатак>>.
+| ENABLE_PYTHON | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,Python додатак>>.
 
-| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
-  Компајлира <<scripting_plugins,Python додатак>> користећи Python 2 уместо Python 3.
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF
+| Компајлира <<scripting_plugins,Python додатак>> користећи Python 2 уместо Python 3.
 
-| ENABLE_RELAY | `ON`, `OFF` | ON |
-  Компајлира <<relay,Relay додатак>>.
+| ENABLE_RELAY | `ON`, `OFF` | ON
+| Компајлира <<relay,Relay додатак>>.
 
-| ENABLE_RUBY | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,Ruby додатак>>.
+| ENABLE_RUBY | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,Ruby додатак>>.
 
-| ENABLE_SCRIPT | `ON`, `OFF` | ON |
-  Компајлира <<script_manager,Script додатак>>.
+| ENABLE_SCRIPT | `ON`, `OFF` | ON
+| Компајлира <<script_manager,Script додатак>>.
 
-| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,script додатке>> (Python, Perl, Ruby, Lua, Tcl,
+| ENABLE_SCRIPTS | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,script додатке>> (Python, Perl, Ruby, Lua, Tcl,
   Guile, JavaScript, PHP).
 
-| ENABLE_SPELL | `ON`, `OFF` | ON |
-  Компајлира <<spell_checking,Spell додатак>>.
+| ENABLE_SPELL | `ON`, `OFF` | ON
+| Компајлира <<spell_checking,Spell додатак>>.
 
-| ENABLE_TCL | `ON`, `OFF` | ON |
-  Компајлира <<scripting_plugins,Tcl додатак>>.
+| ENABLE_TCL | `ON`, `OFF` | ON
+| Компајлира <<scripting_plugins,Tcl додатак>>.
 
-| ENABLE_TRIGGER | `ON`, `OFF` | ON |
-  Компајлира <<trigger,Trigger додатак>>.
+| ENABLE_TRIGGER | `ON`, `OFF` | ON
+| Компајлира <<trigger,Trigger додатак>>.
 
-| ENABLE_TYPING | `ON`, `OFF` | ON |
-  Компајлира <<typing_notifications,Typing додатак>>.
+| ENABLE_TYPING | `ON`, `OFF` | ON
+| Компајлира <<typing_notifications,Typing додатак>>.
 
-| ENABLE_XFER | `ON`, `OFF` | ON |
-  Компајлира <<xfer,Xfer додатак>>.
+| ENABLE_XFER | `ON`, `OFF` | ON
+| Компајлира <<xfer,Xfer додатак>>.
 
-| ENABLE_TESTS | `ON`, `OFF` | OFF |
-  Компајлира тестове.
+| ENABLE_TESTS | `ON`, `OFF` | OFF
+| Компајлира тестове.
 
-| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
-  Компајлира са опцијама за покривеност кода. +
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF
+| Компајлира са опцијама за покривеност кода. +
   Ова опција би требало да се се користи само за тестирање, да се измери покривеност теста.
 |===
 
@@ -1236,87 +1236,87 @@ _прозор_ је површина екрана која приказује б
 |===
 | Име | Вредност | Опис
 
-| away |
-  било који стринг |
-  Порука о одсутности на серверу, поставља је irc додатак.
+| away
+| било који стринг
+| Порука о одсутности на серверу, поставља је irc додатак.
 
-| channel |
-  било који стринг |
-  Име канала, постављају је irc/xfer додаци и дибаг бафер релеј/окидач додатака.
+| channel
+| било који стринг
+| Име канала, постављају је irc/xfer додаци и дибаг бафер релеј/окидач додатака.
 
-| charset_modifier |
-  било који стринг |
-  Модификатор скупа карактера за серверски бафер, поставља је irc додатак.
+| charset_modifier
+| било који стринг
+| Модификатор скупа карактера за серверски бафер, поставља је irc додатак.
 
-| completion_default_template |
-  било који стринг |
-  Подразумевани шаблон за довршавање у баферу, премошћава опцију
+| completion_default_template
+| било који стринг
+| Подразумевани шаблон за довршавање у баферу, премошћава опцију
   `weechat.completion.default_template`.
 
-| filter |
-  било који стринг |
-  Филтер дефинисан за неке бафере, као што су `/fset`, `/server raw` (irc) и `/script`.
+| filter
+| било који стринг
+| Филтер дефинисан за неке бафере, као што су `/fset`, `/server raw` (irc) и `/script`.
 
-| host |
-  било који стринг |
-  Име вашег хоста (ако је познато), поставља је irc додатак.
+| host
+| било који стринг
+| Име вашег хоста (ако је познато), поставља је irc додатак.
 
-| lag |
-  било који стринг |
-  Кашњење у комуникацији са сервером, поставља је irc додатак.
+| lag
+| било који стринг
+| Кашњење у комуникацији са сервером, поставља је irc додатак.
 
-| name |
-  било који стринг |
-  Име бафера (пазите, ово није пуно име и није довољно за идентификацију
+| name
+| било који стринг
+| Име бафера (пазите, ово није пуно име и није довољно за идентификацију
   или претрагу бафера).
 
-| nick |
-  било који стринг |
-  Ваш надимак, постављају је irc и xfer додаци.
+| nick
+| било који стринг
+| Ваш надимак, постављају је irc и xfer додаци.
 
-| no_log |
-  `1` (или неки непразни стринг) |
-  Ако је постављена, logger додатак уопште не логује овај бафер.
+| no_log
+| `1` (или неки непразни стринг)
+| Ако је постављена, logger додатак уопште не логује овај бафер.
 
-| plugin |
-  било који стринг |
-  Име додатка који је креирао бафер (`core` за WeeChat бафере).
+| plugin
+| било који стринг
+| Име додатка који је креирао бафер (`core` за WeeChat бафере).
 
-| script_close_cb |
-  било који стринг |
-  Функција повратног позива за затварање бафера коју је дефинисала скрипта.
+| script_close_cb
+| било који стринг
+| Функција повратног позива за затварање бафера коју је дефинисала скрипта.
 
-| script_close_cb_data |
-  било који стринг |
-  Подаци за функцију повратног позива затварања бафера коју је дефинисала скрипта.
+| script_close_cb_data
+| било који стринг
+| Подаци за функцију повратног позива затварања бафера коју је дефинисала скрипта.
 
-| script_input_cb |
-  било који стринг |
-  Функција повратног позива за унос у бафер коју је дефинисала скрипта.
+| script_input_cb
+| било који стринг
+| Функција повратног позива за унос у бафер коју је дефинисала скрипта.
 
-| script_input_cb_data |
-  било који стринг |
-  Подаци за функцију повратног позива за унос у бафер коју је дефинисала скрипта.
+| script_input_cb_data
+| било који стринг
+| Подаци за функцију повратног позива за унос у бафер коју је дефинисала скрипта.
 
-| script_name |
-  било који стринг |
-  Име скрипте која је креирала бафер.
+| script_name
+| било који стринг
+| Име скрипте која је креирала бафер.
 
-| server |
-  било који стринг |
-  Име сервера, поставља је irc додатак и дибаг бафер релеј/окидач додатака.
+| server
+| било који стринг
+| Име сервера, поставља је irc додатак и дибаг бафер релеј/окидач додатака.
 
-| spell_suggest |
-  било који стринг |
-  Неисправно написана реч и предлози (формат: „неисправна:предлози”), поставља
+| spell_suggest
+| било који стринг
+| Неисправно написана реч и предлози (формат: „неисправна:предлози”), поставља
   је spell додатак.
 
-| trigger_filter |
-  било који стринг |
-  Филтер окидача, поставља је окидач додатак.
+| trigger_filter
+| било који стринг
+| Филтер окидача, поставља је окидач додатак.
 
-| type |
-  било који стринг, на пример:
+| type
+| било који стринг, на пример:
   `channel`,
   `debug`,
   `exec`,
@@ -1326,8 +1326,8 @@ _прозор_ је површина екрана која приказује б
   `script`,
   `server`,
   `user`,
-  `xfer` |
-  Тип бафера, поставља је програм WeeChat и многи додаци.
+  `xfer`
+| Тип бафера, поставља је програм WeeChat и многи додаци.
 
 |===
 
@@ -2465,65 +2465,65 @@ _трака_ је површина уз разговор која може да
 |===
 | Опција | Вредности | Опис
 
-| type | `root`, `window` |
-  Трака типа `root` се приказује тачно једном на екрану, ван свих прозора.
+| type | `root`, `window`
+| Трака типа `root` се приказује тачно једном на екрану, ван свих прозора.
   Тип подразумеване траке _buflist_ је `root`. +
   Трака са типом `window` се приказује у сваком прозору, на пример ако поделите
   једном екран (са `/window splith` или `/window splitv`), имаћете
   једну траку у сваком прозору. Подразумеване траке _title_, _status_,
   _input_ и _nicklist_ су типа `window`.
 
-| position | `top`, `bottom`, `left`, `right` |
-  Позиција траке: изнад/испод разговора, са леве/десне стране.
+| position | `top`, `bottom`, `left`, `right`
+| Позиција траке: изнад/испод разговора, са леве/десне стране.
 
-| priority | цео број ≥ 0 |
-  Приоритет за приказ траке: ово се користи за ређање трака на екрану када
+| priority | цео број ≥ 0
+| Приоритет за приказ траке: ово се користи за ређање трака на екрану када
   више трака имају исти тип и исту позицију. +
   Траке се приказују од ивице екрана према центру. Виши приоритет значи да
   ће се трака приказивати на почетку, дакле, ближе ивици. +
   Пример: _input_ трака има приоритет 1000, тако да се приказује испред _status_
   траке, која има приоритет 500.
 
-| size | цео број ≥ 0 |
-  Величина траке: број колона за позицију left/right, број линија за
+| size | цео број ≥ 0
+| Величина траке: број колона за позицију left/right, број линија за
   позицију top/bottom. Величина `0` значи аутоматски, тако да ће се
   величина израчунати у зависности од садржаја који се приказује у траци.
 
-| size_max | цео број ≥ 0 |
-  Максимална величина траке, `0` = нема ограничења (ова опција се користи
+| size_max | цео број ≥ 0
+| Максимална величина траке, `0` = нема ограничења (ова опција се користи
   само ако је `size` = `0`).
 
-| color_bg | боја |
-  Подразумевана боја позадине траке.
+| color_bg | боја
+| Подразумевана боја позадине траке.
 
-| color_fg | боја |
-  Подразумевана боја текста у траци.
+| color_fg | боја
+| Подразумевана боја текста у траци.
 
-| color_delim | боја |
-  Боја граничника у траци.
+| color_delim | боја
+| Боја граничника у траци.
 
-| hidden | `on`, `off` |
-  Када је ова опција `on`, трака је скривена. +
+| hidden | `on`, `off`
+| Када је ова опција `on`, трака је скривена. +
   Напомена: уместо да мењате ову опцију, боље је да користите команду `/bar`,
   на пример: `/bar toggle nicklist` (погледајте команду <<command_weechat_bar,/bar>>).
 
-| separator | `on`, `off` |
-  Када је ова опција `on`, између ове траке и осталих (или разговора) се
+| separator | `on`, `off`
+| Када је ова опција `on`, између ове траке и осталих (или разговора) се
   приказује граничник (линија).
 
-| items | стринг |
-  Листа _items_ (погледајте <<bar_items,ставке>> за више информација).
+| items | стринг
+| Листа _items_ (погледајте <<bar_items,ставке>> за више информација).
 
-| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Тип испуне за траку која има позицију `left` или `right` (погледајте
+| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Тип испуне за траку која има позицију `left` или `right` (погледајте
   <<bar_filling,испуну>> за више информација).
 
-| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` |
-  Тип испуне за траку која има позицију `top` или `bottom` (погледајте
+| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+`
+| Тип испуне за траку која има позицију `top` или `bottom` (погледајте
   <<bar_filling,испуну>> за више информација).
 
-| conditions | стринг |
-  Услови под којима се трака приказује (погледајте <<bar_conditions,услове>> за
+| conditions | стринг
+| Услови под којима се трака приказује (погледајте <<bar_conditions,услове>> за
   више информација).
 |===
 
@@ -3659,15 +3659,15 @@ Typing додатак хвата следеће сигнале:
 |===
 | Сигнал | Аргументи | Опис
 
-| typing_set_nick |
-  Стринг: показивач на бафер + ";" + стање (једнос од: "off", "typing", "paused",
+| typing_set_nick
+| Стринг: показивач на бафер + ";" + стање (једнос од: "off", "typing", "paused",
   "cleared") + ";" + надимак. +
-  Пример: "0x1234abcd;typing;alice". |
-  Поставља стање куцања за надимак у баферу.
+  Пример: "0x1234abcd;typing;alice".
+| Поставља стање куцања за надимак у баферу.
 
-| typing_reset_buffer |
-  Показивач: бафер. |
-  Уклања стање куцања за све надимке у баферу.
+| typing_reset_buffer
+| Показивач: бафер.
+| Уклања стање куцања за све надимке у баферу.
 |===
 
 [[typing_options]]
@@ -3970,25 +3970,25 @@ include::includes/autogen_user_options.sr.adoc[tag=fifo_options]
 |===
 | Име | Кука | Опис
 
-| beep | испис |
-  Звучни сигнал у случају истакнуте/приватне поруке.
+| beep | испис
+| Звучни сигнал у случају истакнуте/приватне поруке.
 
-| cmd_pass | модификатор |
-  Сакрива лозинку у командама:
+| cmd_pass | модификатор
+| Сакрива лозинку у командама:
   `pass:[/msg nickserv id\|identify\|set password\|ghost\|release\|regain\|recover]`,
   `pass:[/oper]`,
   `pass:[/quote pass]`,
   `pass:[/secure passphrase\|decrypt\|set]`.
 
-| cmd_pass_register | модификатор |
-  Сакрива лозинку у команди `pass:[/msg nickserv register]`.
+| cmd_pass_register | модификатор
+| Сакрива лозинку у команди `pass:[/msg nickserv register]`.
 
-| msg_auth | модификатор |
-  Сакрива лозинку у IRC auth поруци која се приказује (порука која се прими од
+| msg_auth | модификатор
+| Сакрива лозинку у IRC auth поруци која се приказује (порука која се прими од
   сервера након што корисник зада команду).
 
-| server_pass | модификатор |
-  Сакрива лозинку сервера у командама `/server` и `/connect`.
+| server_pass | модификатор
+| Сакрива лозинку сервера у командама `/server` и `/connect`.
 |===
 
 [[trigger_anatomy]]
@@ -4000,36 +4000,36 @@ include::includes/autogen_user_options.sr.adoc[tag=fifo_options]
 |===
 | Опција | Вредности | Опис
 
-| enabled | `on`, `off` |
-  Када је опција `off`, окидач је искључен и акције се више не изводе.
+| enabled | `on`, `off`
+| Када је опција `off`, окидач је искључен и акције се више не изводе.
 
 | hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`,
-  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` |
-  Кука која се користи у окидачу. За више информација, погледајте
+  `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+`
+| Кука која се користи у окидачу. За више информација, погледајте
   link:weechat_plugin_api.sr.html#hooks[WeeChat референтни приручник API додатака / Куке].
 
-| arguments | стринг |
-  Аргументи за куку, зависе од врсте куке која се користи.
+| arguments | стринг
+| Аргументи за куку, зависе од врсте куке која се користи.
 
-| conditions | стринг |
-  Услови под којима се окидач извршава; они се израчунавају (погледајте команду
+| conditions | стринг
+| Услови под којима се окидач извршава; они се израчунавају (погледајте команду
   <<command_weechat_eval,/eval>>).
 
-| regex | стринг |
-  Један или више POSIX проширених регуларних израза за измену примљених података у
+| regex | стринг
+| Један или више POSIX проширених регуларних израза за измену примљених података у
   функцији повратног позива куке (и још понешто што додаје окидач додатак), погледајте
   <<trigger_regex,регуларни израз>>.
 
-| command | стринг |
-  Команда која треба да се изврши (више команди може да се раздвоји тачка запетама);
+| command | стринг
+| Команда која треба да се изврши (више команди може да се раздвоји тачка запетама);
   стринг се израчунава (погледајте команду <<command_weechat_eval,/eval>>).
 
-| return_code | `+ok+`, `+ok_eat+`, `+error+` |
-  Повратни кôд функције повратног позива (подразумевани је `ok`, што би и требало
+| return_code | `+ok+`, `+ok_eat+`, `+error+`
+| Повратни кôд функције повратног позива (подразумевани је `ok`, што би и требало
   да се користи у скоро свим окидачима, остале вредности се ретко користе).
 
-| post_action | `none`, `disable`, `delete` |
-  Акција која се врши над окидачем након његовог извршавања (подразумевано је `none`
+| post_action | `none`, `disable`, `delete`
+| Акција која се врши над окидачем након његовог извршавања (подразумевано је `none`
   што би требало да се користи у скоро свим окидачима, остале вредности се ретко користе).
 |===
 
@@ -4066,8 +4066,8 @@ trigger.trigger.beep.post_action = none
 |===
 | Кука | Аргументи | Примери | Документација (API)
 
-| signal |
-  1. име сигнала (дозвољава се приоритет) (обавезан) +
+| signal
+| 1. име сигнала (дозвољава се приоритет) (обавезан) +
   2. име сигнала (дозвољава се приоритет) +
   3. ... |
 `+*,irc_in_privmsg+` +
@@ -4075,23 +4075,23 @@ trigger.trigger.beep.post_action = none
 `+signal_sigwinch+` |
 link:weechat_plugin_api.sr.html#_hook_signal[hook_signal]
 
-| hsignal |
-  1. име сигнала (дозвољава се приоритет) (обавезан) +
+| hsignal
+| 1. име сигнала (дозвољава се приоритет) (обавезан) +
   2. име сигнала (дозвољава се приоритет) +
   3. ... |
 `+nicklist_nick_added+` |
 link:weechat_plugin_api.sr.html#_hook_hsignal[hook_hsignal]
 
-| modifier |
-  1. име модификатора (дозвољава се приоритет) (обавезан) +
+| modifier
+| 1. име модификатора (дозвољава се приоритет) (обавезан) +
   2. име мофидикатора (дозвољава се приоритет) +
   3. ... |
 `+weechat_print+` +
 `+5000\|input_text_display;5000\|history_add+` |
 link:weechat_plugin_api.sr.html#_hook_modifier[hook_modifier]
 
-| line |
-  1. тип бафера +
+| line
+| 1. тип бафера +
   2. име бафера +
   3. ознаке |
 `+formatted+` +
@@ -4101,8 +4101,8 @@ link:weechat_plugin_api.sr.html#_hook_modifier[hook_modifier]
 `+formatted;irc.libera.#weechat;irc_notice+` |
 link:weechat_plugin_api.sr.html#_hook_line[hook_line]
 
-| print |
-  1. име бафера +
+| print
+| 1. име бафера +
   2. ознаке +
   3. порука +
   4. уклањање боја (0/1) |
@@ -4112,8 +4112,8 @@ link:weechat_plugin_api.sr.html#_hook_line[hook_line]
 `+*;;;1+` |
 link:weechat_plugin_api.sr.html#_hook_print[hook_print]
 
-| command |
-  1. име команде (дозвољава се приоритет) (обавезан) +
+| command
+| 1. име команде (дозвољава се приоритет) (обавезан) +
   2. опис (израчунава се, погледајте команду <<command_weechat_eval,/eval>>) +
   3. аргументи (израчунава се, погледајте команду <<command_weechat_eval,/eval>>) +
   4. опис аргумената (израчунава се, погледајте команду <<command_weechat_eval,/eval>>) +
@@ -4123,48 +4123,48 @@ link:weechat_plugin_api.sr.html#_hook_print[hook_print]
 `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
 link:weechat_plugin_api.sr.html#_hook_command[hook_command]
 
-| command_run |
-  1. команда (дозвољава се приоритет) (обавезан) +
+| command_run
+| 1. команда (дозвољава се приоритет) (обавезан) +
   2. команда (дозвољава се приоритет) +
   3. ... |
 `+/cmd arguments+` |
 link:weechat_plugin_api.sr.html#_hook_command_run[hook_command_run]
 
-| timer |
-  1. интервал у милисекундама (обавезан) +
+| timer
+| 1. интервал у милисекундама (обавезан) +
   2. поравнање на секунду (подразумевано: 0) +
   3. макс број позива (подразумевано: 0, што значи „нема краја”) |
 `+3600000+` +
 `+60000;0;5+` |
 link:weechat_plugin_api.sr.html#_hook_timer[hook_timer]
 
-| config |
-  1. име опције (дозвољава се приоритет) (обавезан) +
+| config
+| 1. име опције (дозвољава се приоритет) (обавезан) +
   2. име опције (дозвољава се приоритет) +
   3. ... |
 `+weechat.look.*+` |
 link:weechat_plugin_api.sr.html#_hook_config[hook_config]
 
-| focus |
-  1. име површине (дозвољава се приоритет) (обавезан) +
+| focus
+| 1. име површине (дозвољава се приоритет) (обавезан) +
   2. име површине (дозвољава се приоритет) +
   3. ... |
 `+buffer_nicklist+` |
 link:weechat_plugin_api.sr.html#_hook_focus[hook_focus]
 
-| info |
-  1. инфо име (дозвољава се приоритет) (обавезан) +
+| info
+| 1. инфо име (дозвољава се приоритет) (обавезан) +
   2. инфо име (дозвољава се приоритет) +
   3. ... |
 `+my_info+` |
 link:weechat_plugin_api.sr.html#_hook_info[hook_info]
 
-| info_hashtable |
-  1. инфо име (дозвољава се приоритет) (обавезан) +
+| info_hashtable
+| 1. инфо име (дозвољава се приоритет) (обавезан) +
   2. инфо име (дозвољава се приоритет) +
-  3. ... |
-  `+my_info+` |
-  link:weechat_plugin_api.sr.html#_hook_info_hashtable[hook_info_hashtable]
+  3. ...
+| `+my_info+`
+| link:weechat_plugin_api.sr.html#_hook_info_hashtable[hook_info_hashtable]
 |===
 
 [[trigger_conditions]]