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

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

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-08-21T03:14:07-04:00</updated>

		<published>2006-08-21T03:14:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65710#p65710</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65710#p65710"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65710#p65710"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>putquick "MSG ops :$nick has requested a template" </code></pre></div>AFAIK, MSG is not a valid IRCd command, you need to use PRIVMSG.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Aug 21, 2006 3:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-20T16:13:38-04:00</updated>

		<published>2006-08-20T16:13:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65673#p65673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65673#p65673"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65673#p65673"><![CDATA[
being a n00b should not prevent you from figuring out that <em class="text-italics">$chan</em> corresponds to <em class="text-italics">$channel</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 20, 2006 4:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[osx]]></name></author>
		<updated>2006-08-20T14:12:48-04:00</updated>

		<published>2006-08-20T14:12:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65668#p65668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65668#p65668"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65668#p65668"><![CDATA[
hoe does i get thet to work with<div class="codebox"><p>Code: </p><pre><code>proc pub:wallpaper {nickname hostname handle channel text} { putquick "NOTICE $nickname :Wallpaper: yor reqest is sent to an admin :)"  }</code></pre></div>i know im newb <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8112">osx</a> — Sun Aug 20, 2006 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-20T13:50:54-04:00</updated>

		<published>2006-08-20T13:50:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65667#p65667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65667#p65667"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65667#p65667"><![CDATA[
use this:<br><div class="codebox"><p>Code: </p><pre><code>foreach nick [chanlist $chan] {   if {[isop $nick $chan]} {puthelp "notice $nick :this is op notice"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 20, 2006 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[monie089]]></name></author>
		<updated>2006-08-20T13:46:35-04:00</updated>

		<published>2006-08-20T13:46:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65666#p65666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65666#p65666"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65666#p65666"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>try onotice it notices the ops</div></blockquote>that won't work unless the ircd supports that command - and major ircds don't support it</div></blockquote>O ok sorry just disregard that post<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8036">monie089</a> — Sun Aug 20, 2006 1:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-20T13:45:36-04:00</updated>

		<published>2006-08-20T13:45:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65664#p65664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65664#p65664"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65664#p65664"><![CDATA[
<blockquote class="uncited"><div>try onotice it notices the ops</div></blockquote>that won't work unless the ircd supports that command - and major ircds don't support it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 20, 2006 1:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[monie089]]></name></author>
		<updated>2006-08-20T13:36:58-04:00</updated>

		<published>2006-08-20T13:36:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65663#p65663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65663#p65663"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65663#p65663"><![CDATA[
try onotice it notices the ops<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8036">monie089</a> — Sun Aug 20, 2006 1:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[osx]]></name></author>
		<updated>2006-08-20T13:25:13-04:00</updated>

		<published>2006-08-20T13:25:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65661#p65661</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65661#p65661"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65661#p65661"><![CDATA[
thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>anyone know how i can get the bot to msg all operators on the channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8112">osx</a> — Sun Aug 20, 2006 1:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-08-20T12:44:17-04:00</updated>

		<published>2006-08-20T12:44:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65659#p65659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65659#p65659"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65659#p65659"><![CDATA[
you forgot the <em class="text-italics">text</em> parameter in the procs that don't work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Aug 20, 2006 12:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[IRCNick]]></name></author>
		<updated>2006-08-20T12:34:35-04:00</updated>

		<published>2006-08-20T12:34:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65657#p65657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65657#p65657"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65657#p65657"><![CDATA[
Use putserv instead of putquick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6849">IRCNick</a> — Sun Aug 20, 2006 12:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[osx]]></name></author>
		<updated>2006-08-20T11:42:16-04:00</updated>

		<published>2006-08-20T11:42:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=65656#p65656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=65656#p65656"/>
		<title type="html"><![CDATA[basic scripting help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=65656#p65656"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- "!cmd" pub:commands bind pub -|- "!request" pub:requestbind pub -|- "!hp" pub:hpbind pub -|- "!template" pub:templatebind pub -|- "!signature" pub:signaturebind pub -|- "!wallpaper" pub:wallpaperbind pub -|- "!voice" pub:voice  bind join -|- {*} pub:join   proc pub:join {nickname hostname handle channel} {   putquick "NOTICE $nickname :type !cmd for a list of commands."  }   proc pub:commands {nickname hostname handle channel text} {   putquick "NOTICE $nickname :commands are as follows:"   putquick "NOTICE $nickname :!request - to request a design"  putquick "NOTICE $nickname :!hp - our home page"  putquick "NOTICE $nickname :!voice - gives you voice :) " }   proc pub:request {nickname hostname handle channel text} {   putquick "NOTICE $nickname :request commands:"  putquick "NOTICE $nickname :!teamplate - A home page layout"  putquick "NOTICE $nickname :!wallpaper - a wallpaper"  putquick "NOTICE $nickname :!signature - A forum signature" }  proc pub:hp {nickname hostname handle channel} { putquick "NOTICE $nickname :Homepage: www.ninja-gfx.freeehostia.com" }proc pub:template {nickname hostname handle channel} { putquick "NOTICE $nickname :Template: your request is sent to an admin :)" putquick "MSG ops :$nick has requested a template" }proc pub:signature {nickname hostname handle channel} { putquick "NOTICE $nickname :signature: yor reqest is sent to an admin :)"  putquick "NOTICE ops : $nick har requesta signatur" }proc pub:wallpaper {nickname hostname handle channel} { putquick "NOTICE $nickname :Wallpaper: yor reqest is sent to an admin :)"  putquick "MSG ops :$nick has requested a Wallpaper" } proc pub:voice {nickname hostname handle channel} {  putquick "MODE +v $nickname" } </code></pre></div>the script is basic, but im noob. cant get the commands to work :S what am i doing wrong? the !cmd and !request commands are the only ones who actualy works... any suggestions? sry for my bad english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8112">osx</a> — Sun Aug 20, 2006 11:42 am</p><hr />
]]></content>
	</entry>
	</feed>
