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}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.Thanks in advance!