This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Reports TCL

Old posts that have not been replied to for several years.
Locked
f
faisal
Voice
Posts: 13
Joined: Tue Nov 04, 2003 5:56 am
Location: Singapore

Reports TCL

Post by faisal »

Greetings!

I'm wondering if anyone here is able to code me a tcl which functions in this manner.

> This tcl keeps a peak record of a channel & amounts of kicks/bans.
> Everyday, only at a certain time (eg:12mn), it will publish the peak record for the day in a report channel. (I know of peak tcls but those tcls are kind of annoying cuz if let say every 5 mins, there is an increase in the channel peak, it will message the channel :-?) and also the number of kicks/bans for the day.
> Kicks/bans and peak reports for the day reset after publishing.

Is such script available? If not... can any1 help me to code them?

Thanks!
---------------------
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

there are plenty of peak scripts in the TCL archive

the biggest modifications you will have to do is a bind time for 12:00 to post the data and a bind for 00:00 to reset the data
f
faisal
Voice
Posts: 13
Joined: Tue Nov 04, 2003 5:56 am
Location: Singapore

Post by faisal »

Yea, i know there's many peak tcl scripts available but like you said, it needs some modification to the codings. I'm not really good with tcl codings, any simple mistakes or errors made will result in whole script being unusable.
Locked