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

	<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-05T11:08:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-06-05T11:08:06-04:00</updated>

		<published>2004-06-05T11:08:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36985#p36985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36985#p36985"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36985#p36985"><![CDATA[
No Problem  <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=3559">]Kami[</a> — Sat Jun 05, 2004 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-05T11:05:37-04:00</updated>

		<published>2004-06-05T11:05:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36984#p36984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36984#p36984"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36984#p36984"><![CDATA[
works now, thank you verry much<p>Statistics: Posted by Guest — Sat Jun 05, 2004 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-06-05T11:01:12-04:00</updated>

		<published>2004-06-05T11:01:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36983#p36983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36983#p36983"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36983#p36983"><![CDATA[
Look tcl-commands.doc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>Btw, this will msg user:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- "!help" pub:help proc pub:help { nick host handle channel arg } {   set fname [open help.txt r]   while {![eof $fname]} {     set line [gets $fname]     puthelp "PRIVMSG $nick :$line"   }   close $fname } ;# pub:help </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Sat Jun 05, 2004 11:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-05T10:56:10-04:00</updated>

		<published>2004-06-05T10:56:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36982#p36982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36982#p36982"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36982#p36982"><![CDATA[
well, that works, only he prints it in the channel and not via a pm, how do i do that??<br><br>you can always come and look @ it: <a href="irc://irc.uicn.net/infernalarts" class="postlink">irc://irc.uicn.net/infernalarts</a><p>Statistics: Posted by Guest — Sat Jun 05, 2004 10:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-05T10:10:33-04:00</updated>

		<published>2004-06-05T10:10:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36980#p36980</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36980#p36980"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36980#p36980"><![CDATA[
This should help<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- "!help" pub:help proc pub:help { nick host handle channel arg } {   set fname [open help.txt r]  while {![eof $fname]} {    set line [gets $fname]    puthelp "PRIVMSG $channel :$line"  }  close $fname} ;# pub:help</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sat Jun 05, 2004 10:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-05T08:39:44-04:00</updated>

		<published>2004-06-05T08:39:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36970#p36970</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36970#p36970"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36970#p36970"><![CDATA[
lol, i need more then 20 lines, there about 30 lines in that help file<p>Statistics: Posted by Guest — Sat Jun 05, 2004 8:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-06-05T08:15:32-04:00</updated>

		<published>2004-06-05T08:15:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36968#p36968</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36968#p36968"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36968#p36968"><![CDATA[
Well, <br><br>I think he means print = read from file (print is used in C <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> - similar as echo in php).If he means that, then you can try something like this:<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- "!help" pub:helpproc pub:help {nick host handle chan arg} {set fileid [open help.txt r]gets $fileid newvar1gets $fileid newvar2putquick "PRIVMSG $chan :$newvar1"putquick "PRIVMSG $chan :$newvar2"close $fileid}</code></pre></div>This script will open file help.txt for reading (r) and it will take first 2 lines from file and displayed them in channel  <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=3559">]Kami[</a> — Sat Jun 05, 2004 8:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-06-05T08:05:34-04:00</updated>

		<published>2004-06-05T08:05:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36967#p36967</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36967#p36967"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36967#p36967"><![CDATA[
print = post to the channel or send it to a printer ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Sat Jun 05, 2004 8:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-05T07:31:08-04:00</updated>

		<published>2004-06-05T07:31:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36966#p36966</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36966#p36966"/>
		<title type="html"><![CDATA[looking for a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36966#p36966"><![CDATA[
someone knows where i can find a script that arrange trigger for me, but also can print .txt files, like: !help==&gt;print help.txt<p>Statistics: Posted by Guest — Sat Jun 05, 2004 7:31 am</p><hr />
]]></content>
	</entry>
	</feed>
