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

	<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>2005-05-06T08:53:11-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-06T08:53:11-04:00</updated>

		<published>2005-05-06T08:53:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49094#p49094</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49094#p49094"/>
		<title type="html"><![CDATA[Request of tcl script :Special User Join A Channel....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49094#p49094"><![CDATA[
A simple example of a greet script. If a user with the nickname "awyeah" (non-casesensitive) joins any of the channels the bot is on, it will be greeted by the bot.<br><div class="codebox"><p>Code: </p><pre><code>bind join - "*" do:greetproc do:greet {nick uhost hand chan} { if {![isbotnick $nick] &amp;&amp; [string equal -nocase "awyeah" $nick]} {  putserv "PRIVMSG $chan :Hey hey awyeah! welcome man!@"  }}</code></pre></div><div class="codebox"><p>Code: </p><pre><code>Explanation line by line:1) We trigger to check everyone joining a channel where the bot is on2) We start our procedure3) Check if the joining nick is not the bot's nick and the joining nick is "awyeah"4) Go ahead ahead and display the greet message into the channel5) Close with the if statements and procedures ending braces</code></pre></div>  <br>To use on a specific channel:<br><div class="codebox"><p>Code: </p><pre><code>if {[string equal -nocase "#mychannel" $chan]} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri May 06, 2005 8:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-06T08:26:08-04:00</updated>

		<published>2005-05-06T08:26:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49091#p49091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49091#p49091"/>
		<title type="html"><![CDATA[Request of tcl script :Special User Join A Channel....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49091#p49091"><![CDATA[
o sorry =) just wanna rush my bot ^_^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Fri May 06, 2005 8:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-06T08:14:05-04:00</updated>

		<published>2005-05-06T08:14:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49089#p49089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49089#p49089"/>
		<title type="html"><![CDATA[Request of tcl script :Special User Join A Channel....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49089#p49089"><![CDATA[
Takashi.<br><br>You have requested more scripts on here in 2 weeks than 90% of every other user on here. We are not your personal script making service. If you cant be bothered to help yourself and learn something for yourself then we cant be arsed to help you. Read the tcl-commands.doc that comes with your eggdrop. look at all the resources on this forum for help on how to start scripting also there are other scripting help sites like suninet.nl and so on.<br><br>Make an effort to help yourself and we will make an effort to help you.  <img src="http://www.damnation.org.uk/irate.gif" class="postimage" alt="Image"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri May 06, 2005 8:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TakaShi^^]]></name></author>
		<updated>2005-05-06T08:04:10-04:00</updated>

		<published>2005-05-06T08:04:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49087#p49087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49087#p49087"/>
		<title type="html"><![CDATA[Request of tcl script :Special User Join A Channel....]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49087#p49087"><![CDATA[
Special Users...like ur Best friend...if he join a channel....the bot will say tis On channel for him only : The Best actor &lt;Nick&gt; <br><br>Got Any script for tis? =D<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6168">TakaShi^^</a> — Fri May 06, 2005 8:04 am</p><hr />
]]></content>
	</entry>
	</feed>
