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

	<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>2004-11-13T23:04:41-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-11-13T23:04:41-04:00</updated>

		<published>2004-11-13T23:04:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42730#p42730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42730#p42730"/>
		<title type="html"><![CDATA[illegal channel option: # while executing eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42730#p42730"><![CDATA[
I've seen this error before on my own bots when i attempted to use the channel option -protecthalfops or -autohalfop on eggdrop 1.6.13, which didn't come with those channel options... what does the <em class="text-italics">rest</em> of your channel options look like...?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Nov 13, 2004 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-11-13T21:10:58-04:00</updated>

		<published>2004-11-13T21:10:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42727#p42727</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42727#p42727"/>
		<title type="html"><![CDATA[illegal channel option: # while executing eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42727#p42727"><![CDATA[
Try this .....<div class="codebox"><p>Code: </p><pre><code>channel add #Fishtank {  chanmode "+nts-imk"  idle-kick 0  stopnethack-mode 5  revenge-mode 0  aop-delay 5:30  need-op { }  need-invite { }  need-key { }  need-unban { }  need-limit { }  flood-chan 15:60  flood-deop 3:10  flood-kick 3:10  flood-join 6:20  flood-ctcp 5:20  flood-nick 6:20}</code></pre></div>And...<div class="codebox"><p>Code: </p><pre><code># The following settings are used as default values when you .+chan #chan or .tcl# channel add #chan. Look in the section below for explanation of every optionset global-flood-chan 15:60set global-flood-deop 3:10set global-flood-kick 3:10set global-flood-join 6:20set global-flood-ctcp 5:20set global-flood-nick 6:20set global-aop-delay 5:30set global-idle-kick 0set global-chanmode "nt"set global-stopnethack-mode 0set global-revenge-mode 0set global-ban-time 120set global-exempt-time 60set global-invite-time 60</code></pre></div>The following is causing your error:<div class="codebox"><p>Code: </p><pre><code>ban-time 600 exempt-time 60 invite-time 60 </code></pre></div>Read the '##### CHANNELS MODULE #####' section more carefully. <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=3646">Alchera</a> — Sat Nov 13, 2004 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-11-13T19:31:09-04:00</updated>

		<published>2004-11-13T19:31:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42723#p42723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42723#p42723"/>
		<title type="html"><![CDATA[illegal channel option: # while executing eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42723#p42723"><![CDATA[
I'm running (or trying to) eggdrop and having a few problems with the configuration. What I'm trying to do is set up a small channel, basically just to see if I can, but I'm running into a few problems.<br>First off, this information might help a bit:<br><br>O/S: Slackware Linux 10.0<br>Platform: x86<br>eggdrop version: 1.6.15<br>kernel: 2.6.9<br>tcl version: 8.3<br><br>Now that that's out of the way, my errors are these:<div class="codebox"><p>Code: </p><pre><code>Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads[18:27] --- Loading eggdrop v1.6.15 (Sat Nov 13 2004)[18:27] Module loaded: dns[18:27] Module loaded: channels[18:27] Tcl error in file 'eggdrop.conf':[18:27] illegal channel option: #illegal channel option: #illegal channel option: #illegal channel option: #illegal channel option: #    while executing"channel add #Fishtank {      chanmode "+nt-likm"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 600      exempt-time..."    (file "eggdrop.conf" line 762)[18:27] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div> And the relevant parts in eggdrop.conf are here:<div class="codebox"><p>Code: </p><pre><code>    channel add #Fishtank {      chanmode "+nts-imk"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 600      exempt-time 60      invite-time 60      aop-delay 5:30      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }</code></pre></div>I didn't see another line that needed uncommented (tricky way to get people to read the config though <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> ), and a search of this forum turned up only 2 useless results. If anyone else has any ideas, I'm more than willing to try them. Thanks.<br><br>--John<p>Statistics: Posted by Guest — Sat Nov 13, 2004 7:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
