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

	<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-10-30T11:14:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spithash]]></name></author>
		<updated>2011-10-30T11:14:08-04:00</updated>

		<published>2011-10-30T11:14:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98066#p98066</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98066#p98066"/>
		<title type="html"><![CDATA[Question about Gseen issue and Weather Google API.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98066#p98066"><![CDATA[
and once again, stop posting wherever you feel like it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9145">spithash</a> — Sun Oct 30, 2011 11:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mysticales]]></name></author>
		<updated>2011-10-29T14:08:55-04:00</updated>

		<published>2011-10-29T14:08:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98046#p98046</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98046#p98046"/>
		<title type="html"><![CDATA[Question about Gseen issue and Weather Google API.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98046#p98046"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>###   AI Settings############ this setting configures on which sentences your bot should# attempt to do an ai-seen. Each of them is a simple wildcard# mask. Set this to "" if you want to deactivate ai-seens or# create more precise masks if the bots reacts too often.set ai-seen-binds {  "${nick}*!seen*"  "${botnet-nick}*!seen*"  "${nick}*!gesehen*"  "${botnet-nick}*!gesehen*"}</code></pre></div>Is how I changed it up, Just added the ! to it, seems to have fixed it. I think. One time it gave me double results, but not the 2nd time, so guess was a glitch. <br><br><br>Any idea on the weather stuff?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11814">Mysticales</a> — Sat Oct 29, 2011 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2011-10-29T13:46:56-04:00</updated>

		<published>2011-10-29T13:46:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98045#p98045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98045#p98045"/>
		<title type="html"><![CDATA[Question about Gseen issue and Weather Google API.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98045#p98045"><![CDATA[
Hi,<br>Please check your gseen.conf file, as this is where all bindings ("commands") are set up:<div class="codebox"><p>Code: </p><pre><code>##############   AI Settings############ binds to the ai seenbind pubm - "% ${nick}*seen*" *pubm:seenbind pubm - "% ${botnet-nick}*seen*" *pubm:seenbind pubm - "% ${nick}*gesehen*" *pubm:seenbind pubm - "% ${botnet-nick}*gesehen*" *pubm:seenbind pubm - "% ${nick}*seenstats*" *pub:!seenstatsbind pubm - "% ${botnet-nick}*seenstats*" *pub:!seenstats</code></pre></div>These pubm bindings are patterns your eggdrop looks for in search for a seen-request. Removing these and reloading your eggdrop should prevent your eggdrop from responding to any such lines of text<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Oct 29, 2011 1:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mysticales]]></name></author>
		<updated>2011-10-29T12:52:27-04:00</updated>

		<published>2011-10-29T12:52:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98044#p98044</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98044#p98044"/>
		<title type="html"><![CDATA[Question about Gseen issue and Weather Google API.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98044#p98044"><![CDATA[
Hello, was wondering if someone had an idea for a couple things. I have the Gseen mod installed. Which uses the !seen command to use, However it seems the mod also wants to respond if someone puts the word "seen" and a username in a phrase without the trigger. Say like "Hey Username, have you seen that new movie?" Bot will think it was a seen username command oddly. Dont know where that issue comes from. <br><br>Also have <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1707" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1707</a> for the Weather that uses Googles API. Very nice indeed. However was wondering, if I wanted to add the ability to add forecasts in it. Could that be done easily? (Or even change it so !weather does just the current, and then have !forecast do the other) <br><br>Only other thing about that script I couldnt figure out, how could I force it to show both F and C temps? Thanks to any help I can get. =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11814">Mysticales</a> — Sat Oct 29, 2011 12:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
