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

	<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>2001-10-06T01:13:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-06T01:13:00-04:00</updated>

		<published>2001-10-06T01:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=319#p319</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=319#p319"/>
		<title type="html"><![CDATA[join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=319#p319"><![CDATA[
thanks peterpan <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":grin:" title="Very Happy"><p>Statistics: Posted by Guest — Sat Oct 06, 2001 1:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-04T15:32:00-04:00</updated>

		<published>2001-10-04T15:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=275#p275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=275#p275"/>
		<title type="html"><![CDATA[join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=275#p275"><![CDATA[
can't use onchan for channels not added to the bot (cos it doesn't know about it, so can't make any calculations if anyone is on it or not, including itself). try this<br><br>proc come:to {frombot cmd arg} { <br>global botnick <br>set chan [lindex [split $arg] 0] <br>if {![validchan $chan]} { <br>putlog "(**) Join/$frombot: joining $chan" <br>channel add $chan <br>putquick "JOIN $chan" <br>} <br>} <br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Oct 04, 2001 3:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-04T14:08:00-04:00</updated>

		<published>2001-10-04T14:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=269#p269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=269#p269"/>
		<title type="html"><![CDATA[join]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=269#p269"><![CDATA[
in one of my bots i have this..<br>putallbots "cometo $chan"<br><br>and in the other i have..<br>bind bot - cometo come:to<br><br>proc come:to {frombot cmd arg} {<br>  global botnick<br>  set chan [lindex $arg 0]<br>  if {![onchan $botnick $chan]} {<br>  putlog "(**) Join/$frombot: joining $chan"<br>  channel add $chan<br>  putquick "JOIN $chan"<br>}<br>}<br><br>but then i get.. <br>&lt;packiboy&gt; [11:33] Tcl error [come:to]: illegal channel: #oinkoink<br><br>i dont know how to fix it, please help ;p<br><br>&lt;font size=-1&gt;[ This Message was edited by: Paiakam on 2001-10-04 12:09 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Thu Oct 04, 2001 2:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
