mIRC Home    About    Download    Register    News    Help

Print Thread
#37293 20/07/03 04:12 AM
Joined: Feb 2003
Posts: 48
B
brad2 Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Feb 2003
Posts: 48
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
Joined: Jul 2003
Posts: 47
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Jul 2003
Posts: 47
hehe...

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


hope that helps you


"watch the news today, so you don't have to watch the history channel tomorrow."
#37295 20/07/03 04:19 AM
Joined: Feb 2003
Posts: 48
B
brad2 Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Feb 2003
Posts: 48
Wow, captain_obvious, what an appropriate nick!

LOL thanks

#37296 20/07/03 04:21 AM
Joined: Jul 2003
Posts: 47
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Jul 2003
Posts: 47
hehe, no problemo.


"watch the news today, so you don't have to watch the history channel tomorrow."
#37297 20/07/03 05:19 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.


-KingTomato
#37298 20/07/03 06:37 AM
Joined: Jul 2003
Posts: 47
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Jul 2003
Posts: 47
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


"watch the news today, so you don't have to watch the history channel tomorrow."

Link Copied to Clipboard