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

	<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-10-17T18:27:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-17T18:27:10-04:00</updated>

		<published>2005-10-17T18:27:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56683#p56683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56683#p56683"/>
		<title type="html"><![CDATA[auto channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56683#p56683"><![CDATA[
<blockquote class="uncited"><div>... but its not something that will make you very popular. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>Makes him exceedingly lame I would have thought. Good way to loose users.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon Oct 17, 2005 6:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-10-17T05:44:16-04:00</updated>

		<published>2005-10-17T05:44:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56671#p56671</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56671#p56671"/>
		<title type="html"><![CDATA[auto channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56671#p56671"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set joinchan   "#blabla"set chantojoin "#blabla2"bind join -|- * join:chanproc join:chan {nick host hand chan} { global joinchan chantojoin if {[string equal -nocase $joinchan $chan] &amp;&amp; ![onchan $nick $chantojoin]} {  putquick "SAJOIN $nick $chantojoin" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Oct 17, 2005 5:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[drfox]]></name></author>
		<updated>2005-10-16T13:03:01-04:00</updated>

		<published>2005-10-16T13:03:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56666#p56666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56666#p56666"/>
		<title type="html"><![CDATA[auto channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56666#p56666"><![CDATA[
i can make it a sysop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6827">drfox</a> — Sun Oct 16, 2005 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2005-10-16T12:29:22-04:00</updated>

		<published>2005-10-16T12:29:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56665#p56665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56665#p56665"/>
		<title type="html"><![CDATA[auto channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56665#p56665"><![CDATA[
Not unless your bot is a sysop or higher on the server its running on, the best you'll be able to manage is to notice the user with a roomname and hope they click on it.<br><br>If your bot is a sysop on the server you could potentially write a script to use sajoin but its not something that will make you very popular. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Sun Oct 16, 2005 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[drfox]]></name></author>
		<updated>2005-10-16T11:11:53-04:00</updated>

		<published>2005-10-16T11:11:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56664#p56664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56664#p56664"/>
		<title type="html"><![CDATA[auto channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56664#p56664"><![CDATA[
hi guys<br>is there away to make a nick joining one channel to auto join a second one on entering the first one<br><br>example<br>nick joins #channel1<br>bot makes nick join #channel2<br><br>thanx doc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6827">drfox</a> — Sun Oct 16, 2005 11:11 am</p><hr />
]]></content>
	</entry>
	</feed>
