Added toggle-able deletion of greet/bye messages

This commit is contained in:
Master Kwoth
2016-05-02 01:31:35 +02:00
parent 9321fcdc8a
commit d9f1988be5
2 changed files with 31 additions and 4 deletions

View File

@ -15,5 +15,6 @@ namespace NadekoBot.DataModels
[JsonProperty("byeChannel")]
public long ByeChannelId { get; set; } = 0;
public string ByeText { get; set; } = "%user% has left the server.";
public bool DeleteGreetMessages { get; set; } = true;
}
}