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

	<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-07-03T09:29:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-03T09:29:26-04:00</updated>

		<published>2003-07-03T09:29:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22963#p22963</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22963#p22963"/>
		<title type="html"><![CDATA[NOTICE message not appearing properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22963#p22963"><![CDATA[
Thanx.<br>silly me. I should have known that. <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=3085">Sir_Fz</a> — Thu Jul 03, 2003 9:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-03T09:26:53-04:00</updated>

		<published>2003-07-03T09:26:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22962#p22962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22962#p22962"/>
		<title type="html"><![CDATA[NOTICE message not appearing properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22962#p22962"><![CDATA[
Oh, yah, haven't spoted it. It should work fine now..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jul 03, 2003 9:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-07-03T09:24:42-04:00</updated>

		<published>2003-07-03T09:24:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22961#p22961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22961#p22961"/>
		<title type="html"><![CDATA[Re: NOTICE message not appearing properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22961#p22961"><![CDATA[
<blockquote class="uncited"><div>I have made a script that makes the bot cycle when i command him in private, and I added this code:<div class="codebox"><p>Code: </p><pre><code>if {![validchan $chan]} {puthelp "NOTICE $nick "Please specify a valid channel.""return}</code></pre></div>but when i put an invalid channel, the bot notices me with <strong class="text-strong">"Please</strong>.<br>what should I change so that the bot will Notice me with the whole message without the ".<br><br>Thanx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>Insert a ":"<br><div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $nick :"Please specify a valid channel.""</code></pre></div>or<br><div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $nick :Please specify a valid channel."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Jul 03, 2003 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-07-03T09:21:27-04:00</updated>

		<published>2003-07-03T09:21:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22959#p22959</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22959#p22959"/>
		<title type="html"><![CDATA[NOTICE message not appearing properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22959#p22959"><![CDATA[
Drop the \ and one ".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jul 03, 2003 9:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-03T08:57:55-04:00</updated>

		<published>2003-07-03T08:57:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22955#p22955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22955#p22955"/>
		<title type="html"><![CDATA[NOTICE message not appearing properly]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22955#p22955"><![CDATA[
I have made a script that makes the bot cycle when i command him in private, and I added this code:<div class="codebox"><p>Code: </p><pre><code>if {![validchan $chan]} {puthelp "NOTICE $nick \"Please specify a valid channel.\""return}</code></pre></div>but when i put an invalid channel, the bot notices me with <strong class="text-strong">"Please</strong>.<br>what should I change so that the bot will Notice me with the whole message without the ".<br><br>Thanx <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=3085">Sir_Fz</a> — Thu Jul 03, 2003 8:57 am</p><hr />
]]></content>
	</entry>
	</feed>
