mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
16 lines
757 B
Plaintext
16 lines
757 B
Plaintext
//
|
|
// This file is auto-generated by script docgen.py.
|
|
// DO NOT EDIT BY HAND!
|
|
//
|
|
* [[option_python.look.check_license]] *python.look.check_license*
|
|
** Beschreibung: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed]
|
|
** Typ: boolesch
|
|
** Werte: on, off
|
|
** Standardwert: `+off+`
|
|
|
|
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
|
|
** Beschreibung: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
|
|
** Typ: boolesch
|
|
** Werte: on, off
|
|
** Standardwert: `+on+`
|