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

	<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>2009-10-24T22:14:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[robbie-bot]]></name></author>
		<updated>2009-10-24T22:14:47-04:00</updated>

		<published>2009-10-24T22:14:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90628#p90628</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90628#p90628"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90628#p90628"><![CDATA[
<blockquote class="uncited"><div>The thing is, the pubm function is only called if the keywords match in the bind command.<br><br>My only pubm bind kicks users that have "now playing" spam. It would be obvious if that was being called.</div></blockquote>Ok, did more digging. I was using grep to search for pubm. Did not realize CHATStats.tcl was in a subdir. It has not been modified since 2004. Logging stopped in May when I updated eggdrop and TCL.<br><br>The cs:count function had no return value specified. This has been running fine for years. Must be 1.6.19 or the updated TCL libs now return a default other than 0.<br><br>Removed the CHATStats.tcl and now logging works.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10915">robbie-bot</a> — Sat Oct 24, 2009 10:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[robbie-bot]]></name></author>
		<updated>2009-10-24T21:16:14-04:00</updated>

		<published>2009-10-24T21:16:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90627#p90627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90627#p90627"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90627#p90627"><![CDATA[
The thing is, the pubm function is only called if the keywords match in the bind command.<br><br>My only pubm bind kicks users that have "now playing" spam. It would be obvious if that was being called.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10915">robbie-bot</a> — Sat Oct 24, 2009 9:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2009-10-24T21:01:02-04:00</updated>

		<published>2009-10-24T21:01:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90626#p90626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90626#p90626"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90626#p90626"><![CDATA[
It is mentioned here:<br><a href="http://forum.egghelp.org/viewtopic.php?t=12824&amp;start=0" class="postlink">http://forum.egghelp.org/viewtopic.php?t=12824&amp;start=0</a><br><br>in the post by nml375.<br><blockquote class="uncited"><div>There is a known "issue" with pubm-bindings in eggdrop1.6.18; If the command invoked returns 1 (TCL_OK), eggdrop will not log the message that triggered the binding.<br>I would suspect this to be the reason why your bot does not log public chat, that is, there seems to be a script running on your system with a pubm-binding that blocks public chat from being logged on that channel. <br><br>.....<br></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Oct 24, 2009 9:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2009-10-24T20:50:32-04:00</updated>

		<published>2009-10-24T20:50:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90625#p90625</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90625#p90625"/>
		<title type="html"><![CDATA[Re: Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90625#p90625"><![CDATA[
<blockquote class="uncited"><div>This seemed to happen after the upgrade to 1.6.19<br><br>I can change logfile all I want. 'p' and 'm' options seem to have no effect. The bot will no longer log public or private messages. <br>...</div></blockquote>I've had this to happen.<br><br>For me, it was a script.     I'd have to go looking to find it again,  but from my memory it was a procedure that had a non-zero return in it.<br><br>I'm sorry that I don't have the reference right at my fingertips, to point you to.    I bet that if you search this forum,  you'll find it mentioned though.<br><br>Try an experiment:      comment out ALL your scripts.     Then   .restart .<br>Does it log normally now?      If it does,  now you know it is a script that is causing it.   Load them one at a time, until you pin it down.<br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat Oct 24, 2009 8:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-10-19T20:41:53-04:00</updated>

		<published>2009-10-19T20:41:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90579#p90579</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90579#p90579"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90579#p90579"><![CDATA[
lol i had the same problem when i last updates... yes i had the same script on it (bseen.tcl) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> in saying that i never had the time time to pin point what was causing the problem :/ just know that it worked without it. After a recompile n all that <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> hope it helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Oct 19, 2009 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[robbie-bot]]></name></author>
		<updated>2009-10-19T13:33:16-04:00</updated>

		<published>2009-10-19T13:33:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90576#p90576</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90576#p90576"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90576#p90576"><![CDATA[
The only msgm binds are in the bseen1.4.2.tcl file. Those file have not changed since 2004.<br><br>The config file has p and m in the logfile options.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10915">robbie-bot</a> — Mon Oct 19, 2009 1:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-10-19T07:54:12-04:00</updated>

		<published>2009-10-19T07:54:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90570#p90570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90570#p90570"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90570#p90570"><![CDATA[
Check Your settings in eggdrop config file,  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow"> Also id recommend searching thought the binds, and making sure you dont have any scripts that have <div class="codebox"><p>Code: </p><pre><code>bind msgm -|- * sum:proc</code></pre></div> Type <strong class="text-strong">.binds</strong> in dcc/telnet with the bot for a list<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Oct 19, 2009 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[robbie-bot]]></name></author>
		<updated>2009-10-19T01:08:59-04:00</updated>

		<published>2009-10-19T01:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90565#p90565</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90565#p90565"/>
		<title type="html"><![CDATA[Log of public messages stopped]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90565#p90565"><![CDATA[
This seemed to happen after the upgrade to 1.6.19<br><br>I can change logfile all I want. 'p' and 'm' options seem to have no effect. The bot will no longer log public or private messages. It will log /notice or /msg lines from the channel.<br><br>I have deleted the channel file, recompiled, tried both the original and Gentoo biulds, same thing.<br><br>I got around it by writing a TCL script to add entries by putloglev but would rather use the native log.<br><br>I have looked at the config file and even stared at the code and cant see anything that would prevent the messages from being logged.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10915">robbie-bot</a> — Mon Oct 19, 2009 1:08 am</p><hr />
]]></content>
	</entry>
	</feed>
