View Single Post
Old 01-20-2004, 04:57 PM  
scull
Senior Member
 
Join Date: May 2003
Posts: 159
Default New Version!

Hello! ...

I spoke to Bounty and he was very helpful, and showed me how to get ioBK to work with his dZSBot!

I changed a few things to get ioBK to fit.

How to get it to announs ? Do like this ( in dZSBot.tcl ) :

## add at end of msgtypes(DEFAULT) line
set msgtypes(DEFAULT) ".... IOBKDEL IOBKMOV"
...

set disable(IOBKDEL) 0
set disable(IOBKMOV) 0
...

set variables(IOBKDEL) "%msg"
set variables(IOBKMOV) "%msg"
...

## NO RANDOMIZING OUTPUT
set announce(IOBKDEL) "-%sitename- \[IOBKILLER\] + %msg"
set announce(IOBKMOV) "-%sitename- \[IOBKILLER\] + %msg"

Then it WILL announce any DELETE or MOVE operation to the ICR channel! ...

//Scull


ioByteKiller Movedhere ( script section )
scull is offline   Reply With Quote