Index: pirate.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/pirate/pirate.module,v retrieving revision 1.2.2.1 diff -u -p -r1.2.2.1 pirate.module --- pirate.module 1 Feb 2007 02:21:46 -0000 1.2.2.1 +++ pirate.module 31 Oct 2007 23:52:56 -0000 @@ -36,13 +36,21 @@ function pirate_filter($op, $delta = 0, '%\bof\b%' => "o'", "%\bdon't\b%" => "dern't", '%\bdo not\b%' => "dern't", - '%\bnever\b%' => "ne'er", + '%\bnever\b%' => "no nay ne'er", '%\bever\b%' => "e'er", '%\bover\b%' => "o'er", '%\bYes\b%' => 'Aye', '%\bNo\b%' => 'Nay', '%\bYeah\b%' => 'Aye', '%\byeah\b%' => 'aye', + '%\bare\b%' => 'be', + '%\bDrupalists\b%' => 'Bucaneers', + '%\bthere\b%' => 'thar', + '%b\bnot\b%' => 'nay', + '%\bdesign\b%' => 'bounty', + '%\bonline\b%' => 'on the plank', + '/and\b/' => "an'", + '/ious\b/' => "i'us", "%\bdon't know\b%" => "dinna", "%\bdidn't know\b%" => "did nay know", "%\bhadn't\b%" => "ha'nae", @@ -102,7 +110,7 @@ function pirate_filter($op, $delta = 0, '%\bdriving\b%' => 'sailing', '%\bunderstand\b%' => 'reckon', '%\bdrive\b%' => 'sail', - '%\bdied\b%' => 'snuffed it', + '%\bdied\b%' => 'snuffed it', '/ing\b/' => "in'", '/ings\b/' => "in's", // These next two do cool random substitutions @@ -137,7 +145,7 @@ function avast($stub = '',$chance = 5) { "$stub Yaaarrrrr!", ", pass the grog!", ", and dinna spare the whip!", - ", with a chest full of booty$stub", + ", with a chest full of booty$stub", ", and a bucket o' chum$stub", ", we'll keel-haul ye!", "$stub Shiver me timbers!", @@ -155,6 +163,19 @@ function avast($stub = '',$chance = 5) { "$stub The sharks will eat well tonight!", "$stub Oho!", "$stub Fetch me spyglass!", + ", shiver me timbers", + ", yo ho, ho", + ", ya bilge rat!", + ", Get out of me rum!", + ", feed the fishes", + ", me Jolly Roger", + ", Ya horn swogglin' scurvy cur!", + ", Ya swabbie!", + ", All Hands Hoay!", + ", Avast me hearties!", + ", Dance the Hempen Jig", + ", Hornswaggle", + ", Ya lily livered swabbie!", ); shuffle($shouts);