mIRC Home    About    Download    Register    News    Help

Print Thread
#270667 19/08/22 07:13 PM
Joined: Apr 2005
Posts: 111
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 111
alias awayy {
if (!$away) {
away $iif($1,$1,Away)
tnick $mnick $+ |A
ame estoy afuera. Rason: $awaymsg
dqwindow on
}
else {
dqwindow off | echo $color(info) -at Ya no estoy away. ( $+ $awaymsg $+ )
}
}

alias back {
if ($away) {
ame is now back from: $awaymsg $+ . Been away for: $duration($awaytime)
away
nick $mnick
}
else {
echo $color(info) -at You're not away.
}
}

i copy and add a dqwindow but doesnt work any help?

Joined: Nov 2021
Posts: 91
Babel fish
Offline
Babel fish
Joined: Nov 2021
Posts: 91
perhaps u could try this or maybe edit it a bit to your liking:

Code
Raw 305:*:{ 
  echo -ast  »¡«  You are back  »!«  --- ( $+ $network $+ ) 
  nick $remove($me,$chr(124),A)
  var %cnt = 1 
  while ( $comchan($me,%cnt) != $null )  { 
    var %chanN2 $ifmatch
    describe %chanN2  Back from: $awaymsg $chr(124) Been away for: $duration($awaytime) 
    inc %cnt 
  }  
  halt 
}



Raw 306:*:{ 
  echo -ast  »¡«  You are away  »!«  $awaymsg --- ( $+ $network $+ ) 
  nick $+($me,$chr(124),A)
  var %cnt = 1 
  while ( $comchan($me,%cnt) != $null )  { 
    var %chanN2 $ifmatch
    describe %chanN2   Estoy afuera. Reason: $awaymsg  
    inc %cnt 
  }  
  halt 
}

Last edited by Simo; 21/08/22 11:23 AM.
Simo #270673 21/08/22 08:09 PM
Joined: Apr 2005
Posts: 111
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 111
cheers and thnx


Link Copied to Clipboard