Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ########### !fass ###############
  2. bind pub - !fass pub_fass
  3. proc pub_fass {nick uhost hand chan arg} {
  4. global no_bellos bello_flags
  5. if {[matchattr $arg $bello_flags $chan] || [matchattr $arg $bello_flags]} { return 0 }
  6. putlog "$nick used !fass $arg"
  7. set bold "\002"
  8. putchan $chan "$bold Schnappt sich das Hosenbein von $arg und schleppt ihn nach draussen"
  9. puthelp "KICK $chan $arg :*bΓΆseguck* nun bleibst du draussen *knurr* *bell*"
  10. puthelp "NOTICE $arg *knurrr*"
  11. }
  12. proc belloflagcheck {user chan} {
  13. global bello_flags
  14. set protected 0
  15. set user [nick2hand $user]
  16. if {[matchattr $user $bello_flags $chan] || [matchattr $user $bello_flags]} {
  17. set protected 1
  18. }
  19. return $protected
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement