From 2c4e412c189ef54c181ffad96667232eaf80fcef Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 5 May 2020 21:21:59 -0400 Subject: Add more tests, ran resharper formatting tool --- IrcStates/ChannelUser.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 IrcStates/ChannelUser.cs (limited to 'IrcStates/ChannelUser.cs') diff --git a/IrcStates/ChannelUser.cs b/IrcStates/ChannelUser.cs new file mode 100644 index 0000000..14f4280 --- /dev/null +++ b/IrcStates/ChannelUser.cs @@ -0,0 +1,9 @@ +using System.Collections.Generic; + +namespace IrcStates +{ + public class ChannelUser + { + public List Modes { get; set; } + } +} -- cgit 1.4.1