Super basic overwatch command
This commit is contained in:
parent
9632c5c1b4
commit
60fbe3d3fa
2 changed files with 133 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue