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.

log

Old posts that have not been replied to for several years.
Locked
n
novice

log

Post by novice »

Hi,

I search a tcl script to log a channel, and that can give me the last 15 lines. Does anybody know a script like this ?

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

Post by GodOfSuicide »

u can use the logfile var in the eggdrop.config

or u use some mirc logger or stuff (try this mIRC logger : http://www.eggdrops.de/scripts/channellog.zip
n
novice

Post by novice »

yes but mel doesn't give me the last 15 lines
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

does when you pipe it through tail (tail -15 blah.log or something)
Locked