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

	<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-17T21:55:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-17T21:55:56-04:00</updated>

		<published>2006-02-17T21:55:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60494#p60494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60494#p60494"/>
		<title type="html"><![CDATA[help requested]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60494#p60494"><![CDATA[
<blockquote class="uncited"><div>Try<div class="codebox"><p>Code: </p><pre><code>bind pub - !servers statsubind raw - 242 show:statsuset statsuc 0proc statsu {nick uhost hand chan arg} { global statsu statsuc if {$statsuc &gt; 0} {  puthelp "privmsg $chan :Already in progress"  return 0 } set servers {server1.irc.net server2.irc.net server3.irc.net} foreach server $servers {  incr statsuc  if {![info exists statsu([set chan [string tolower $chan]]:$statsuc)]} {   set statsu($chan:$statsuc) 0   putserv "stats u $server"  } }}proc show:statsu {from kw arg} { global statsu statsuc foreach {c v} [array get statsu] {  puthelp "privmsg [lindex [split $c :] 0] :$from [join [lrange [split $arg] 1 end]]"  array unset statsu $c  incr statsuc -1  break }}</code></pre></div>Don't forget to edit the servers.</div></blockquote><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  work perfect Sir_Fz thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Fri Feb 17, 2006 9:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-17T20:19:33-04:00</updated>

		<published>2006-02-17T20:19:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60490#p60490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60490#p60490"/>
		<title type="html"><![CDATA[help requested]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60490#p60490"><![CDATA[
Try<div class="codebox"><p>Code: </p><pre><code>bind pub - !servers statsubind raw - 242 show:statsuset statscu 0proc statsu {nick uhost hand chan arg} { global statsu statsuc if {$statsuc &gt; 0} {  puthelp "privmsg $chan :Already in progress"  return 0 } set servers {server1.irc.net server2.irc.net server3.irc.net} foreach server $servers {  incr statsuc  if {![info exists statsu([set chan [string tolower $chan]]:$statsuc)]} {   set statsu($chan:$statsuc) 0   putserv "stats u $server"  } }}proc show:statsu {from kw arg} { global statsu statsuc foreach {c v} [array get statsu] {  puthelp "privmsg [lindex [split $c :] 0] :$from [join [lrange [split $arg] 1 end]]"  array unset statsu $c  incr statsuc -1  break }}</code></pre></div>Don't forget to edit the servers.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Feb 17, 2006 8:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-17T10:59:11-04:00</updated>

		<published>2006-02-17T10:59:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60484#p60484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60484#p60484"/>
		<title type="html"><![CDATA[help requested]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60484#p60484"><![CDATA[
<blockquote class="uncited"><div>supply server name after the command: <em class="text-italics">STATS u irc.server.com</em><br><br>excusme obviously, for multiple servers you need to do that multiple times; beware however that STATS command is usually pace-limited, i.e. you are normally allowed only one command in 2 or more seconds</div></blockquote>excuse me but i dont now a lot of tcl <br><br>i have 4 connected servers in my network<br><br>with the command<br>!servers (or i try to do a timer)<br>&lt;bot&gt; irc.server.com1 up bla bla<br>&lt;bot&gt; irc.server.com2 up bla bla<br>&lt;bot&gt; irc.server.com3 up bla bla<br>&lt;bot&gt; irc.server.com4 up bla bla<br><br>i dont have a limit time for stats u in my network only ircops can do stats u so i give the analog flags in a bot to do it<br>i only want to reply the stats u of the connected servers every i.e. 2 - 4 hours or 2 times  the day or when we execute the command in the channel #bla bla<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Fri Feb 17, 2006 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-16T23:56:38-04:00</updated>

		<published>2006-02-16T23:56:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60482#p60482</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60482#p60482"/>
		<title type="html"><![CDATA[help requested]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60482#p60482"><![CDATA[
supply server name after the command: <em class="text-italics">STATS u irc.server.com</em><br><br>obviously, for multiple servers you need to do that multiple times; beware however that STATS command is usually pace-limited, i.e. you are normally allowed only one command in 2 or more seconds<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Feb 16, 2006 11:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kitsaras]]></name></author>
		<updated>2006-02-16T23:16:17-04:00</updated>

		<published>2006-02-16T23:16:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60481#p60481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60481#p60481"/>
		<title type="html"><![CDATA[help requested]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60481#p60481"><![CDATA[
hi. is it possible to make in this script catch more than one  stat u server in the same network ?<br><div class="codebox"><p>Code: </p><pre><code>bind pub - !servers 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 :$from [join [lrange [split $arg] 1 end]]"  array unset statsu $c }}</code></pre></div>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7328">kitsaras</a> — Thu Feb 16, 2006 11:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
