Away Multiserver

By kibo on Oct 26, 2011

I redefined the away command to handle the multiserver , to go away I use the command ! , recalling the original command.

;This is part of Proscript's away system
; autor kibo

alias away {
  var %i = 1
  while (%i <= $scid(0)) {
    scid $scon(%i)
    if ($server != $null) { !away $1- }
    inc %i
  }
}

Comments

Sign in to comment.
kibo   -  Oct 26, 2011

example:

/away I'm not Here

 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.