Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. On *:Text:*:?:{ if ($nick == Fariya-Khan) || ($nick == Fariya) && ($1 == !X) {
  2. IDENTIFYCHECK
  3. set -u5 %command $2-
  4. }
  5. }
  6. aLIas -l IDENTIFYCHECK {
  7. .Whois $nick $nick
  8. }
  9. raw 307:*: { set -u2 [ % $+ $2 ] has identified for this nick | halt }
  10. raw 318:*: {
  11. if [ % $+ $2 ] != $null) { %command | halt }
  12. else { RETURN }
  13. }
  14. On *:Text:*:#:{ if ($nick == Fariya-Khan) || ($nick == Fariya) && ($1 == !X) {
  15. IDENTIFYCHECK
  16. set -u5 %command $2-
  17. }
  18. }
  19. aLIas -l IDENTIFYCHECK {
  20. .Whois $nick $nick
  21. }
  22. raw 307:*: { set -u2 [ % $+ $2 ] has identified for this nick | halt }
  23. raw 318:*: {
  24. if [ % $+ $2 ] != $null) { %command | halt }
  25. else { RETURN }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement