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

	<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>2009-01-02T14:07:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ron]]></name></author>
		<updated>2009-01-02T14:07:43-04:00</updated>

		<published>2009-01-02T14:07:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86675#p86675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86675#p86675"/>
		<title type="html"><![CDATA[MEL Eggdrop Logger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86675#p86675"><![CDATA[
Thank you both for the replies.  I did finally get this script to work after a few days of messing around with it.  I got the idea from both Nimos (short path) and incith (/ path separator is correct).<br><blockquote class="uncited"><div>if that does not work, try to take a short path:<br>If your windrop is in C:\Dalnet_Gamebot\ change the path to "scripts\mel\"</div></blockquote>All I did was replace my full path:<br>C:/DALnet_Gamebot/scripts/mel<br>C:/DALnet_Gamebot/scripts/mel/logs<br><br>With the following<br>"scripts/mel"<br>"scripts/mel/logs"<br>(with the "'s, and the /'s type path separator)<br><br>And it worked like a charm.  Not sure why it wouldnt work with the full path because it recognized it...but bottom line is that it is fixed and you have to use a short path like Nimos stated.  Thanks again!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10382">ron</a> — Fri Jan 02, 2009 2:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[incith]]></name></author>
		<updated>2009-01-02T00:19:03-04:00</updated>

		<published>2009-01-02T00:19:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86663#p86663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86663#p86663"/>
		<title type="html"><![CDATA[MEL Eggdrop Logger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86663#p86663"><![CDATA[
/ is actually correct, Tcl (windows) will read this properly.<br><br>You can even run into problems if you use "" instead of "\" in settings, if you want \ in your paths.  Personally in my scripts that require paths I regsub \ (well, "\") to /, and then regsub // to /\\ (retains escapes basically, if you had c:\foo\\#channel.log for example, you would get c:/foo//#channel.log in the first regsub, and then c:/foo/\#channel.log after the second).<br><br>It is also how Windrop/Tcl set its working directory:<blockquote class="uncited"><div>(21:54:25) &lt;incith&gt; .tcl pwd<br>(21:54:25) &lt;vistatant&gt; Tcl: C:/windrop</div></blockquote>I can't really be of further help, I used to run this script but then I just went back to eggdrops logfiles.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6130">incith</a> — Fri Jan 02, 2009 12:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2009-01-01T20:29:04-04:00</updated>

		<published>2009-01-01T20:29:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86656#p86656</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86656#p86656"/>
		<title type="html"><![CDATA[MEL Eggdrop Logger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86656#p86656"><![CDATA[
i had problems with my "script testing windrop" too...<br><br>but, how about replacing the "/" in your paths with "\"?<br>Windows uses this for foldernames!<br><br>if that does not work, try to take a short path:<br>If your windrop is in C:\Dalnet_Gamebot\ change the path to "scripts\mel\"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Thu Jan 01, 2009 8:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ron]]></name></author>
		<updated>2009-01-01T15:23:57-04:00</updated>

		<published>2009-01-01T15:23:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86647#p86647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86647#p86647"/>
		<title type="html"><![CDATA[MEL Eggdrop Logger]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86647#p86647"><![CDATA[
Hey all, I was wondering if someone can help me with an error message im getting.  I just installed the latest MEL eggdrop logger V2 and for some reason when I go to set the channel for logging I get the following error:<br><br>Tcl error [::mel::dcc]: couldn't open "C:/DALnet_Gamebot/scripts/mel/logs/ohio.log": no such file or directory<br><br>When I try to change a setting I get:<br>[02:22pm] .mel rotation 7<br>14:22] #playa# mel rotation<br>[14:22] mEL 2.0 - Disabling mAC mode...<br>[14:22] mEL 2.0 - No rotation date found - Binding new timer (logfile switcher)<br>[14:22] Tcl error [::mel::dcc]: couldn't open "C:/DALnet_Gamebot/scripts/mel/settings.mel": no such file or directory<br><br>When I boot up the windrop I get:<br>[14:18] mEL 2.0 - C:/DALnet_Gamebot/scripts/mel exists and is a directory... OK.<br>[14:18] mEL 2.0 - C:/DALnet_Gamebot/scripts/mel/logs exists and is a directory... OK.<br>[14:18] mEL 2.0 - playa is a valid user on this bot... OK.<br>[14:18] mEL 2.0 - No channels defined. Use +chan first. Unable to add datestamp in logfile.<br>&lt;OhioBOT&gt; [14:18] mEL 2.0 successfully initialized...<br><br>So, as you can see for some reason it is recognizing that the file directories exist, but it wont add a datestamp in the logfile, and I cant change any settings.  Its like it knows the directories exist but doesnt believe itself, lol.  Any help would be greatly appreciated.  Also, I can load MEL v 1.5 with no problems, but the text is all together with no spaces, so I though I would update it and came across these problems.  Thanks!<br><br>--------<br>1/1/09 - its like it is not creating any of the log files or settings files when the script installs.  Any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10382">ron</a> — Thu Jan 01, 2009 3:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
