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

	<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-06-23T14:31:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-06-23T14:31:49-04:00</updated>

		<published>2005-06-23T14:31:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51287#p51287</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51287#p51287"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51287#p51287"><![CDATA[
sorry my bad, I thought this error was so obvious that I already forgot about it again ^-^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Jun 23, 2005 2:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-23T09:41:00-04:00</updated>

		<published>2005-06-23T09:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51282#p51282</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51282#p51282"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51282#p51282"><![CDATA[
Maybe realname is being used as a variable in another script, so you can't use it as an array. Try to use a different name than realname.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jun 23, 2005 9:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-06-23T08:06:55-04:00</updated>

		<published>2005-06-23T08:06:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51278#p51278</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51278#p51278"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51278#p51278"><![CDATA[
hello,<br><br>No, with<div class="codebox"><p>Code: </p><pre><code>set realname($nick) [join [lrange [split $arg :] 1 end] :] </code></pre></div>that gives the same error message ==&gt;can't set "realname(liloto)": variable isn't array .<br> That should not be possible with this method? Can be in another way?<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Thu Jun 23, 2005 8:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-06-23T04:48:36-04:00</updated>

		<published>2005-06-23T04:48:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51276#p51276</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51276#p51276"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51276#p51276"><![CDATA[
set realname($nick) [string trimleft [lrange $arg 5 end] :]<br><br>I wouldn't use that, I would use:<br><br>set realname($nick) [join [lrange [split $arg :] 1 end] :]<br><br>I believe this is absolut false proof. btw string trim only removes trailing or leading characters from a string, not from list elements!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Thu Jun 23, 2005 4:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-06-23T04:19:44-04:00</updated>

		<published>2005-06-23T04:19:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51275#p51275</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51275#p51275"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51275#p51275"><![CDATA[
hello,<br><br>I recover the realname, ident , the host,of every user who joins the channel(with the bind raw).And with " !who nick ", I want that information appear on the channel.<br><br>if somebody has an idea??<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Thu Jun 23, 2005 4:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-22T21:13:26-04:00</updated>

		<published>2005-06-22T21:13:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51261#p51261</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51261#p51261"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51261#p51261"><![CDATA[
you want the realname of every user who joins the channel?<br><br>elaborate on "I want to transmit this information on the chan" - transmit exactly what and for what purpose?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Jun 22, 2005 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-06-22T16:41:00-04:00</updated>

		<published>2005-06-22T16:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51245#p51245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51245#p51245"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51245#p51245"><![CDATA[
hello, <br>yes I know what I want.  My bind raw allows me recuperer ident , realname of a person who joined the channel.  After with the bind pub I want to transmit this information on the chan. <br>But I do not manage to send the variable of the bind raw in the bind pub.  It's my problem. <br><br>ciao<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Wed Jun 22, 2005 4:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-22T16:12:41-04:00</updated>

		<published>2005-06-22T16:12:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51243#p51243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51243#p51243"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51243#p51243"><![CDATA[
it is possible if you know some basic Tcl scripting and know what you want<br><br>you seem to know neither (at least try to describe what you need)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Jun 22, 2005 4:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-06-22T16:03:51-04:00</updated>

		<published>2005-06-22T16:03:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51241#p51241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51241#p51241"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51241#p51241"><![CDATA[
No, that does not function.<br><br>error message : [21:58] Tcl error [realname]: can't set "realname(liloto)": variable isn't array .<br><br>I don't know if this script is possible.  If one among you has an idea?<br><br>thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Wed Jun 22, 2005 4:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-22T15:31:05-04:00</updated>

		<published>2005-06-22T15:31:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51238#p51238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51238#p51238"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51238#p51238"><![CDATA[
it seems that <div class="codebox"><p>Code: </p><pre><code>putserv "privmsg $chan:$identi($nick)"</code></pre></div>should be<div class="codebox"><p>Code: </p><pre><code>putserv "who $chan:$identi($nick)"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Jun 22, 2005 3:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-06-22T14:09:53-04:00</updated>

		<published>2005-06-22T14:09:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51235#p51235</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51235#p51235"/>
		<title type="html"><![CDATA[problem raw]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51235#p51235"><![CDATA[
hello,<br>i have this little script<div class="codebox"><p>Code: </p><pre><code>bind raw - 311 parse:realname proc parse:realname {from key arg} {global hosti identi realnameset nick [lindex [split $arg] 1]  set identi($nick) [lindex [split $arg] 2]  set hosti($nick) [lindex [split $arg] 3]  set realname($nick) [string trimleft [lrange $arg 5 end] :] set open [open $maliste a+] puts $open "$identi($nick)" close $open return 0 } bind pub - !who effacexempt proc effacexempt {nick host hand chan arg} { global hosti identi realnameputserv "privmsg $chan:$identi($nick)"}</code></pre></div>but it's not good? Is not possible?<br><br>Thanks for yours answers.<br><br>Sorry for my very good english^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Wed Jun 22, 2005 2:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
