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

	<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>2004-05-07T04:38:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[KevKev]]></name></author>
		<updated>2004-05-07T04:38:15-04:00</updated>

		<published>2004-05-07T04:38:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36172#p36172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36172#p36172"/>
		<title type="html"><![CDATA[Problems with channel join detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36172#p36172"><![CDATA[
<blockquote class="uncited"><div>Add "return 0" to the end of your raw bound procedures to make sure they are not ending furthur processing of events.</div></blockquote>Done, however i'm certain this is not the issue as i tossed this bit of script together for testing/troubleshooting purposes after I saw that the problem existed.<br><br>I'm not sure what else to check.  Is there a place in the source that i can compare the expected join/part info in eggdrop to what the server is sending (i have the source for that as well)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3940">KevKev</a> — Fri May 07, 2004 4:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-05-06T15:12:16-04:00</updated>

		<published>2004-05-06T15:12:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36156#p36156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36156#p36156"/>
		<title type="html"><![CDATA[Problems with channel join detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36156#p36156"><![CDATA[
Add "return 0" to the end of your raw bound procedures to make sure they are not ending furthur processing of events.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Thu May 06, 2004 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KevKev]]></name></author>
		<updated>2004-05-06T12:12:08-04:00</updated>

		<published>2004-05-06T12:12:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36153#p36153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36153#p36153"/>
		<title type="html"><![CDATA[Problems with channel join detection]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36153#p36153"><![CDATA[
I'm having some difficulties with one of my bots. It's connecte dto a non-standard server (EQIMD <a href="http://teqim.sourceforge.net/?p=eqimd" class="postlink">http://teqim.sourceforge.net/?p=eqimd</a> )  so i'm not sure if it's an eggdrop problem or an IRCD problem. What's happening is that the bot is not triggering join/part binds.  i enabled the raw console flag and it showed:<div class="codebox"><p>Code: </p><pre><code>[08:34] [@] tunare.Zaepho!tunare.Zaepho@EQIMd PART #serverwide.woodforest[08:34] [@] tunare.Zaepho!tunare.Zaepho@EQIMd JOIN #serverwide.woodforest</code></pre></div>in the partyline.  Which looks fine when compared to join/parts from another bot on a standard IRCD.  <br><br>to compare I slamed together a few binds/procs to test to make sure it wasn't a problem with the script i was using.<div class="codebox"><p>Code: </p><pre><code>bind join - * test_joinproc test_join {nick host hand chan} {putloglev 1 $chan "$nick joined $chan"}bind part - * test_partproc test_part {nick host hand chan args} {putloglev 1 $chan "$nick left $chan"}bind raw - JOIN test_join_rawproc test_join_raw {src key txt} {set txtlist [split $txt " "]set full_user [lindex $txtlist 0]set nick [lindex [split $full_user "!"] 0]set keyword [lindex $txtlist 1]set chan [lindex $txtlist 2]putloglev 2 * "***RAW*** src: $src key: $key txt: $txt"}</code></pre></div>bind join didn't get any hits with repeated joins/parts. <br>the raw bindings/proc did show (on the EQIMD server):<div class="codebox"><p>Code: </p><pre><code>[08:54] ***RAW*** src: tunare.Zaepho!tunare.Zaepho@EQIMd key: JOIN txt: #serverwide.woodforest</code></pre></div>which matches with what i found on a regular server:<br><br>Both bots were compiled from the same source code and are 1.6.15+SSL.<br>The joins/parts are shown properly in other clients (Xchat and mIRC).<br><br>Anything else i can check or try? I'd rather not try to re-invent the wheel with the raw bindings for this script. Any thoughts?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3940">KevKev</a> — Thu May 06, 2004 12:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
