Guest User

Untitled

a guest
Jul 17th, 2018
73
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. }
  8. elseif ($away == $false) {
  9. /msg $nick I am not currently away now, so I will get back to you as soon as possible.
  10. /msg $nick NOTE: This was all an automated query message!
  11. }
  12. elseif ($away == $true) {
  13. /msg $nick I am currently away, but I will respond back to your query as soon as I get back.
  14. /msg $nick NOTE: This was all an automated query message!
  15. }
  16. }
Add Comment
Please, Sign In to add comment