View Single Post
Old 06-08-2003, 03:54 PM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

Quick hack for making !siterequests from dZSbot.tcl work properly with new ioA...

Remove the brackets from [%-10user] in ioA.cfg:
Code:
RequestLine= [%##] %-10user -> %-35request
And in dZSbot.tcl, edit the lines under proc proc_requests so they look like this:
Code:
set output [replacevar $output "%user" [lindex $line 1]]
set output [replacevar $output "%request" [lrange $line 3 end]]
set output [replacevar $output "%cnt" [format %02d $cnt]]
Zer0Racer is offline   Reply With Quote