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

	<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-01-08T19:32:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-08T19:32:00-04:00</updated>

		<published>2002-01-08T19:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3610#p3610</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3610#p3610"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3610#p3610"><![CDATA[
Well.. what can i say! It works now.<br><br>Thank you very much!<br><br>Pedro<p>Statistics: Posted by Guest — Tue Jan 08, 2002 7:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-08T17:50:00-04:00</updated>

		<published>2002-01-08T17:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3606#p3606</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3606#p3606"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3606#p3606"><![CDATA[
Don't use lindex (a list function) on strings. Convert the string to a list first (using split).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Jan 08, 2002 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-08T17:33:00-04:00</updated>

		<published>2002-01-08T17:33:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3603#p3603</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3603#p3603"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3603#p3603"><![CDATA[
Hi!<br>Sorry for all this days without sending any reply but.. lack of time... you know <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><br>Well, actualy, you're right! The problem is not on chanlist but i think there is still a problem!<br>Just take a look in this:<br><br>foreach user [chanlist #caldas] {<br> if {[isop $user #caldas] || [isvoice $user #caldas]} {<br>  putlog "$user"<br>  putserv "who $user"<br> }<br>}<br><br>In the partilyne it works fine:<br>19:25: [19:38] Cynthia<br>19:17: [19:38] {|RiFaDo|}<br><br>Now lets add bind raw 352 - for /who $user<br><br>proc raw_352 {from key arg} {<br> set nick "[string tolower [lindex $arg 5]]"<br> putlog "$nick"<br>}<br><br>Now, just check the results in the partyline:<br>19:25: [19:38] Cynthia<br>19:25: [19:38] |rifado|<br><br>This time i will not say this is a problem 'cause i dont want to make the same mistake twice but the nick that is on channel is {|rifado|}Êbut, in /who, the bot sees it like |rifado|.<br><br>Sorry for my bad english!<br><br>*<br>pedro<br><br><br><br><br><br><p>Statistics: Posted by Guest — Tue Jan 08, 2002 5:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-23T12:17:00-04:00</updated>

		<published>2001-12-23T12:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3099#p3099</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3099#p3099"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3099#p3099"><![CDATA[
chanlist outputs a Tcl string (as noted in tcl-commands.doc), and as such, all names are quoted into list notation, before being sent to your script, else it wouldn't be a list.<br><br>Try doing the same thing on every version this command has been in eggdrop, and you will see the same results.<br><blockquote class="uncited"><div>This bug is quite irrelevant, but to me, it brings some problems in some tcls i made.</div></blockquote>Then they have been porly made. If handled in the normal way, lists work without problem.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Dec 23, 2001 12:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-12-23T10:48:00-04:00</updated>

		<published>2001-12-23T10:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3094#p3094</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3094#p3094"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3094#p3094"><![CDATA[
Nothing wrong with the output. Go read the tcl documentation on the difference between a list and a string.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sun Dec 23, 2001 10:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-23T10:46:00-04:00</updated>

		<published>2001-12-23T10:46:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3093#p3093</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3093#p3093"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3093#p3093"><![CDATA[
<blockquote class="uncited"><div>HI!<br>I'm just reporting to you a bug that i found in eggdrop1.6.x. Just look at the example:<br><br>12:41: *** {|localhost|} (<a href="mailto:xpto@xx.xx.xx.xx">xpto@xx.xx.xx.xx</a>) has joined channel #caldas.<br><br>&lt;in the partyline now&gt;<br>12:42: -&gt;.tcl putlog "[chanlist #caldas o|o]"<br>12:42: [12:53] reindeer Cortelos |serra| {{|localhost|}}<br>&lt;end of example&gt;<br><br>Have you noticed that the nick is {|localhost|}, not {{|localhost|}}.<br><br>This bug is quite irrelevant, but to me, it brings some problems in some tcls i made.<br><br>Merry X-Mas for everyone!<br>Pedro Serra</div></blockquote><p>Statistics: Posted by Guest — Sun Dec 23, 2001 10:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-17T12:27:00-04:00</updated>

		<published>2001-12-17T12:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2855#p2855</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2855#p2855"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2855#p2855"><![CDATA[
This is somthing you should be looking at yourself.<br><br>Decompressing, and reading the file doc/UPDATES1.6 and the config files themself, should give you a clue as to where changes have been made.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Dec 17, 2001 12:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JingYou]]></name></author>
		<updated>2001-12-17T03:16:00-04:00</updated>

		<published>2001-12-17T03:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2850#p2850</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2850#p2850"/>
		<title type="html"><![CDATA[Eggdrop1.6.7]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2850#p2850"><![CDATA[
Im currently using Eggdrop v1.6.6, and im thinking of using eggdrop v1.6.7, but i wanna continue using my old bot's config, are there any extra lines to be added in? or are there any other things to add into?<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=205">JingYou</a> — Mon Dec 17, 2001 3:16 am</p><hr />
]]></content>
	</entry>
	</feed>
