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

	<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>2006-08-31T18:09:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[monie089]]></name></author>
		<updated>2006-08-31T18:09:56-04:00</updated>

		<published>2006-08-31T18:09:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=66028#p66028</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=66028#p66028"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=66028#p66028"><![CDATA[
Thanks i found the problem thought i forgot to set a variable for it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8036">monie089</a> — Thu Aug 31, 2006 6:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-08-27T14:58:53-04:00</updated>

		<published>2006-08-27T14:58:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65893#p65893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65893#p65893"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65893#p65893"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - @help pub:helpproc pub:help {nick host hand chan txt} {  switch [string tolower [lindex [split $txt] 0]] {    "sitecheck" {      putserv "NOTICE $nick :The command Sitecheck will check for any site that you put in to see if that website is up"      putserv "Notice $nick :This makes it easier then checking yourself and it saves time"      putserv "NOTICE $nick :\004Usage:\004 @sitecheck &lt;url&gt; - to check the site"    }    "uptime" {      putserv "NOTICE $nick :This simple script shows the uptime for $::botnick"      putserv "NOTICE $nick :SYNTAX:@uptime thats all :)"    }    "news" {      putserv "NOTICE $nick :This shows the lastest news from site.nintendoxg.com/news.php"      putserv "NOTICE $nick :Right now it doest show the lastest 5 innstead it shows all ;)"      putserv "NOTICE $nick :SYNTAX:@news and it will display all the news for ;)"    }    "online" {      putserv "NOTICE $nick :This command will show the users currently online at NintendoXG"      putserv "NOTICE $nick :Right now it doesnt show the names instead it shows the statistic"      putserv "NOTICE $nick :SYNTAX: @online shows the statics"    }    "8ball" {      putserv "NOTICE $nick :The magic 8ball customly made yes"      putserv "NOTICE $nick :come have your 8ball questions answered told"      putserv "NOTICE $nick :SYNTAX:@8ball &lt;question&gt;"    }    "destroy" {      putserv "NOTICE $nick :The destroy script is a beta version that i got bored with"      putserv "NOTICE $nick :It is a fun game that you can play and i will make more"      putserv "NOTICE $nick :SYNTAX:@destroy &lt;nick&gt;"    }    "google" {      putserv "NOTICE $nick :Google can search for anything you input for it"      putserv "NOTICE $nick :Right now it can only do @google and not the others"      putserv "NOTICE $nick :SYNTAX:@google &lt;thinghere&gt;"    }    default {      putserv "PRIVMSG $chan :\001ACTION\001 Bringing the whoopin stick to $nick bet its gone hurt &gt;:)"      putserv "NOTICE $nick :Help commands start with @help &lt;command&gt; the command should have the @"    }  }}putlog "Help script loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Aug 27, 2006 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-08-26T21:35:40-04:00</updated>

		<published>2006-08-26T21:35:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65874#p65874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65874#p65874"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65874#p65874"><![CDATA[
<blockquote class="uncited"><div>Also try using proper indenting, makes it easier to read on the eye.</div></blockquote>The user has been told this on more than one occassion and simply refuses to adhere to the advice.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Aug 26, 2006 9:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[monie089]]></name></author>
		<updated>2006-08-26T21:22:15-04:00</updated>

		<published>2006-08-26T21:22:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65872#p65872</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65872#p65872"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65872#p65872"><![CDATA[
Ok,Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8036">monie089</a> — Sat Aug 26, 2006 9:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2006-08-26T21:12:57-04:00</updated>

		<published>2006-08-26T21:12:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65870#p65870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65870#p65870"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65870#p65870"><![CDATA[
Try changing<br><div class="codebox"><p>Code: </p><pre><code>if {$arg == "8ball"}</code></pre></div>To<br><div class="codebox"><p>Code: </p><pre><code>if {$arg == "8ball"} {</code></pre></div>Also try using proper indenting, makes it easier to read on the eye.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sat Aug 26, 2006 9:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-26T21:09:14-04:00</updated>

		<published>2006-08-26T21:09:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65869#p65869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65869#p65869"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65869#p65869"><![CDATA[
<em class="text-italics">botnick</em> shouldn't be there as argument of <em class="text-italics">pub:help</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Aug 26, 2006 9:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[monie089]]></name></author>
		<updated>2006-08-26T20:17:45-04:00</updated>

		<published>2006-08-26T20:17:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65867#p65867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65867#p65867"/>
		<title type="html"><![CDATA[Help script for commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65867#p65867"><![CDATA[
Im tryin to make a simple help script but its keep saying cant execute the $text and other stuff.<div class="codebox"><p>Code: </p><pre><code>bind pub @help pub:helpproc pub:help {nick host hand botnick chan arg } {if {$arg == ""} {putserv "PRIVMSG $chan :\001ACTION\001 Bringing the whoopin stick to $nick bet its gone hurt &gt;:)"putserv "NOTICE $nick :Help commands start with @help &lt;command&gt; the command should have the @"}if {$arg == "sitecheck"} {putserv "NOTICE $nick :The command Sitecheck will check for any site that you put in to see if that website is up"putserv "Notice $nick :This makes it easier then checking yourself and it saves time"putserv "NOTICE $nick :\004Usage:\004 @sitecheck &lt;url&gt; - to check the site"}if {$arg == "uptime"} {putserv "NOTICE $nick :This simple script shows the uptime for $botnick"putserv "NOTICE $nick :SYNTAX:@uptime thats all :)"}if {$arg == "news"} {putserv "NOTICE $nick :This shows the lastest news from site.nintendoxg.com/news.php"putserv "NOTICE $nick :Right now it doest show the lastest 5 innstead it shows all ;)"putserv "NOTICE $nick :SYNTAX:@news and it will display all the news for ;)"}if {$arg == "online"} {putserv "NOTICE $nick :This command will show the users currently online at NintendoXG"putserv "NOTICE $nick :Right now it doesnt show the names instead it shows the statistic"putserv "NOTICE $nick :SYNTAX: @online shows the statics"}if {$arg == "8ball"}putserv "NOTICE $nick :The magic 8ball customly made yes"putserv "NOTICE $nick :come have your 8ball questions answered told"putserv "NOTICE $nick :SYNTAX:@8ball &lt;question&gt;"}if {$arg == "destroy"} {putserv "NOTICE $nick :The destroy script is a beta version that i got bored with"putserv "NOTICE $nick :It is a fun game that you can play and i will make more"putserv "NOTICE $nick :SYNTAX:@destroy &lt;nick&gt;"}if {$arg == "google"} {putserv "NOTICE $nick :Google can search for anything you input for it"putserv "NOTICE $nick :Right now it can only do @google and not the others"putserv "NOTICE $nick :SYNTAX:@google &lt;thinghere&gt;"}}putlog "Help script loaded"</code></pre></div>Can someone please help me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8036">monie089</a> — Sat Aug 26, 2006 8:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
