IRC parsing, tokenization, and state handling in C#

add drone config

+10
+10
.drone.yml
··· 1 + --- 2 + kind: pipeline 3 + name: run 4 + 5 + steps: 6 + - name: run 7 + image: mcr.microsoft.com/dotnet/core/sdk:latest 8 + commands: 9 + - dotnet test 10 +