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

	<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-27T19:14:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-12-27T19:14:45-04:00</updated>

		<published>2006-12-27T19:14:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69294#p69294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69294#p69294"/>
		<title type="html"><![CDATA[Script request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69294#p69294"><![CDATA[
<blockquote class="uncited"><div>How naughty of you to use lindex on a string :p</div></blockquote><span style="color:darkred">* Alchera Woops</span> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>@ cache: It dynamically adds the channel and the bot will remain there until it has been parted either using the following or via DCC Chat with ".-chan #chan".<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !join join:channelbind pub - !part part:channelproc join:channel {nick uhost hand chan arg} {    set channel [string tolower $arg]    channel add $channel}proc part:channel {nick uhost hand chan arg} {    set channel [string tolower $arg]    channel remove $channel}</code></pre></div>The above joins/parts via "!join &lt;chan&gt;" or "!part &lt;chan&gt;".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Dec 27, 2006 7:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-12-27T17:03:53-04:00</updated>

		<published>2006-12-27T17:03:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69291#p69291</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69291#p69291"/>
		<title type="html"><![CDATA[Script request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69291#p69291"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>I'll give you the benefit of the doubt and assume you spammed this request because the forum was not responding..<br><br>But...  How do you expect the bot to receive a command in channels that its NOT in?</div></blockquote>I think he means when they are in the same channel the bot is in a user can have the bot join any other channel via "!join #mychan".<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !join join:channelproc join:channel {nick uhost hand chan arg} {    set channel [lindex [string tolower $arg] 0]    channel add $channel}</code></pre></div></div></blockquote>How naughty of you to use lindex on a string :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Dec 27, 2006 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2006-12-27T12:53:39-04:00</updated>

		<published>2006-12-27T12:53:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69288#p69288</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69288#p69288"/>
		<title type="html"><![CDATA[Script request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69288#p69288"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>I'll give you the benefit of the doubt and assume you spammed this request because the forum was not responding..<br><br>But...  How do you expect the bot to receive a command in channels that its NOT in?</div></blockquote>I think he means when they are in the same channel the bot is in a user can have the bot join any other channel via "!join #mychan".<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !join join:channelproc join:channel {nick uhost hand chan arg} {    set channel [lindex [string tolower $arg] 0]    channel add $channel}</code></pre></div></div></blockquote>Does that perm add it to a room? and how would they make it leave the room?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Wed Dec 27, 2006 12:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-12-23T04:24:16-04:00</updated>

		<published>2006-12-23T04:24:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69180#p69180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69180#p69180"/>
		<title type="html"><![CDATA[Script request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69180#p69180"><![CDATA[
<blockquote class="uncited"><div>I'll give you the benefit of the doubt and assume you spammed this request because the forum was not responding..<br><br>But...  How do you expect the bot to receive a command in channels that its NOT in?</div></blockquote>I think he means when they are in the same channel the bot is in a user can have the bot join any other channel via "!join #mychan".<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !join join:channelproc join:channel {nick uhost hand chan arg} {    set channel [lindex [string tolower $arg] 0]    channel add $channel}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Dec 23, 2006 4:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-23T03:57:38-04:00</updated>

		<published>2006-12-23T03:57:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69178#p69178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69178#p69178"/>
		<title type="html"><![CDATA[Script request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69178#p69178"><![CDATA[
I'll give you the benefit of the doubt and assume you spammed this request because the forum was not responding..<br><br>But...  How do you expect the bot to receive a command in channels that its NOT in?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Dec 23, 2006 3:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[D3ViLiF3]]></name></author>
		<updated>2006-12-23T03:25:03-04:00</updated>

		<published>2006-12-23T03:25:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69177#p69177</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69177#p69177"/>
		<title type="html"><![CDATA[Script request.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69177#p69177"><![CDATA[
Hello, I need a script that when one user writes in a channel !join chan, the bot join the channel. How can help me please?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8389">D3ViLiF3</a> — Sat Dec 23, 2006 3:25 am</p><hr />
]]></content>
	</entry>
	</feed>
