[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python scripts



On Sun, Jul 01, 2001 at 03:54:25AM -0300, Martin Olveyra wrote:
> XChat lacks of a python script unloader.
> Has someone any idea about how to unload a specific Python script, so to
> avoid the need of restart XChat each time I want to test my scripts when I
> am fixing them?

/pkill <scriptname>
To get a list of loaded scripts, use /plist. A script probably needs to call
the register method of the interface object to show up in the list and to be
able to be unloaded. Every script should do that anyway.

Richard
-
XChat-discuss: mailing list for XChat users
Archive:       http://mail.nl.linux.org/xchat-discuss/
Posted By:     Richard Fuchs <dfx@gmx.at>