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

	<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>2003-11-21T09:53:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-21T09:53:35-04:00</updated>

		<published>2003-11-21T09:53:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30470#p30470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30470#p30470"/>
		<title type="html"><![CDATA[need more help..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30470#p30470"><![CDATA[
then use <strong class="text-strong">$nick</strong> it stands for the nick who types the pub trigger.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 21, 2003 9:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grinch157]]></name></author>
		<updated>2003-11-20T20:28:56-04:00</updated>

		<published>2003-11-20T20:28:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30452#p30452</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30452#p30452"/>
		<title type="html"><![CDATA[need more help..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30452#p30452"><![CDATA[
okay thanks, <br><br>but now if wanted to make it simpler for some one to use, how would i make it for the user to use by just typing the pub trigger omitting the public channel display and go staight into the notice display to user and eliminated the need to type the nick name with the trigger?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4121">grinch157</a> — Thu Nov 20, 2003 8:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-11-20T19:56:37-04:00</updated>

		<published>2003-11-20T19:56:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30447#p30447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30447#p30447"/>
		<title type="html"><![CDATA[need more help..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30447#p30447"><![CDATA[
<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=282">egghead</a> — Thu Nov 20, 2003 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-11-20T09:52:56-04:00</updated>

		<published>2003-11-20T09:52:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30396#p30396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30396#p30396"/>
		<title type="html"><![CDATA[need more help..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30396#p30396"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set chanrules { "line1" "line2" "line3" } bind pub o rules1 pub:t proc pub:t {nick uhost hand chan text} { global chanrules set rulenick [lindex [split $text] 0] if {[llength $text] &gt;= "1" &amp;&amp; [onchan $rulenick $chan]} { puthelp "NOTICE $rulenick :these are the rules of our channel. Pay attention!" foreach line $chanrules { puthelp "NOTICE $rulenick :$line" }  }}</code></pre></div>this should notice the rules to the nick when you type <strong class="text-strong">rules1 &lt;nick&gt;</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Nov 20, 2003 9:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[grinch157]]></name></author>
		<updated>2003-11-19T21:17:38-04:00</updated>

		<published>2003-11-19T21:17:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30358#p30358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30358#p30358"/>
		<title type="html"><![CDATA[need more help..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30358#p30358"><![CDATA[
hey ppl, <br><br>can anyone tell me how this script could be improved? i need it to notice the user, but for some reason it displays in channel..<br><br><br><div class="codebox"><p>Code: </p><pre><code>set chanrules {"line1""line2""line3"}bind pub o rules1 pub:tproc pub:t {nick uhost hand chan text} {global chanrulesset rulenick [lindex [split $text " "] 0]if {$text != "" &amp;&amp; [onchan $rulenick $chan]} {puthelp "NOTICE $rulenick :these are the rules of our channel. Pay attention!"foreach line $chanrules { puthelp "NOTICE $rulenick :$line" }return 0}foreach line $chanrules {puthelp "PRIVMSG $chan :$line" }</code></pre></div><br>anybody have insight on this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4121">grinch157</a> — Wed Nov 19, 2003 9:17 pm</p><hr />
]]></content>
	</entry>
	</feed>
