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

	<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-03-29T05:33:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2006-03-29T05:33:36-04:00</updated>

		<published>2006-03-29T05:33:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61509#p61509</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61509#p61509"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61509#p61509"><![CDATA[
<blockquote class="uncited"><div>sorry for digging out few years old topic, but:<br><br>how do i add channe, when eggdrop joins in it? i tried bind join and than check if nick==botnick and add channel, but i found this quite not working :/</div></blockquote>you need to read, like all good soldiers  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <a href="http://www.egghelp.org/commands/channels.htm" class="postlink">Channels Module</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Wed Mar 29, 2006 5:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dwickie]]></name></author>
		<updated>2006-03-27T23:54:35-04:00</updated>

		<published>2006-03-27T23:54:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61452#p61452</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61452#p61452"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61452#p61452"><![CDATA[
sorry for digging out few years old topic, but:<br><br>how do i add channe, when eggdrop joins in it? i tried bind join and than check if nick==botnick and add channel, but i found this quite not working :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5343">dwickie</a> — Mon Mar 27, 2006 11:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-05-12T05:37:35-04:00</updated>

		<published>2005-05-12T05:37:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49394#p49394</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49394#p49394"/>
		<title type="html"><![CDATA[Re: joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49394#p49394"><![CDATA[
<blockquote class="uncited"><div>How to disable this function ? I've an eggdrop on my psybnc and I don't want he part the chan I do... I don't want to do .+chan #chan.. for each chan I join. How to disable the "auto-part" on eggdrop ? thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>Eggdrop will not stay in a channel that it has been forced to join because it will not have a channel entry in its botnick.chan file so it leaves. As Alchera suggested the best way of doing this if you cant be arsed to <em class="text-italics">.+chan</em> for each channel you want your eggdrop to sit in is find a public trigger script for !join #channel or the like. Even if you did stop your eggdrop from parting a channel it was forced to join it would just sit there and never op, ban or do anything untill it has its required information in its chanfile.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Thu May 12, 2005 5:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T11:16:03-04:00</updated>

		<published>2005-05-11T11:16:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49374#p49374</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49374#p49374"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49374#p49374"><![CDATA[
<blockquote class="uncited"><div>I don't want to do .+chan #chan.. for each chan I join.</div></blockquote>From eggdrop.conf:<blockquote class="uncited"><div>#### CHANNELS MODULE ####<br>...<br># Here is a shorter example:<br>#<br>#   channel add #botcentral {<br>#     chanmode "+mntisl 1"<br>#     idle-kick 1<br>#   }<br>#   channel set #botcentral +bitch +enforcebans -greet +revenge</div></blockquote>i.e. for each channel you wish to add, edit your bot configuration file and add for each channel you want the bot to sit in. Alternatively, just add one channel and then search the <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a> for a script where you can add channels dynamically i.e. via a public trigger.<br><blockquote class="uncited"><div>je ne vois pas ou c'est ?</div></blockquote>From "Setting up an Eggdrop":<blockquote class="uncited"><div>channel add: this is the command you use to add channels to the bot. There are lots of options for this command. Channels are added in the following format:</div></blockquote>svp lu avec soin.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 11:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l337]]></name></author>
		<updated>2005-05-11T10:07:26-04:00</updated>

		<published>2005-05-11T10:07:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49370#p49370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49370#p49370"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49370#p49370"><![CDATA[
i've read this .. don't found anything relating my prob.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5895">l337</a> — Wed May 11, 2005 10:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l337]]></name></author>
		<updated>2005-05-11T10:00:48-04:00</updated>

		<published>2005-05-11T10:00:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49369#p49369</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49369#p49369"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49369#p49369"><![CDATA[
je ne vois pas ou c'est ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5895">l337</a> — Wed May 11, 2005 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-11T09:33:18-04:00</updated>

		<published>2005-05-11T09:33:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49364#p49364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49364#p49364"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49364#p49364"><![CDATA[
<a href="http://www.egghelp.org/setup.htm" class="postlink">Setting up an Eggdrop</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 11, 2005 9:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l337]]></name></author>
		<updated>2005-05-11T07:45:11-04:00</updated>

		<published>2005-05-11T07:45:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49361#p49361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49361#p49361"/>
		<title type="html"><![CDATA[joined #chan but didn't want to!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49361#p49361"><![CDATA[
How to disable this function ? I've an eggdrop on my psybnc and I don't want he part the chan I do... I don't want to do .+chan #chan.. for each chan I join. How to disable the "auto-part" on eggdrop ? thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5895">l337</a> — Wed May 11, 2005 7:45 am</p><hr />
]]></content>
	</entry>
	</feed>
