]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
heck
[infobot.git] / src / Process.pl
index 1f00469ea1831438c2dc9787c6b01a29fd44e3bc..3f3fa812b73c22aaf759aed8bebaaafd4bd25de9 100644 (file)
@@ -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;