<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/1458" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-04-12T06:50:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/1458</id>

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-04-12T06:50:00-04:00</updated>

		<published>2002-04-12T06:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6155#p6155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6155#p6155"/>
		<title type="html"><![CDATA[log the bot's public output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6155#p6155"><![CDATA[
There is no current way to log what the bot is saying.<br><br>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.<br><br>These would be long winded, and not worth the hastle.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Apr 12, 2002 6:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-11T15:05:00-04:00</updated>

		<published>2002-04-11T15:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6142#p6142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6142#p6142"/>
		<title type="html"><![CDATA[log the bot's public output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6142#p6142"><![CDATA[
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)<br>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>Statistics: Posted by Guest — Thu Apr 11, 2002 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-11T13:57:00-04:00</updated>

		<published>2002-04-11T13:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6140#p6140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6140#p6140"/>
		<title type="html"><![CDATA[log the bot's public output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6140#p6140"><![CDATA[
<blockquote class="uncited"><div>On 2002-04-10 22:19, Wcc wrote:<br>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.<br><br>You must enable debug-output and use-console-r in the config file to use these.</div></blockquote>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?<br>Like, we have this on channel:<br>&lt;Person1&gt; Yay.<br>&lt;Bot&gt; Haha<br>&lt;Person2&gt; Yay.<br><br>And the public chat flag just logs:<br>&lt;Person1&gt; Yay.<br>&lt;Person2&gt; Yay.<br><br>And we want all of it.<p>Statistics: Posted by Guest — Thu Apr 11, 2002 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-04-11T00:19:00-04:00</updated>

		<published>2002-04-11T00:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6125#p6125</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6125#p6125"/>
		<title type="html"><![CDATA[log the bot's public output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6125#p6125"><![CDATA[
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.<br><br>You must enable debug-output and use-console-r in the config file to use these.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Thu Apr 11, 2002 12:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-09T17:06:00-04:00</updated>

		<published>2002-04-09T17:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6101#p6101</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6101#p6101"/>
		<title type="html"><![CDATA[log the bot's public output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6101#p6101"><![CDATA[
I am also interested in this...<br>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...<br><p>Statistics: Posted by Guest — Tue Apr 09, 2002 5:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-07T11:15:00-04:00</updated>

		<published>2002-04-07T11:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6049#p6049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6049#p6049"/>
		<title type="html"><![CDATA[log the bot's public output?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6049#p6049"><![CDATA[
Hi there.<br><br>I'm fairly new to eggdrop. Now I wonder why it is not possible to log the bot's own public blah.<br><br>Regards,<br>  inki<br><br>_________________<br>inki &lt;<a href="mailto:inki@brainiacs.de">inki@brainiacs.de</a>&gt;<br><br>&lt;font size=-1&gt;[ This Message was edited by: inki on 2002-04-07 09:16 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sun Apr 07, 2002 11:15 am</p><hr />
]]></content>
	</entry>
	</feed>
