added placeholder (mainly for validation)
This commit is contained in:
parent
a589a3ac80
commit
391cc1de2c
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ using System.Drawing;
|
|||
namespace Pithos
|
||||
{
|
||||
class privateFunctions {
|
||||
public static void adminCommands(string input)
|
||||
public static bool adminCommands(string input)
|
||||
{
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public static List<string> validUserNames() {
|
||||
|
|
Reference in a new issue