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

	<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>2005-01-03T18:24:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-01-03T18:24:59-04:00</updated>

		<published>2005-01-03T18:24:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44900#p44900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44900#p44900"/>
		<title type="html"><![CDATA[Making EggDrop save the channel visitors in a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44900#p44900"><![CDATA[
in your bot's config file (or in a separate file which you load from the config using <strong class="text-strong">source</strong> command)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jan 03, 2005 6:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReemE]]></name></author>
		<updated>2005-01-03T17:12:47-04:00</updated>

		<published>2005-01-03T17:12:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44896#p44896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44896#p44896"/>
		<title type="html"><![CDATA[Making EggDrop save the channel visitors in a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44896#p44896"><![CDATA[
sorry bout posting it into the wrong forum and thanks for helping me anyways..<br><br>It makes sense that the file is overwritten every minute, because a PHP content grabber grabs the data and uses them to update a website with a list of all the users that are in the channel.<br><br><br>another question:<br>Where do I have to place it whithin the eggdrop script? anywhere ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5853">ReemE</a> — Mon Jan 03, 2005 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-01-03T10:37:45-04:00</updated>

		<published>2005-01-03T10:37:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44871#p44871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44871#p44871"/>
		<title type="html"><![CDATA[Making EggDrop save the channel visitors in a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44871#p44871"><![CDATA[
you are on the wrong forum, and your request is kind of pointless, since the file will get overwritten every time save is done (or ridiculously big if appending data), but anyway, here's a Tcl script that does that (every minute):<br><div class="codebox"><p>Code: </p><pre><code>bind time - * fooproc foo {m h d mo y} {  if [botonchan #chan] {    set f [open visitors.txt w]    foreach v [chanlist #chan] {      puts $f $v![getchanhost $v #chan]    }    close $f  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Jan 03, 2005 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReemE]]></name></author>
		<updated>2005-01-03T10:12:13-04:00</updated>

		<published>2005-01-03T10:12:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44870#p44870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44870#p44870"/>
		<title type="html"><![CDATA[Making EggDrop save the channel visitors in a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44870#p44870"><![CDATA[
Hi guys,<br><br>I wanna add this tricky feature to my Eggdrop, but unfortunately, I'm not very into TCL programming. Thats why I could use a little help.. Thanks in advance!<br><br>Here the thing:<br><br>I want my Eggdrop to save alle channel visitors, that are in a specific channel right now, in a specific file every 30 secs.<br><br>Do you have any clue how to do that??<br><br>Thanks again,<br><br>greez<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5853">ReemE</a> — Mon Jan 03, 2005 10:12 am</p><hr />
]]></content>
	</entry>
	</feed>
