Fixed wording on unknown command message

master
Matthieu Lalonde 5 years ago
parent 79cf16f660
commit 4a0e920a01

@ -62,7 +62,7 @@ var (
"all_done": "Alright alright, stop bugging me already, I got it done for you, you fuck!", "all_done": "Alright alright, stop bugging me already, I got it done for you, you fuck!",
"unauthorized_user": "Fartface, who the fuck do you think you are?!? You're not allowed to do that you lowlife!", "unauthorized_user": "Fartface, who the fuck do you think you are?!? You're not allowed to do that you lowlife!",
"invalid_command": "You drunk or something?", "invalid_command": "You drunk or something?",
"unknown_command": "I'd do that for you, but I won't because: _BOFH_", "unknown_command": "I could `help` you with that, but I won't because: _BOFH_",
"unknown_error": "An unknown error occured, probably because: _BOFH_", "unknown_error": "An unknown error occured, probably because: _BOFH_",
"auser_unknown_friend": "You dimwit, you should know I don't know who this idiot is. Do I really want them to be my friend? I don't know, but maybe they do!", "auser_unknown_friend": "You dimwit, you should know I don't know who this idiot is. Do I really want them to be my friend? I don't know, but maybe they do!",
"auser_known_user": "Fuckwad, I already know about this asshole!", "auser_known_user": "Fuckwad, I already know about this asshole!",
@ -82,7 +82,7 @@ var (
"all_done": "I did it for you, sweetie!", "all_done": "I did it for you, sweetie!",
"unauthorized_user": "I wished I could let you do that, but sadly even your good looks aren't enough to allow me!", "unauthorized_user": "I wished I could let you do that, but sadly even your good looks aren't enough to allow me!",
"invalid_command": "Love, your beauty is blinding me and I don't understand what you mean!", "invalid_command": "Love, your beauty is blinding me and I don't understand what you mean!",
"unknown_command": "Sugar plum, I love you, but I don't know what it is you want help with!", "unknown_command": "Sugar plum, I love you, but I don't know what it is you want `help` with!",
"unknown_error": "We'd all love to see that happen, but the stars weren't aligned today, something unexpected happened", "unknown_error": "We'd all love to see that happen, but the stars weren't aligned today, something unexpected happened",
"auser_unknown_friend": "I've never heard of this hotie before, would you make sure they have befriended me and the username is correct?", "auser_unknown_friend": "I've never heard of this hotie before, would you make sure they have befriended me and the username is correct?",
"auser_known_user": "Bae, I already know this person, we were all in that cuddle puddle together the other night!", "auser_known_user": "Bae, I already know this person, we were all in that cuddle puddle together the other night!",

Loading…
Cancel
Save