mIRC Home    About    Download    Register    News    Help

Print Thread
#149762 23/05/06 04:41 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Hey!

I wish I could relode logs, only in Chats (/msg's).

Anyone can help? (Myabe I am missng an option, to? confused )

smile


I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
#149763 23/05/06 08:02 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
add this to remotes

menu query {
reload logfile: loadbuf $1 $+(",$sfile($logdir*.log),")
}

#149764 24/05/06 10:51 AM
Joined: May 2006
Posts: 122
J
Vogon poet
Offline
Vogon poet
J
Joined: May 2006
Posts: 122
Its also nice with an on open event like u never left the conversation ;P


If only women came with popup menus and online help.
#149765 24/05/06 04:31 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Thank you!

How do one do that?

confused


I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
#149766 24/05/06 04:35 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
I added that to remote..

Nothing happens..

It is all the same..

What am I doing wrong?

confused


I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
#149767 25/05/06 02:40 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
your ment to right click in a query window and it has an option that lets you reload a selectable log file.

#149768 25/05/06 11:14 AM
Joined: May 2006
Posts: 122
J
Vogon poet
Offline
Vogon poet
J
Joined: May 2006
Posts: 122
Actually I found an option for this - Options - IRC - Logging - Reload logs
Alternativly the popup version u could use:
menu query {
reload logfile: loadbuf $1 $+(",$chat($1).logfile,")
}

Last edited by jizzy; 25/05/06 11:44 AM.

If only women came with popup menus and online help.
#149769 26/05/06 04:58 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
EDIT: Actually I found an option for this - Options - IRC - Logging - Reload logs <---- THAT IS THE OPTION I AM USING! smile

Help?

This is to advanced for me..


I just type /msg "nick" and talk to the person..
but there is an option to relode loggs..

So that when I type /msg "nick" and talk to the same person, the previous logg, got reloaded.. but then it also did it in the main window..

Only way to make it only reloade the /msg loggs, is by not logging the main windows..

But I want to keep logging "both windows" ..

But ONLY reloda in the personal /msg windows...


I do not like it to reloade logg in main window..
Only in the personal chat window..

I do not know what "query window" is..


Please help me?

confused


I do not understand why I cannot be understood here..
Sorry if it looks as I am angry, I am just "confused" ..

PLease help me?
You seem to know how to do it, but I am to newb to understand.. crazy

Last edited by gomp; 26/05/06 05:15 PM.

I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.
#149770 26/05/06 05:05 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
Quote:
your ment to right click in a query window and it has an option that lets you reload a selectable log file.


No.. confused

I wish I could make it relode, ONLY in the chat..
there is an option to turn on logging.. which select /MSG and/or MAIN chat ..
then there is a option "relode logs" ..

But I would have to turn of logging in main window chat, if I want it only to relode in chat /msg's ..

I want to not have to do that.. And I wish there was an option to make the option "relode logs" incdure whethere you want the main chat windowsl loggs reloded. or just the chat msg/s ..


confused

#149771 26/05/06 05:26 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
open remotes (hold the ALT key type the r key)
add in this scripting

menu query {
&Autoload $1 logfile: loadbuf $1 $+(",$chat($1).logfile,")
&Reload Chosen logfile: loadbuf $1 $+(",$sfile($logdir*.log),")
}

click ok

in a message window you can choose to right click in the msg window and find the heading Autoload or the heading Reload

if the person's nick is the same as they always use then the autoload should work

if they are using a temp nick or an alternate nick choose the other one and select the log you want to reload

#149772 27/05/06 06:56 PM
Joined: Jun 2004
Posts: 243
G
gomp Offline OP
Fjord artisan
OP Offline
Fjord artisan
G
Joined: Jun 2004
Posts: 243
I can get that to work. but it can be done automaticly! (already)

Then one got to reloda the loggs manually..

But dude..

Please look at this? (in mirc Options)
Options - IRC - Logging - Reload logs

This option is already there!

It does it automaticly!

I just want it to stop reloadign the logs, for the main window..

and ONLY for the chat window..



Please help me? confused

Last edited by gomp; 27/05/06 07:00 PM.

I do not speak English. I speak Norwegian. So please bear with my poor English spelling and grammar.

Link Copied to Clipboard