From: timriker Date: Fri, 24 Jun 2011 03:04:20 +0000 (+0000) Subject: heck X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=05e81bf3942d3d8283f6f184f8908c2f58cb049d;p=infobot.git heck git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1903 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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;