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

	<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>2003-08-21T07:47:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-21T07:47:06-04:00</updated>

		<published>2003-08-21T07:47:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25413#p25413</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25413#p25413"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25413#p25413"><![CDATA[
I want to thank all of you for help! Especially egghead.<br><br>I changed network type to 5 (others) and now it works correctly.<p>Statistics: Posted by Guest — Thu Aug 21, 2003 7:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-08-21T06:58:20-04:00</updated>

		<published>2003-08-21T06:58:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25407#p25407</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25407#p25407"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25407#p25407"><![CDATA[
<blockquote class="uncited"><div>I use "set net-type 1" (IRCnet) and I'm on the Polish IRC Network called PolNet (its http:// and <a href="irc:" class="postlink">irc://</a> domain is ircnet.pl).</div></blockquote><blockquote class="uncited"><div>warszawa.ircnet.pl hybrid-7.0</div></blockquote>Eventhough this server seems to give a valid /WHO reply, this definitely is not an IRCNET server. Try the other net-types, maybe the efnet setting.<br><br>Edit: I joined my bot to the above server and with net-type set to 1 it seems it has some difficulties indeed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Aug 21, 2003 6:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-21T06:48:47-04:00</updated>

		<published>2003-08-21T06:48:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25406#p25406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25406#p25406"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25406#p25406"><![CDATA[
I use "set net-type 1" (IRCnet) and I'm on the Polish IRC Network called PolNet (its http:// and <a href="irc:" class="postlink">irc://</a> domain is ircnet.pl).<p>Statistics: Posted by Guest — Thu Aug 21, 2003 6:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-08-21T06:31:10-04:00</updated>

		<published>2003-08-21T06:31:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25405#p25405</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25405#p25405"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25405#p25405"><![CDATA[
<blockquote class="uncited"><div>I use eggdrop 1.6.15 and all my channels have -inactive.<br><br>I just heard from my friend, GoQ, that he has the similar problem. When he tries to write the command ".say #channel text", he gets message like "I'm not on that channel". When he writes ".channel #channel", he gets that there are 0 members.</div></blockquote>This then seems more of an issue of communication between the IRCD and eggdrop. What network are you on and which net-type did you set. Please note that some networks have disabled the /WHO command. A command eggdrop relies on. <br><br>Perhaps a tcl should be written which feeds a fake /WHO reply into eggdrop based on the /NAMES command when on such networks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Thu Aug 21, 2003 6:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2003-08-21T06:10:44-04:00</updated>

		<published>2003-08-21T06:10:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25399#p25399</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25399#p25399"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25399#p25399"><![CDATA[
Not sure if this is what you want but, I use this code in a public commands script for my loan bots:<br><br>set chanlist ""<br>                        foreach c [channels] {<br>                        if {![onchan $botnick $c]} {<br>                        set chan "${c}(trying)"<br>                        } elseif {[isop $botnick $c]} {<br>                        set chan "@$c"<br>                        } elseif {(![isop $botnick $c]) &amp;&amp; ([isvoice $botnick $c])} {<br>                        set chan "+${c}(want ops!)"<br>                        } elseif {![isop $botnick $c]} {<br>                        set chan "${c}(want ops!)"<br>                        } elseif {[isvoice $botnick $c]} {<br>                        set chan "+$c"<br>                        } else {<br>                        set chan $c<br>                        }<br>                        if {[isdynamic $c]} {<br>                        set chan "&lt;${chan}&gt;"<br>                        } <br>                        append chanlist "$chan "<br>                        }<br>putcmdlog "channel list:&lt;&lt;$nick&gt;&gt; #$hand# requested my channel list."<br>                                notice $nick "I monitor: $chanlist"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Aug 21, 2003 6:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-21T04:43:09-04:00</updated>

		<published>2003-08-21T04:43:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25396#p25396</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25396#p25396"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25396#p25396"><![CDATA[
I use eggdrop 1.6.15 and all my channels have -inactive.<br><br>I just heard from my friend, GoQ, that he has the similar problem. When he tries to write the command ".say #channel text", he gets message like "I'm not on that channel". When he writes ".channel #channel", he gets that there are 0 members.<p>Statistics: Posted by Guest — Thu Aug 21, 2003 4:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-08-20T15:31:39-04:00</updated>

		<published>2003-08-20T15:31:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25385#p25385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25385#p25385"/>
		<title type="html"><![CDATA[Re: chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25385#p25385"><![CDATA[
<blockquote class="uncited"><div>[snip]<br>I have a very big problem. I was working on it all day long without effect. After many tests I found that "chanlist" eggdrop TCL command doesn't work when there are more than 1 channels no the eggdrop's channel list. It just returns an empty list! I tried everyting what came to my head, including calling "resetchan".<br>[snip]<br>Maybe someone of you know the reason of this problem? Is this a bug in the eggdrop, is this a well known problem or I'm just doing something wrong?</div></blockquote>Likely the latter. [chanlist] works fine here (eggdrop 1.6.13). Are you sure that the channels are not set to +inactive? In that case [chanlist] remains empty.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Wed Aug 20, 2003 3:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-08-20T15:16:09-04:00</updated>

		<published>2003-08-20T15:16:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25383#p25383</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25383#p25383"/>
		<title type="html"><![CDATA[chanlist doesn't work]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25383#p25383"><![CDATA[
Greetings from Poland! I am a 19-year-old programmer, I just learnt TCL and now I'm writing a script that will lead a statistics for IRC channels.<br><br>I have a very big problem. I was working on it all day long without effect. After many tests I found that "chanlist" eggdrop TCL command doesn't work when there are more than 1 channels no the eggdrop's channel list. It just returns an empty list! I tried everyting what came to my head, including calling "resetchan".<br><br>At present, my test code looks like this:<div class="codebox"><p>Code: </p><pre><code>proc TestDebug {aText} {  putserv "PRIVMSG Regedit :(DEBUG) $aText"}proc Test_List {snick shost shandle stext} {  foreach {chan} [channels] {    TestDebug "$chan: [join [chanlist $chan]]"  }}bind msg n "lista" Test_List</code></pre></div>Maybe someone of you know the reason of this problem? Is this a bug in the eggdrop, is this a well known problem or I'm just doing something wrong?<p>Statistics: Posted by Guest — Wed Aug 20, 2003 3:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
