# Type: Output # Category: Configuration # Description: Shows initial help text # Dialog: Hi -> OtherQuestions -> MainProject -> MainIssue -> MainActivity -> # Author: Andriy Lesyuk new Orangutan::Context( request => 'Type "help" to get a short tutorial or "FAQ" to see details on how to speak to me...', weight => sub { my ($context, $user) = @_; if ($user->IsSet(USER_UNCONFIGURED)) { return ( 20, undef, undef ); } else { return ( undef, undef, undef ); } } ); # kate: syntax perl