|
Code Red Beginner
Joined: 04 Jul 2002 Posts: 13
|
Posted: Thu Jul 04, 2002 7:19 am
auto log |
I need something that will start a log file when I connect to my muds server and write the date and time at the begining of the log and write the date when I get disconnected.
Thanks
|
|
|
|
bgunther Novice
Joined: 20 Dec 2001 Posts: 39 Location: USA
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Jul 05, 2002 6:55 am |
#AL atconnect {#LOG {%time(mm-dd-yy).txt}}
#TR {Password: } {#PW;#SHOW %time();#T- Autolog}
#AL atdisconnect {#SHOW %time();#LOG}
The trigger is just a modification of the normal password trigger.
LightBulb
Senior Member |
|
|
|
Code Red Beginner
Joined: 04 Jul 2002 Posts: 13
|
Posted: Fri Jul 05, 2002 11:49 pm |
Thanks LightBulb works perfectly
|
|
|
|
|
|