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

	<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-05-07T09:12:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-05-07T09:12:44-04:00</updated>

		<published>2005-05-07T09:12:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49161#p49161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49161#p49161"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49161#p49161"><![CDATA[
<blockquote class="uncited"><div>That didnt work...</div></blockquote>"Doesn't work" is no error description! Tell what you are doing, tell what the bots reacts, check for TCL errors and best give the whole '.set errorInfo' output.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat May 07, 2005 9:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AtomicWedgie]]></name></author>
		<updated>2005-05-07T05:37:11-04:00</updated>

		<published>2005-05-07T05:37:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49154#p49154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49154#p49154"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49154#p49154"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>bind pub - "!add cs" my:proc</div></blockquote>you can't use pub with "!add cs"<br><br>you may want to change this to:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "!add cs *" my:procproc my:proc {nick uhost hand chan text} {  if {[string equal -nocase "game" [lindex [split $text] 2]]} {   if {([lindex [split $text] 3] != "") &amp;&amp; ![file exists database\CS.txt]} {    set file [open database\CS.txt a]; puts $file "[lindex [split $text] 3] $nick"    close $file   }  } }</code></pre></div></div></blockquote>That didnt work...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6187">AtomicWedgie</a> — Sat May 07, 2005 5:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AtomicWedgie]]></name></author>
		<updated>2005-05-07T05:35:39-04:00</updated>

		<published>2005-05-07T05:35:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49153#p49153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49153#p49153"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49153#p49153"><![CDATA[
i want like !add cs<br>&lt;bot&gt; You have been added to CS list. Thank you for using this Service<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6187">AtomicWedgie</a> — Sat May 07, 2005 5:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AtomicWedgie]]></name></author>
		<updated>2005-05-07T05:33:01-04:00</updated>

		<published>2005-05-07T05:33:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49152#p49152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49152#p49152"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49152#p49152"><![CDATA[
2) no message when trying to add. <br><br><br>How do i do this ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6187">AtomicWedgie</a> — Sat May 07, 2005 5:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-06T20:16:46-04:00</updated>

		<published>2005-05-06T20:16:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49141#p49141</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49141#p49141"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49141#p49141"><![CDATA[
<blockquote class="uncited"><div>bind pub - "!add cs" my:proc</div></blockquote>you can't use pub with "!add cs"<br><br>you may want to change this to:<div class="codebox"><p>Code: </p><pre><code>bind pubm - "!add cs *" my:procproc my:proc {nick uhost hand chan text} {  if {[string equal -nocase "game" [lindex [split $text] 2]]} {   if {([lindex [split $text] 3] != "") &amp;&amp; ![file exists database\CS.txt]} {    set file [open database\CS.txt a]; puts $file "[lindex [split $text] 3] $nick"    close $file   }  } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri May 06, 2005 8:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AtomicWedgie]]></name></author>
		<updated>2005-05-06T19:16:22-04:00</updated>

		<published>2005-05-06T19:16:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49134#p49134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49134#p49134"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49134#p49134"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - "!add cs" my:proc proc my:proc {nick uhost hand chan text} {  if {[string equal -nocase "game" [lindex $text 0]]} {   if {([lindex $text 1] != "") &amp;&amp; ![file exists database\CS.txt]} {   set file [open database\CS.txt a]; puts $file "[lindex $text 1] $nick"   close $file   }  } } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6187">AtomicWedgie</a> — Fri May 06, 2005 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AtomicWedgie]]></name></author>
		<updated>2005-05-06T19:15:47-04:00</updated>

		<published>2005-05-06T19:15:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49133#p49133</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49133#p49133"/>
		<title type="html"><![CDATA[Something aint right.. help me]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49133#p49133"><![CDATA[
<blockquote class="uncited"><div>bind pub - "!add cs" my:proc <br><br>proc my:proc {nick uhost hand chan text} { <br> if {[string equal -nocase "game" [lindex $text 0]]} { <br>  if {([lindex $text 1] != "") &amp;&amp; ![file exists database\CS.txt]} { <br>  set file [open database\CS.txt a]; puts $file "[lindex $text 1] $nick" <br>  close $file <br>  } <br> } <br>} <br></div></blockquote>1) i cant see the cs.txt file in my windrop folder..<br>2) no message when trying to add.<br>3) i need help to script a !show CS that will PM the list to Asker.<br>and will the script i wrote above will add the player by name ? or by host ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6187">AtomicWedgie</a> — Fri May 06, 2005 7:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
