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.

mEL doesn't log the usermode

Old posts that have not been replied to for several years.
Locked
X
Xtianu

mEL doesn't log the usermode

Post by Xtianu »

Tried looking through the different threads but couldn't find anything related to this.

I'm using mEL (mIRCStats Eggdrop Logger) to log chatter in the channel and then using mIRCStats to produce the stats. But I've got a problem will all the lines ending up as a single word.

It's currently using this ..

Code: Select all

proc mel_chatter {nick host handle channel text} {mel_writelog chat $nick $host $handle $channel $text}
An example:

Code: Select all

(12:18:40) (@[MI]Tich) they mined 400+ bis and about 100 ark last night <- this is from my mIRC

[09:18] <[MI]Tich> theymined0+bisandabout0arklastnight <- this is from the mEL log.
Anyone who knows what's wrong?


Thanks in advance!
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You need to look at the "mel_writelog" command.

This is obviously converting the text to no spaces.
Locked