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

	<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>2004-01-09T02:28:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-09T02:28:10-04:00</updated>

		<published>2004-01-09T02:28:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32358#p32358</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32358#p32358"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32358#p32358"><![CDATA[
sure, you just have to addapt the binds and add the data to the switch (with the correct game parameter)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Fri Jan 09, 2004 2:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-08T17:38:09-04:00</updated>

		<published>2004-01-08T17:38:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32350#p32350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32350#p32350"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32350#p32350"><![CDATA[
Just one other small thing would that work with lots of server's say !myserver1 !mayserver2 !myserver3 and so on i'm a bit new to tcl<p>Statistics: Posted by Guest — Thu Jan 08, 2004 5:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-08T16:11:00-04:00</updated>

		<published>2004-01-08T16:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32346#p32346</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32346#p32346"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32346#p32346"><![CDATA[
Thanks m8 it works thanks for the help  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Thu Jan 08, 2004 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-08T14:41:21-04:00</updated>

		<published>2004-01-08T14:41:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32344#p32344</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32344#p32344"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32344#p32344"><![CDATA[
TCL Archive<br><br>and what protocols are supported depends on what qstat can do..<br><br>they allways add new games and protocols.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Thu Jan 08, 2004 2:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-08T14:20:05-04:00</updated>

		<published>2004-01-08T14:20:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32342#p32342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32342#p32342"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32342#p32342"><![CDATA[
this scipt works for unreal tournament servers? if so tell me where can i down it?<p>Statistics: Posted by Guest — Thu Jan 08, 2004 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-08T12:48:19-04:00</updated>

		<published>2004-01-08T12:48:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32335#p32335</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32335#p32335"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32335#p32335"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- !myserver qstat:myserver proc qstat:myserver { nick uhost hand chan arg } {  pub:qstat $nick $uhost $hand $chan "127.0.0.1:1337" } </code></pre></div>add this to the switch<div class="codebox"><p>Code: </p><pre><code>"!myserver"     { set gametype "-q3s";  set players 0 }</code></pre></div>my answer was based on the TCL i had im my archive, seams this one is different<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Thu Jan 08, 2004 12:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-07T15:01:55-04:00</updated>

		<published>2004-01-07T15:01:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32313#p32313</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32313#p32313"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32313#p32313"><![CDATA[
Hi<br><br>I tryed that and i get this error<br><div class="codebox"><p>Code: </p><pre><code>Tcl error [qstat:myserver]: invalid command name "q3s"</code></pre></div>i tryed -q3s as well but it dont work here's what it got in the tcl <br><div class="codebox"><p>Code: </p><pre><code>set qversion "2.2"bind pub $qstat_flag "!ut"  pub:qstatbind pub $qstat_flag "!hl"  pub:qstat bind pub $qstat_flag "!cs"  pub:qstatbind pub $qstat_flag "!qw"  pub:qstatbind pub $qstat_flag "!q1"  pub:qstat bind pub $qstat_flag "!q2"  pub:qstat bind pub $qstat_flag "!q3"  pub:qstat bind pub $qstat_flag "!rcw" pub:qstatbind pub $qstat_flag "!bf"  pub:qstatbind pub $qstat_flag "!gs"  pub:qstatbind pub $qstat_flag "!ut2k3"  pub:qstatbind pub $qstat_flag "!ut2003" pub:qstatbind pub $qstat_flag "!utp"  pub:qstatbind pub $qstat_flag "!hlp"  pub:qstatbind pub $qstat_flag "!qwp"  pub:qstatbind pub $qstat_flag "!q1p"  pub:qstatbind pub $qstat_flag "!q3p"  pub:qstatbind pub $qstat_flag "!q2p"  pub:qstatbind pub $qstat_flag "!rcwp" pub:qstatbind pub $qstat_flag "!bfp"  pub:qstatbind pub $qstat_flag "!ut2k3p"  pub:qstatbind pub $qstat_flag "!ut2003p" pub:qstatbind pub $qstat_flag "!qstat" pub:qstat_helpproc pub:qstat_help {nick host hand chan arg} {  global pathqstat nopub  # check if channel is allowed.  if {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}  # output qstat commands / help.  putserv "NOTICE $nick :Qstat commands:"  putserv "NOTICE $nick :\002!qw / !q1 / !q2 / !q3 / !rcw &lt;ip/host&gt;\002 - Displays status of queried Quake World, 1, 2, 3 or RTCW servers"  putserv "NOTICE $nick :\002!ut / !ut2003 / !hl / !bf / !gs &lt;ip/host&gt;\002 - Displays status of queried UT(2003), Half-life, BF1942 and GameSpy servers"  return 0}proc pub:qstat {nick host hand chan arg} {  global lastbind pathqstat nopub  # check if channel is allowed.  if {[lsearch -exact $nopub [string tolower $chan]] &gt;= 0} {return 0}  # only use one argument.  set arg [lindex $arg 0]  # check for input.  if {[string length [string trim $arg]] == 0 || [qstat:input_check $arg]} {    putquick "NOTICE $nick :Syntax: $lastbind &lt;ip/host&gt;"    return 0  }  # figure out which command was used.  switch [string tolower $lastbind] {    "!hl"     { set gametype "-hls";  set players 0 }    "!cs"     { set gametype "-hls";  set players 0 }    "!ut"     { set gametype "-uns";  set players 0 }    "!qw"     { set gametype "-qws";  set players 0 }    "!q1"     { set gametype "-qs";   set players 0 }    "!q2"     { set gametype "-q2s";  set players 0 }    "!q3"     { set gametype "-q3s";  set players 0 }    "!rcw"    { set gametype "-rwm";  set players 0 }    "!bf"     { set gametype "-gps";  set players 0 }    "!gs"     { set gametype "-gps";  set players 0 }    "!ut2k3"  { set gametype "-ut2s"; set players 0 }    "!ut2003" { set gametype "-ut2s"; set players 0 }    "!hlp"     { set gametype "-hls";  set players 1 }    "!utp"     { set gametype "-uns";  set players 1 }    "!qwp"     { set gametype "-qws";  set players 1 }    "!q1p"     { set gametype "-qs";   set players 1 }    "!q2p"     { set gametype "-q2s";  set players 1 }    "!q3p"     { set gametype "-q3s";  set players 1 }    "!rcwp"    { set gametype "-rwm";  set players 1 }    "!bfp"     { set gametype "-gps";  set players 1 }    "!ut2k3p"  { set gametype "-ut2s"; set players 1 }    "!ut2003p" { set gametype "-ut2s"; set players 1 }    default {      putquick "NOTICE $nick :Unknown command."      return 0    }  }  # run the qstat program.  if {$players} {     set stat [open "|$pathqstat/qstat -timeout 5 $gametype $arg -Ts $pathqstat/server.qstat -Tp $pathqstat/players.qstat -P" r]  } else {    set stat [open "|$pathqstat/qstat -timeout 5 $gametype $arg -Ts $pathqstat/server.qstat" r]  }  # output the result.  qstat:results $chan $nick $stat  # close fork, end program.  close $stat  return 0}# show results.proc qstat:results {chan nick pf} {  while {[gets $pf line] &gt;= 0} {     if {[string match "DOWN*" $line]} {      putquick "NOTICE $nick :Connection refused while querying server."      break    } elseif {[string match "HOSTNOTFOUND*" $line]} {      putquick "NOTICE $nick :Host not found."      break    } elseif {[string match "TIMEOUT*" $line]} {      putquick "NOTICE $nick :Timeout while querying server."      break    }    putquick "PRIVMSG $chan :$line"    }}# check for valid charsproc qstat:input_check {text} {  if {[regexp \[^\[:alnum:\]_\.\:\] $text]} { return 1 }  if {[string match "0*" $text]} { return 1 }  return 0}</code></pre></div>thx for the help btw<p>Statistics: Posted by Guest — Wed Jan 07, 2004 3:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-07T13:26:15-04:00</updated>

		<published>2004-01-07T13:26:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32312#p32312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32312#p32312"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32312#p32312"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- !myserver qstat:myserverproc qstat:myserver { nick uhost hand chan arg } { q3s $nick $uhost $hand $chan "127.0.0.1:1337"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Wed Jan 07, 2004 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-01-07T13:08:13-04:00</updated>

		<published>2004-01-07T13:08:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32311#p32311</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32311#p32311"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32311#p32311"><![CDATA[
hmm does it support normal eggdrop scripts ..?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Wed Jan 07, 2004 1:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-07T12:10:45-04:00</updated>

		<published>2004-01-07T12:10:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32308#p32308</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32308#p32308"/>
		<title type="html"><![CDATA[qstat4eggdrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32308#p32308"><![CDATA[
Hi <br><br>Ive been running qstat4eggdrop for a while now but ive been trying to make so that when someone types say !JoltET1 it will come back with the name of the server and ip same as if they type say !q3 ***.***.***:**** would this be Possible? <br>I'm running qstat4eggdrop 2.2<p>Statistics: Posted by Guest — Wed Jan 07, 2004 12:10 pm</p><hr />
]]></content>
	</entry>
	</feed>
