This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[Solved] Converting mIRC log to eggdrop log?

General support and discussion of Eggdrop bots.
Post Reply
s
starpossen
Op
Posts: 139
Joined: Tue Jan 10, 2006 1:08 am

[Solved] Converting mIRC log to eggdrop log?

Post by starpossen »

Is there any way to convert a mIRC log to eggdrop log?

I used to use mIRC for logging for pisg, but recently moved the logging to my eggdrop, and would really hope that there was a way to use my log from my mirc in my eggdrop, or else i'll loose alot of logging.

Is this possible?

I hope I made sense.

*EDIT* Okay, I didn't look for this good enough, in the pisg folder:
pisg/scripts I found this:
mirc2egg.sed

I never seen the .sed format before, but after looking inside the file, it appears that it can convert log files, however, im pretty sure this is a non-windows file, where as I am running windrop, I guess I can't do much with this script, or am I wrong?

Please advice.

*EDIT2*

Okay I found a way, as follows:

I read up in the mirc2egg.sed file, tried using .sed but windows does not recognize this format, so, I found this:

http://gnuwin32.sourceforge.net/packages.html

and grabbed:
http://gnuwin32.sourceforge.net/downlinks/sed.php

installed it, and went into the folder where sed.exe was installed
added my to log files mirc.log and eggdrop.log
ran this command from commandprompt within the folder:

sed.exe -f mirc2egg.sed channel.org.log > channel.log

and there you have it, mirc.log converted to eggdrop.log

Thanks goes to skiidoo for providing link to gnuwin.

This is solved.
Post Reply