mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
Add "Member left" message (#234)
Closes #231 --------- Signed-off-by: mctaylors <cantsendmails@mctaylors.ru> Signed-off-by: Macintxsh <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
2342116e87
commit
cd75780582
10 changed files with 132 additions and 15 deletions
24
src/Messages.Designer.cs
generated
24
src/Messages.Designer.cs
generated
|
@ -1037,18 +1037,26 @@ namespace Octobot {
|
|||
}
|
||||
}
|
||||
|
||||
internal static string InvalidTimeSpan
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string DefaultLeaveMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("DefaultLeaveMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string SettingsLeaveMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsLeaveMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string InvalidTimeSpan {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidTimeSpan", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string UserInfoKicked
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static string UserInfoKicked {
|
||||
get {
|
||||
return ResourceManager.GetString("UserInfoKicked", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue