Advertisement
Guest User

Untitled

a guest
Jan 17th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.34 KB | None | 0 0
  1. # -------------------------------------------------------------------------------
  2. # This is the very first implementation of ChatControl's
  3. # new custom rule engine codenamed ChatCeaser By Kangarko
  4. #
  5. # Accepts following operators (without <>)
  6. # match <regex> (A valid regular expression string to match the message.)
  7. # id <number/string> (Assign an id/name to the rule. Used in messages and handlers.)
  8. # ignore string <string/regex> (If the message matches given string it will be ignored.)
  9. # ignore event ^/<chat/commands/signs> (If the rule triggers on specified event it will be ignored.)
  10. # ignore perm <permission> (A permission to bypass the rule.)
  11. # strip <regex> (A valid regular expression used to strip specified characters before the message is checked.)
  12. # then replace <replacement|replacement2> (A string that replaces only the part of the checked message that matches the match.)
  13. # (Chosen randomly from the messages divided by |)
  14. # then rewrite <message|message2> (A message that replaces the entire checked message.)
  15. # (Chosen randomly from the messages divided by |)
  16. # then deny (Cancel the player's message from appearing in the chat.)
  17. # then console <command|command2|command3> (A commands to execute as the console. Use %player to get player name. Divide multiple commands by |)
  18. # then warn <message> (A message that is displayed to the player.)
  19. # then kick <optionalResaon> (If set, the player will be kicked with optional message.)
  20. # then notify <permission> <message> (Send a message to all players with specified permission.)
  21. # then fine <amount> (If plugin Vault is installed - take specified amount of money from the player.)
  22. # then log (Caught message will be printed in console and saved in rules_log.txt)
  23. # handle as <handler_name> (Launch actions specified in handlers.yml)
  24. #
  25. # Supports color codes with '&' character.
  26. # Accepts unicode characters when saved in UTF-8 encoding (tested on Notepad++).
  27. # -------------------------------------------------------------------------------
  28.  
  29. # IP filter. Notice the operator strip which removes specified characters BEFORE the message is checked.
  30. match \b[0-9]{1,3}(\.|dot|\(dot\)|-|;|:|,|(\W|\d|_)*\s)+[0-9]{1,3}(\.|dot|\(dot\)|-|;|:|,|(\W|\d|_)*\s)+[0-9]{1,3}(\.|dot|\(dot\)|-|;|:|,|(\W|\d|_)*\s)+[0-9]{1,3}\b
  31. strip [\(\[\]\)]
  32. handle as advertisement
  33.  
  34. match [a-zA-Z0-9\-\.]+\s?(\.|dot|\(dot\)|-|;|:|,)\s?(com|org|net|cz|co|uk|sk|biz|mobi|xxx|eu)\b
  35. strip [\(\[\]\)]
  36. handle as advertisement
  37.  
  38. match fuck
  39. handle as swear
  40. then deny
  41.  
  42. match \bass\b|\basshole
  43. handle as swear
  44. then deny
  45.  
  46. match \bb(i|!)tch
  47. id 5
  48. handle as swear
  49. then deny
  50.  
  51. match \bgayfuck
  52. handle as swear
  53. then deny
  54.  
  55. match \bcuntface
  56. handle as swear
  57. then deny
  58.  
  59. match \btard
  60. handle as swear
  61. then deny
  62.  
  63. match \bshitbreath
  64. handle as swear
  65. then deny
  66.  
  67. match \bdeggo
  68. handle as swear
  69. then deny
  70.  
  71. match \bcockmongruel
  72. handle as swear
  73. then deny
  74.  
  75. match \bfuckbrain
  76. handle as swear
  77. then deny
  78.  
  79. match \bbullshit
  80. handle as swear
  81. then deny
  82.  
  83. match \bsmeg
  84. handle as swear
  85. then deny
  86.  
  87. match \bdumbass
  88. handle as swear
  89. then deny
  90.  
  91. match \bfeltch
  92. handle as swear
  93. then deny
  94.  
  95. match \bbuttfucka
  96. handle as swear
  97. then deny
  98.  
  99. match \bfuckbag
  100. handle as swear
  101. then deny
  102.  
  103. match \bassmonkey
  104. handle as swear
  105. then deny
  106.  
  107. match \bcockface
  108. handle as swear
  109. then deny
  110.  
  111. match \bheeb
  112. handle as swear
  113. then deny
  114.  
  115. match \bcleavage
  116. handle as swear
  117. then deny
  118.  
  119. match \bpussy
  120. handle as swear
  121. then deny
  122.  
  123. match \bdickslap
  124. handle as swear
  125. then deny
  126.  
  127. match \bpolesmoker
  128. handle as swear
  129. then deny
  130.  
  131. match \bvajayjay
  132. handle as swear
  133. then deny
  134.  
  135. match \bcoon
  136. handle as swear
  137. then deny
  138.  
  139. match \bfuckstick
  140. handle as swear
  141. then deny
  142.  
  143. match \bcoochy
  144. handle as swear
  145. then deny
  146.  
  147. match \bvjayjay
  148. handle as swear
  149. then deny
  150.  
  151. match \bclitface
  152. handle as swear
  153. then deny
  154.  
  155. match \bdickwod
  156. handle as swear
  157. then deny
  158.  
  159. match \bcarpetmuncher
  160. handle as swear
  161. then deny
  162.  
  163. match \bdickhead
  164. handle as swear
  165. then deny
  166.  
  167. match \barse
  168. handle as swear
  169. then deny
  170.  
  171. match \bwetback
  172. handle as swear
  173. then deny
  174.  
  175. match \bprick
  176. handle as swear
  177. then deny
  178.  
  179. match \basses
  180. handle as swear
  181. then deny
  182.  
  183. match \bfuckwit
  184. handle as swear
  185. then deny
  186.  
  187. match \bunclefucker
  188. handle as swear
  189. then deny
  190.  
  191. match \bgaydo
  192. handle as swear
  193. then deny
  194.  
  195. match \bfellatio
  196. handle as swear
  197. then deny
  198.  
  199. match \bqueer
  200. handle as swear
  201. then deny
  202.  
  203. match \bgayfuckist
  204. handle as swear
  205. then deny
  206.  
  207. match \bblowjob
  208. handle as swear
  209. then deny
  210.  
  211. match \bshitbagger
  212. handle as swear
  213. then deny
  214.  
  215. match \bfuckin
  216. handle as swear
  217. then deny
  218.  
  219. match \bkooch
  220. handle as swear
  221. then deny
  222.  
  223. match \bfuckhead
  224. handle as swear
  225. then deny
  226.  
  227. match \bpiss
  228. handle as swear
  229. then deny
  230.  
  231. match \bjagoff
  232. handle as swear
  233. then deny
  234.  
  235. match \bwhore
  236. handle as swear
  237. then deny
  238.  
  239. match \blezzie
  240. handle as swear
  241. then deny
  242.  
  243. match \basshopper
  244. handle as swear
  245. then deny
  246.  
  247. match \bqueef
  248. handle as swear
  249. then deny
  250.  
  251. match \bmunging
  252. handle as swear
  253. then deny
  254.  
  255. match \bdumbfuck
  256. handle as swear
  257. then deny
  258.  
  259. match \bfuckface
  260. handle as swear
  261. then deny
  262.  
  263. match \bskullfuck
  264. handle as swear
  265. then deny
  266.  
  267. match \bshitty
  268. handle as swear
  269. then deny
  270.  
  271. match \bpoonany
  272. handle as swear
  273. then deny
  274.  
  275. match \bcracker
  276. handle as swear
  277. then deny
  278.  
  279. match \bdyke
  280. handle as swear
  281. then deny
  282.  
  283. match \bdicks
  284. handle as swear
  285. then deny
  286.  
  287. match \bwankjob
  288. handle as swear
  289. then deny
  290.  
  291. match \bbitches
  292. handle as swear
  293. then deny
  294.  
  295. match \bpecker
  296. handle as swear
  297. then deny
  298.  
  299. match \basssucker
  300. handle as swear
  301. then deny
  302.  
  303. match \bassbite
  304. handle as swear
  305. then deny
  306.  
  307. match \bsandnigger
  308. handle as swear
  309. then deny
  310.  
  311. match \bnigga
  312. handle as swear
  313. then deny
  314.  
  315. match \bmick
  316. handle as swear
  317. then deny
  318.  
  319. match \bbitchtits
  320. handle as swear
  321. then deny
  322.  
  323. match \basswad
  324. handle as swear
  325. then deny
  326.  
  327. match \barsehole
  328. handle as swear
  329. then deny
  330.  
  331. match \bassbanger
  332. handle as swear
  333. then deny
  334.  
  335. match \bpunanny
  336. handle as swear
  337. then deny
  338.  
  339. match \bdildo
  340. handle as swear
  341. then deny
  342.  
  343. match \bcockbite
  344. handle as swear
  345. then deny
  346.  
  347. match \bwhorebag
  348. handle as swear
  349. then deny
  350.  
  351. match \bassfucker
  352. handle as swear
  353. then deny
  354.  
  355. match \bfucktard
  356. handle as swear
  357. then deny
  358.  
  359. match \bbumblefuck
  360. handle as swear
  361. then deny
  362.  
  363. match \bhonkey
  364. handle as swear
  365. then deny
  366.  
  367. match \bjizz
  368. handle as swear
  369. then deny
  370.  
  371. match \bbeaner
  372. handle as swear
  373. then deny
  374.  
  375. match \bnegro
  376. handle as swear
  377. then deny
  378.  
  379. match \bchinc
  380. handle as swear
  381. then deny
  382.  
  383. match \bcock
  384. handle as swear
  385. then deny
  386.  
  387. match \bcockknoker
  388. handle as swear
  389. then deny
  390.  
  391. match \bpissed
  392. handle as swear
  393. then deny
  394.  
  395. match \bshitstain
  396. handle as swear
  397. then deny
  398.  
  399. match \bvagina
  400. handle as swear
  401. then deny
  402.  
  403. match \bdike
  404. handle as swear
  405. then deny
  406.  
  407. match \bbuttplug
  408. handle as swear
  409. then deny
  410.  
  411. match \blesbo
  412. handle as swear
  413. then deny
  414.  
  415. match \bdicksneeze
  416. handle as swear
  417. then deny
  418.  
  419. match \bdicktickler
  420. handle as swear
  421. then deny
  422.  
  423. match \bcockmonkey
  424. handle as swear
  425. then deny
  426.  
  427. match \bfuckass
  428. handle as swear
  429. then deny
  430.  
  431. match \bjackass
  432. handle as swear
  433. then deny
  434.  
  435. match \bclitfuck
  436. handle as swear
  437. then deny
  438.  
  439. match \bslut
  440. handle as swear
  441. then deny
  442.  
  443. match \bchink
  444. handle as swear
  445. then deny
  446.  
  447. match \bgaybob
  448. handle as swear
  449. then deny
  450.  
  451. match \bcunt
  452. handle as swear
  453. then deny
  454.  
  455. match \bbitchy
  456. handle as swear
  457. then deny
  458.  
  459. match \bpanooch
  460. handle as swear
  461. then deny
  462.  
  463. match \bcockwaffle
  464. handle as swear
  465. then deny
  466.  
  467. match \bmotherfucking
  468. handle as swear
  469. then deny
  470.  
  471. match \bcumguzzler
  472. handle as swear
  473. then deny
  474.  
  475. match \bbastard
  476. handle as swear
  477. then deny
  478.  
  479. match \bgaywad
  480. handle as swear
  481. then deny
  482.  
  483. match \bqueerhole
  484. handle as swear
  485. then deny
  486.  
  487. match \bassbandit
  488. handle as swear
  489. then deny
  490.  
  491. match \bfucktart
  492. handle as swear
  493. then deny
  494.  
  495. match \brenob
  496. handle as swear
  497. then deny
  498.  
  499. match \bassjacker
  500. handle as swear
  501. then deny
  502.  
  503. match \bfaggotcock
  504. handle as swear
  505. then deny
  506.  
  507. match \bfucked
  508. handle as swear
  509. then deny
  510.  
  511. match \bshiznit
  512. handle as swear
  513. then deny
  514.  
  515. match \banus
  516. handle as swear
  517. then deny
  518.  
  519. match \bfaggit
  520. handle as swear
  521. then deny
  522.  
  523. match \bscrote
  524. handle as swear
  525. then deny
  526.  
  527. match \bbollocks
  528. handle as swear
  529. then deny
  530.  
  531. match \bdickbag
  532. handle as swear
  533. then deny
  534.  
  535. match \basscock
  536. handle as swear
  537. then deny
  538.  
  539. match \bmuff
  540. handle as swear
  541. then deny
  542.  
  543. match \bfagtard
  544. handle as swear
  545. then deny
  546.  
  547. match \bcumjockey
  548. handle as swear
  549. then deny
  550.  
  551. match \bpollock
  552. handle as swear
  553. then deny
  554.  
  555. match \bassmuncher
  556. handle as swear
  557. then deny
  558.  
  559. match \bfuckup
  560. handle as swear
  561. then deny
  562.  
  563. match \bshithead
  564. handle as swear
  565. then deny
  566.  
  567. match \bqueerbait
  568. handle as swear
  569. then deny
  570.  
  571. match \bclit
  572. handle as swear
  573. then deny
  574.  
  575. match \bshitbag
  576. handle as swear
  577. then deny
  578.  
  579. match \bdumshit
  580. handle as swear
  581. then deny
  582.  
  583. match \bcockjockey
  584. handle as swear
  585. then deny
  586.  
  587. match \bsnatch
  588. handle as swear
  589. then deny
  590.  
  591. match \basspirate
  592. handle as swear
  593. then deny
  594.  
  595. match \bcumtart
  596. handle as swear
  597. then deny
  598.  
  599. match \bfucker
  600. handle as swear
  601. then deny
  602.  
  603. match \bshitspitter
  604. handle as swear
  605. then deny
  606.  
  607. match \bnutsack
  608. handle as swear
  609. then deny
  610.  
  611. match \bassgoblin
  612. handle as swear
  613. then deny
  614.  
  615. match \bgook
  616. handle as swear
  617. then deny
  618.  
  619. match \bkootch
  620. handle as swear
  621. then deny
  622.  
  623. match \bdookie
  624. handle as swear
  625. then deny
  626.  
  627. match \bshithouse
  628. handle as swear
  629. then deny
  630.  
  631. match \bpenisbanger
  632. handle as swear
  633. then deny
  634.  
  635. match \bhumping
  636. handle as swear
  637. then deny
  638.  
  639. match \bdickweasel
  640. handle as swear
  641. then deny
  642.  
  643. match \bcocknose
  644. handle as swear
  645. then deny
  646.  
  647. match \basshead
  648. handle as swear
  649. then deny
  650.  
  651. match \bfagbag
  652. handle as swear
  653. then deny
  654.  
  655. match \bshitfaced
  656. handle as swear
  657. then deny
  658.  
  659. match \bcum
  660. handle as swear
  661. then deny
  662.  
  663. match \btwatlips
  664. handle as swear
  665. then deny
  666.  
  667. match \bshitting
  668. handle as swear
  669. then deny
  670.  
  671. match \bgaylord
  672. handle as swear
  673. then deny
  674.  
  675. match \bshitter
  676. handle as swear
  677. then deny
  678.  
  679. match \borgasim
  680. handle as swear
  681. then deny
  682.  
  683. match \bjunglebunny
  684. handle as swear
  685. then deny
  686.  
  687. match \bfuckhole
  688. handle as swear
  689. then deny
  690.  
  691. match \bclusterfuck
  692. handle as swear
  693. then deny
  694.  
  695. match \bshittiest
  696. handle as swear
  697. then deny
  698.  
  699. match \bcuntlicker
  700. handle as swear
  701. then deny
  702.  
  703. match \bpenispuffer
  704. handle as swear
  705. then deny
  706.  
  707. match \bboner
  708. handle as swear
  709. then deny
  710.  
  711. match \bpenis
  712. handle as swear
  713. then deny
  714.  
  715. match \bnigaboo
  716. handle as swear
  717. then deny
  718.  
  719. match \bdicksucking
  720. handle as swear
  721. then deny
  722.  
  723. match \bchode
  724. handle as swear
  725. then deny
  726.  
  727. match \bfatass
  728. handle as swear
  729. then deny
  730.  
  731. match \bfuckwad
  732. handle as swear
  733. then deny
  734.  
  735. match \baxwound
  736. handle as swear
  737. then deny
  738.  
  739. match \bbitchass
  740. handle as swear
  741. then deny
  742.  
  743. match \bspic
  744. handle as swear
  745. then deny
  746.  
  747. match \bassclown
  748. handle as swear
  749. then deny
  750.  
  751. match \bhandjob
  752. handle as swear
  753. then deny
  754.  
  755. match \bfuckbutt
  756. handle as swear
  757. then deny
  758.  
  759. match \btesticle
  760. handle as swear
  761. then deny
  762.  
  763. match \bcumdumpster
  764. handle as swear
  765. then deny
  766.  
  767. match \bbrotherfucker
  768. handle as swear
  769. then deny
  770.  
  771. match \bdicksucker
  772. handle as swear
  773. then deny
  774.  
  775. match \bgay
  776. handle as swear
  777. then deny
  778.  
  779. match \bthundercunt
  780. handle as swear
  781. then deny
  782.  
  783. match \bdickface
  784. handle as swear
  785. then deny
  786.  
  787. match \btitfuck
  788. handle as swear
  789. then deny
  790.  
  791. match \bshit
  792. handle as swear
  793. then deny
  794.  
  795. match \bcockmongler
  796. handle as swear
  797. then deny
  798.  
  799. match \bschlong
  800. handle as swear
  801. then deny
  802.  
  803. match \bfuckersucker
  804. handle as swear
  805. then deny
  806.  
  807. match \bmuffdiver
  808. handle as swear
  809. then deny
  810.  
  811. match \bskank
  812. handle as swear
  813. then deny
  814.  
  815. match \bcocksucker
  816. handle as swear
  817. then deny
  818.  
  819. match \bcockhead
  820. handle as swear
  821. then deny
  822.  
  823. match \bwank
  824. handle as swear
  825. then deny
  826.  
  827. match \btwatwaffle
  828. handle as swear
  829. then deny
  830.  
  831. match \bdouchewaffle
  832. handle as swear
  833. then deny
  834.  
  835. match \bcumbubble
  836. handle as swear
  837. then deny
  838.  
  839. match \bgoddamn
  840. handle as swear
  841. then deny
  842.  
  843. match \bassnigger
  844. handle as swear
  845. then deny
  846.  
  847. match \bshitdick
  848. handle as swear
  849. then deny
  850.  
  851. match \btittyfuck
  852. handle as swear
  853. then deny
  854.  
  855. match \bcameltoe
  856. handle as swear
  857. then deny
  858.  
  859. match \bcocknugget
  860. handle as swear
  861. then deny
  862.  
  863. match \btwats
  864. handle as swear
  865. then deny
  866.  
  867. match \bdickfuck
  868. handle as swear
  869. then deny
  870.  
  871. match \bspick
  872. handle as swear
  873. then deny
  874.  
  875. match \bdickweed
  876. handle as swear
  877. then deny
  878.  
  879. match \bfuckwitt
  880. handle as swear
  881. then deny
  882.  
  883. match \bpenisfucker
  884. handle as swear
  885. then deny
  886.  
  887. match \basswipe
  888. handle as swear
  889. then deny
  890.  
  891. match \bgaytard
  892. handle as swear
  893. then deny
  894.  
  895. match \bfagfucker
  896. handle as swear
  897. then deny
  898.  
  899. match \bfucks
  900. handle as swear
  901. then deny
  902.  
  903. match \bcuntrag
  904. handle as swear
  905. then deny
  906.  
  907. match \basscracker
  908. handle as swear
  909. then deny
  910.  
  911. match \bhomodumbshit
  912. handle as swear
  913. then deny
  914.  
  915. match \bhomo
  916. handle as swear
  917. then deny
  918.  
  919. match \bmotherfucker
  920. handle as swear
  921. then deny
  922.  
  923. match \bdickbeaters
  924. handle as swear
  925. then deny
  926.  
  927. match \bbum
  928. handle as swear
  929. then deny
  930.  
  931. match \bshitass
  932. handle as swear
  933. then deny
  934.  
  935. match \bpussies
  936. handle as swear
  937. then deny
  938.  
  939. match \btits
  940. handle as swear
  941. then deny
  942.  
  943. match \bcoochie
  944. handle as swear
  945. then deny
  946.  
  947. match \bdumbshit
  948. handle as swear
  949. then deny
  950.  
  951. match \bshitcunt
  952. handle as swear
  953. then deny
  954.  
  955. match \bcocksmith
  956. handle as swear
  957. then deny
  958.  
  959. match \bdickwad
  960. handle as swear
  961. then deny
  962.  
  963. match \bcunthole
  964. handle as swear
  965. then deny
  966.  
  967. match \bpoonani
  968. handle as swear
  969. then deny
  970.  
  971. match \bfucking
  972. handle as swear
  973. then deny
  974.  
  975. match \bcunnie
  976. handle as swear
  977. then deny
  978.  
  979. match \bcockfucker
  980. handle as swear
  981. then deny
  982.  
  983. match \blesbian
  984. handle as swear
  985. then deny
  986.  
  987. match \bputo
  988. handle as swear
  989. then deny
  990.  
  991. match \bminge
  992. handle as swear
  993. then deny
  994.  
  995. match \bmothafucka
  996. handle as swear
  997. then deny
  998.  
  999. match \bdipshit
  1000. handle as swear
  1001. then deny
  1002.  
  1003. match \bslutbag
  1004. handle as swear
  1005. then deny
  1006.  
  1007. match \bspook
  1008. handle as swear
  1009. then deny
  1010.  
  1011. match \bniglet
  1012. handle as swear
  1013. then deny
  1014.  
  1015. match \bshitbrains
  1016. handle as swear
  1017. then deny
  1018.  
  1019. match \bcockmaster
  1020. handle as swear
  1021. then deny
  1022.  
  1023. match \bwhoreface
  1024. handle as swear
  1025. then deny
  1026.  
  1027. match \bjigaboo
  1028. handle as swear
  1029. then deny
  1030.  
  1031. match \basslicker
  1032. handle as swear
  1033. then deny
  1034.  
  1035. match \bfuckoff
  1036. handle as swear
  1037. then deny
  1038.  
  1039. match \bgoddamnit
  1040. handle as swear
  1041. then deny
  1042.  
  1043. match \bpunta
  1044. handle as swear
  1045. then deny
  1046.  
  1047. match \bassbag
  1048. handle as swear
  1049. then deny
  1050.  
  1051. match \bassfuck
  1052. handle as swear
  1053. then deny
  1054.  
  1055. match \bsplooge
  1056. handle as swear
  1057. then deny
  1058.  
  1059. match \bfuckboy
  1060. handle as swear
  1061. then deny
  1062.  
  1063. match \bmcfagget
  1064. handle as swear
  1065. then deny
  1066.  
  1067. match \bdumass
  1068. handle as swear
  1069. then deny
  1070.  
  1071. match \basshat
  1072. handle as swear
  1073. then deny
  1074.  
  1075. match \bcuntass
  1076. handle as swear
  1077. then deny
  1078.  
  1079. match \bdickmilk
  1080. handle as swear
  1081. then deny
  1082.  
  1083. match \bcockmuncher
  1084. handle as swear
  1085. then deny
  1086.  
  1087. match \blardass
  1088. handle as swear
  1089. then deny
  1090.  
  1091. match \brimjob
  1092. handle as swear
  1093. then deny
  1094.  
  1095. match \bbuttfucker
  1096. handle as swear
  1097. then deny
  1098.  
  1099. match \bdickfucker
  1100. handle as swear
  1101. then deny
  1102.  
  1103. match \bassshole
  1104. handle as swear
  1105. then deny
  1106.  
  1107. match \bgooch
  1108. handle as swear
  1109. then deny
  1110.  
  1111. match \bfaggot
  1112. handle as swear
  1113. then deny
  1114.  
  1115. match \bcooter
  1116. handle as swear
  1117. then deny
  1118.  
  1119. match \bcocksmoker
  1120. handle as swear
  1121. then deny
  1122.  
  1123. match \bassface
  1124. handle as swear
  1125. then deny
  1126.  
  1127. match \bcockburger
  1128. handle as swear
  1129. then deny
  1130.  
  1131. match \bdouchebag
  1132. handle as swear
  1133. then deny
  1134.  
  1135. match \bcunnilingus
  1136. handle as swear
  1137. then deny
  1138.  
  1139. match \bassjabber
  1140. handle as swear
  1141. then deny
  1142.  
  1143. match \bmothafuckin
  1144. handle as swear
  1145. then deny
  1146.  
  1147. match \bkyke
  1148. handle as swear
  1149. then deny
  1150.  
  1151. match \bbuttpirate
  1152. handle as swear
  1153. then deny
  1154.  
  1155. match \bfudgepacker
  1156. handle as swear
  1157. then deny
  1158.  
  1159. match \bsuckass
  1160. handle as swear
  1161. then deny
  1162.  
  1163. match \bniggers
  1164. handle as swear
  1165. then deny
  1166.  
  1167. match \bgayass
  1168. handle as swear
  1169. then deny
  1170.  
  1171. match \bdouchefag
  1172. handle as swear
  1173. then deny
  1174.  
  1175. match \bass
  1176. handle as swear
  1177. then deny
  1178.  
  1179. match \bcockshit
  1180. handle as swear
  1181. then deny
  1182.  
  1183. match \bcocksmoke
  1184. handle as swear
  1185. then deny
  1186.  
  1187. match \bdickhole
  1188. handle as swear
  1189. then deny
  1190.  
  1191. match \basslick
  1192. handle as swear
  1193. then deny
  1194.  
  1195. match \bbollox
  1196. handle as swear
  1197. then deny
  1198.  
  1199. match \bcockass
  1200. handle as swear
  1201. then deny
  1202.  
  1203. match \bfucknutt
  1204. handle as swear
  1205. then deny
  1206.  
  1207. match \bdick
  1208. handle as swear
  1209. then deny
  1210.  
  1211. match \bchesticle
  1212. handle as swear
  1213. then deny
  1214.  
  1215. match \bassmunch
  1216. handle as swear
  1217. then deny
  1218.  
  1219. match \borgy
  1220. handle as swear
  1221. then deny
  1222.  
  1223. match \bpussylicking
  1224. handle as swear
  1225. then deny
  1226.  
  1227. match \bfucknut
  1228. handle as swear
  1229. then deny
  1230.  
  1231. match \bdago
  1232. handle as swear
  1233. then deny
  1234.  
  1235. match \bdickmonger
  1236. handle as swear
  1237. then deny
  1238.  
  1239. match \bcocksniffer
  1240. handle as swear
  1241. then deny
  1242.  
  1243. match \bbampot
  1244. handle as swear
  1245. then deny
  1246.  
  1247. match \bguido
  1248. handle as swear
  1249. then deny
  1250.  
  1251. match \bshitcanned
  1252. handle as swear
  1253. then deny
  1254.  
  1255. match \bcuntslut
  1256. handle as swear
  1257. then deny
  1258.  
  1259. match \bdoochbag
  1260. handle as swear
  1261. then deny
  1262.  
  1263. match \bkike
  1264. handle as swear
  1265. then deny
  1266.  
  1267. match \bporchmonkey
  1268. handle as swear
  1269. then deny
  1270.  
  1271. match \bnigger
  1272. handle as swear
  1273. then deny
  1274.  
  1275. match \bdickjuice
  1276. handle as swear
  1277. then deny
  1278.  
  1279. match \bchoad
  1280. handle as swear
  1281. then deny
  1282.  
  1283. match \bpeckerhead
  1284. handle as swear
  1285. then deny
  1286.  
  1287. match \bshitface
  1288. handle as swear
  1289. then deny
  1290.  
  1291. match \bassshit
  1292. handle as swear
  1293. then deny
  1294.  
  1295. match \bpissflaps
  1296. handle as swear
  1297. then deny
  1298.  
  1299. match \bkunt
  1300. handle as swear
  1301. then deny
  1302.  
  1303. match \blameass
  1304. handle as swear
  1305. then deny
  1306.  
  1307. match \bshithole
  1308. handle as swear
  1309. then deny
  1310.  
  1311. match \u534D|\u5350
  1312. then kick &cDisallowed characters in the chat
  1313. then deny
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement