From 05e81bf3942d3d8283f6f184f8908c2f58cb049d Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 24 Jun 2011 03:04:20 +0000 Subject: [PATCH] heck git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1903 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Process.pl b/src/Process.pl index 1f00469..3f3fa81 100644 --- a/src/Process.pl +++ b/src/Process.pl @@ -275,7 +275,7 @@ sub process { } # greetings. - if ( $message =~ /how (the hell )?are (ya|you)( doin\'?g?)?\?*$/ && $talkok ) { + if ( $message =~ /how (the he(ck|ll) )?are (ya|you)( doin\'?g?)?\?*$/ && $talkok ) { &performReply( &getRandom( keys %{ $lang{'howareyou'} } ) ); return; -- 2.39.2