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

	<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>2009-05-02T17:45:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Jack Sparrow]]></name></author>
		<updated>2009-05-02T17:45:38-04:00</updated>

		<published>2009-05-02T17:45:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88660#p88660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88660#p88660"/>
		<title type="html"><![CDATA[Joining multiple channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88660#p88660"><![CDATA[
Wow you have an eye for detail, I copied that portion from a post somewhere, I've been into that many posts in the last few days I don’t know what way is up at the moment!<br><br>pah.. I was rather hoping it was going to be as simple as editing the MyBot.chan file... obviously not.. I'll read on. Need to get me a DCC connection I guess    <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=10632">Jack Sparrow</a> — Sat May 02, 2009 5:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-05-02T15:48:31-04:00</updated>

		<published>2009-05-02T15:48:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88659#p88659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88659#p88659"/>
		<title type="html"><![CDATA[Joining multiple channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88659#p88659"><![CDATA[
haw, of course there is. That will only have effect during your initial -m (make) of your eggdrop. Afterwards, any changes to that static channel section will be irrelevant. Look into dcc chat (partyline) commands, specifically .+chan and .chanset <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Also, you might want to check the difference between these you entered:<div class="codebox"><p>Code: </p><pre><code>need-op { putserv "PRIVMSG CS :op #JoinChanOne" }need-invite { putserv "PRIVMSG CS: inv #JoinChanOne" }need-unban { putserv "PRIVMSG CS: unban #JoinChanOne" } </code></pre></div>You need to space before the colon like you did in need-op. The two below are incorrect and condense the colon against your target nick and won't work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat May 02, 2009 3:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Jack Sparrow]]></name></author>
		<updated>2009-05-02T14:26:42-04:00</updated>

		<published>2009-05-02T14:26:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88652#p88652</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88652#p88652"/>
		<title type="html"><![CDATA[Joining multiple channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88652#p88652"><![CDATA[
Is there an easier way to join multiple channels at the same time instead of entering the following in the eggdrop.conf several times?<br><br><br>channel add #JoinChanOne { <br>chanmode "+nt-lkims" <br>idle-kick 0 <br>stopnethack-mode 0 <br>revenge-mode 0 <br>aop-delay 5:30 <br>need-op { putserv "PRIVMSG CS :op #JoinChanOne" } <br>need-invite { putserv "PRIVMSG CS: inv #JoinChanOne" } <br>need-unban { putserv "PRIVMSG CS: unban #JoinChanOne" } <br>flood-chan 5:10 <br>flood-deop 3:10 <br>flood-kick 3:10 <br>flood-join 5:60 <br>flood-ctcp 3:60 <br>flood-nick 5:60 <br>} <br>channel set #JoinChanOne -enforcebans <br>channel set #JoinChanOne +dynamicbans <br>channel set #JoinChanOne +userbans <br>channel set #JoinChanOne +dynamicexempts <br>channel set #JoinChanOne +userexempts <br>channel set #JoinChanOne +dynamicinvites <br>channel set #JoinChanOne +userinvites <br>channel set #JoinChanOne +greet <br>channel set #JoinChanOne -protectops <br>channel set #JoinChanOne +protectfriends <br>channel set #JoinChanOne -statuslog <br>channel set #JoinChanOne +revenge <br>channel set #JoinChanOne +revengebot <br>channel set #JoinChanOne -autovoice <br>channel set #JoinChanOne +cycle <br>channel set #JoinChanOne -dontkickops <br>channel set #JoinChanOne -autoop <br>channel set #JoinChanOne -bitch <br>channel set #JoinChanOne +secret <br>channel set #JoinChanOne -shared<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10632">Jack Sparrow</a> — Sat May 02, 2009 2:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
