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

	<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>2007-12-06T19:58:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-12-06T08:17:11-04:00</updated>

		<published>2007-12-06T08:17:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79048#p79048</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79048#p79048"/>
		<title type="html"><![CDATA[Re: Bot to msg during channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79048#p79048"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>::$yourchannel...::$nickalerts</code></pre></div></div></blockquote>make that <div class="codebox"><p>Code: </p><pre><code>$::varname</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Dec 06, 2007 8:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2007-12-06T19:58:00-04:00</updated>

		<published>2007-12-05T19:42:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79038#p79038</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79038#p79038"/>
		<title type="html"><![CDATA[Re: Bot to msg during channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79038#p79038"><![CDATA[
<blockquote class="uncited"><div>hi!<br><br>i am trying to make my bot to notify user that the bot is now Online and the user can start using the bot commands<br><br>i have tried with this script but it wont works</div></blockquote>Try this script...<div class="codebox"><p>Code: </p><pre><code>variable yourchannel "#channel"variable nickalerts "nick1 nick2 nick3"bind join - $::yourchannel bot:joined proc bot:joined {nick uhost hand chan} {   if {[isbotnick $nick]} {    foreach n [split $::nickalerts] {      putserv "PRIVMSG $n :I am online now. My commands are available by typing !commands on $::yourchannel."    }  } }</code></pre></div>edit: fixed; as per user's observation noted below. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Dec 05, 2007 7:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[panasonic]]></name></author>
		<updated>2007-12-05T14:18:38-04:00</updated>

		<published>2007-12-05T14:18:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=79033#p79033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=79033#p79033"/>
		<title type="html"><![CDATA[Bot to msg during channel join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=79033#p79033"><![CDATA[
hi!<br><br>i am trying to make my bot to notify user that the bot is now Online and the user can start using the bot commands<br><br>i have tried with this script but it wont works<br><div class="codebox"><p>Code: </p><pre><code>bind join - #channel bot:joined proc bot:joined {nick uhost hand chan} {  if {[isbotnick user1 user2 user3] &amp;&amp; [string equal -nocase #channel $chan]} {   utimer 15 [ putserv "PRIVMSG user1 user2 user3: "I am online now. My commands are available by typing !commands at #channel."] } }putlog "Bot ready script - loaded"</code></pre></div>but the user did not receive any message while the bot joining the channel now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>the purpose of this script is just to notify user1, user2 and user3 that my bot is online and they can start using the bot<br>i have another script for !commands<br><br>any advice is appeciated<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9311">panasonic</a> — Wed Dec 05, 2007 2:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
