mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
doc: add plugin "script" in list of plugins (user's guide)
This commit is contained in:
@@ -1617,6 +1617,7 @@ Standarderweiterungen:
|
||||
| logger | erstellt Protokolldateien von Buffern
|
||||
| relay | Daten via Netzwerk übermitteln
|
||||
| rmodifier | wandelt Schlüsselwörter mit regulären Ausdrücken
|
||||
| script | Skripten-Manager
|
||||
| python | Python-Skript API
|
||||
| perl | Perl-Skript API
|
||||
| ruby | Ruby-Skript API
|
||||
|
||||
@@ -1593,6 +1593,7 @@ Default plugins are:
|
||||
| logger | Log buffers to files
|
||||
| relay | Relay data via network
|
||||
| rmodifier | Alter modifier strings with regular expressions
|
||||
| script | Scripts manager
|
||||
| python | Python scripting API
|
||||
| perl | Perl scripting API
|
||||
| ruby | Ruby scripting API
|
||||
|
||||
@@ -1636,6 +1636,7 @@ Les extensions par défaut sont :
|
||||
| logger | Enregistrement des tampons dans des fichiers
|
||||
| relay | Relai de données via le réseau
|
||||
| rmodifier | Modification des chaînes de "modifier" avec des expressions régulières
|
||||
| script | Gestionnaire de scripts
|
||||
| python | Interface (API) pour scripts Python
|
||||
| perl | Interface (API) pour scripts Perl
|
||||
| ruby | Interface (API) pour scripts Ruby
|
||||
|
||||
@@ -1645,6 +1645,7 @@ I plugin predefiniti sono:
|
||||
| logger | Registra i buffer su file
|
||||
| relay | Relay dei dati via rete
|
||||
| rmodifier | Cambia le stringhe del modificatore con espressioni regolari
|
||||
| script | Gestore script
|
||||
| python | API per lo scripting in Python
|
||||
| perl | API per lo scripting in Perl
|
||||
| ruby | API per lo scripting in Ruby
|
||||
|
||||
@@ -1545,6 +1545,7 @@ GNU/Linux の場合、プラグインファイルは ".so" という拡張子を
|
||||
| logger | バッファの内容をファイルに保存
|
||||
| relay | ネットワーク経由でデータを中継
|
||||
| rmodifier | 正規表現を用いた文字列の置換
|
||||
| script | スクリプトマネージャ
|
||||
| python | Python スクリプト API
|
||||
| perl | Perl スクリプト API
|
||||
| ruby | Ruby スクリプト API
|
||||
|
||||
Reference in New Issue
Block a user