Super basic overwatch command

This commit is contained in:
Runebaas 2017-10-13 23:40:39 +02:00
parent 9632c5c1b4
commit 60fbe3d3fa
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
2 changed files with 133 additions and 1 deletions

View file

@ -67,7 +67,7 @@ namespace Geekbot.net.Commands
}
}
private bool isValidTag(string tag)
public static bool isValidTag(string tag)
{
var splited = tag.Split("#");
if (splited.Length != 2) return false;