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.

Can eggdrop log specific users?

General support and discussion of Eggdrop bots.
Post Reply
r
rapattack
Voice
Posts: 6
Joined: Thu Aug 18, 2011 7:12 am

Can eggdrop log specific users?

Post by rapattack »

Hi,

Wanted to ask if an eggdrop can log all activity of specific users (don't log whole channel, just wat a specific user is doing)? How should I do it?

Thanks in advance.
w
willyw
Revered One
Posts: 1202
Joined: Thu Jan 15, 2009 12:55 am

Re: Can eggdrop log specific users?

Post by willyw »

rapattack wrote:Hi,

Wanted to ask if an eggdrop can log all activity of specific users
It should be able to be accomplished with a TCL script.
(don't log whole channel, just wat a specific user is doing)? How should I do it?

Just curious - why not log the whole channel?

Then you could use grep on it, looking for the nick in question. Send the output of grep to a file, and then you've got it.
Would something like that do what you need?

Without looking it up (I'm not a grep wizard), I think it would be something like:
grep nick filename.log >> newfile.txt
Post Reply