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

	<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-09-29T04:40:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[starpossen]]></name></author>
		<updated>2006-09-29T04:40:58-04:00</updated>

		<published>2006-09-29T04:40:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66751#p66751</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66751#p66751"/>
		<title type="html"><![CDATA[Respond to specific nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66751#p66751"><![CDATA[
Thanks for the quick reply, I will use this and try to add some stuff.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7219">starpossen</a> — Fri Sep 29, 2006 4:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[FossilAtrum]]></name></author>
		<updated>2006-09-29T03:55:48-04:00</updated>

		<published>2006-09-29T03:55:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66749#p66749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66749#p66749"/>
		<title type="html"><![CDATA[RE: Respond to specific nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66749#p66749"><![CDATA[
Your code would probly look something like this :<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !dinner pub:dinnerproc pub:dinner {nick uhost hand channel arg} {   set respondnick "jack"   if {($nick == $respondnick)} {         putserv "PRIVMSG $channel :\001ACTION gives $nick\001 dinner"   }}</code></pre></div>To trigger the proc, one would type --&gt; !dinner in the channel.<br><br>Now this is only to get you started, there is nothing fancy here, no checking of case-sensitive, no checking of nicks within lists etc. seeing as you want to learn, and wasn't asking for a full on script. (In that case, look for something like a Bar-script in the tcl-archives...)<br><br>Hope this helps<br><br>FossilAtrum<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8237">FossilAtrum</a> — Fri Sep 29, 2006 3:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[starpossen]]></name></author>
		<updated>2006-09-29T02:38:16-04:00</updated>

		<published>2006-09-29T02:38:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66746#p66746</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66746#p66746"/>
		<title type="html"><![CDATA[Respond to specific nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66746#p66746"><![CDATA[
I dont know how to make this, but im sure its possible<br>what im thinking of is a script where say Jack says<br>.dinner<br>The bot will then respond like<br>Bot gives Jack dinner<br><br>But only if Jack types the command<br><br>I know this might look or sound silly, but im just trying to learn it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7219">starpossen</a> — Fri Sep 29, 2006 2:38 am</p><hr />
]]></content>
	</entry>
	</feed>
