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

	<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>2002-09-06T10:03:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-06T10:03:26-04:00</updated>

		<published>2002-09-06T10:03:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10575#p10575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10575#p10575"/>
		<title type="html"><![CDATA[meh = teh dummeh]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10575#p10575"><![CDATA[
lol, well i found out what my problem was, its correct to use putquick , i man all those commands (puthelp, putquick put... ) send data out but in diff methods, ne who, its the stupid returns that were messing me up, the correct code is <br><div class="codebox"><p>Code: </p><pre><code>proc do_notice_on_join {nick host hand chan} {  putquick "NOTICE $nick :Welcome $nick to the HOme of Rox da Noobs --&gt;RdN&lt;-- pleaze add to ur auto-perform, Thx"  puthelp "NOTICE $nick :If you need any help of any kind or need to speak with any ops simply pm the bot : /msg RdN-Bot &lt;and ask your question or state what u need&gt;"  puthelp "NOTICE $nick :Type @menu for a listing of commands." }</code></pre></div>that worx wonderfully, thx for all who helpped, special thx to papillon for contacting me and helping me greatly, thx bud!!!<p>Statistics: Posted by Guest — Fri Sep 06, 2002 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-02T05:08:10-04:00</updated>

		<published>2002-09-02T05:08:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10333#p10333</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10333#p10333"/>
		<title type="html"><![CDATA[how do i add multiple commands to this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10333#p10333"><![CDATA[
Try using "puthelp" rather than putquick.<br><blockquote class="uncited"><div>  putquick &lt;text&gt; [options]<br>    Description: sends text to the server, like 'putserv', but it uses a<br>      different (and faster) queue.<br>    Options:<br>      -next:   push messages to the front of the queue<br>      -normal: no effect<br>    Returns: nothing<br>    Module: server</div></blockquote>This queue could flood the bot off, thus you should be using puthelp, as noted in tcl-commands.doc.<br><br>There is also no need for the {msg ""} in the proc line. A join does not send any other text.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Sep 02, 2002 5:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-01T20:09:05-04:00</updated>

		<published>2002-09-01T20:09:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10321#p10321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10321#p10321"/>
		<title type="html"><![CDATA[fixing post]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10321#p10321"><![CDATA[
the extra bracket was a typo, the brackets are fine, its the actual code<p>Statistics: Posted by Guest — Sun Sep 01, 2002 8:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-01T20:08:01-04:00</updated>

		<published>2002-09-01T20:08:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10320#p10320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10320#p10320"/>
		<title type="html"><![CDATA[how do i add multiple commands to this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10320#p10320"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set our_chan "#clanrdn"##### This is a welcome message when somone joins channelbind join - * introproc intro {nick uhost hand chan {msg ""}} {global our_chanif {$chan != $our_chan} { return 0 }putquick "NOTICE $nick :Welcome to the Home of Rox da Noobs &lt;&lt;--RdN--&gt;&gt; Plz add to auto-perform, THX"putquick "NOTICE $nick :For a list of commands type @menu"}return 0}</code></pre></div>i want the person be noticed 2x with the previous info, only when i use this scirpt nuthing happens, im wondering whats wrong with it<p>Statistics: Posted by Guest — Sun Sep 01, 2002 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-31T18:33:57-04:00</updated>

		<published>2002-08-31T18:33:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10268#p10268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10268#p10268"/>
		<title type="html"><![CDATA[how do i add multiple commands to this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10268#p10268"><![CDATA[
<strong class="text-strong">NOTE:</strong><br>This is the same forum. So please don't post messages twice. If they need to be moved to the correct forum, they will be.<br><br>As for the problem.<br><br>Can you paste the exact code used, that produces only one line of output.<br><br>Eggdrop has a system, where it discards messages that are exactly the same. The problem may be, that you are using a duplicate line as a test case.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Aug 31, 2002 6:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-31T17:40:42-04:00</updated>

		<published>2002-08-31T17:40:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10264#p10264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10264#p10264"/>
		<title type="html"><![CDATA[how do i add multiple commands to this]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10264#p10264"><![CDATA[
here is my code<div class="codebox"><p>Code: </p><pre><code>set our_chan "#clanrdn"#on join messagebind join - * introproc intro {nick uhost hand chan {msg ""}} {global our_chanif {$chan != $our_chan} {return 0}putquick "NOTICE $nick :Welcome to the Home of Rox da Noobs &lt;&lt;--RdN--&gt;&gt; Plz add to auto-perform, THX"return 1}</code></pre></div>now what i want to do is on joinin, give them more notices so that they are separte lines or notices, i tried adding anohter putquick command but the bot only does the frist one, what do i do<p>Statistics: Posted by Guest — Sat Aug 31, 2002 5:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
