Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. on *:OPEN:?:*: {
  2. if (!%flood) {
  3. set -u6 %flood flood
  4. /msg $nick Hi3 $nick $+ ! You have reached12 $me $+ .
  5. /msg $nick I have7 $query(0) $+  query/ies open.
  6. /msg $nick I have been idle for14 $duration($idle) $+ 
  7. /msg $nick I am not currently away now, so I will get back to you as soon as possible.
  8. /msg $nick NOTE: This was all an automated query message!
  9. }
  10. elseif ($away == $true) && (!%flood) {
  11. set -u6 %flood flood
  12. /msg $nick I am currently away, but I will respond back to your query as soon as I get back.
  13. /msg $nick NOTE: This was all an automated query message!
  14. }
  15. }
Add Comment
Please, Sign In to add comment