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

	<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>2008-05-05T19:13:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2008-05-05T19:13:23-04:00</updated>

		<published>2008-05-05T19:13:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82735#p82735</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82735#p82735"/>
		<title type="html"><![CDATA[bot greet itself?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82735#p82735"><![CDATA[
I'm not sure that a join bind (or any bind for that matter) will be triggered by the bot itself, even with a user record of the bot added to itself.  Think you may need to do a raw binding on something like end of receiving names list (366).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Mon May 05, 2008 7:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-05-05T00:43:12-04:00</updated>

		<published>2008-05-05T00:43:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82722#p82722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82722#p82722"/>
		<title type="html"><![CDATA[bot greet itself?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82722#p82722"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc join:greet_self {nick host handle channel} { if {([isbotnick $nick])} {  set bot_chaninfo [getchaninfo $handle $channel]   set bot_globalinfo [getuser $handle INFO]    if {($bot_globalinfo != "")} {     puthelp "PRIVMSG $channel :\[$nick\] $bot_globalinfo"      return    }    if {($bot_chaninfo != "")} {     puthelp "PRIVMSG $channel :\[$nick\] $bot_chaninfo"      return    } }}bind join - "* *" join:greet_self</code></pre></div> Not tested, just add the bot to its own userfile with <strong class="text-strong">+bot</strong> and then <span style="text-decoration:underline">.chinfo &lt;botnick&gt; [greet]</span> for all channels, or for channel specific just do <span style="text-decoration:underline">.chinfo &lt;botnick&gt; [#chnanel] [greet]</span>. Not sure if eggdrop's default greet system displays global info lines if one is presant and ignores what everys set for the users greet for the given channel.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> probably only displays it if there isn't one for the given channel *sigh* <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_arrow.gif" width="15" height="15" alt=":arrow:" title="Arrow"> hope it works anyway. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon May 05, 2008 12:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2008-04-25T02:55:58-04:00</updated>

		<published>2008-04-25T02:55:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=82529#p82529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=82529#p82529"/>
		<title type="html"><![CDATA[bot greet itself?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=82529#p82529"><![CDATA[
trying to get a greet script of bot greeting itself when it joins room and no one elses joins. I trid $botnick in some but no luck. any one got one?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Fri Apr 25, 2008 2:55 am</p><hr />
]]></content>
	</entry>
	</feed>
