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

	<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-02-03T09:45:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sandman]]></name></author>
		<updated>2005-02-03T09:45:21-04:00</updated>

		<published>2005-02-03T09:45:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46201#p46201</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46201#p46201"/>
		<title type="html"><![CDATA[EDITED: posting solution to CAPS Problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46201#p46201"><![CDATA[
thanks again for your help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> I've got the bot running quite well now.... apart from a couple of things that i need to reset in my greet script after a .restart but it's no big deal. I've kinda given up on that kaos script for now... plus i'm only new to tcl so i'm kinda lost with a lot of it lol.<br>i decided to go for a popular trivia tcl instead.  <br>i'm not sure if this is right place to ask this , but the trivia sends the 'questions' in CAPS even though in the question file they are all 'small' letters. i tried to find the trigger that sends it in caps.. but no luck... i'll take a look on this board and see what i can find unless someone can tell me what to look for in the script ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> ty again everyone <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Sandman<br><br><strong class="text-strong">EDITED with the Solution to the ALLCAPS problem:</strong> <br>I thought i'd edit this post because i took another look at the tcl for that Trivia, and i found what the string was that made the questions be sent in ALLCAPS. So for future reference in case anyone reads this and has same problem, and if this is the same universally in TCL , here is what to look for:....<br><br>If text is being sent in CAPS, and you want it sent in lower case, search for:  <blockquote class="uncited"><div>"<strong class="text-strong">strupr</strong>"  and replace it with "<strong class="text-strong">strlwr</strong>". </div></blockquote>and<br>If you want text to be sent as you type it with Lower and Upper Case as normal, then replace: <blockquote class="uncited"><div>"<strong class="text-strong">strupr</strong>" with "<strong class="text-strong">lindex</strong>" </div></blockquote>Anyway, that worked for me when i tested it.. so if i have any problems i'll edit this post again <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>To Moderators: Feel free to move this EDITED section with problem and solution to a more suitable forum if it will help others <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> after all that's what we're all here for huh <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=5955">Sandman</a> — Thu Feb 03, 2005 9:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-02T05:56:37-04:00</updated>

		<published>2005-02-02T05:56:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46113#p46113</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46113#p46113"/>
		<title type="html"><![CDATA[KAOS Script not starting, and causing other probs on bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46113#p46113"><![CDATA[
you may also check if the script itself thinks its already running (.tcl $KAOSRunning), it should return TCL: 0. If it returns 1, try .set KAOSRunning 0 ^^. Also keep track what happens in the logfiles/dcc chat, if errors occurs like cant find database, there should be some response. as suggested in other threads, you might check via .tcl set errorInfo for suppressed TCL errors.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Feb 02, 2005 5:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sandman]]></name></author>
		<updated>2005-02-02T04:31:00-04:00</updated>

		<published>2005-02-02T04:31:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46111#p46111</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46111#p46111"/>
		<title type="html"><![CDATA[thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46111#p46111"><![CDATA[
Thanks for your help guys.. after i posted the above post, i went and changed the net-type to 5 and only after restarting the bot, for a few seconds.. did it tell me it wasn't on the chan.. but since then i haven't had probs with it saying it's not on the chan. <br><br>As for the Kaos script.. i've tried it again and it's still not starting, but it is loading.. so yeah i am gonna email the author... his URL isn't working so i hope his email is.lol. Any ideas on where i can get a good kaos script ? <br><br>Thanks again for all your help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> much appreciated... me being new to owning eggdrop/windrop bots, i think i could be looking for help a few times <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> l8r<br><br>Sandman<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5955">Sandman</a> — Wed Feb 02, 2005 4:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-01T23:51:20-04:00</updated>

		<published>2005-02-01T23:51:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46102#p46102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46102#p46102"/>
		<title type="html"><![CDATA[KAOS Script not starting, and causing other probs on bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46102#p46102"><![CDATA[
My first guess would be to contact the author regarding the problem. He would obviously be the best person whom would know about the script and its compatabilities, also the best person to report bugs and errors too.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Feb 01, 2005 11:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-01T20:17:31-04:00</updated>

		<published>2005-02-01T20:17:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46095#p46095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46095#p46095"/>
		<title type="html"><![CDATA[KAOS Script not starting, and causing other probs on bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46095#p46095"><![CDATA[
<em class="text-italics">net-type 1</em> is for <span style="text-decoration:underline">IRCNET</span><br><br>irc.icq.com should be set at <em class="text-italics">net-type 5</em> and set all other net-type 5 settings further down the eggdrop.conf also. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>If this Kaos script relys on being able to see the channels correctly ie waiting to see a !trigger and says its not in a channel. It is effectivly Ignoring what is said in your channel, hence the script loads fine and seems to be working except for the trigger commands.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Feb 01, 2005 8:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sandman]]></name></author>
		<updated>2005-02-01T15:08:21-04:00</updated>

		<published>2005-02-01T15:08:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46089#p46089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46089#p46089"/>
		<title type="html"><![CDATA[net-type]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46089#p46089"><![CDATA[
hiya... thanks for replying.<br><br>it's running on irc.icq.com   and the net-type in the config is set to <strong class="text-strong">net-type 1</strong>.<br>It only thinks it's not on a channel after if i've rehashed and there is a typo or incorrect directory in a  source scripts/blabla.tcl   or when i restart it.... if it happens again i'll try setting the net-type to 5    and see what happens. I still can't get the KAOS script to work tho. Maybe i'll try the net-type 5 and try to get script working. but it says it's loaded.<br>Anyway.. thanks again for replying <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=5955">Sandman</a> — Tue Feb 01, 2005 3:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-02-01T12:57:47-04:00</updated>

		<published>2005-02-01T12:57:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46085#p46085</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46085#p46085"/>
		<title type="html"><![CDATA[KAOS Script not starting, and causing other probs on bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46085#p46085"><![CDATA[
What IRC network are you running your eggdrop on?<br><br>Is it one of the Major networks? i.e. IRCNET or EFNET ??<br><br>If its not running on one of these make sure you have set <div class="codebox"><p>Code: </p><pre><code>net-type 5</code></pre></div> in the config and all relevent net-type 5 settings. There has been a lot of problems with this lately and all seem to be on 1.6.17 version. we have had a lot of the same problems cropping up on here where the bot doesn't notice it is in a channel<br><br>Check these settings in your config first and see how you go from there.<br><br>A friend of mine compiled a 1.6.17 bot a few weeks back and it kept doing what yous is doing. I told him to downgrade to 1.6.15 and since then he has not had any problems, but that is a last resort.<br><br>Hope this helps.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Tue Feb 01, 2005 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sandman]]></name></author>
		<updated>2005-02-01T10:11:26-04:00</updated>

		<published>2005-02-01T10:11:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46063#p46063</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46063#p46063"/>
		<title type="html"><![CDATA[KAOS Script not starting, and causing other probs on bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46063#p46063"><![CDATA[
Hi all. <br><br>I'm relatively new to owning eggdrops and windrops, although, i've used them heaps on irc before though.<br>I'm currently running Eggdrop v1.6.17  for my Windrop. <br>It's all running fine, but i recently i downloaded the KAOS script (Marky's KAOS) from this site, on the TCL Arvhive games section. <br>I unzipped it, followed the install instructions, and added the <blockquote class="uncited"><div>source scripts/kaos.tcl</div></blockquote> <br>line to the eggdrop.conf file, and edited all appropriate lines in the kaos.tcl and kaos.cfg files, so that the script should start in the nominated channel, upon typing !kaos in the chan. But nothing is happening. Although it did reset the scores at midnight like i set it to lol.<br><br>It's just not starting when i type !kaos in the chan. It says the kaos script has been loaded on the initial startup and after i rehash or restart the bot. I've checked the directories, and made sure they point to the right place, but kaos still doesn't start.<br><br>Also, i've noticed when i add the script, and then dcc chat with the bot, and type .say #chan bla bla   the bot says it cannot say to the chan because it's not currently on that chan, even though it is. When i .-chan #chan and then .+chan #chan   and wait a minute or so.. it lets me do the .say command and it works.<br><br>Is there a section in the eggdrop.conf file that i should be either (#)commenting or uncommenting to make the kaos script work?  or is it something so simple that i've missed .. <br>Any help would be greatly appreciated <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> as i'm 'totally' new to adding and setting up scripts with eggdrops/windrops. <br>Thank you in advance <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>Sandman<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5955">Sandman</a> — Tue Feb 01, 2005 10:11 am</p><hr />
]]></content>
	</entry>
	</feed>
