Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. on *:INPUT:#: {
  2. if ($1 == !away) { set %varaway1 $2- | /amsg I'm now currently away; going to: %awayvar1 $+ . Left at $timestamp $+ . }
  3. if ($1 == !back) { /amsg I'm not back from %varaway1 | unset %varaway1 }
  4. }
  5. on $*:TEXT:/(travis|test)/Si:#: {
  6. if (%varaway1 != $null) { notice $nick I'm currently away doing: %varaway1 $+ . | msg $me $nick said $1- in # at $timestamp }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement