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

	<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-10-17T22:14:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[zysfryar]]></name></author>
		<updated>2006-10-17T22:14:07-04:00</updated>

		<published>2006-10-17T22:14:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67228#p67228</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67228#p67228"/>
		<title type="html"><![CDATA[Logging All Channels (separate Log files)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67228#p67228"><![CDATA[
Good day All, <br><br>I'm having a problem with Bot Logging, <br><br>Before I go into my problem, If it has been asked/addressed already, please kindly PM me the thread... My searches came up empty handed.<br><br>If my question is supported through a script all help and pointers are appreciated.<br><br><br>To be percise, I want my Bot to Log  info for each channel... <br><br>Here is what I have setup:<div class="codebox"><p>Code: </p><pre><code>set max-logsize 0set quick-logs 0set raw-log 0set log-time 1set keep-all-logs 1set logfile-suffix ".%Y%m%d.log"set switch-logfiles-at 000set quiet-save 1</code></pre></div>My LogFile sets are<div class="codebox"><p>Code: </p><pre><code>logfile mcosx * "logs/eggdrop"logfile jpkc #chan1 "logs/chan1"logfile jpkc #chan2 "logs/chan3"logfile jpkc #chan3 "logs/chan3"</code></pre></div><br>What I want to be able to do... is <br>have any new chanels added via +chan on the bot to be automatically Logged... by its ChannelName... <br><br>basically, I'm looking for something that would be a command like:<br><strong class="text-strong">logdefault jpkc # "logs" </strong><br><br>ie, if I do a <br><strong class="text-strong">   +chan  #NewChan </strong><br><br>I would get an equivalent of... <br><strong class="text-strong">logfile jpkc #NewChan "logs/NewChan"</strong><br><br>without needing to update my eggdrop.Conf file every time.. <br><br>My bot may be Creating/Joining several channels a day, and I want each of those to be logged when they are created.<br><br><br><br>Thanks, <br>Zys<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8300">zysfryar</a> — Tue Oct 17, 2006 10:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
