# Type: Input # Category: Common # Description: Catches (at least tries to) all bad words. # Author: Andriy Lesyuk new Orangutan::Context( response => [ '\bmotherfucker\b', '\basshole\b', '\bcrap\b', '\bshit', '\bpiss', '\bfuck', '\bsuck' ], reply => [ 'Watch your tongue!', 'Be tolerant!', 'Hey!' ] ); # kate: syntax perl