# Type: Input # Category: Common # Description: Catches words which do not require answers # Author: Andriy Lesyuk new Orangutan::Context( response => [ '^I see!*\.*', '^Got it\!*\.*', '^No problem!*\.*', '^Sounds good', '^Great(?: idea)?!*\.*', '^Oh\.*', '^Sorry\.*', '^Yeah\.*', '^Wow\b!*\.*', '^Cool\b!*\.*', '^Damn\b!*\.*', '^Hm\b\.*', '^Never mind\b!*\.*', '^Right\b!*\.*', '^Oops\b!*\.*', '^Fine\b!*\.*', '^Thank(?:s| you)\b!*\.*' ] ); # kate: syntax perl