From 2083e8279f9cc30bf73e00eece81dfdf88991564 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Thu, 16 Feb 2023 10:52:46 -0500 Subject: [PATCH] Created initial matrix listener --- MatrixListener.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 MatrixListener.cs diff --git a/MatrixListener.cs b/MatrixListener.cs new file mode 100644 index 0000000..f5001ed --- /dev/null +++ b/MatrixListener.cs @@ -0,0 +1,14 @@ +using System; +using System.Configuration; +using Matrix.Sdk; + +namespace TeleTok +{ + public class MatrixListener + { + public void RunListener() + { + + } + } +} \ No newline at end of file