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

	<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>2002-01-24T18:12:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-24T18:12:00-04:00</updated>

		<published>2002-01-24T18:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4040#p4040</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4040#p4040"/>
		<title type="html"><![CDATA[puthelp/serv/quick problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4040#p4040"><![CDATA[
nah, its just that he's got $double-help set to 0. set it to 1.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Jan 24, 2002 6:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-24T13:29:00-04:00</updated>

		<published>2002-01-24T13:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4031#p4031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4031#p4031"/>
		<title type="html"><![CDATA[puthelp/serv/quick problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4031#p4031"><![CDATA[
A series of putlog commands, and enabling +d console mode, should help determine if the script is even reading the file, or if this is an issue with the queue system.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jan 24, 2002 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-24T08:02:00-04:00</updated>

		<published>2002-01-24T08:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4015#p4015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4015#p4015"/>
		<title type="html"><![CDATA[puthelp/serv/quick problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4015#p4015"><![CDATA[
file contents:<br><br>All Time Top Score Records:<br>LeAlTeRnATiF 3365<br>LeAlTeRnaTiF 2034<br>scaly 2001<br>she- 1734<br>black_circle 1733<br><br>Last weeks Top Scores:<br>LeAlTeRnATiF 3365<br>Heckto 1219<br>GothGirl 375<br><br>All Time 2 sec Challenge scores:<br>black_circle 49<br>mindee 40<br>Mindee 31<br>Zoo 17<br>black_circle 15<br><br>Last Weeks<br>mindi 31<br>ZOO 17<br>black_circle 15<br><br><br><br>PROC:<br><br><br>proc Show2SecScores {nick host hand chan text} {<br> global Channel<br> <br> set ScoreFileList ""<br> set ScoreFileLines 0<br> set TSFile [open "~/bot/scripts/topscores.txt" r]<br><br> while {![eof $TSFile]} {<br>  lappend ScoreFileList [gets $TSFile]<br>  incr ScoreFileLines<br> }<br><br>  puthelp "PRIVMSG $nick :0314**Crypto 2 Sec Challenge Top Scores**"<br>  puthelp "PRIVMSG $nick :030."<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 12]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 13]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 14]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 15]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 16]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 17]"<br>  puthelp "PRIVMSG $nick :030work!"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 19]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 20]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 21]"<br>  puthelp "PRIVMSG $nick :0314[lindex $ScoreFileList 22]"<br>  <br> <br>  close $TSFile<br>}<br><br>Expected output:<br><br>**Crypto 2 Sec Challenge Top Scores**<br><br>All Time 2 sec Challenge scores:<br>.<br>black_circle 49<br>mindee 40<br>Mindee 31<br>Zoo 17<br>black_circle 15<br>work!<br>Last Weeks<br>mindi 31<br>ZOO 17<br>black_circle 15<br><br><br>Actual output:<br><br>**Crypto 2 Sec Challenge Top Scores**<br><br>All Time 2 sec Challenge scores:<br>.<br>black_circle 49<br>mindee 40<br>Mindee 31<br>Zoo 17<br>black_circle 15<br>work!<br>Last Weeks<br>mindi 31<br><br><br>ie. the two final lines are not being printed.<br><br><p>Statistics: Posted by Guest — Thu Jan 24, 2002 8:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-01-24T07:58:00-04:00</updated>

		<published>2002-01-24T07:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4014#p4014</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4014#p4014"/>
		<title type="html"><![CDATA[puthelp/serv/quick problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4014#p4014"><![CDATA[
Could you give an example of the code, expected output and real output please.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Thu Jan 24, 2002 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-24T07:21:00-04:00</updated>

		<published>2002-01-24T07:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4013#p4013</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4013#p4013"/>
		<title type="html"><![CDATA[puthelp/serv/quick problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4013#p4013"><![CDATA[
I'm using a series of puthelp statements to read lines of a file to a user... however each time the code is run not all of the puthelp statements get called, the statements are valid and no error is given, what could the problem be?<p>Statistics: Posted by Guest — Thu Jan 24, 2002 7:21 am</p><hr />
]]></content>
	</entry>
	</feed>
