Msg cleanup...

master
Matthieu Lalonde 5 years ago
parent 0b7944fe71
commit 8893c1fffa

@ -295,7 +295,7 @@ func (b *Type) handleUserPrivacy(ds *discordgo.Session, dm *discordgo.Message, c
upSet(uu.Privacy, userPrivacyFromString(pp)) upSet(uu.Privacy, userPrivacyFromString(pp))
} }
b.dg.Session.ChannelMessageSendReply(dm.ChannelID, b.dg.Session.ChannelMessageSendReply(dm.ChannelID,
b.getMessageString("all_done", uu), b.getMessageString("all_done", uu)+" Privacy set to: "+uu.Privacy.String(),
&discordgo.MessageReference{ &discordgo.MessageReference{
MessageID: dm.ID, MessageID: dm.ID,
ChannelID: dm.ChannelID, ChannelID: dm.ChannelID,

@ -55,7 +55,7 @@ var (
"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 could `help` you with that, but I won't because of: _BOFH_"}, "unknown_command": {"I could `help` you with that, but I won't because of: _BOFH_"},
"unknown_error": {"An unknown error occured, probably because: _BOFH_"}, "unknown_error": {"An unknown error occured, probably because of: _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!"},
"aemoji_unknown_user": {"Who the fuck is that? Maybe try to tell me first you airhead!"}, "aemoji_unknown_user": {"Who the fuck is that? Maybe try to tell me first you airhead!"},

Loading…
Cancel
Save