I'm trying to make an IRC Admin system but I need to make custom commands.
For example:
if (e.PrivateMessage.Message == ".ban") // add Custom time and reason
{
Console.WriteLine("Master Requested .ban (Ban)");
}
The question is: how do I add a custom reason and time so I can write ".ban Banada Spamchat"