PDA

View Full Version : !allup etc announce in channel


brood
08-15-2005, 08:42 AM
hello

Is it possible to let the sitebot announce the commands !allup !alldn !monthup !monthdn !wkup !wkdn !dayup !daydn (same for group) announce in the cahnnel instead of by msg?

Thanks in advance.

zOrP
09-27-2005, 03:31 AM
yes.. read the dzsbot.tcl.. :)

################################################## #######
# POST STATS CONFIG: #
################################################## #######
# set to 0 = all results will be sent as private message (default)
# set to 1 = all results will be sent publicly to the channel
set poststats(OUTPUT) 0 <----

# The max. number for poststats output
set poststats(MAX) 30

# The default number for poststats output
set poststats(DEFAULT) 10

i believe its there..
:>

brood
09-27-2005, 09:55 AM
yeah i found it few days after the post :)

But thanks for the reply.