The Infraction System
Sangou’s userlog system is very complex, but easy to understand.
There are five types of user log events, specified to commands below as the eventtype
parameter:
tosses
warns
kicks
bans
notes
You can view a user’s logs with the following command.
logs
[target]
Displays logs for a user.
Logs will display all tosses, warns, kicks, bans, as well as the amount of notes they have.
With the exception of warns and notes, you do not have to add these logs yourself. Sangou will track tosses, kicks, and bans for you.
mylogs
{eventtype}
DMs you your own logs.
Does not allow viewing notes for privacy reasons. When eventtype
isn’t specified, shows a summary.
warn
[target] {reason}
Warns a user. This will DM the user with the reason for their warning.
Notes do not appear in the logs normally, to prevent cases where a user could see it themselves. Use the following commands for notes.
-
note
[target] {note}
Adds a note to a user. -
notes
[target]
Shows the notes a target has.
Use the following commands to remove events from user’s logs.
-
clearevents
[target] [eventtype]
Clears all events of the specified type from the user’s logs. -
delevent
[target] [eventtype] [index]
Deletes an event of the specified type from a given index.