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

	<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-04-26T18:07:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MC_8]]></name></author>
		<updated>2003-04-26T18:07:55-04:00</updated>

		<published>2003-04-26T18:07:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19474#p19474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19474#p19474"/>
		<title type="html"><![CDATA[Special char problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19474#p19474"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>  set stat [qstat_get_server_info $q_clan(server_ip) $q_clan(server_type)]   set stat [split $stat]  set list_count [llength $stat]   set server(type) [lindex $stat 0]   set server(ip) [lindex $stat 1]   set server(name) [join [lrange $stat 2 [expr $list_count - 6]]]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3080">MC_8</a> — Sat Apr 26, 2003 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Juustro]]></name></author>
		<updated>2003-04-18T06:13:09-04:00</updated>

		<published>2003-04-18T06:13:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19207#p19207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19207#p19207"/>
		<title type="html"><![CDATA[Special char problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19207#p19207"><![CDATA[
this text comes from external app<br><br>HLS 80.74.213.237:27015 Auria Pelikaista - *Sota* - DoDFi.net - [FF=ON] [C-D MEDIATOR] dod_ramelle 20 20 13 0<br><br>and returned by proc:<div class="codebox"><p>Code: </p><pre><code>proc qstat_get_server_info { server type } {global qstat_locationreturn [exec  $qstat_location -sort g -ts -raw " " -default $type $server]}</code></pre></div>i parse text to: Auria Pelikaista - *Sota* - DoDFi.net - [FF=ON] [C-D MEDIATOR]<br><div class="codebox"><p>Code: </p><pre><code>set stat [qstat_get_server_info $q_clan(server_ip) $q_clan(server_type)]set list_count [llength $stat]set server(type) [lindex $stat 0]set server(ip) [lindex $stat 1]set server(name) [lrange $stat 2 [expr $list_count - 6]]</code></pre></div>that but when i msg it to channel or nick it shows: Auria Pelikaista - *Sota* - DoDFi.net - {[FF=ON]} {[C-D} MEDIATOR\]<br><br>who to fix?<br><br>Edit: no need enymore.. this msg can be deletet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1987">Juustro</a> — Fri Apr 18, 2003 6:13 am</p><hr />
]]></content>
	</entry>
	</feed>
