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

	<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-10-06T11:29:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[sir]]></name></author>
		<updated>2004-10-06T11:29:52-04:00</updated>

		<published>2004-10-06T11:29:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41607#p41607</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41607#p41607"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41607#p41607"><![CDATA[
awesome, thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5387">sir</a> — Wed Oct 06, 2004 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-10-06T10:55:26-04:00</updated>

		<published>2004-10-06T10:55:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41605#p41605</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41605#p41605"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41605#p41605"><![CDATA[
a)<div class="codebox"><p>Code: </p><pre><code>putserv "TOPIC #channel :topic"</code></pre></div>b)<div class="codebox"><p>Code: </p><pre><code># start the timer if its not already runningif {![string match "*your_proc*" [timers]]} { timer 10 your_proc}proc your_proc {} { # your code goes here # run it again in 10 min if {![string match "*your_proc*" [timers]]} {  timer 10 your_proc }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Oct 06, 2004 10:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sir]]></name></author>
		<updated>2004-10-06T04:40:19-04:00</updated>

		<published>2004-10-06T04:40:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41599#p41599</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41599#p41599"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41599#p41599"><![CDATA[
why would I need a "fully functional" script for that?<br><br>I mean, what are the commands to:<br>a) set a topic<br>b) use a timer-like effect<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5387">sir</a> — Wed Oct 06, 2004 4:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-10-05T15:01:20-04:00</updated>

		<published>2004-10-05T15:01:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41571#p41571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41571#p41571"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41571#p41571"><![CDATA[
sounds like you need a fully functional script like stormbot or something along those lines.  Check out the <a href="http://www.egghelp.org/tcl.htm" class="postlink">tcl archives</a>, there are many scripts already written to make new topics and such  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Oct 05, 2004 3:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sir]]></name></author>
		<updated>2004-10-03T09:00:08-04:00</updated>

		<published>2004-10-03T09:00:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41514#p41514</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41514#p41514"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41514#p41514"><![CDATA[
thanks for help...now I have two more questions.<br><br>How would I set a timer in this perform (basically because I need the bot to do this:<br><br>join #irpg<br>THEN msg the irpg<br><br><br>right now it's msg'ing the bot before joining the channel, which doesn't work<br><br><br><br>secondly, how do I get the bot to set a topic in a channel?<br>basically:<br>join #testchannel<br>set topic <a href="http://egghelp.org" class="postlink">http://egghelp.org</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5387">sir</a> — Sun Oct 03, 2004 9:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-10-03T04:03:09-04:00</updated>

		<published>2004-10-03T04:03:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41506#p41506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41506#p41506"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41506#p41506"><![CDATA[
You should check <a href="http://forum.egghelp.org/viewtopic.php?t=7878&amp;highlight=chanserv" class="postlink">this</a>....There was allready much talk about authing on connect...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sun Oct 03, 2004 4:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sir]]></name></author>
		<updated>2004-10-03T03:29:07-04:00</updated>

		<published>2004-10-03T03:29:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41504#p41504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41504#p41504"/>
		<title type="html"><![CDATA[perform]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41504#p41504"><![CDATA[
OK, I need help with doing the following:<br><br>When my bot connects to the GameSurge IRC network, it will immeaditley:<br>- authenticate to authserv (just a /msg cmd)<br>- and /msg me saying "im online"<br><br><br>basically, I want to translate my mirc perform.ini over to eggdrop (because I also want the bot to have a "perform" if it connects to QuakeNet instead of GameSurge)<br><br><br>P.S. can somebody please check out <a href="http://forum.egghelp.org/viewtopic.php?p=41501#41501" class="postlink">http://forum.egghelp.org/viewtopic.php?p=41501#41501</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5387">sir</a> — Sun Oct 03, 2004 3:29 am</p><hr />
]]></content>
	</entry>
	</feed>
