80O / PlusEMU

37 stars 27 forks source link

add ambassadors #99

Closed Poumpilop closed 2 years ago

Poumpilop commented 2 years ago
Poumpilop commented 2 years ago

I think (personally) we need to do something other than just show a message?

How about if we insert this into a db table to keep track of users warnings from ambassadors?

INSERT INTO `ambassador_warning_logs` VALUES ('@uid', '@target','@timestamp')

Could be a good idea?

Also would be nice to let the ambassador know that the action has been taken?

Session.SendWhisper("You have Successfully warned "+ targetUsername +".");

Yeah of course ! Great idea !

Poumpilop commented 2 years ago

I saw that there is also a problem that had not been done before. Ambassadors can mute but cannot unmute. Maybe added a condition in the unmute command if user is ambassador?