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

	<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-07-20T07:12:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-07-20T07:12:36-04:00</updated>

		<published>2005-07-20T07:12:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52928#p52928</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52928#p52928"/>
		<title type="html"><![CDATA[information forum]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52928#p52928"><![CDATA[
hello,<br><br>Now it's ok with this code  <div class="codebox"><p>Code: </p><pre><code>regexp -- {In total there are &lt;b&gt;(.+)&lt;/b&gt; users online :: &lt;b&gt;(.+)&lt;/b&gt; Registered, &lt;b&gt;(.+)&lt;/b&gt; Hidden and &lt;b&gt;(.+)&lt;/b&gt; Guest} $line match util enr inv nad</code></pre></div>Another question, I does not succeed in writing the users who are on line<div class="codebox"><p>Code: </p><pre><code>foreach line [split [::http::data $token] \n] {   if [string match  "*Registered Users*"  $line] { #How to make to have all the registered users who are in lines?</code></pre></div>Thanks in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Wed Jul 20, 2005 7:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-19T19:55:31-04:00</updated>

		<published>2005-07-19T19:55:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52901#p52901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52901#p52901"/>
		<title type="html"><![CDATA[information forum]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52901#p52901"><![CDATA[
rule #1 for any eggdrop scripter: enable .tcl and .set commands in eggdrop.conf (find those unbinds and remove them)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Jul 19, 2005 7:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-07-19T18:39:20-04:00</updated>

		<published>2005-07-19T18:39:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52897#p52897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52897#p52897"/>
		<title type="html"><![CDATA[information forum]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52897#p52897"><![CDATA[
hello,<br><br>when I type .set errorinfo in partyline ==&gt; type .help ??<br><br>But it's a same  error message  with $util,$enr,$inv.<br><br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Tue Jul 19, 2005 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-19T17:56:09-04:00</updated>

		<published>2005-07-19T17:56:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52894#p52894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52894#p52894"/>
		<title type="html"><![CDATA[information forum]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52894#p52894"><![CDATA[
There's no $user in any of these 2 codes. Try '.set errorInfo' for more info about the error.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jul 19, 2005 5:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ranny]]></name></author>
		<updated>2005-07-19T17:49:28-04:00</updated>

		<published>2005-07-19T17:49:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52893#p52893</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52893#p52893"/>
		<title type="html"><![CDATA[information forum]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52893#p52893"><![CDATA[
Hello all,<br><br>I make a script to recover information on line  <div class="codebox"><p>Code: </p><pre><code>foreach line [split [::http::data $token] \n] {   if [string match  "*Registered Users*"  $line] {   #### i don't know how to recover the names of Registered Users???</code></pre></div><br><br>And with this code  <div class="codebox"><p>Code: </p><pre><code>if [string match  "*In total there are 5 users online :: 2 Registered, 2 Hidden and 1 Guest*"  $line] {   regexp -- {In total there are &lt;b&gt;(.+)&lt;/b&gt; users online :: &lt;b&gt;(.+)&lt;/b&gt; Registered, &lt;b&gt;(.+)&lt;/b&gt; Hidden and &lt;b&gt;(.+)&lt;/b&gt; Guest} $line - user util enr inv</code></pre></div>I have a error message: can't read "user": no such variable .<br><br>Last question:  How to calculate the number of post on a forum? It's possible?<br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6386">ranny</a> — Tue Jul 19, 2005 5:49 pm</p><hr />
]]></content>
	</entry>
	</feed>
