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...
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.
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.
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"'
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.