about summary refs log tree commit diff
path: root/IrcStates/ISupport.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IrcStates/ISupport.cs')
-rw-r--r--IrcStates/ISupport.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/IrcStates/ISupport.cs b/IrcStates/ISupport.cs
new file mode 100644
index 0000000..91e6d6d
--- /dev/null
+++ b/IrcStates/ISupport.cs
@@ -0,0 +1,7 @@
+// ReSharper disable InconsistentNaming
+namespace IrcStates
+{
+    public class ISupport
+    {
+    }
+}