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

	<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-03-12T18:55:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[toby]]></name></author>
		<updated>2002-03-12T18:55:00-04:00</updated>

		<published>2002-03-12T18:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5294#p5294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5294#p5294"/>
		<title type="html"><![CDATA[logging "quits"]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5294#p5294"><![CDATA[
hey stdragon.<br>The code you made is now logging quits on my channels.The bot creates i .txt file called quit.txt.We have managed to make a website were the bot adds, quits  automatic.<br><a href="http://www.spanky.no/spanky/index.php?p=20021005" class="postlink">http://www.spanky.no/spanky/index.php?p=20021005</a><br>Can u make the code so that:<br>1. no user is logged twice , unless he has a new quit<br>2.Set the channels to log.<br><br>toby_<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=427">toby</a> — Tue Mar 12, 2002 6:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-03-11T06:30:00-04:00</updated>

		<published>2002-03-11T06:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5232#p5232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5232#p5232"/>
		<title type="html"><![CDATA[logging "quits"]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5232#p5232"><![CDATA[
I have no idea what quit-log.If is, sorry.<br><br>But basically to make a webpage, just change the "puts" line to have html code.<br><br>puts $fp "&lt;div class='nick'&gt;$nick!$uhost&lt;/div&gt;&lt;div class='channel'&gt;has quit $chan&lt;/div&gt;&lt;div class='quitmsg'&gt;$text&lt;/div&gt;"<br><br>Then define the css classes in your html file, put a header like &lt;h1&gt;Today's Quit Messages&lt;/h1&gt; and you're set.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 11, 2002 6:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toby]]></name></author>
		<updated>2002-03-11T04:48:00-04:00</updated>

		<published>2002-03-11T04:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5230#p5230</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5230#p5230"/>
		<title type="html"><![CDATA[logging "quits"]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5230#p5230"><![CDATA[
thx.<br>I´m not a scripter but managed to paste the code in an tcl-file and load it to the bot as a tcl-script.<br>Now the bot loggs quits. It was fun.<br><br>Now, I want the bot to make a webpage , using the quit-log.If its not to much troubble,can you write that code?<br>toby_<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=427">toby</a> — Mon Mar 11, 2002 4:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-03-11T04:04:00-04:00</updated>

		<published>2002-03-11T04:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5228#p5228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5228#p5228"/>
		<title type="html"><![CDATA[logging "quits"]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5228#p5228"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set logfilename "logs/kangaroos.log"bind sign - * log_signoffsproc log_signoffs {nick uhost hand chan text} {  global logfilename  set fp [open $logfilename a]  puts $fp "$nick!$uhost quit from $chan ($text)"  close $fp}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Mar 11, 2002 4:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[toby]]></name></author>
		<updated>2002-03-10T13:54:00-04:00</updated>

		<published>2002-03-10T13:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5209#p5209</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5209#p5209"/>
		<title type="html"><![CDATA[logging "quits"]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5209#p5209"><![CDATA[
Is there a script for eggdrop that loggs "quits"?<br>toby_<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=427">toby</a> — Sun Mar 10, 2002 1:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
