mIRC Home    About    Download    Register    News    Help

Print Thread
#215344 12/09/09 02:17 PM
Joined: Apr 2008
Posts: 10
F
Pikka bird
OP Offline
Pikka bird
F
Joined: Apr 2008
Posts: 10
Hi, is there a way to actually log "/window @test"?

right now when i do /log on @test -f $logdir\@test.log
it only logs:
Quote:

Session Start: Fri Sep 11 19:16:04 2009
Session Ident: @test
* Logging for @test started
Session Close: Fri Sep 11 19:16:10 2009

Session Start: Fri Sep 11 19:16:10 2009
Session Ident: @test
* Logging for @test started
Session Close: Fri Sep 11 19:16:10 2009

Session Start: Fri Sep 11 19:16:10 2009
Session Ident: @test
* Logging for @test started
Session Close: Fri Sep 11 19:17:56 2009

Session Start: Fri Sep 11 19:18:01 2009
Session Ident: @test
Session Close: Fri Sep 11 19:21:00 2009


i add text to that window using /aline

Last edited by FuriousRage; 12/09/09 02:18 PM.
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
In order to log text added to custom windows, you have to use
Code:
echo @window text

replacing @window and text with the window name and the text you want sent to the window.

Joined: Apr 2008
Posts: 3
J
Self-satisified door
Offline
Self-satisified door
J
Joined: Apr 2008
Posts: 3
the /aline command doesn't add lines to be logged?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Nope... Don't know why, just know, from my own experience, that for logging purposes, you have to use /echo rather than /aline

Unless you have a lot of /aline commands, this shouldn't be a big deal, and if you do, open the script using notepad, then do a search and replace.


Link Copied to Clipboard