On Wed, Dec 2, 2020 at 8:51 AM Reindl Harald <[email protected]> wrote:

> i don't give a shit about grammatically, capitals and commas (capitals
> and commas a for losers in every language)
>
Pop quiz: "grammatically" convert to noun...


> typically i speak programming languages
>
Good luck without capitals & commas!
Harald={
currentlyFeeling:-5,

answerQuestion: function(anyQuestion){
return Harald.latestInsult();
},

latestInsult: function(){
var theseInsults = [
"Idiot",
"Stupid",
"I don't give a shit about " + thisThread.getLastThingSaid(),
"Jesus, if you'd read the " + web.getRandomSource()
];
var thisInsult = theseInsults[ parseInt( Math.random() *
theseInsults.length ) ];
thisInsult = Harald.checkGrammar(thisInsult);
delete(Harald.justLearned);
if( thisInsult.indexOf("I don't give a shit about") == 0 )
Harald.reviewFriends();
Harald.updateFeelings(true);
return thisInsult;
},

updateFeelings: function(boosted){
if(boosted) Harald.currentlyFeeling = 10;
clearInterval(Harald.feelingInterval);
Harald.feelingInterval = setInterval(()=>{
Harald.currentlyFeeling -= 5;
}, 10000);
},

reviewFriends:function(){
var thisPerson = parseInt(Math.random() * Harald.friends.length);
Harald.friends.splice(thisPerson, 1);
Harald.updateFeelings(false);
},

checkGrammar:function(thisInsult){
return wordSalad();
}
};




> _______________________________________________
> ffmpeg-user mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to