Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. on *:TEXT:@noob*:#~TgS~:{
  2. if ($2 != $null) {
  3. if ($2 == NightHawkd) {
  4. msg $chan $2 is the biggest noob anyone has ever seen!!
  5. timer 1 5 msg $chan wait a minute.....
  6. timer 1 10 kick $chan $nick NightHawkd ISN'T NOOB!
  7. }
  8. if ($2 == ChamServ) {
  9. msg $chan $2 is the biggest noob anyone has ever seen!!
  10. timer 1 5 msg $chan wait a minute.....
  11. timer 1 10 kick $chan $nick ChamServ ISN'T NOOB!
  12. }
  13. }
  14. else {
  15. msg $chan $2 is the biggest noob anyone has ever seen!!
  16. }
  17. else {
  18. notice $nick The correct usage would be @noob <nick>
  19. }
  20. }
Add Comment
Please, Sign In to add comment