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 the bot's public output?

Old posts that have not been replied to for several years.
Locked
i
inki

Post by inki »

Hi there.

I'm fairly new to eggdrop. Now I wonder why it is not possible to log the bot's own public blah.

Regards,
inki

_________________
inki <inki@brainiacs.de>

<font size=-1>[ This Message was edited by: inki on 2002-04-07 09:16 ]</font>
s
skiprosebaugh

Post by skiprosebaugh »

I am also interested in this...
the standard channel log settings (jpk) don't catch the bot's output. the ops often play with the bot, using .say and .act, and we have a bar-n-grill script, so we'd like to get the bot's output in the log as well...
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

These log flags aren't documented as they are commonly abused. The 'r' flag will log everything recieved from the server. The 'v' flag will log all text sent to the server.

You must enable debug-output and use-console-r in the config file to use these.
s
skiprosebaugh

Post by skiprosebaugh »

On 2002-04-10 22:19, Wcc wrote:
These log flags aren't documented as they are commonly abused. The 'r' flag will log everything recieved from the server. The 'v' flag will log all text sent to the server.

You must enable debug-output and use-console-r in the config file to use these.
That's less than helpful.... Isn't there a way to have the public chat flag, that just adds the Bot's conversation in as well?
Like, we have this on channel:
<Person1> Yay.
<Bot> Haha
<Person2> Yay.

And the public chat flag just logs:
<Person1> Yay.
<Person2> Yay.

And we want all of it.
M
Misho

Post by Misho »

well I don't use logfiles and I'm not sure but should be able to log .act and .say with the 'c' flag (jpkc)
and for the script you may edit it and after every line 'puthelp "PRIVMSG $chan :blah blah"' add 'putlog "Said "blah blah" to $chan"'
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There is no current way to log what the bot is saying.

You could create a script, that would catture calls to puthelp, putserv and putquick, check for messages to channels, log the required text, then send it on to the put****(*) queues.

These would be long winded, and not worth the hastle.
Locked