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

	<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>2008-06-25T06:58:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[knucKles]]></name></author>
		<updated>2008-06-25T06:58:30-04:00</updated>

		<published>2008-06-25T06:58:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83719#p83719</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83719#p83719"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83719#p83719"><![CDATA[
You are right. It just works with the -n flag. But for my purposes it doesn't matter if it runs in fore- or background and it should run perfectliy in a few days so I will not recompile TCL because it's to risky for me. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> But thank you for your help. Without you it would not work today! <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=10005">knucKles</a> — Wed Jun 25, 2008 6:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-06-23T19:02:36-04:00</updated>

		<published>2008-06-23T19:02:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83703#p83703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83703#p83703"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83703#p83703"><![CDATA[
If it works with -n (foreground) but doesn't without it (background), then you most likely have a Tcl threading problem, which I suspected earlier.  <br>Easiest method would be to have the admin compile Tcl as unthreaded, or you can search the forums here for what you need to edit to allow eggdrop to work with threaded tcl8.5.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon Jun 23, 2008 7:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knucKles]]></name></author>
		<updated>2008-06-23T11:53:29-04:00</updated>

		<published>2008-06-23T11:53:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83700#p83700</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83700#p83700"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83700#p83700"><![CDATA[
Hey!<br><br>Wonderful! It works now! I edited "set net-type 5" and entered just one owner. Then I started the bot with "./eggdrop -nm livehacking.conf" and it said that it entered the channel. Now the bot is in the channel and I made myself his master with "/msg bottobot hello". Much thanks to you guys (and girls? I don't know)!!!<br><br>knucKles<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10005">knucKles</a> — Mon Jun 23, 2008 11:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[starr]]></name></author>
		<updated>2008-06-23T08:22:08-04:00</updated>

		<published>2008-06-23T08:22:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83698#p83698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83698#p83698"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83698#p83698"><![CDATA[
Just a thought. Seems you may have removed a needed bracket in the static channel setting seen below. <br><br># Add each static channel you want your bot to sit in using the following<br># command. There are many different possible settings you can insert into<br># this command, which are explained below.<br>#<br>#    channel add #lamest {<br>#      chanmode "+nt-likm"<br>#      idle-kick 0<br>#      stopnethack-mode 0<br>#      revenge-mode 0<br>#      ban-time 120<br>#      exempt-time 60<br>#      invite-time 60<br>#      aop-delay 5:30<br>#      need-op { putserv "PRIVMSG #lamest :op me cos i'm lame!" }<br>#      need-invite { putserv "PRIVMSG #lamest :let me in!" }<br>#      need-key { putserv "PRIVMSG #lamest :let me in!" }<br>#      need-unban { putserv "PRIVMSG #lamest :let me in!" }<br>#      need-limit { putserv "PRIVMSG #lamest :let me in!" }<br>#      flood-chan 10:60<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><br>Your config shows...<br># Add each static channel you want your bot to sit in using the following<br># command. There are many different possible settings you can insert into<br># this command, which are explained below.<br>#<br>channel add #livehacking<br><br>#      chanmode "+nt-likm"<br>#      idle-kick 0<br>#      stopnethack-mode 0<br>#      revenge-mode 0<br>#      ban-time 120<br>#      exempt-time 60<br>#      invite-time 60<br>#      aop-delay 5:30<br>#      need-op { putserv "PRIVMSG #livehacking :gib mich op, altaaah!" }<br>#      need-invite { putserv "PRIVMSG #livehacking :lass mich rein, mann!" }<br>#      need-key { putserv "PRIVMSG #livehacking :gib mir schluessel, ey!" }<br>#      need-unban { putserv "PRIVMSG #livehacking :mach ban wech, freundchen!" }<br>#      need-limit { putserv "PRIVMSG #livehacking :nu is schluss... limit erreicht!" }<br>#      flood-chan 10:60<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>#    }<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8814">starr</a> — Mon Jun 23, 2008 8:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-06-22T00:02:06-04:00</updated>

		<published>2008-06-22T00:02:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83683#p83683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83683#p83683"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83683#p83683"><![CDATA[
It will still join channels even with no owner set, as long as there is a static channel defined in the conf, which there is by the startup message, but yes, he should correct the owners variable anyway.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sun Jun 22, 2008 12:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-06-21T23:07:23-04:00</updated>

		<published>2008-06-21T23:07:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83682#p83682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83682#p83682"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83682#p83682"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Un-comment the next line and set the list of owners of the bot.# You NEED to change this setting.set owner "knucKles"set owner "Mandl"set owner "hack0r"</code></pre></div>Notice, it says set the 'list' of owners. Not reset the owner variable three times. As owner will now simply be hack0r, everyone else set as owner before will be lost.<div class="codebox"><p>Code: </p><pre><code>set owner "knucKles, Mandl, hack0r"</code></pre></div>I'm betting you haven't even gotten as far as messaging the bot  your greeting of HELLO to take ownership. Meaning, this could be why it hasn't joined any channels yet and knows no one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Jun 21, 2008 11:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-06-21T12:13:53-04:00</updated>

		<published>2008-06-21T12:13:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83673#p83673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83673#p83673"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83673#p83673"><![CDATA[
<blockquote class="uncited"><div>And in that, your problem is noticed. Why did you choose net-type 0? Is quakenet an efnet ratbox variety? I doubt it, you need to pick the "correct" net type. I am on efnet. zero works for me.</div></blockquote>Actually, ratbox a split branch of hybrid.  That setting was actually meant for csircd, which prison and some .edu servers ran for a while.<br><br>But alas, the problem does not appear to be net-setting.<br>the 1 channel and 0 users it displays is that there is 1 channel in its config file, and 0 users in its userfile (not in the channel).<br><br>Start your eggdrop up with the -nm flags and see what is going on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sat Jun 21, 2008 12:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-06-21T11:25:36-04:00</updated>

		<published>2008-06-21T11:25:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83672#p83672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83672#p83672"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83672#p83672"><![CDATA[
<blockquote class="uncited"><div>Thank you for your answers!<br><br>I edited the .conf file at the two points speechles mentioned (delete port :6667 and set net-type 0)</div></blockquote>And in that, your problem is noticed. Why did you choose net-type 0? Is quakenet an efnet ratbox variety? I doubt it, you need to pick the "correct" net type. I am on efnet. zero works for me.<div class="codebox"><p>Code: </p><pre><code>set net-type 5</code></pre></div>This will solve your problem.<br><br>Just in case this becomes an issue later, you should only use the <strong class="text-strong">-m</strong> option to MAKE your bot, once. During make the bot will follow the channel settings set within the eggdrop.conf to create channel records and join them. Afterwards, changing anything in the eggdrop.conf channel settings will not matter, you must change them via .chanset on your bots partyline after gaining ownership and setting your password.  Just some small things to keep in mind because sometimes people will assume the channel record settings within the eggdrop.conf allow dynamic changes, and they do not.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br><br><em class="text-italics">The static channel record settings within eggdrop.conf are only used by the bot during make (-m).</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Jun 21, 2008 11:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knucKles]]></name></author>
		<updated>2008-06-21T09:48:54-04:00</updated>

		<published>2008-06-21T09:48:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83670#p83670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83670#p83670"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83670#p83670"><![CDATA[
Thank you for your answers!<br><br>I edited the .conf file at the two points speechles mentioned (delete port :6667 and set net-type 0). Then I started the eggdrop with ./eggdrop -m livehacking.conf like sk-4 said. But the promlem didn't disappear.<br><div class="codebox"><p>Code: </p><pre><code>[15:40] === bottobot: 1 channels, 0 users.Launched into the background  (pid: 2403)</code></pre></div>The process is shown under "ps" as PID 2403 but in the channel no bot appears. You can find my config file under the following URL so you can check it for mistakes please.<br><br><a href="http://schwanzkafka.ifs-inett.de/bot/livehacking.conf" class="postlink">http://schwanzkafka.ifs-inett.de/bot/livehacking.conf</a><br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10005">knucKles</a> — Sat Jun 21, 2008 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-06-20T12:07:45-04:00</updated>

		<published>2008-06-20T12:07:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83659#p83659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83659#p83659"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83659#p83659"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># What is your network?#   0 = EFnet (non +e/+I Hybrid)#   1 = IRCnet#   2 = Undernet#   3 = DALnet#   4 = +e/+I Hybrid#   5 = Othersset net-type 0</code></pre></div>Most likely this is the cause of your problems. Network is incorrect. Also, get rid of the port after your server (the :6667). You only need to do this if you have problems (or the ircd uses non standard port ranges). Using defaults is usually best as it allows the bot to seek other ports for connectivity, hardcoding it does not.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri Jun 20, 2008 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sk-4]]></name></author>
		<updated>2008-06-20T11:59:39-04:00</updated>

		<published>2008-06-20T11:59:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83658#p83658</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83658#p83658"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83658#p83658"><![CDATA[
to start it should be like tis if iam correct<br>"./eggdrop -m eggdrop.conf"<br>reason not appear maybe nick hold by service(not sure if quakenet using nickserv enforce)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9352">sk-4</a> — Fri Jun 20, 2008 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[knucKles]]></name></author>
		<updated>2008-06-20T07:06:27-04:00</updated>

		<published>2008-06-20T07:06:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83655#p83655</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83655#p83655"/>
		<title type="html"><![CDATA[1 channel, 0 users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83655#p83655"><![CDATA[
Hey!<br><br>I've configured a brand new eggdrop (1.6.17) with tcl 8.4. It starts normally if I use "./eggdrop -m ./eggdrop.conf". At the end it says, that it has joined 1 channel with 0 users and is running in background. But I am in the channel and no eggdrop appears. In my .conf file is written that it should connect to irc.quakenet.org:6667 and the channel is set too. I'm sitting behind a router at my home and at the university too. Can anybody help me with this? I need this bot for a presentation.<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10005">knucKles</a> — Fri Jun 20, 2008 7:06 am</p><hr />
]]></content>
	</entry>
	</feed>
