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

	<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-12-06T02:05:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mrdr]]></name></author>
		<updated>2005-12-06T02:05:34-04:00</updated>

		<published>2005-12-06T02:05:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57981#p57981</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57981#p57981"/>
		<title type="html"><![CDATA[need help in this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57981#p57981"><![CDATA[
Thank you, Sir_Fz. <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=6362">mrdr</a> — Tue Dec 06, 2005 2:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-05T18:34:08-04:00</updated>

		<published>2005-12-05T18:34:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57972#p57972</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57972#p57972"/>
		<title type="html"><![CDATA[need help in this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57972#p57972"><![CDATA[
After<div class="codebox"><p>Code: </p><pre><code>set day [lindex [split $text] 0]</code></pre></div>add<div class="codebox"><p>Code: </p><pre><code>if {$day == ""} { puthelp "NOTICE $nick :Usage: !birth month.day" return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Dec 05, 2005 6:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mrdr]]></name></author>
		<updated>2005-12-05T14:44:10-04:00</updated>

		<published>2005-12-05T14:44:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57969#p57969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57969#p57969"/>
		<title type="html"><![CDATA[need help in this script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57969#p57969"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set birthday(file) "birth.txt" if {[file exists $birthday(file)]} {   set birthday(data) [split [read [set inf [open $birthday(file) r]]] \n][close $inf]   unset inf } else {   set birthday(data) [list] }  bind pub - !birth pub:birthdays proc pub:birthdays {nick uhost hand chan text} {   global birthday   set day [lindex [split $text] 0]   set line [list]   foreach i [lsearch -regexp $birthday(data) "$day *"] {     lappend line [join [lrange [split [lindex $birthday(data) $i]] 1 end]]   }   set line [join $line]   putserv "PRIVMSG $chan :$day $line" }</code></pre></div>I got this script, I think you know what it does.<br>How to make that when I enter !birth bot notice how to use it. <br>ex.<br>(@me) !birth<br>Notice -- (bot) -- Usage: !birth month.day<br><br> <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=6362">mrdr</a> — Mon Dec 05, 2005 2:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
