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

	<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>2006-02-12T21:11:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-12T21:11:13-04:00</updated>

		<published>2006-02-12T21:11:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60384#p60384</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60384#p60384"/>
		<title type="html"><![CDATA[is it possible ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60384#p60384"><![CDATA[
thanks Sir_Fz it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Sun Feb 12, 2006 9:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-12T19:46:23-04:00</updated>

		<published>2006-02-12T19:46:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60377#p60377</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60377#p60377"/>
		<title type="html"><![CDATA[is it possible ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60377#p60377"><![CDATA[
Ahh my bad, I meant<div class="codebox"><p>Code: </p><pre><code>proc show:statsu {from kw arg} { global statsu foreach {c v} [array get statsu] {  puthelp "privmsg $c :$from [join [lrange [split $arg] 2 end]]"  array unset statsu $c }}</code></pre></div>So the reply would look like<blockquote class="uncited"><div>redemption.ix.us.dal.net Up 36 days, 17:13:33</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 12, 2006 7:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-12T17:43:25-04:00</updated>

		<published>2006-02-12T17:43:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60361#p60361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60361#p60361"/>
		<title type="html"><![CDATA[is it possible ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60361#p60361"><![CDATA[
thanks a lot Sir_Fz i need to make one change in code<br><div class="codebox"><p>Code: </p><pre><code>proc show:statsu {from kw arg} { global statsu foreach {c v} [array get statsu] {  puthelp "privmsg $c :$from [string range $arg [expr {[string first : $arg]+2}] end]"  array unset statsu $c }}</code></pre></div>        resoults redemption.ix.us.dal.net erver Up 36 days, 17:13:33<div class="codebox"><p>Code: </p><pre><code>proc show:statsu {from kw arg} { global statsu foreach {c v} [array get statsu] {  puthelp "privmsg $c :$from [string range $arg [expr {[string first : $arg]+1}] end]"  array unset statsu $c }}</code></pre></div>        resoults now redemption.ix.us.dal.net Server Up 36 days, 17:25:48<br><br>        works fine thanks again Sir_Fz for the valiable help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Sun Feb 12, 2006 5:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-12T11:07:50-04:00</updated>

		<published>2006-02-12T11:07:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60352#p60352</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60352#p60352"/>
		<title type="html"><![CDATA[is it possible ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60352#p60352"><![CDATA[
use this show:statsu proc:<div class="codebox"><p>Code: </p><pre><code>proc show:statsu {from kw arg} { global statsu foreach {c v} [array get statsu] {  puthelp "privmsg $c :$from [string range $arg [expr {[string first : $arg]+2}] end]"  array unset statsu $c }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 12, 2006 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-11T23:30:44-04:00</updated>

		<published>2006-02-11T23:30:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60325#p60325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60325#p60325"/>
		<title type="html"><![CDATA[is it possible ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60325#p60325"><![CDATA[
im just wondering if is possible in this great script who make mr Sir_Fz to show and the server with the stats u<br><br>ex !stats<br>&lt;bot&gt; Server Up 0 days, 0:06:45   shadow.uk.eu.hellas.net<br>or <br>&lt;bot&gt; shadow.uk.eu.hellas.net Server Up 0 days, 0:06:45<br>somethink like this<br><br>thanks alot.<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !statsu statsubind raw - 242 show:statsuproc statsu {nick uhost hand chan arg} { global statsu if {![info exists statsu([set chan [string tolower $chan]])]} {  set statsu($chan) 0  putserv "stats u" }}proc show:statsu {from kw arg} { global statsu foreach {c v} [array get statsu] {  puthelp "privmsg $c :[string range $arg [expr {[string first : $arg]+1}] end]"  array unset statsu $c }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Sat Feb 11, 2006 11:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
