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

	<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-10-29T09:22:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-29T09:22:37-04:00</updated>

		<published>2003-10-29T09:22:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29143#p29143</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29143#p29143"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29143#p29143"><![CDATA[
well now don't i look like a big horses arse?  haha - thanks for the clue <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 — Wed Oct 29, 2003 9:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-28T18:00:12-04:00</updated>

		<published>2003-10-28T18:00:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29120#p29120</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29120#p29120"/>
		<title type="html"><![CDATA[Nice monolog :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29120#p29120"><![CDATA[
Check doc/tcl-commands.doc (clue: the mask in a pubm bind is matched against more than just the message)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Oct 28, 2003 6:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T17:44:58-04:00</updated>

		<published>2003-10-28T17:44:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29116#p29116</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29116#p29116"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29116#p29116"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - hello pub:helloproc pub:hello {nick host handle chan text} { if {$nick == "psyjoniz"} {       putserv "PRIVMSG $chan :hey, $nick, hows it going?" } else {putserv "PRIVMSG $nick :i'm sorry, do i know you?"}}bind pub - "giveinfo" pub:giveinfoproc pub:giveinfo {nick host handle chan text} { if {$nick == "psyjoniz"} {       putserv "PRIVMSG $chan :nick-$nick host-$host handle-$handle chan-$chan text-$text"}}bind pubm - "giveinfopubm" pubm:giveinfoproc pubm:giveinfo {nick host handle chan text} { if {$nick == "psyjoniz"} {       putserv "PRIVMSG $chan :nick-$nick host-$host handle-$handle chan-$chan text-$text"}}</code></pre></div>ok - the first and second binds and procs work fine - but the third one doesn't.  am i doing something wron in it?  if not - then my pubm bind specification isn't working correctly.  would someone try the above code to see if i'm crazy or not?  thanks.<p>Statistics: Posted by Guest — Tue Oct 28, 2003 5:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T13:27:25-04:00</updated>

		<published>2003-10-28T13:27:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29102#p29102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29102#p29102"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29102#p29102"><![CDATA[
change pubm to pub<br><br>for some reason the copy of eggdrop i have is like not complete or something - when i'm in dcc chat i do not have all the commands that are supposed to be available like .whois - pubm does not seem to be working - but pub does - does _anyone_ have any idea why this might be happening?  i don't recall changing anything in the configuration(s) that strikes me as being associated with this sort of response.<p>Statistics: Posted by Guest — Tue Oct 28, 2003 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T13:10:24-04:00</updated>

		<published>2003-10-28T13:10:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29100#p29100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29100#p29100"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29100#p29100"><![CDATA[
like so?...<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - hello pubm:helloproc pubm:hello {nick host handle chan text} {        putserv "PRIVMSG $handle :hello"}</code></pre></div><p>Statistics: Posted by Guest — Tue Oct 28, 2003 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T13:03:05-04:00</updated>

		<published>2003-10-28T13:03:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29099#p29099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29099#p29099"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29099#p29099"><![CDATA[
ok, i'm guessing here...<br><div class="codebox"><p>Code: </p><pre><code>proc pubm:hello {nick host handle chan text} {}</code></pre></div>when binding for pubm - the 5 vars - are they populating in the proc by themselves?  and just taking on the varname you specify per proc?<br><br>and if so - is this different per bind type?<p>Statistics: Posted by Guest — Tue Oct 28, 2003 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-28T12:57:23-04:00</updated>

		<published>2003-10-28T12:57:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29098#p29098</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29098#p29098"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29098#p29098"><![CDATA[
<blockquote class="uncited"><div>and is it puserv or putserv - now you've got me more confused.</div></blockquote>it's putserv<br>the right way is putserv "PRIVMSG &lt;target&gt; :&lt;message&gt;"<br>where target can be a nick on the network or a channel.<br><br>also your proc is wrong. a pubm bind requires more than one argument<br><br>check the TCL-Commands.doc - Bind part, there you'll find the right one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Oct 28, 2003 12:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T12:38:18-04:00</updated>

		<published>2003-10-28T12:38:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29096#p29096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29096#p29096"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29096#p29096"><![CDATA[
i've read it - none of the examples seem to work - and from what i can gather the var's expressly included are magically set.......  i'm assuming that the documentation assumes that you know to set the vars previous in the code but it doesn't specify anything of that nature.<br><br>could you please tell me _why_ they are incomplete?<br><br>why can't i just get someone to point me to a simple 'hello world' script?  all i want is to, in public chat with a bot, say 'hello' and have the bot respond with 'hello, &lt;my-nick&gt;, i am &lt;bots-nick&gt;'.  documentation is great - except when you follow it and it doesn't work the way it says its supposed to.<br><br>and is it puserv or putserv - now you've got me more confused.<br><br>is it _really_ so hard to just point out my mistake instead of telling me to go check the documentation?  i'm all for learning on your own but i've been at this for a day and i can't get any response out of the bot whatsoever aside from default functionality and i _have_ read - and everything i've read tells me the snippit i'm attempting to use should work the way i'm desiring it to.<p>Statistics: Posted by Guest — Tue Oct 28, 2003 12:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-10-28T11:28:29-04:00</updated>

		<published>2003-10-28T11:28:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29092#p29092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29092#p29092"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29092#p29092"><![CDATA[
The proc of your bind and the puserv thing is not complete. Consult the doc/tcl-commands.doc file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Oct 28, 2003 11:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T09:51:33-04:00</updated>

		<published>2003-10-28T09:51:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29090#p29090</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29090#p29090"/>
		<title type="html"><![CDATA[noob to tcl's..please help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29090#p29090"><![CDATA[
basically i lack the understanding of syntax i guess...  here is a simple bind and proc i want to use when in a channel with my bot so that it will say hello back to me:<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - hello pubm:helloset handle "psyjoniz"proc pubm:hello {handle} {        global botnick        putserv "hello, $handle, i am $botnick"}</code></pre></div>what this means to me, from what i can understand so far, is that when i type 'hello' when in the channel with the bot, it will respond 'hello, psyjoniz, i am &lt;bots name&gt;'.  this, of course, is not happening.<br><br>what am i doing wrong?<br><br>and yes - i am including the tcl script correctly as i pointed it in the wrong direction and got an error the pointed it correctly and no error (bot loaded correctly; joined preset channel; updated flags when ops was given).<br><br>very confused - any help would be much appreciated.  thanks.<p>Statistics: Posted by Guest — Tue Oct 28, 2003 9:51 am</p><hr />
]]></content>
	</entry>
	</feed>
