mIRC Home    About    Download    Register    News    Help

Print Thread
#138283 27/12/05 07:29 PM
Joined: Oct 2003
Posts: 68
Y
yamaz Offline OP
Babel fish
OP Offline
Babel fish
Y
Joined: Oct 2003
Posts: 68
Hi there, I made this alias:

alias /live /run http://live.xbox.com/it-IT/profile/profile.aspx?pp=0&GamerTag= $+ $1- $+

using /live <nickname> opens a webpage with the xbox live profile of the user.

The problem is that the site doesn't allow spaces, so I'd have to change every blank space into %20

For example, the /live command requires "Average Joe" to be "Average%20Joe"

somebody help meee

smile thanks

#138284 27/12/05 07:48 PM
Joined: Nov 2005
Posts: 42
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Nov 2005
Posts: 42
Code:
alias /live /run http://live.xbox.com/it-IT/profile/profile.aspx?pp=0&amp;GamerTag= $+ $replace($1-,$chr(32),$chr(37) $+ 20) $+

try that

Last edited by Aenei; 27/12/05 07:49 PM.

Link Copied to Clipboard