<?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/18673" />

	<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>2011-10-24T03:27:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[vladdeh]]></name></author>
		<updated>2011-10-24T03:27:04-04:00</updated>

		<published>2011-10-24T03:27:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98007#p98007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98007#p98007"/>
		<title type="html"><![CDATA[Eggdrop not logging channel messages]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98007#p98007"><![CDATA[
So no one can help me get the bot to log channel messages without having to disable all these scripts :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11622">vladdeh</a> — Mon Oct 24, 2011 3:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vladdeh]]></name></author>
		<updated>2011-10-22T14:02:03-04:00</updated>

		<published>2011-10-22T14:02:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97992#p97992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97992#p97992"/>
		<title type="html"><![CDATA[Eggdrop not logging channel messages]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97992#p97992"><![CDATA[
So can someone say what I have to chance in that tcl to make it work, I'm quite horrible at this to be honest<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11622">vladdeh</a> — Sat Oct 22, 2011 2:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-10-22T09:40:42-04:00</updated>

		<published>2011-10-22T09:40:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97988#p97988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97988#p97988"/>
		<title type="html"><![CDATA[Eggdrop not logging channel messages]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97988#p97988"><![CDATA[
Just for reference;<br>This is documented in the doc/tcl-commands.doc file included with the eggdrop source. However, this only applies to PUBM bindings (which allows for wildcard matching); PUB bindings will always treat the line of text as a command, and thus will never log the line as chatter (though returning 1 from the proc will cause eggdrop to log it as a command).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Oct 22, 2011 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-10-21T20:12:15-04:00</updated>

		<published>2011-10-21T20:12:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97985#p97985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97985#p97985"/>
		<title type="html"><![CDATA[Eggdrop not logging channel messages]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97985#p97985"><![CDATA[
It has to do with a proc returning 1, and not returning 0.   Then logging ceases.<br><br>That is not much of an explanation, and I can't seem to find the link, or the post or whatever I read once upon a time that explained it fairly well.<br><br>It is likely that it is mentioned more than once, here in the forum - but this just isn't my day for working with Search.   Maybe you can have better luck searching.<br><br>If I find that other link, I'll post it here.<br><br>In the meantime, perhaps someone else can jump in here and actually explain it properly to you.    This is why I didn't reply yesterday... I'd hoped someone would give you a good answer.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Oct 21, 2011 8:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vladdeh]]></name></author>
		<updated>2011-10-20T16:45:11-04:00</updated>

		<published>2011-10-20T16:45:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97972#p97972</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97972#p97972"/>
		<title type="html"><![CDATA[Eggdrop not logging channel messages]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97972#p97972"><![CDATA[
So I've found what breaks it, it's this script <a href="http://pastebin.com/XH0N3rq5" class="postlink">http://pastebin.com/XH0N3rq5</a><br><br>If someone could look at it and tell me why this is stopping my bot from seeing normal channel messages I'd appreciate it.<br><br>After I disable this script messages get logged now but since this script is a part of a bunch of other scripts it breaks the rest of my bot<br><br>This is what I get every time I send ANY message on a channel after I disable this -&gt; [21:01:50] Tcl error [a:bind:pubm]: invalid command name "a:bind:pubm"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11622">vladdeh</a> — Thu Oct 20, 2011 4:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vladdeh]]></name></author>
		<updated>2011-10-20T14:48:01-04:00</updated>

		<published>2011-10-20T14:48:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=97968#p97968</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=97968#p97968"/>
		<title type="html"><![CDATA[Eggdrop not logging channel messages]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=97968#p97968"><![CDATA[
I set logfile jpk #channel "logs/#channel.log" in the eggdrop.conf but the logfile only has Joins/parts/quits and ACTIONS (/me) but no normal message any idea why this is happening?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11622">vladdeh</a> — Thu Oct 20, 2011 2:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
