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

	<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-15T12:58:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-02-15T12:58:13-04:00</updated>

		<published>2006-02-15T12:58:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60443#p60443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60443#p60443"/>
		<title type="html"><![CDATA[counter]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60443#p60443"><![CDATA[
Your first line is obviously blank then?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Feb 15, 2006 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[helpme]]></name></author>
		<updated>2006-02-14T03:57:58-04:00</updated>

		<published>2006-02-14T03:57:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60417#p60417</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60417#p60417"/>
		<title type="html"><![CDATA[counter]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60417#p60417"><![CDATA[
can you help me pls, after a .restart the counter begins from 0 --  sfda<br><br><br><div class="codebox"><p>Code: </p><pre><code>if {![file exists usersbny]} { close [open usersbny w+] }  if {![info exists usersbny]} {    set file [open usersbny r]    set usersbny [gets $file]    close $file      if {$usersbny == ""} { set usersbny 0 }  }    bind join - * bny_voice  proc bny_voice { nick uhost hand chan } {  global usersbny  incr usersbny  putquick "notice $nick :Hi $nick. There are $usersbny joins since 30.01.2006. Welcome to $chan!"  set file [open counter.txt w]puts $file $usersbny  close $file}  </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6208">helpme</a> — Tue Feb 14, 2006 3:57 am</p><hr />
]]></content>
	</entry>
	</feed>
