Totaly Simple Away

By Vlada_bgd on Jul 05, 2008

Totaly Simple Away
Right click on channel, locate Simple Away, and select Yes or No.
Rate it pls.

menu channel {
  Simple Away
  .Yes:/odsda
  .No:/odsne
}
alias odsda {
  if ( %awy == ne ) {
    set %awy da
    set %mynick $me
    set %reason $$?="Reason for being away?"
    away %reason
    ame is away at the moment for reason: %reason
  }
  else { echo -a INFO: You have been marked as being away! }
}
alias odsne {
  if ( %awy == da ) {
    set %awy ne
    away
    ame is back from away, it took me $duration($awaytime) to return.
    nick %mynick
    unset %mynick
  }
  else { echo -a INFO: You are no longer marked as being away! }
}
raw 306:*: { nick $me $+ `away | halt }

Comments

Sign in to comment.
Vlada_bgd   -  Jul 06, 2008

Yup, error in translation. Razlog in my language means reason. Corected.

 Respond  
F*U*R*B*Y*   -  Jul 05, 2008

ame is away at the moment for reason: %razlog

you don\'t set %razlog

 Respond  
Eugenio   -  Jul 05, 2008

ROFL FAIL

 Respond  
Vlada_bgd   -  Jul 05, 2008

Sorry dude, I`m not eevee.

 Respond  
AlexHopper   -  Jul 05, 2008

cool and eevee i know thats you, i think

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.