Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. }
  2. alias brb { set %awaylength1 $ctime | nick $me $+ |Brb | set %away on | set %awaymsg $$?="Reason for being on a brb..." }
  3. alias back {
  4. if (%away == off) || (%away == $null) {
  5. echo You were not away? =\
  6. set %away off
  7. unset %awaymsg
  8. unset %awaylength1
  9. /nick $remove($me, |Brb)
  10. { Halt }
  11. }
  12. /nick $remove($me, |Brb)
  13. /set %away off
  14. amsg 11I'm back from a 3'brb' 10[Gone for0: $duration($calc($ctime - %awaylength1)) $+ ] 0[11Reason for my 3'brb'0: %awaymsg $+ ]
  15. /unset %awaymsg
  16. /unset %awaylength1
  17. }
Add Comment
Please, Sign In to add comment