PDA

View Full Version : schedule of !commands


ioUSER
09-27-2005, 03:21 PM
Hi,

i wanna know if its possible to schedule commands like !requests so it show up every hour or something like this. my second question is: is it possible to make the bot announce in query with a specified blowfish key, so it doesnt announce plain text?

grEEtz

and thanks

ioU

zOrP
11-03-2005, 05:13 AM
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..
:>