diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-23 23:45:15 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-23 23:45:15 +0200 |
commit | ba0bcc92141556cb2f2dc1a49c6c39bd05b9ecc7 (patch) | |
tree | 414950d2fe065679f78dc0e4a886ad2dbc441bf4 /README | |
parent | 198e913ea9792a4149f5d2fbfd9c9495e095a5f5 (diff) |
Update Python and Perl descriptions
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/README b/README index 2c26a0bf..acb95817 100644 --- a/README +++ b/README @@ -48,8 +48,11 @@ Notes for packagers: Python Scripts: ~~~~~~~~~~~~~~~ - Scripts for 1.8.x are not compatible, and a brand new interface has be - written. Documentation can be found here: http://xchat.org/docs/. + Scripts for XChat 1.8.x are not compatible, a brand new interface has been + 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 API, allows for loading/unloading individual scripts, and gives you almost all the features of the C-Plugin API. @@ -57,8 +60,11 @@ Python Scripts: Perl Scripts: ~~~~~~~~~~~~~ - Perl 5.8 or newer is required. - Scripts for 1.8.x are compatible with the following exceptions: + Perl 5.8 or newer is required. The documentation can be found here: + + 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. |