Add a !neutral command for karma, it does nothing.
This commit is contained in:
parent
eddd005d34
commit
c1b8394e1b
4 changed files with 56 additions and 0 deletions
9
src/Bot/Localization/Karma.Designer.cs
generated
9
src/Bot/Localization/Karma.Designer.cs
generated
|
@ -123,6 +123,15 @@ namespace Geekbot.Bot.Localization {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Neutral Karma.
|
||||
/// </summary>
|
||||
internal static string Neutral {
|
||||
get {
|
||||
return ResourceManager.GetString("Neutral", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Sorry {0}, but you have to wait {1} before you can give karma again....
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue