no onjoin, who cares

This commit is contained in:
Adam R Grey 2023-06-19 01:34:56 -04:00
parent 3a4a6df087
commit a1d2ec83b5

View File

@ -61,10 +61,5 @@ public class Behaver
} }
return message.ActedOn; return message.ActedOn;
} }
internal Task OnJoin(User u, Channel defaultChannel)
{
throw new NotImplementedException();
}
} }
#pragma warning restore 4014 //the "async not awaited" error #pragma warning restore 4014 //the "async not awaited" error