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

	<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>2001-10-28T06:36:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-10-28T06:36:00-04:00</updated>

		<published>2001-10-28T06:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1132#p1132</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1132#p1132"/>
		<title type="html"><![CDATA[Diference ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1132#p1132"><![CDATA[
Thx ppslim for help! I'll post in the tcl section .. soon my "No Channel Notices" tcl. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> .. C ya!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Oct 28, 2001 6:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-24T21:29:00-04:00</updated>

		<published>2001-10-24T21:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1031#p1031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1031#p1031"/>
		<title type="html"><![CDATA[Diference ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1031#p1031"><![CDATA[
you need to do checks inside the script to find out the destination of the notice.<br><br>If you look in tcl-commands.doc, you will see that the proc's argument definition passes a var, with the destination of the message.<br><div class="codebox"><p>Code: </p><pre><code>proc notice {nick uhost hand dest arg} {  if {[isbotnick $dest]} {    #message going yo eggdrop  } else {    #message going to channel  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Oct 24, 2001 9:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2001-10-24T13:52:00-04:00</updated>

		<published>2001-10-24T13:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1017#p1017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1017#p1017"/>
		<title type="html"><![CDATA[Diference ...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1017#p1017"><![CDATA[
Hi ..Who can help me with the difference betwen a notice to eggdrop and a notice to a channel ? I made an little script but if I send a notice to eggdrop or to channel, my eggdrop is reacting in the same way. I can figure how to separate eggdrop notice and channel notices. I'll paste my code in here if it's necesary. Thx!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Oct 24, 2001 1:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
