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

	<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>2004-02-14T05:21:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-14T05:21:39-04:00</updated>

		<published>2004-02-14T05:21:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33594#p33594</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33594#p33594"/>
		<title type="html"><![CDATA[Response script...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33594#p33594"><![CDATA[
no, I mean for not just hello, and it only responses one word to every command...<br>like "hello" "moo" and "1337" "lol" etc<br>and I want to be able to add triggers like <br>.addrep "muhahahah" "you are evil"<p>Statistics: Posted by Guest — Sat Feb 14, 2004 5:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2004-02-12T20:51:33-04:00</updated>

		<published>2004-02-12T20:51:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33546#p33546</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33546#p33546"/>
		<title type="html"><![CDATA[Response script...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33546#p33546"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set hello_flood_control 0set hello_greetings {  "hi"  "hello"  "good to see you"}bind pubm -|- "hello $botnick" hello:responsebind pubm -|- "hi $botnick" hello:responseproc hello:response {nick uhost handle channel text} {  global hello_flood_control  if {$hello_flood_control == "1"} {return 0}  set hello_flood_control 1  utimer 5 [list set hello_flood_control 0]  set temp_hello $::hello_greetings  set temp_hello [lindex $temp_hello [rand [llength $temp_hello]]]  putquick "PRIVMSG $channel :$temp_hello $nick"  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Thu Feb 12, 2004 8:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-11T16:29:17-04:00</updated>

		<published>2004-02-11T16:29:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33478#p33478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33478#p33478"/>
		<title type="html"><![CDATA[Response script...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33478#p33478"><![CDATA[
well i found this scrip 'EasySpeak' and I tought that I needed a moore advanced but I couldent find any...<br>(EasySpeak makes the bot reply to like "hello" with "helloooo" etc)<br>so I tought that il try to make one. but im not so good at tcl so i got stuck directly =)<br>I want to have a command to add replys like .addrep "Hello" "Good to see yah"<br>So now my question is : what is the best way to do this? write all to a file and check the file every time someone sends a message? isnt there a better way?<p>Statistics: Posted by Guest — Wed Feb 11, 2004 4:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
