# Type: Input # Category: Common # Description: Answers on stupid question "Are you there?" # Author: Andriy Lesyuk new Orangutan::Context( response => '^(?:Are )?you there\?*\.*', reply => [ "Where can I be??? I'm a bot!.. :)", "Nope... I went for launch! Where can I be?.. :)", 'Depends on what you mean by "there"...', 'Of course!.. Waiting for your messages... ;)', 'Yes' ] ); # kate: syntax perl