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

	<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-12-02T11:21:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Eckieck]]></name></author>
		<updated>2006-12-02T11:21:03-04:00</updated>

		<published>2006-12-02T11:21:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68627#p68627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68627#p68627"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68627#p68627"><![CDATA[
Thx a lot, i really used the wrong network setting - for more than one year. You both saved me from going crazy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8450">Eckieck</a> — Sat Dec 02, 2006 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-12-01T16:32:43-04:00</updated>

		<published>2006-12-01T16:32:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68607#p68607</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68607#p68607"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68607#p68607"><![CDATA[
Which irc network are you using?<br>Some networks support "odd" features that sometimes causes your bot to loose track of channels...<br>Also, are you using any "extended" chars in your channel-name?<br><br>And for the bind-mask, "*" would match anything matched by "*!*@*".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Dec 01, 2006 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-12-01T14:52:04-04:00</updated>

		<published>2006-12-01T14:52:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68606#p68606</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68606#p68606"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68606#p68606"><![CDATA[
Could be a network issue, did you choose the convenient network setting in you .conf file?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Dec 01, 2006 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eckieck]]></name></author>
		<updated>2006-12-01T13:46:52-04:00</updated>

		<published>2006-12-01T13:46:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68602#p68602</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68602#p68602"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68602#p68602"><![CDATA[
I seem to have exactly the same problem (using 1.6.18).<br><br>Using<div class="codebox"><p>Code: </p><pre><code>bind join - * avoj_join#OR: bind join - "* *!*@*" avoj_join#OR: bind join - "*" avoj_join#OR: bind join - {*} avoj_joinproc avoj_join {nick uhost hand c} {   putlog "DEBUG: $nick joined $c"}</code></pre></div>only gets triggered when my own bot (running this piece of code) enters a channel, not when someone else is joining the channel.<br><br>But after i remove a channel and re-add it (<em class="text-italics">.-chan #testchannel</em> and <em class="text-italics">.+chan #testchannel</em>) suddenly the bind gets triggered when someone is joining the channel - until i restart/rehash eggdrop..<br><br>Any ideas/hints? Searched the whole afternoon without success :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8450">Eckieck</a> — Fri Dec 01, 2006 1:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deuce]]></name></author>
		<updated>2006-11-11T18:14:10-04:00</updated>

		<published>2006-11-11T18:14:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67910#p67910</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67910#p67910"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67910#p67910"><![CDATA[
just tried it in the way you said...it doesn't work either <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>edit:<br>ok...I think I solved my problem...somehow the channel my bot was in didn't properly tell the bot that somebody joined or something like this...I switched the channel and now it works...<br>I'm lucky that the channel which didn't worked was just the test chan <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8375">deuce</a> — Sat Nov 11, 2006 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-11-11T17:37:53-04:00</updated>

		<published>2006-11-11T17:37:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67907#p67907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67907#p67907"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67907#p67907"><![CDATA[
tcl-commands.doc BINDS:<br>    ( 8 )  JOIN (stackable)<br>         bind join &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt;<br><br>         Description: triggered by someone joining the channel. The mask in<br>           the bind is matched against "#channel nick!user@host" and can<br>           contain wildcards.<br>         Module: irc<br>--<br>I've used this and not had a problem:<br>bind join - "$channel *!*@*" myproc<br><br>You need to use *!*@* for your masks, afaik.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Nov 11, 2006 5:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[deuce]]></name></author>
		<updated>2006-11-11T16:26:36-04:00</updated>

		<published>2006-11-11T16:26:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67903#p67903</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67903#p67903"/>
		<title type="html"><![CDATA[bind join/part proc never gets triggered]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67903#p67903"><![CDATA[
hi,<br><br>I'm writing a small script, that has to put some information about a user into a database when he joins a channel and erase these information when he leaves it. so I used some code like this:<div class="codebox"><p>Code: </p><pre><code>set channel #channelbind join - "$channel *" on_joinbind part - "$channel *" on_partbind sign - "$channel *" on_signbind kick - "$channel *" on_kickbind nick - "$channel *" on_nickchangeproc on_join {nick uhost hand chan} {...}proc on_part {nick uhost hand chan {msg ""}} {...}...</code></pre></div>but none of these bindings is triggered when a user is joining or parting. the procedures for kicks, nickchanges and signoffs don't work either, although I've build the procedures like it's said in the eggdrop documentation.<br>eggdrop is as of version 1.6.18<br><br>is there any setting in the config or somewhere else, which could cause this or am I doing something wrong in the code?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8375">deuce</a> — Sat Nov 11, 2006 4:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
