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

	<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>2010-02-14T03:21:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BhasIRC]]></name></author>
		<updated>2010-02-14T03:21:40-04:00</updated>

		<published>2010-02-14T03:21:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92095#p92095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92095#p92095"/>
		<title type="html"><![CDATA[hi guys why wont this work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92095#p92095"><![CDATA[
thanks alot works 100%<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11039">BhasIRC</a> — Sun Feb 14, 2010 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2010-02-12T10:35:38-04:00</updated>

		<published>2010-02-12T10:35:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92074#p92074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92074#p92074"/>
		<title type="html"><![CDATA[hi guys why wont this work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92074#p92074"><![CDATA[
I tested the script above and it works fine as is, providing the missing end brace is added to the end of the script (probably just a cut and paste mistake).<br><div class="codebox"><p>Code: </p><pre><code>[14:29] &lt;@arfer&gt; !fact[14:29] &lt;@osmosis&gt; 'E' is the most frequently used letter in the English alphabet, 'Q' the least</code></pre></div>As a general rule, you should avoid use of the variable name 'args' in proc definitions unless intended, because it has special meaning.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Fri Feb 12, 2010 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BhasIRC]]></name></author>
		<updated>2010-02-06T08:16:51-04:00</updated>

		<published>2010-02-06T08:16:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91980#p91980</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91980#p91980"/>
		<title type="html"><![CDATA[hi guys why wont this work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91980#p91980"><![CDATA[
i also tried it as <div class="codebox"><p>Code: </p><pre><code>bind pub - !fact RandomFact proc RandomFact {nick uhost hand chan args} {  global factstouse  set randomfacttouse [lindex $factstouse [rand [llength $factstouse]]]  puthelp "PRIVMSG $chan :$randomfacttouse"  return } set factstouse {  "'Dog kennel' is redundant The Latin 'canis' (dog) served as the base for the word 'canile' (dog house) This word entered French as 'kenel', which the English changed to kennel Thus, a kennel couldn't technically be for anything else but dogs"  "'E' is the most frequently used letter in the English alphabet, 'Q' the least"  "'Fine turkey' and 'honeycomb' are terms used for different qualities and textures of sponges"  "'Flushable' toilets were in use in ancient Rome." </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11039">BhasIRC</a> — Sat Feb 06, 2010 8:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2010-02-06T08:10:00-04:00</updated>

		<published>2010-02-06T08:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91978#p91978</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91978#p91978"/>
		<title type="html"><![CDATA[hi guys why wont this work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91978#p91978"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code> bind pub - !fact pub:RandomFactproc RandomFact {nick uhost hand chan args} { </code></pre></div>you might even spot it yourself <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Sat Feb 06, 2010 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BhasIRC]]></name></author>
		<updated>2010-02-06T07:47:20-04:00</updated>

		<published>2010-02-06T07:47:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91977#p91977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91977#p91977"/>
		<title type="html"><![CDATA[hi guys why wont this work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91977#p91977"><![CDATA[
hi.. ok anyways i just dont understand why this code wont work, please will someone help me<br><div class="codebox"><p>Code: </p><pre><code> bind pub - !fact pub:RandomFactproc RandomFact {nick uhost hand chan args} { global factstouse set randomfacttouse [lindex $factstouse [rand [llength $factstouse]]] puthelp "PRIVMSG $chan :$randomfacttouse" return}set factstouse {  "'Dog kennel' is redundant The Latin 'canis' (dog) served as the base for the word 'canile' (dog house) This word entered French as 'kenel', which the English changed to kennel Thus, a kennel couldn't technically be for anything else but dogs" "'E' is the most frequently used letter in the English alphabet, 'Q' the least" "'Fine turkey' and 'honeycomb' are terms used for different qualities and textures of sponges" "'Flushable' toilets were in use in ancient Rome."}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11039">BhasIRC</a> — Sat Feb 06, 2010 7:47 am</p><hr />
]]></content>
	</entry>
	</feed>
