# Type: Input # Category: Common # Description: Catches question mark (avoids getting input as task description) # Author: Andriy Lesyuk new Orangutan::Context( response => '\?', reply => [ "Sorry. I can't answer this question!..", "Can't understand what do you ask...", 'What do you mean?..', "Can't answer...", 'What?..' ], weight => 94 ); # kate: syntax perl