 |
Odeon Novice
Joined: 17 Nov 2008 Posts: 30
|
Posted: Sat Jan 31, 2009 9:10 am
Auto-create log files |
Hi,
I would like to automatically create a log file each time i connect.
Will something like
Trigger : Password:
#LOG %concat(%time(d-m-y),".txt")
work ? Any suggestion ?
Thanks, |
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4772 Location: Pensacola, FL, USA
|
Posted: Sat Jan 31, 2009 9:58 am |
#EVENT onConnect {#LOG %concat(%title, "-", %time(dd-mm-yyyy), ".txt")}
should work |
|
_________________ Discord: Shalimarwildcat |
|
|
 |
Odeon Novice
Joined: 17 Nov 2008 Posts: 30
|
Posted: Sat Jan 31, 2009 10:19 am |
perfect Thanks
|
|
|
 |
|
|