// When a straight answer won't do, BS to the rescue! // Wordlist from http://dack.com/web/bullshit.html public static string GetBS() { return(BS_PRE.RandomElement() + " " + BS_MID.RandomElement() + " " + BS_POS.RandomElement()); }
// When a straight answer won't do, BS to the rescue! // Wordlist from http://dack.com/web/bullshit.html public static string BullShit() { return(BS_PRE.RandPick() + " " + BS_MID.RandPick() + " " + BS_POS.RandPick()); }