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

	<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>2006-08-26T16:53:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2006-08-26T16:53:16-04:00</updated>

		<published>2006-08-26T16:53:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65864#p65864</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65864#p65864"/>
		<title type="html"><![CDATA[Reply: DragnLord, rosc2112]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65864#p65864"><![CDATA[
ty, i will recheck the code. It was probably the exclusive-binds i was having trouble with. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Aug 26, 2006 4:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-08-26T16:27:28-04:00</updated>

		<published>2006-08-26T16:27:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65862#p65862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65862#p65862"/>
		<title type="html"><![CDATA[Re: Eggdrop not showing public text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65862#p65862"><![CDATA[
<blockquote class="uncited"><div>I recently upgrading from 1.6.17 to 1.6.18 and the bot will not show the public text on the channel. Yes i've tryed to change my console settings. I belive it has something to do with the having a <em class="text-italics">pubm bind of "*"</em> as the old 1.6.17 version's handles the returns differant from 1.6.18. <br>Has only else had any problems like this? please.</div></blockquote>Oh, and there was no significant change to pubm from v 1.6.17 to v1.6.18 that I'm aware of.<br><br>From the tcl-commands.doc:<br><br>    (6)  PUBM (stackable)<br>         bind pubm &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;text&gt;<br><br>         Description: just like MSGM, except it's triggered by things said<br>           on a channel instead of things /msg'd to the bot. The mask is<br>           matched against the channel name followed by the text and can<br>|          contain wildcards. If the proc returns 1, Eggdrop will not log<br>|          the message that triggered this bind. PUBM binds are processed<br>|          before PUB binds. If the exclusive-binds setting is enabled,<br>|          PUB binds will not be trigged by text that a PUBM bind has<br>|          already handled.<br>         Module: irc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Aug 26, 2006 4:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-08-26T16:24:12-04:00</updated>

		<published>2006-08-26T16:24:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65861#p65861</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65861#p65861"/>
		<title type="html"><![CDATA[Re: Eggdrop not showing public text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65861#p65861"><![CDATA[
<blockquote class="uncited"><div>I recently upgrading from 1.6.17 to 1.6.18 and the bot will not show the public text on the channel. Yes i've tryed to change my console settings. I belive it has something to do with the having a <em class="text-italics">pubm bind of "*"</em> as the old 1.6.17 version's handles the returns differant from 1.6.18. <br>Has only else had any problems like this? please.</div></blockquote>The usual method of debugging would be to unload ALL scripts, then load 1 at a time, and test each one, by itself.<br><br>If you grep for 'pubm'  you'd probably be able to eliminate just that one and fix it. Read the documentation for how pubm behaves in newer versions.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Aug 26, 2006 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-08-26T08:41:06-04:00</updated>

		<published>2006-08-26T08:41:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65845#p65845</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65845#p65845"/>
		<title type="html"><![CDATA[Re: Reply: DragnLord]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65845#p65845"><![CDATA[
<blockquote class="uncited"><div>DragnLord: Please re-read my post, My question was, <blockquote class="uncited"><div>Has only else had any problems like this? please.</div></blockquote> Thanks.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Other people have had that problem, it's from incorrect code.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sat Aug 26, 2006 8:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2006-08-26T05:25:01-04:00</updated>

		<published>2006-08-26T05:25:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65838#p65838</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65838#p65838"/>
		<title type="html"><![CDATA[Reply: DragnLord]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65838#p65838"><![CDATA[
DragnLord: Please re-read my post, My question was, <blockquote class="uncited"><div>Has only else had any problems like this? please.</div></blockquote> Thanks.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Aug 26, 2006 5:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-08-25T23:56:03-04:00</updated>

		<published>2006-08-25T23:56:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65832#p65832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65832#p65832"/>
		<title type="html"><![CDATA[Eggdrop not showing public text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65832#p65832"><![CDATA[
no one can help with this, you have posted no code<br>post the code so that someone can show you what is wrong with it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Aug 25, 2006 11:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2006-08-25T19:17:38-04:00</updated>

		<published>2006-08-25T19:17:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65825#p65825</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65825#p65825"/>
		<title type="html"><![CDATA[Eggdrop not showing public text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65825#p65825"><![CDATA[
I recently upgrading from 1.6.17 to 1.6.18 and the bot will not show the public text on the channel. Yes i've tryed to change my console settings. I belive it has something to do with the having a <em class="text-italics">pubm bind of "*"</em> as the old 1.6.17 version's handles the returns differant from 1.6.18. <br>Has only else had any problems like this? please.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Aug 25, 2006 7:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
