mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Initial commit
This commit is contained in:
15
KfChatDotNetKickBot/Program.cs
Normal file
15
KfChatDotNetKickBot/Program.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using NLog;
|
||||
|
||||
namespace KfChatDotNetKickBot
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.OutputEncoding = Encoding.UTF8;
|
||||
new KickBot();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user