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

	<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>2004-02-09T13:00:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-09T13:00:55-04:00</updated>

		<published>2004-02-09T13:00:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33398#p33398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33398#p33398"/>
		<title type="html"><![CDATA[Simple Coding Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33398#p33398"><![CDATA[
excellent - all working now - and moving along at a steady pace <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Mon Feb 09, 2004 1:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-02-09T12:28:49-04:00</updated>

		<published>2004-02-09T12:28:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33396#p33396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33396#p33396"/>
		<title type="html"><![CDATA[Simple Coding Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33396#p33396"><![CDATA[
hum ?<br>pub is really for command-like message, so it take the first word as a command and the staying text as args.<br>pubm is to match any word in a line, but it's better to use it like:<br>bind pubm - "*hello*" pubm:hello<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Mon Feb 09, 2004 12:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-02-09T10:40:14-04:00</updated>

		<published>2004-02-09T10:40:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33381#p33381</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33381#p33381"/>
		<title type="html"><![CDATA[Simple Coding Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33381#p33381"><![CDATA[
<blockquote class="uncited"><div>I though the PUB was for commands only ?</div></blockquote>no, "pub" just means that something said on the channel should be triggered<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Mon Feb 09, 2004 10:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-09T09:02:51-04:00</updated>

		<published>2004-02-09T09:02:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33376#p33376</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33376#p33376"/>
		<title type="html"><![CDATA[Simple Coding Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33376#p33376"><![CDATA[
ok that worked - and thanks for the help...<br><br>Can you explain why that worked?  I though the PUB was for commands only ?<p>Statistics: Posted by Guest — Mon Feb 09, 2004 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cvanmeer]]></name></author>
		<updated>2004-02-09T08:55:03-04:00</updated>

		<published>2004-02-09T08:55:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33374#p33374</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33374#p33374"/>
		<title type="html"><![CDATA[Simple Coding Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33374#p33374"><![CDATA[
Try this code:<br><div class="codebox"><p>Code: </p><pre><code>bind pub - hello pub:hello proc pub:hello {nick host handle chan text} {         puthelp "PRIVMSG $chan :Hello $nick" } putlog "Response Script Loaded" </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4215">cvanmeer</a> — Mon Feb 09, 2004 8:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-02-09T08:39:32-04:00</updated>

		<published>2004-02-09T08:39:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33371#p33371</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33371#p33371"/>
		<title type="html"><![CDATA[Simple Coding Help Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33371#p33371"><![CDATA[
Hi there, bit new to TCL although an accomplished coder.<br><br>Im looking through the document tcl.doc, which i found on the egghelp.org website, only somethings not quite right!<br><br>In my conf file i load the script im writing successfully, confirmed with a PUTLOG message.<br><br>All thats in the script atm is...<br><div class="codebox"><p>Code: </p><pre><code>putlog "Response Script Loaded"bind pubm - hello pubm:helloproc pubm:hello {nick host handle chan text} {        puthelp "PRIVMSG $chan :Hello $nick"}</code></pre></div>which is an exact copy from the document, yet my eggdrop doesnt respond to it, anyone with any ideas ?<br><br>Thanks for your time,<br><br>Ee-Ore<p>Statistics: Posted by Guest — Mon Feb 09, 2004 8:39 am</p><hr />
]]></content>
	</entry>
	</feed>
