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

	<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>2011-12-09T11:40:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Bonnie]]></name></author>
		<updated>2011-12-09T11:40:15-04:00</updated>

		<published>2011-12-09T11:40:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98372#p98372</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98372#p98372"/>
		<title type="html"><![CDATA[Weather script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98372#p98372"><![CDATA[
Thank you so much. <br>I have the new weather script working in the main channel for now. <br>The bot config file only has the main channel listed. An * wouldn't work. <br>Thank you again for putting me on the right track. <br>I'm sure I can work out the rest of it now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Bonnie<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5762">Bonnie</a> — Fri Dec 09, 2011 11:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2011-12-08T23:55:43-04:00</updated>

		<published>2011-12-08T23:55:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98366#p98366</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98366#p98366"/>
		<title type="html"><![CDATA[Weather script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98366#p98366"><![CDATA[
Using, say, for example... <a href="http://forum.egghelp.org/viewtopic.php?t=10466&amp;start=178" class="postlink">Incith:Weather 2.9a</a><br><br>Assuming the channel exists in your eggdrops channel records. For this to work the channel must exist otherwise you will get an "invalid channel" error attempting this... But lets assume the channel does exist to your eggdrop. All that would be required is you edit the script. Find this section of code:<div class="codebox"><p>Code: </p><pre><code>package require http 2.3setudef flag weather</code></pre></div>Right under that you want to place the code found below.<div class="codebox"><p>Code: </p><pre><code>channel set #YourChannel +weather</code></pre></div>Save the script after adding this. Now kill and restart your bot. It will now function in #YourChannel without needing access to any partyline abilities. To activate in ALL channels your bot is in, don't add the code above, use the code below this instead.<div class="codebox"><p>Code: </p><pre><code>channel set * +weather</code></pre></div>Any script using chansets can be manipulated via scripting commands using the "channel set" command in the script. You would add this right after the "setudef" command which creates the flag that allows the "chanset" and "channel set" commands to work with it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Thu Dec 08, 2011 11:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bonnie]]></name></author>
		<updated>2011-12-08T20:51:56-04:00</updated>

		<published>2011-12-08T20:51:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98365#p98365</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98365#p98365"/>
		<title type="html"><![CDATA[Weather script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98365#p98365"><![CDATA[
I understand about dcc and telnet and chatting with the bot. <br>I have used Dragonlord script and incith script. <br>I like Dragonlord better but I still can't chat with the bot. <br>It not any one fault, even the shell owner could sort it out. <br>I personally have no need until now to "contorl" the bot. <br>It does what good bots do. Just responds to triggers. <br>Thank you for all your infomation. <br>I'm still looking for a script that will just work. <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=5762">Bonnie</a> — Thu Dec 08, 2011 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2011-12-08T20:40:56-04:00</updated>

		<published>2011-12-08T20:40:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98364#p98364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98364#p98364"/>
		<title type="html"><![CDATA[Re: Weather script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98364#p98364"><![CDATA[
<blockquote class="uncited"><div>I have been running a bot with just a weather script on it for a long time. </div></blockquote>Which one?<br><blockquote class="uncited"><div>I have been updating it as needed. I need a new update. <br>But over time I have lost the ability to chat with the bot. <br>I really have no need to usually. <br>Now all the weather scripts I can fine have to have .channel #channel + weather  <br>Is there nay nice ones out there that don't need me to chat with the bot? <br>Ours has a cue of .wx which is great. <br>It would be even better if a new one had that as a cue also. <br>...</div></blockquote><br>If it were me, I would first concentrate on restoring my ability to chat with the bot.<br>I realize that you said that you rarely need to - but it is still very important, so that you can fully control it.<br><br>You didn't specify by what method - DCC chat or telnet - that you used to be able to log into your bot.  Since you said "chat", I'm thinking that it was DCC chat.<br>If so, (meaning that DCC chat worked fine for you at some time in the past) perhaps it is something so simple as your hostmask has changed, and thus the bot doesn't recognize you.<br>Check this out:  <a href="http://www.egghelp.org/faq.htm#010" class="postlink">http://www.egghelp.org/faq.htm#010</a><br>(If you need to see an eggdrop.conf for reference, there is a complete one here: <a href="http://eggwiki.org/Eggdrop.conf" class="postlink">http://eggwiki.org/Eggdrop.conf</a> )<br><br>While I prefer DCC chat myself, having telnet as an option is great too.<br>Especially at times like this - when you've suddenly lost the capability to DCC chat with bot.<br>You might like to check out:  <br><a href="http://forum.egghelp.org/viewtopic.php?p=98292#98292" class="postlink">http://forum.egghelp.org/viewtopic.php?p=98292#98292</a><br>Set it up one time, and just keep it handy for a rainy day.<br><br>For what it is worth, I like and use incith-weather.   It does require using .chanset to set +weather though.<br>Mine is not up-to-date with the very latest version, but it seems to still work fine.<br>I believe that this:<br><a href="http://forum.egghelp.org/viewtopic.php?t=10466&amp;postdays=0&amp;postorder=asc&amp;start=165" class="postlink">http://forum.egghelp.org/viewtopic.php? ... &amp;start=165</a><br>is the place to look for it.<br><br>I hope this helps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Dec 08, 2011 8:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bonnie]]></name></author>
		<updated>2011-12-08T19:18:06-04:00</updated>

		<published>2011-12-08T19:18:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98363#p98363</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98363#p98363"/>
		<title type="html"><![CDATA[Weather script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98363#p98363"><![CDATA[
I have been running a bot with just a weather script on it for a long time. <br>I have been updating it as needed. I need a new update. <br>But over time I have lost the ability to chat with the bot. <br>I really have no need to usually. <br>Now all the weather scripts I can fine have to have .channel #channel + weather  <br>Is there nay nice ones out there that don't need me to chat with the bot? <br>Ours has a cue of .wx which is great. <br>It would be even better if a new one had that as a cue also. <br>Thanks in advance for all your help. <br>Bonnie<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5762">Bonnie</a> — Thu Dec 08, 2011 7:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
