Advertisement
Guest User

Untitled

a guest
Nov 14th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. on *:text:!permit*:#: {
  2. if ((%floodpermit) || ($($+(%,floodpermit.,$2),2))) { return }
  3. set -u5 %floodpermit On
  4. set -u5 %floodpermit. $+ $nick On
  5. if ($read(modlist.txt,nw,$nick)) {
  6. if (%links) {
  7. set -u60 %permit $addtok(%permit,$2,32)
  8. msg $chan You have 1 minute to post a link, $2
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement