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.

How to make stats.mod /notice you the stats?

Old posts that have not been replied to for several years.
Locked
H
Hejog

How to make stats.mod /notice you the stats?

Post by Hejog »

I find the stats.mod fairly intrusive when it starts listing all the stats in the main channel, can you make it so it sends a notice of the stats to the person that asks for them, and just them?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you can make it too!

locate in source the function which handles public stats queries and substitute 'PRIVMSG chan :...' with 'NOTICE nick :...', then recompile
H
Hejog

Post by Hejog »

demond wrote:you can make it too!

locate in source the function which handles public stats queries and substitute 'PRIVMSG chan :...' with 'NOTICE nick :...', then recompile
recompile the entire script, so the entire bot? hrmm :-?
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Post by dwickie »

.chanset #channel +quietstats
H
Hejog

Post by Hejog »

dwickie wrote:.chanset #channel +quietstats
thanks!
Locked