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

	<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>2011-01-15T15:04:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rayvtirx]]></name></author>
		<updated>2011-01-15T15:04:40-04:00</updated>

		<published>2011-01-15T15:04:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95693#p95693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95693#p95693"/>
		<title type="html"><![CDATA[newb question, wildcard in command variable?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95693#p95693"><![CDATA[
oh my  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"> goodness lol<br>thank you v much works a treat<br>i didnt think it would be that simple  <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=11236">rayvtirx</a> — Sat Jan 15, 2011 3:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2011-01-15T14:52:38-04:00</updated>

		<published>2011-01-15T14:52:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95692#p95692</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95692#p95692"/>
		<title type="html"><![CDATA[newb question, wildcard in command variable?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95692#p95692"><![CDATA[
Tried 'bind pubm' instead?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Jan 15, 2011 2:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rayvtirx]]></name></author>
		<updated>2011-01-15T08:46:54-04:00</updated>

		<published>2011-01-15T08:46:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=95690#p95690</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=95690#p95690"/>
		<title type="html"><![CDATA[newb question, wildcard in command variable?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=95690#p95690"><![CDATA[
how would i use wildcards in the command to  post this txt file?<br>so i could type e.g  fadfsjoke and have it work<br>i tried adding * and it then requires me to type *joke lol<div class="codebox"><p>Code: </p><pre><code>set bfile "scripts/joke.txt"#sets the command it should go on off in a chan or soset cmd "joke"#this is where you set where the file should be printed out#private = 0#channel = 1set bwhere 1## don't edit below this line -----------------------------------bind pub -|- $cmd dumpfileproc dumpfile {nick handle host chan text } {global bfile bwhereset foo [open $bfile r]while { ! [eof $foo] } {        set line [gets $foo]                if {!$bwhere} {                puthelp "NOTICE $nick :$line"                } else {                puthelp "NOTICE $chan :$line"                }        }}</code></pre></div>is there something easy i could do to implement this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11236">rayvtirx</a> — Sat Jan 15, 2011 8:46 am</p><hr />
]]></content>
	</entry>
	</feed>
