mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
Update Python and Perl descriptions
This commit is contained in:
parent
198e913ea9
commit
ba0bcc9214
14
README
14
README
@ -48,8 +48,11 @@ Notes for packagers:
|
|||||||
|
|
||||||
Python Scripts:
|
Python Scripts:
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
Scripts for 1.8.x are not compatible, and a brand new interface has be
|
Scripts for XChat 1.8.x are not compatible, a brand new interface has been
|
||||||
written. Documentation can be found here: http://xchat.org/docs/.
|
written. The documentation can be found here:
|
||||||
|
|
||||||
|
https://github.com/hexchat/hexchat/wiki/Python-Interface
|
||||||
|
|
||||||
Consider using the Python interface for your scripts, it's a very nice
|
Consider using the Python interface for your scripts, it's a very nice
|
||||||
API, allows for loading/unloading individual scripts, and gives you
|
API, allows for loading/unloading individual scripts, and gives you
|
||||||
almost all the features of the C-Plugin API.
|
almost all the features of the C-Plugin API.
|
||||||
@ -57,8 +60,11 @@ Python Scripts:
|
|||||||
|
|
||||||
Perl Scripts:
|
Perl Scripts:
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
Perl 5.8 or newer is required.
|
Perl 5.8 or newer is required. The documentation can be found here:
|
||||||
Scripts for 1.8.x are compatible with the following exceptions:
|
|
||||||
|
https://github.com/hexchat/hexchat/wiki/Perl-Interface
|
||||||
|
|
||||||
|
Scripts for XChat 1.8.x are compatible with the following exceptions:
|
||||||
|
|
||||||
* IRC::command will not interpret %C, %B, %U etc.
|
* IRC::command will not interpret %C, %B, %U etc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user