mIRC Home    About    Download    Register    News    Help

Print Thread
#51495 26/09/03 08:56 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
is it possible to make logfile like you have for channe chat, same crap for Wallops messages that are displayed in status window ?

#51496 26/09/03 09:12 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
You could enable logging for your status window
Right click on status window button & click 'logging'
or use this ..
Code:
on *:WALLOPS:*:write $+($logdir,$mklogfn(Wallops)) $timestamp $+(!,$nick,!) $1-


which comes out like this in the log
[16:19] !RoCk! OPERWALL - sorry folks .. testing wallops logging

Last edited by r0ck0; 26/09/03 09:18 PM.
#51497 26/09/03 10:54 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
thanx much


Link Copied to Clipboard