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

	<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-03-13T15:40:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-13T15:40:40-04:00</updated>

		<published>2005-03-13T15:40:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47556#p47556</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47556#p47556"/>
		<title type="html"><![CDATA[wonder if anyone be so kind as to help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47556#p47556"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set filename "help.txt"bind pub - !help helpproc help {nick uhost hand chan text} { if ![file exists $::filename] {  putserv "NOTICE $nick :Error: Can't find $::filename." } {  set id [open $::filename]  while {![eof $id]} {   puthelp "PRIVMSG $nick :[gets $id]"  }  close $id }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Mar 13, 2005 3:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-03-13T15:30:23-04:00</updated>

		<published>2005-03-13T15:30:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47553#p47553</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47553#p47553"/>
		<title type="html"><![CDATA[wonder if anyone be so kind as to help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47553#p47553"><![CDATA[
try reading tcl-commands.doc, as well as this excellent guide:<br><a href="http://www.suninet.nl/tclguide/" class="postlink">suninet tcl guide</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sun Mar 13, 2005 3:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Callisto]]></name></author>
		<updated>2005-03-13T14:28:54-04:00</updated>

		<published>2005-03-13T14:28:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47544#p47544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47544#p47544"/>
		<title type="html"><![CDATA[wonder if anyone be so kind as to help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47544#p47544"><![CDATA[
Hi I am very new to tcl so any help would be appreciated.<br>I would like help or be pointed in the right direction regarding making a script.The script I would like is one where a trigger can be used in public or msg like !help or /msg botnick help and it would play a text file back to the nick.<br>Any help appreciated and many thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6064">Callisto</a> — Sun Mar 13, 2005 2:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
