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.

Search found 317 matches

by juanamores
Sun Apr 05, 2015 12:39 am
Forum: Scripting Help
Topic: measure the lag bot
Replies: 8
Views: 8569

Re: measure the lag bot

Please define "the lag of the bot" for us. Defined as the time after which the bot will respond to a command from any user (not a specific user). I mean, what I need is that the measure Bot its own lag, with respect to any potential user who will use it. Example : My bot inform me #adminc...
by juanamores
Sat Apr 04, 2015 10:11 pm
Forum: Scripting Help
Topic: measure the lag bot
Replies: 8
Views: 8569

measure the lag bot

I need a command to measure the lag of the bot every 10 minutes automatically.

Code: Select all

set adminchan "#adminchan"
bind time - "?0 * * * *" lagbot

proc lagbot { } {
global adminchan
putmsg $adminchan "Bot  lag is...... seconds"
}