| Name |
Author |
Description |
Type |
| LogOpener 0.1
| ProgVal | A simple script which open logs when typing /logs in XChat. Un simple script qui ouvre les logs en tapant /logs dans XChat. | Python |
| Xchat Purple status 1.0
| Fabien LOISON | Xchat Purple status synchronize status between Xchat and Purple When you change your status in Purple (Pidgin, Finch,...), Xchat status will be also changed, and when you change your status in Xchat, Purple status will be updated. | Python |
| Bot Connect Ignore for snomasks 1.0
| zamabe | Customizable list of +s +cC ignored notices. | Python |
| twitterupdates.pl 0.8
| P J P | An Xchat plugin to fetch twitter updates for a given user. | Perl |
| Xchat2 RSS Grabber 0.2
| RJ Trenchard | Here is an Xchat2 script that fetches the mail for you and displays it all on a handy (RSSFeed) query. This was my first time parsing RSS XML, and I didn't quite understand the XML::Parser library at the time, so I wrote my own routines to parse it. Xchat2 RSS Grabber will read in a file called "%home%/.xchat2/RSSget.conf", although you can change the location to whatever you like, in this file is where you will store your settings, it will require 3 variables: ############################# #RSS Feeds to gather %RSS = ( RSSExample => 'http://www.example.com/rss.xml', theregister => 'http://www.theregister.co.uk/tonys/slashdot.rdf', ); #interval to retrieve RSS $t_interval = 20; #maximum items $max_item = 5; | Perl |