mIRC Homepage
Posted By: brad2 $remove with $nick ??? - 20/07/03 04:12 AM
Code:
 
alias awaynick {
  /n $me $+ away
}
alias backnick {
  /n $remove($nick,away)
}
 


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


Posted By: captain_obvious Re: $remove with $nick ??? - 20/07/03 04:16 AM
hehe...

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


hope that helps you
Posted By: brad2 Re: $remove with $nick ??? - 20/07/03 04:19 AM
Wow, captain_obvious, what an appropriate nick!

LOL thanks
Posted By: captain_obvious Re: $remove with $nick ??? - 20/07/03 04:21 AM
hehe, no problemo.
Posted By: KingTomato Re: $remove with $nick ??? - 20/07/03 05:19 AM
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.
Posted By: captain_obvious Re: $remove with $nick ??? - 20/07/03 06:37 AM
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
© mIRC Discussion Forums