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

	<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-01-22T07:59:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[doggo]]></name></author>
		<updated>2010-01-22T07:59:06-04:00</updated>

		<published>2010-01-22T07:59:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=91784#p91784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=91784#p91784"/>
		<title type="html"><![CDATA[Re: Main Channel Reply Instead of Notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=91784#p91784"><![CDATA[
<blockquote class="uncited"><div>Hi,<br><br><br>Script section follows:<br><br>}<br>proc mygreet {nick uhost hand chan arg} {<br>global patch yourgreet<br>if {[file exist /$patch/$nick.txt]} {<br>set file6 [open /$patch/$nick.txt r]<br>gets $file6 text<br>close $file6<br>putserv "NOTICE $nick :$yourgreet: \[$nick\] $text"<br>}</div></blockquote><br>make changes to the following line <br><div class="codebox"><p>Code: </p><pre><code>  putserv "NOTICE $nick :$yourgreet: \[$nick\] $text"</code></pre></div>change to <br><div class="codebox"><p>Code: </p><pre><code> putserv "PRIVMSG $chan :$yourgreet: \[$nick\] $text"</code></pre></div>then rehash and try <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=11046">doggo</a> — Fri Jan 22, 2010 7:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[achilles1900]]></name></author>
		<updated>2008-08-04T14:37:33-04:00</updated>

		<published>2008-08-04T14:37:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84403#p84403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84403#p84403"/>
		<title type="html"><![CDATA[Main Channel Reply Instead of Notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84403#p84403"><![CDATA[
Hi,<br><br>Im running TxTGreet 1.0 by darles.<br><br>When users request to see their greets, the bot replies in <strong class="text-strong">'notice'</strong> instead of <strong class="text-strong">i<span style="text-decoration:underline">n the main channel</span> </strong>where I want it to display. Can anyone do a slight tweak on this? Thanks in advance  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>Script section follows:<br><br>}<br>proc mygreet {nick uhost hand chan arg} {<br>global patch yourgreet<br>if {[file exist /$patch/$nick.txt]} {<br>set file6 [open /$patch/$nick.txt r]<br>gets $file6 text<br>close $file6<br>putserv "NOTICE $nick :$yourgreet: \[$nick\] $text"<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9882">achilles1900</a> — Mon Aug 04, 2008 2:37 pm</p><hr />
]]></content>
	</entry>
	</feed>
