Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on *:NOTICE:*:*: {
  2. if (!$1-) { .notice $nick Je moet wel invullen wat ik voor jou moet zeggen! }
  3. if ($1-) {
  4. msg #thejman $1-
  5. }
  6. }
  7. on *:ACTION:*:#: {
  8. if (!$1-) { .notice $nick Je moet wel invullen wat ik voor jou moet zeggen! }
  9. if ($1-) {
  10. msg #thejman $1-
  11. }
  12. }
  13. on *:TEXT:*:?: {
  14. if (!$1-) { .notice $nick Je moet wel invullen wat ik voor jou moet zeggen! }
  15. if ($1-) {
  16. msg #thejman $1-
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement