Go back to previous topic
Forum Name The Battlefield
Topic subjectRE: Logs
Topic URLhttps://forums.carrionfields.com/dcboard.php?az=show_topic&forum=4&topic_id=58854&mesg_id=58936
58936, RE: Logs
Posted by Valkenar on Wed 31-Dec-69 07:00 PM
>I suck. I meant to load up an automatic logging script for
>Zmud, but I never got around to it. I think I have like one
>log (which I'll post, what the hell).

Here's mine

Pattern:
By what name do you wish to be mourned~? (%w)

Value:
#VAR LogFile %1-%time(yyyymmdd)
#LOG @logfile

#trig {By what name do you wish to be mourned~? (%w)} {#VAR LogFile %1-%time(yyyymmdd); #LOG @logfile}

Makes a logfile called NAME-DATE.txt e.g. edimus-20061213.txt

I also have the trigger:
#trig {^Password: (%w)} {#gag} so my password doesn't get logged.