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

	<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>2003-12-11T09:15:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[quiki]]></name></author>
		<updated>2003-12-11T09:15:58-04:00</updated>

		<published>2003-12-11T09:15:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31322#p31322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31322#p31322"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31322#p31322"><![CDATA[
Ok, thx man!<br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3896">quiki</a> — Thu Dec 11, 2003 9:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-11T08:09:47-04:00</updated>

		<published>2003-12-11T08:09:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31321#p31321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31321#p31321"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31321#p31321"><![CDATA[
I'll give you a small tcl to do this, but it's so simple that you'd better use it to learn tcl...<div class="codebox"><p>Code: </p><pre><code>set mychan "#channel"set mylist {"my first line, really beautifull""my second line, it's awfull"......"the last line? well done"}bind pub - "!list" read:shellsproc read:shells {nick uhost handle chan args} {   global mychan mylist   if {[string tolower $chan] != [string tolower $mychan] } { return 0 }   foreach line $mylist {      puthelp "PRIVMSG $mychan :$line"   }   return 1}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Dec 11, 2003 8:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quiki]]></name></author>
		<updated>2003-12-11T07:47:38-04:00</updated>

		<published>2003-12-11T07:47:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31318#p31318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31318#p31318"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31318#p31318"><![CDATA[
The messeges just need to be in the tcl like this:<br>"Commercial nr 1, line nr 1"<br>"Commercial nr 2, line nr 2"<br><br><br>In this way I just edit the list.tcl and .rehash the bot when I update the tcl<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3896">quiki</a> — Thu Dec 11, 2003 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-11T07:44:02-04:00</updated>

		<published>2003-12-11T07:44:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31317#p31317</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31317#p31317"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31317#p31317"><![CDATA[
<blockquote class="uncited"><div>wich messages?</div></blockquote>Wich kind of message: where are they stored? file, internal variable, web page?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Dec 11, 2003 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quiki]]></name></author>
		<updated>2003-12-11T07:39:04-04:00</updated>

		<published>2003-12-11T07:39:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31315#p31315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31315#p31315"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31315#p31315"><![CDATA[
A commercial for shells. Like when they type !list, a list of shells turns up.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3896">quiki</a> — Thu Dec 11, 2003 7:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2003-12-11T07:36:26-04:00</updated>

		<published>2003-12-11T07:36:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31313#p31313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31313#p31313"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31313#p31313"><![CDATA[
wich messages?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Thu Dec 11, 2003 7:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[quiki]]></name></author>
		<updated>2003-12-11T07:06:55-04:00</updated>

		<published>2003-12-11T07:06:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31309#p31309</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31309#p31309"/>
		<title type="html"><![CDATA[!list]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31309#p31309"><![CDATA[
I need a tcl that types messages when they type:<br>!list in the channel.<br>Could someone help me out please<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3896">quiki</a> — Thu Dec 11, 2003 7:06 am</p><hr />
]]></content>
	</entry>
	</feed>
