mIRC Home    About    Download    Register    News    Help

Print Thread
#127117 09/08/05 01:41 AM
Joined: Apr 2005
Posts: 115
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 115
alias imagen {
set %archivo $shortfn($sfile(c:\))
echo -a %archivo
.background -rm %archivo
}

how can i do to show the image on query ,chat ,private
thnxxxxxxxxxx

#127118 09/08/05 12:35 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Code:
.background -rm <window> %archivo


Where <window> is the name of the window you want to set the background to.

#127119 09/08/05 05:41 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
so something like

on *:open:?:*:{ .background -rm $nick %archivo }

like that?

#127120 09/08/05 08:20 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
-m is for main window...

Use -d for a single query window.
Or use -a for the active window.

If you're going to use the same image on all windows, then the easiest thing is to use:

/background -msgde Query file.ext

Just open a Query window and then use the name of that window above and then all windows should be set to the same thing by default.

Note that for chats, you may have to open one and use the -ae switch inside there.

#127121 09/08/05 09:53 PM
Joined: Apr 2005
Posts: 115
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 115
thnx


Link Copied to Clipboard