mIRC Home    About    Download    Register    News    Help

Print Thread
#37293 20/07/03 04:12 AM
B
brad2
brad2
B
Code:
 
alias awaynick {
  /n $me $+ away
}
alias backnick {
  /n $remove($nick,away)
}
 


What am i doing wrong here? (BTW, /n = /nick )



#37294 20/07/03 04:16 AM
C
captain_obvious
captain_obvious
C
hehe...

Code:
  
alias awaynick {  
//n $me $+ away
 }
alias backnick {
//n $remove($me,away) 
} 


hope that helps you

#37295 20/07/03 04:19 AM
B
brad2
brad2
B
Wow, captain_obvious, what an appropriate nick!

LOL thanks

#37296 20/07/03 04:21 AM
C
captain_obvious
captain_obvious
C
hehe, no problemo.

#37297 20/07/03 05:19 AM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
Double slashes have nothing to dow ith it. Especially if its an alias. The //;s are only for "Executing" identifiers and variables on a command-line level, not remotes, popups, or aliases.

#37298 20/07/03 06:37 AM
C
captain_obvious
captain_obvious
C
i know, i was just messing with it after he had the problem fix, i edited the post after he said thanks and i was just bored :| sorry frown


Link Copied to Clipboard