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

	<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>2005-04-11T16:37:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Bader]]></name></author>
		<updated>2005-04-11T16:37:34-04:00</updated>

		<published>2005-04-11T16:37:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48037#p48037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48037#p48037"/>
		<title type="html"><![CDATA[hello pls help me with some tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48037#p48037"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>Here is something relevant which I use:<br><div class="codebox"><p>Code: </p><pre><code>bind join - "*" greet:userproc greet:user {nick uhost hand chan} { if {![isbotnick $nick] &amp;&amp; [string equal "Cinderella" $nick]} {  putserv "PRIVMSG $chan :Senorita, Cinderella! ;)"  }}</code></pre></div>This will greet the nick 'Cinderella' when it joins a channel. You can also specify it to work on a specific channel.</div></blockquote>some error  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br>Tcl error [greet:user]: extra characters after close-quote</div></blockquote>thanks guys its working know  <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 <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6059">Bader</a> — Mon Apr 11, 2005 4:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bader]]></name></author>
		<updated>2005-04-11T16:25:57-04:00</updated>

		<published>2005-04-11T16:25:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48036#p48036</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48036#p48036"/>
		<title type="html"><![CDATA[hello pls help me with some tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48036#p48036"><![CDATA[
<blockquote class="uncited"><div>Here is something relevant which I use:<br><div class="codebox"><p>Code: </p><pre><code>bind join - "*" greet:userproc greet:user {nick uhost hand chan} { if {![isbotnick $nick] &amp;&amp; [string equal "Cinderella" $nick]} {  putserv "PRIVMSG $chan :Senorita, Cinderella! ;)"  }}</code></pre></div>This will greet the nick 'Cinderella' when it joins a channel. You can also specify it to work on a specific channel.</div></blockquote>some error  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"> <br>Tcl error [greet:user]: extra characters after close-quote<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6059">Bader</a> — Mon Apr 11, 2005 4:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-04-11T15:10:04-04:00</updated>

		<published>2005-04-11T15:10:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48030#p48030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48030#p48030"/>
		<title type="html"><![CDATA[hello pls help me with some tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48030#p48030"><![CDATA[
You don't need a script to do that, <br>on partyline type <blockquote class="uncited"><div>.chanset #channel +greet<br>.chinfo USER &lt;greet msg&gt;</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Mon Apr 11, 2005 3:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-04-11T15:10:49-04:00</updated>

		<published>2005-04-11T15:09:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48029#p48029</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48029#p48029"/>
		<title type="html"><![CDATA[hello pls help me with some tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48029#p48029"><![CDATA[
Here is something relevant which I use:<br><div class="codebox"><p>Code: </p><pre><code>bind join - "*" greet:userproc greet:user {nick uhost hand chan} { if {![isbotnick $nick] &amp;&amp; [string equal "Cinderella" $nick]} {  putserv "PRIVMSG $chan :Senorita, Cinderella! ;)"  }}</code></pre></div>This will greet the nick 'Cinderella' when it joins a channel. You can also specify it to work on a specific channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Apr 11, 2005 3:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Bader]]></name></author>
		<updated>2005-04-11T14:52:24-04:00</updated>

		<published>2005-04-11T14:52:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48025#p48025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48025#p48025"/>
		<title type="html"><![CDATA[hello pls help me with some tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48025#p48025"><![CDATA[
I wanna a greeting for the channel, like when some specific USER join the channel, the bot greets him. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6059">Bader</a> — Mon Apr 11, 2005 2:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
