console updates way too often for me

Old posts that have not been replied to for several years.
Locked
User avatar
bruhv
Voice
Posts: 22
Joined: Sat Apr 10, 2004 5:53 pm

console updates way too often for me

Post by bruhv »

hi

did a search to no avail, apologies if this has been covered
hope someone can help...

here's the deal...
i dcc the bot, and in the console, regular as clockwork, every 5 minutes, i get:
[22:49:27] <orac> [22:50] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]
[22:54:27] <orac> [22:55] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]
[22:59:27] <orac> [23:00] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]
[23:04:27] <orac> [23:05] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]
[23:09:27] <orac> [23:10] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]
[23:14:27] <orac> [23:15] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]
[23:19:27] <orac> [23:20] @#bruhv-ahh (+sCtn) : [m/7 o/6 h/0 v/1 n/0 b/0 e/- I/-]

etc

am i missing something really obvious?
where can i edit the update time from five minutes to an hour or whatever?
or can't i?

thanks in advance :]
p
pelefanten
Voice
Posts: 27
Joined: Thu Apr 17, 2003 4:37 pm

Statuslog

Post by pelefanten »

From eggdrop.conf :

Code: Select all

# statuslog
#    Log the channel status line every 5 minutes? This shows the bot's
#    status on the channel (op, voice, etc.), the channel's modes, and
#    the number of +m/+o/+v/+n/+b/+e/+I users on the channel. A sample
#    status line follows:
#
#      [01:40] @#lamest (+istn) : [m/1 o/1 v/4 n/7 b/1 e/5 I/7]
To turn off :

Code: Select all

.chanset #chan -statuslog
User avatar
bruhv
Voice
Posts: 22
Joined: Sat Apr 10, 2004 5:53 pm

Post by bruhv »

yep, how i missed it i don't know, but cheers for pointing me there 8)
Locked