Public paste
Undefined
By: solotje | Date: Jan 7 2007 15:20 | Format: None | Expires: never | Size: 360 B | Hits: 1179

  1. on *:open:?:{
  2.   if (%query) { halt }
  3.   else { set -u3 %query $nick | inc %query.opens 1 | set %idle $idle | msg $nick Hi! You're number %query.opens that querys me! Peace! (auto-message) | msg $nick My window is open in $active and i am idling for $duration(%idle) and the last person that querys me was %query.nick $+ . | set %query.nick $nick  }
  4. }