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

	<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>2006-09-01T21:57:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-09-01T21:57:20-04:00</updated>

		<published>2006-09-01T21:57:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66056#p66056</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66056#p66056"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66056#p66056"><![CDATA[
<blockquote class="uncited"><div>the bot only respond when the msg contains *http://*</div></blockquote>There are several tinyurl scripts in the archives that would probably be a good example/template script to look at.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Sep 01, 2006 9:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-09-01T20:26:57-04:00</updated>

		<published>2006-09-01T20:26:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66051#p66051</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66051#p66051"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66051#p66051"><![CDATA[
if you need a script that scans for and catches private (and public) spammers, use <a href="http://demond.net/xchannel.tcl" class="postlink">xchannel</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Sep 01, 2006 8:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fredvil]]></name></author>
		<updated>2006-09-01T18:58:41-04:00</updated>

		<published>2006-09-01T18:58:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66049#p66049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66049#p66049"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66049#p66049"><![CDATA[
Code: <br>bind msgm - * IAmABot <br><br>proc IAmABot {nick args} { <br> puthelp "PRIVMSG $nick :I'm a bot." <br>} <br><br>Hello sir_fz<br>from this example, how to make the bot respond only when certain words on the msg. like if the msg is:<br><br>&lt;hannah23&gt; hi pls visit <a href="http://www.yahoo.com" class="postlink">http://www.yahoo.com</a><br><br>the bot only respond when the msg contains *http://*<br><br>thanks<br>fredvil<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7056">fredvil</a> — Fri Sep 01, 2006 6:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-10-22T20:47:07-04:00</updated>

		<published>2005-10-22T20:47:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56762#p56762</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56762#p56762"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56762#p56762"><![CDATA[
use bind <strong class="text-strong">pubm</strong> instead of <strong class="text-strong">pub</strong> in order to be able to use wildcards in the mask.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Oct 22, 2005 8:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[agathodaimon]]></name></author>
		<updated>2005-10-22T15:33:23-04:00</updated>

		<published>2005-10-22T15:33:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56759#p56759</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56759#p56759"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56759#p56759"><![CDATA[
bind pub - "oblio*" pub:oblio<br><br>proc pub:oblio { nick host hand chan text } {<br>putserv "PRIVMSG $chan :I'm bot leaveee the alone" }<br><br>putlog "\002Oblio Tcl\002 ."<br><br>my first script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br> dont laugh <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br>but...how do i make it include the nicku too?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6626">agathodaimon</a> — Sat Oct 22, 2005 3:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[agathodaimon]]></name></author>
		<updated>2005-10-22T13:13:17-04:00</updated>

		<published>2005-10-22T13:13:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56756#p56756</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56756#p56756"/>
		<title type="html"><![CDATA[oh ya :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56756#p56756"><![CDATA[
now..it works perfectly <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>    and i tiny script to make it answer on the channels when somebody writes his name ..<br>  thanks alot <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=6626">agathodaimon</a> — Sat Oct 22, 2005 1:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-10-22T12:24:41-04:00</updated>

		<published>2005-10-22T12:24:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56755#p56755</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56755#p56755"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56755#p56755"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msgm - * IAmABotproc IAmABot {nick args} { puthelp "PRIVMSG $nick :I'm a bot."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Oct 22, 2005 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[agathodaimon]]></name></author>
		<updated>2005-10-22T11:47:56-04:00</updated>

		<published>2005-10-22T11:47:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56754#p56754</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56754#p56754"/>
		<title type="html"><![CDATA[Simple responder for eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56754#p56754"><![CDATA[
cheers <br>A little request i have..i'd like to have a script or find a script very simple ...in witch ..when someone adresses the bot ...the bot to answer with some simple answers.<br>I found lots of chatter scripts..bot..i dont want an AI bot..all i want is the bot to tell them  that his a bot and thats all <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=6626">agathodaimon</a> — Sat Oct 22, 2005 11:47 am</p><hr />
]]></content>
	</entry>
	</feed>
