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

	<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>2003-10-29T01:15:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-10-29T01:15:03-04:00</updated>

		<published>2003-10-29T01:15:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29131#p29131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29131#p29131"/>
		<title type="html"><![CDATA[just a quickie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29131#p29131"><![CDATA[
Better use something like:<div class="codebox"><p>Code: </p><pre><code>if {[lindex [split $dest "@"] 0] == $::botnick || [string index $dest 0]== "@"} {  return}</code></pre></div>This way it will "return" on notices sent to the eggdrop and in case of onotice (op notices).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Oct 29, 2003 1:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[entrapmen]]></name></author>
		<updated>2003-10-28T20:27:59-04:00</updated>

		<published>2003-10-28T20:27:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29130#p29130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29130#p29130"/>
		<title type="html"><![CDATA[just a quickie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29130#p29130"><![CDATA[
i m sorry i find the mistake <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> <br><br>next time i ll read all  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>i just didnt read;<br><br>New Tcl procs should be declared as<br>             proc notcproc {nick uhost hand text {dest ""}} {<br>               global botnick; if {$dest == ""} {set dest $botnick}<br>               ...<br>             }<br><br>tx anyway  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> have a nice day <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3463">entrapmen</a> — Tue Oct 28, 2003 8:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-28T20:21:16-04:00</updated>

		<published>2003-10-28T20:21:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29129#p29129</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29129#p29129"/>
		<title type="html"><![CDATA[Re: just a quickie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29129#p29129"><![CDATA[
<blockquote class="uncited"><div>i ve read tcl-commands.doc</div></blockquote>Did you read this part? <blockquote class="uncited"><div>procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;text&gt; &lt;dest&gt;</div></blockquote>Your proc can only handle 4 arguments, but the bind will call it with 5<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Oct 28, 2003 8:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[entrapmen]]></name></author>
		<updated>2003-10-28T20:05:01-04:00</updated>

		<published>2003-10-28T20:05:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29128#p29128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29128#p29128"/>
		<title type="html"><![CDATA[just a quickie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29128#p29128"><![CDATA[
i couldnt find a way to use bind notc<br><br>i got a script which has dat code:<br><br>bind notc - "*" kickle<br>proc kickle {nick uhost hand text} {<br>..<br>..<br>if {[regexp -nocase "#" $text]  ....<br><br>wats wrong with dat? i ve read tcl-commands.doc dun send me there =) <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> but i didnt understand how to use bind notc  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3463">entrapmen</a> — Tue Oct 28, 2003 8:05 pm</p><hr />
]]></content>
	</entry>
	</feed>
