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

	<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-06-25T17:34:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DarkJFMan]]></name></author>
		<updated>2004-06-25T17:34:28-04:00</updated>

		<published>2004-06-25T17:34:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37885#p37885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37885#p37885"/>
		<title type="html"><![CDATA[! on another way !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37885#p37885"><![CDATA[
Look <a href="http://forum.egghelp.org/viewtopic.php?t=6885" class="postlink">here </a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4261">DarkJFMan</a> — Fri Jun 25, 2004 5:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AbuAli]]></name></author>
		<updated>2004-06-25T10:43:39-04:00</updated>

		<published>2004-06-25T10:43:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37868#p37868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37868#p37868"/>
		<title type="html"><![CDATA[! on another way !]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37868#p37868"><![CDATA[
<strong class="text-strong"><br>hello. how can i do the same job on another way.. like read the lines from a file coca.txt not random .. when user say !coca say the first line on coca.txt .. when other user say !coca again say the second line on the coca.txt<br></strong><div class="codebox"><p>Code: </p><pre><code>set trigger "!" set coca "coca"proc char {} {  global trigger  return $trigger}proc coca {} {  global coca  return $coca}bind pub - "[char]coca" pub_cocaproc pub_coca {nick uhost hand chan arg} {  global coca2 botnick channel   set coca [lindex $coca2 [rand [llength $coca2]]]   putserv "PRIVMSG $chan :$nick $coca "}set coca2 {     "need to drink one?"     "me 2 like it."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5052">AbuAli</a> — Fri Jun 25, 2004 10:43 am</p><hr />
]]></content>
	</entry>
	</feed>
