weechat/doc/en/autogen/user/python_commands.txt
2011-08-03 20:10:11 +02:00

21 lines
743 B
Plaintext

[[command_python_python]]
[command]*`python`* list/load/unload scripts::
........................................
/python list|listfull [<name>]
load <filename>
autoload
reload|unload [<name>]
list: list loaded scripts
listfull: list loaded scripts (verbose)
load: load a script
autoload: load all scripts in "autoload" directory
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
unload: unload a script (if no name given, unload all scripts)
filename: script (file) to load
name: a script name (name used in call to "register" function)
Without argument, this command lists all loaded scripts.
........................................