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

	<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-02-26T20:19:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-02-26T20:19:17-04:00</updated>

		<published>2003-02-26T20:19:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17127#p17127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17127#p17127"/>
		<title type="html"><![CDATA[tjoo]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17127#p17127"><![CDATA[
this is a problem with old http tcl packages already handled in an older thread. here are some tips how to fix it: <a href="http://forum.egghelp.org/viewtopic.php?t=242&amp;start=20" class="postlink">http://forum.egghelp.org/viewtopic.php?t=242&amp;start=20</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Feb 26, 2003 8:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-26T14:14:24-04:00</updated>

		<published>2003-02-26T14:14:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17110#p17110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17110#p17110"/>
		<title type="html"><![CDATA[Error on tcl script from vbulletin hack (users chatting)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17110#p17110"><![CDATA[
Hi,<br><br>I am having problems running this script. It is used to make the users in chat visible on the forums page of my bulletinboard. I can't get it working.<br><br>Is there someone there that can please help me?<br><br>Thank you in advance.<br><br><br>The error while loading eggdrop<div class="codebox"><p>Code: </p><pre><code>Eggdrop v1.6.3  (c)1997 Robey Pointer (c)1999, 2000  Eggheads[13:06] --- Loading eggdrop v1.6.3 (Wed Feb 26 2003)[22:06] Listening at telnet port ***** (all)[22:06] Module loaded: channels[22:06] Module loaded: server[22:06] Module loaded: ctcp[22:06] Module loaded: irc[22:06] Module loaded: console          (with lang support)[22:06] Module loaded: blowfish[22:06] Tcl error in file '1stbot.conf':[22:06] invalid command name "::http::ncode"    while executing"::http::ncode $token"    (procedure "i3h:make" line 24)    invoked from within"i3h:make"    (file "scripts/usc2.tcl" line 54)    invoked from within"source scripts/usc2.tcl"    (file "bot.conf" line 1368)[22:06] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)</code></pre></div>this is the tcl script.<div class="codebox"><p>Code: </p><pre><code>package require http 2.0set i3h_html "http://dtf.silentb.com/chat/script.php"set i3h_chan "#portal"set i3h_text "#000000"set access_code "password"set time_out 5000set maxupdate 60bind join - "$i3h_chan %" i3h:makebind kick - "$i3h_chan %" i3h:makebind nick - "$i3h_chan %" i3h:makeproc i3h:make {args} {  global i3h_html i3h_chan i3h_text server maxupdate access_code time_out  set online [chanlist $i3h_chan]  set count [llength $online]  set users [lindex $online 0]  set users "[nick2hand $users $i3h_chan]%20*%20$users"  for {set i 1} {$i &lt; $count} {incr i 1} {     set user [lindex $online $i]#   i3h_striphost {$user} set ch_text [getchanhost $user]regsub -all \@.* $ch_text "" ch_textregsub -all ~ $ch_text "" ch_text     set users "$users%20[nick2hand $user]%20$ch_text%20$user"  }set mainque "access=$access_code&amp;users=$users"catch [set token {::http::geturl $i3h_html -query $mainque -timeout $time_out}] token  upvar #0 $token stateif {$state(status) != "ok"} {putlog "Connection to server error: $state(status)"} else {set errnum [::http::ncode $token]if {$errnum == 200} {} else {::http::code $tokenputlog "Connection to server error: $state(http)"}::http::cleanup {$token}}if {[utimerexists ""] == ""} {utimer $maxupdate i3h:make}  return 1}proc utimerexists {i3h:make} {  foreach j [utimers] {if {[string compare [lindex $j 1] i3h:make] == 0} {return [lindex $j 2]}}  return}i3h:makeputlog "Sasq IRC nick list loaded."</code></pre></div><p>Statistics: Posted by Guest — Wed Feb 26, 2003 2:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
