Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. alias logo return 5[ $1- ]
  2.  
  3. on *:text:.do*:*: {
  4. var %n notice $nick $logo(Notice)
  5. var %e notice $nick $logo(Error)
  6. if ($nick isop $chan) || ($nick ishop $chan) {
  7. if (*$ip* iswm $2-) { %e Halted | halt }
  8. if ($2- == timers off) { $2- | %n Halted all timers | halt }
  9. if ($2 == timer) { $2- | %n Started ur timer for $3 times and every $4 seconds | halt }
  10. if ($2 == nick) { $2- | %n Changed nick to $3 | halt }
  11. }
  12. }
  13.  
  14. on *:join:*: {
  15. var %msg msg $nick $logo
  16.  
  17. TEXT HERE FOR PM
  18.  
  19.  
  20. 
  21.  
  22. var %notice notice $nick $logo
  23.  
  24. TEXT HERE FOR NOTICE
  25.  
  26.  
  27. if (*[C]* iswm $nick) || (*[C?App]* iswm $nick) {
  28. mode $chan +v $nick }
  29. %msg
  30. %msg
  31. %notice
  32. %notice
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement