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.

Private Messages

Old posts that have not been replied to for several years.
Locked
S
Sasuke
Voice
Posts: 2
Joined: Sun Jun 19, 2005 8:07 pm

Private Messages

Post by Sasuke »

Well, stupid question. But can eggdrop log the private messages from the users btw. can i do this ? Thanks alot.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile mco * "logs/eggdrop.log"
S
Sasuke
Voice
Posts: 2
Joined: Sun Jun 19, 2005 8:07 pm

Post by Sasuke »

Sir_Fz wrote:
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile mco * "logs/eggdrop.log"
I have that. But this is only for users which messages the bot ?
I want all messages; user to user.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You can't do that, even if your bot has some access on your ircd I don't think it's possible on any type of ircds.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Sasuke wrote:
Sir_Fz wrote:
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile mco * "logs/eggdrop.log"
I have that. But this is only for users which messages the bot ?
I want all messages; user to user.
LOL

I've said it earlier, but couldn't help it on this occasion... it never ceases to amaze me how many people - eggdrop owners (who are supposed to be amongst the most experienced and knowledgeable IRC users) - don't actually have the slightest clue how IRC works

dude, messages on IRC don't pass through yours or your bot's computer (unless you are the originator or the target of that message); they pass through the IRC server, so only IRC server's admin can sniff messages (and only some of those; it depends on network's topology whether a message from user on server A, destined for user on server B, passes through server C or not)
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Sasuke wrote:
Sir_Fz wrote:
# This creates a logfile named eggdrop.log containing private msgs/ctcps,
# commands, errors, and misc. info from any channel.
logfile mco * "logs/eggdrop.log"
I have that. But this is only for users which messages the bot ?
I want all messages; user to user.
I think he possibly meant user and bot. He may have alice.tcl or megahal mod enabled.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Sasuke wrote:I have that. But this is only for users which messages the bot ? I want all messages...
maybe he means he wants to log to file only privmsg's...?

Code: Select all

logfile m * "logs/privmsg.log"
? :mrgreen: ?
Locked