PDA

View Full Version : First script : addon to RIO4


biboun
03-03-2004, 09:32 AM
My first script For ioftpd

It's an little addon for RIO4.

These is a TCL which posts the last recommendations on IRC. Possibilities by sections - user - all

Please Repport some errors. Dont forget it's my first script ;) ;)

Naturaly you need a good ioftpd.log ;)

dowload here : ioAnnounceRIO (http://www.ioftpd.com/scripts/script.php?id=70)

biboun
03-04-2004, 10:16 AM
No comments ?? ^^

rAWfOX
03-04-2004, 12:32 PM
great work

Gonna download and try it l8er ;)

Grill-B
03-04-2004, 02:18 PM
Works great. didnt found any problems yet whatsoever

nice work

mr_F_2
03-04-2004, 04:16 PM
Originally posted by biboun
No comments ?? ^^

lol

rAWfOX
03-04-2004, 04:30 PM
Works fine with iobanana

but with dzsbot i get...
Tcl error [recommendedalias]: invalid command name "tsend"

biboun
03-05-2004, 06:57 AM
humm but the script is independent of script bot.

Only depend of eggdrop and ioftpd.log

Mouton
03-05-2004, 10:00 AM
tsend is a proc defined in ioBanana.tcl
and is used to send a message to channel or user X.
Simply replace with a putquick or something.

biboun
03-05-2004, 12:40 PM
oki perfect, tks Mouton

biboun
03-05-2004, 02:07 PM
For iobanana :
tsend chan 5 $Channel "Usage: ${CommandPrefix}recommended <user_name> or <section> or <all>" ;

For Dzbot :
puthelp "NOTICE $nick : Usage: ${CommandPrefix}recommended <user_name> or <section> or <all>"


Enjoy ;)