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

	<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-09-01T14:24:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-01T14:24:38-04:00</updated>

		<published>2005-09-01T14:24:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55182#p55182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55182#p55182"/>
		<title type="html"><![CDATA[HEllo, Auto-Answer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55182#p55182"><![CDATA[
just go back to your original code from yesterday<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Sep 01, 2005 2:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[isis123]]></name></author>
		<updated>2005-09-01T14:09:28-04:00</updated>

		<published>2005-09-01T14:09:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55181#p55181</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55181#p55181"/>
		<title type="html"><![CDATA[HEllo, Auto-Answer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55181#p55181"><![CDATA[
<blockquote class="uncited"><div>you don't have a loop by channels, which is curious, since you had that loop yesterday when you asked for timer help, and for some reason you have removed it</div></blockquote>How do i fix that? Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6673">isis123</a> — Thu Sep 01, 2005 2:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-01T13:15:16-04:00</updated>

		<published>2005-09-01T13:15:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55179#p55179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55179#p55179"/>
		<title type="html"><![CDATA[HEllo, Auto-Answer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55179#p55179"><![CDATA[
you don't have a loop by channels, which is curious, since you had that loop yesterday when you asked for timer help, and for some reason you have removed it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Sep 01, 2005 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[isis123]]></name></author>
		<updated>2005-09-01T12:44:02-04:00</updated>

		<published>2005-09-01T12:44:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55176#p55176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55176#p55176"/>
		<title type="html"><![CDATA[HEllo, Auto-Answer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55176#p55176"><![CDATA[
thanks, very helpful. Another question just bothers me, I made an advertisement script, but the bot only posts in the first set channel, not in all.<br><div class="codebox"><p>Code: </p><pre><code>set adchannel "#omfgnaps #jonathan"set adtime 1set adtext {  {   ":: IAC :: Du suchst oder hast Accounts? :: Von WoW bis Steam? :: Von GW bis ESL? :: Bei uns bist du richtig! :: IAC ::"  }  {   ":: IAC :: "  } } if {![string match "*go*" [timers]]} { timer $adtime go } proc go {} {  global adchannel adtime adtext   set text [lindex $adtext [rand [llength $adtext]]]   foreach line $text {     putserv "PRIVMSG $adchannel :$line"   }  if {![string match "*go*" [timers]]} { timer $adtime go } }</code></pre></div><br><br>So in this case, it only posts in the first channel #omfgnaps, Whats wrong? thanks.<div class="codebox"><p>Code: </p><pre><code></code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6673">isis123</a> — Thu Sep 01, 2005 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-09-01T12:24:02-04:00</updated>

		<published>2005-09-01T12:24:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55170#p55170</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55170#p55170"/>
		<title type="html"><![CDATA[HEllo, Auto-Answer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55170#p55170"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set response { "bla" "yeah, bla bla" "exetra.. bla"}bind msgm - * responseproc response {nick uhost hand arg} { puthelp "privmsg $nick :[lindex $::response [rand [llength $::response]]]"}</code></pre></div>This will respond with a random line from $response whenver someone sends a message to the bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Sep 01, 2005 12:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[isis123]]></name></author>
		<updated>2005-09-01T12:21:01-04:00</updated>

		<published>2005-09-01T12:21:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55168#p55168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55168#p55168"/>
		<title type="html"><![CDATA[HEllo, Auto-Answer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55168#p55168"><![CDATA[
Hello, I´d like to have an autoanswer script, which automatically respons on opening a query. What do I have to type? Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6673">isis123</a> — Thu Sep 01, 2005 12:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
