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

	<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>2002-07-07T06:58:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-07T06:58:12-04:00</updated>

		<published>2002-07-07T06:58:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8668#p8668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8668#p8668"/>
		<title type="html"><![CDATA[is there any command like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8668#p8668"><![CDATA[
Eggdrop only maintains records for channels jpoined using the .+chan command.<br><br>Issuing a channel join, without telling the bot you are doing it, will only confuse it, and it will automaticaly part it. This is to stop it from being in channels it shouldn't<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jul 07, 2002 6:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-07T05:55:26-04:00</updated>

		<published>2002-07-07T05:55:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8664#p8664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8664#p8664"/>
		<title type="html"><![CDATA[is there any command like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8664#p8664"><![CDATA[
ty very much 4 the proc<br>however, isn't there any possibility i'm on a channel that isn't in the .chan file?<br>like, if i used .tcl putserv join #channel command then this channel isn't in the .chan file and then i won't b able 2 grab it with the proc u gave me<p>Statistics: Posted by Guest — Sun Jul 07, 2002 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-07-04T16:14:40-04:00</updated>

		<published>2002-07-04T16:14:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8597#p8597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8597#p8597"/>
		<title type="html"><![CDATA[is there any command like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8597#p8597"><![CDATA[
Actually, channels does only give the channels stored in the chan file. It doesn't mean the bot is ON the channel. The bot could be banned, in need of invite, etc. The chan could also be inactive.<br><br>Here's a proc that will return a list of all channels the bot is ON.<br><div class="codebox"><p>Code: </p><pre><code>proc onchannels {} {  set chanlist [list]  foreach chan [channels] {    if {[botonchan $chan]} {      lappend chanlist $chan    }  }  return $chanlist}</code></pre></div>Wcc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Thu Jul 04, 2002 4:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-04T15:52:16-04:00</updated>

		<published>2002-07-04T15:52:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8591#p8591</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8591#p8591"/>
		<title type="html"><![CDATA[is there any command like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8591#p8591"><![CDATA[
the command "channels" does not just give the chans specified in hte config. It returns a list of the channels the bot is currently on.<br><br><br> <strong class="text-strong">example</strong><br><br>[20:35] &lt;fudded&gt; .tcl channels<br>[20:35] &lt;ins3ct&gt; Tcl: #a*c1** #w-***ops #wa**-***y #eggdrop-**lp<br><br>I manually edited the actual return, but my bot has only one channel in its config<br><br>Fudded<p>Statistics: Posted by Guest — Thu Jul 04, 2002 3:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-04T10:29:56-04:00</updated>

		<published>2002-07-04T10:29:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8584#p8584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8584#p8584"/>
		<title type="html"><![CDATA[is there any command like this?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8584#p8584"><![CDATA[
can i get the list of channels my bot is on?<br>i know about "channels" command, but this would only give me the<br>the channels that are set in the .chan file and i need the<br>actual chans the bots is on at a certain momet.<br>even the number of channels would b gr8. something like $chan(0) of mIRC.<br><br>ty...<p>Statistics: Posted by Guest — Thu Jul 04, 2002 10:29 am</p><hr />
]]></content>
	</entry>
	</feed>
