for ur blowfish problem..
try using mceggdrop.. (get it at
http://mircryption.sourceforge.net/ )
as for ur other problem..
try adding this in dZSbot.tcl
under request settings.
########## edit this to announce requests over time interval ####
#bind time - "00 00 * * *" proc_requests ; # here is every days @ 00:00
bind time - "30 * * * *" proc_requests ; # here is every hours at xx:30
################### sTOP ########################################
not sure it will wotk.. but cant see why not..
:>