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

	<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-08-16T16:16:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2003-08-16T16:16:08-04:00</updated>

		<published>2003-08-16T16:16:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25096#p25096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25096#p25096"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25096#p25096"><![CDATA[
<blockquote class="uncited"><div>You should follow Papillon's sugestions.<br><br>Yoda: since the #channel is in lower chars then the <div class="codebox"><p>Code: </p><pre><code>if {$chan == "#channel"} { </code></pre></div>should be in fact:<div class="codebox"><p>Code: </p><pre><code>if {[strlwr $chan] == #channel} { </code></pre></div>same thing goes to the next <em class="text-italics">$chan == "#channel"</em> check.</div></blockquote>strlwr is of course not a tcl command, but a procedure provided by alltools.tcl (i believe).  If you do not have alltools.tcl loaded, then you should be using 'string tolower' in place of 'strlwr'.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sat Aug 16, 2003 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-16T04:10:34-04:00</updated>

		<published>2003-08-16T04:10:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25047#p25047</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25047#p25047"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25047#p25047"><![CDATA[
You should follow Papillon's sugestions.<br><br>Yoda: since the #channel is in lower chars then the <div class="codebox"><p>Code: </p><pre><code>if {$chan == "#channel"} { </code></pre></div>should be in fact:<div class="codebox"><p>Code: </p><pre><code>if {[strlwr $chan] == #channel} { </code></pre></div>same thing goes to the next <em class="text-italics">$chan == "#channel"</em> check.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Aug 16, 2003 4:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yoda]]></name></author>
		<updated>2003-08-16T04:06:01-04:00</updated>

		<published>2003-08-16T04:06:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25045#p25045</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25045#p25045"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25045#p25045"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * join_tousproc join_tous {nick host hand chan} {  if {$chan == "#channel"} {puthelp "PRIVMSG $nick : "channel rules"  }  if {($chan == "#channel") &amp;&amp; ([string tolower $nick] == "nick")} {putmsg $chan "message"}    }</code></pre></div>I use this script to send a pvt msg onjoin to all with channel rules and a customized greet to a specified nick<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2083">Yoda</a> — Sat Aug 16, 2003 4:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-08-15T22:48:29-04:00</updated>

		<published>2003-08-15T22:48:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25040#p25040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25040#p25040"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25040#p25040"><![CDATA[
did you add the nick to the userlist<br>as Papillon suggested?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Fri Aug 15, 2003 10:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mimic]]></name></author>
		<updated>2003-08-15T18:39:39-04:00</updated>

		<published>2003-08-15T18:39:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25033#p25033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25033#p25033"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25033#p25033"><![CDATA[
the code is not working so no chance to capture an error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2850">mimic</a> — Fri Aug 15, 2003 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-15T17:46:46-04:00</updated>

		<published>2003-08-15T17:46:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25032#p25032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25032#p25032"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25032#p25032"><![CDATA[
Any errors or something like this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Aug 15, 2003 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mimic]]></name></author>
		<updated>2003-08-15T16:51:02-04:00</updated>

		<published>2003-08-15T16:51:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25029#p25029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25029#p25029"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25029#p25029"><![CDATA[
this code doesn't seem to work? you mind check it again and correct the broken code.<br><br>peace<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2850">mimic</a> — Fri Aug 15, 2003 4:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-08-14T12:56:15-04:00</updated>

		<published>2003-08-14T12:56:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24926#p24926</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24926#p24926"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24926#p24926"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set greetlines {  "la la la la"  "le le le le"  "hmmm.."}bind join -|A * greet:specialproc greet:special {nick host hand chan} {  set greet [lindex $::greetlines [rand [llength $::greetlines]]]  putserv "PRIVMSG $chan :$greet"}[code]very basic greeting, just add the person to your bot (no need for him to set pass if you don't wan't him to), then do [b].chattr user +A #channel[/b]note.. +A is a userset flag, and [b]not[/b] the same as the +a flag</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Aug 14, 2003 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mimic]]></name></author>
		<updated>2003-08-14T12:50:43-04:00</updated>

		<published>2003-08-14T12:50:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24924#p24924</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24924#p24924"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24924#p24924"><![CDATA[
hi again<br><br>I know about this. No password is needed. i want the bot to greet the person when he joins the channel, and i need it random, like if he joins now the bot will greet with la la la, then he joins again lets say after a few hours then the bot will greet him with something diff . you know what i mean?<br>and i want to add a specific host so the bot will not greet the wrong person..<br><br><br>Peace<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2850">mimic</a> — Thu Aug 14, 2003 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-08-14T12:43:54-04:00</updated>

		<published>2003-08-14T12:43:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24921#p24921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24921#p24921"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24921#p24921"><![CDATA[
<a href="http://www.egghelp.org/commands/irc.htm#msg_info" class="postlink">info</a> &lt;--<br>then do <strong class="text-strong">.chanset #channel +greet</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Aug 14, 2003 12:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mimic]]></name></author>
		<updated>2003-08-14T12:40:55-04:00</updated>

		<published>2003-08-14T12:40:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24919#p24919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24919#p24919"/>
		<title type="html"><![CDATA[I need help with this? GREETS]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24919#p24919"><![CDATA[
Hello..<br><br>I've tried to search for a tcl that greets a specific nick with a specific msg onjoin but no success so far. I also need it to determine the person host so the greets will not go for a wrong place .. any ideas<br><br>peace<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2850">mimic</a> — Thu Aug 14, 2003 12:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
