RegexBot/Module/ModLogs/EventListener.cs
Noikoio 06e559b085 First commit of ModLogs
Some files added. At the moment everyhing is mostly rough plans.
2017-11-14 15:32:18 -08:00

13 lines
253 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Noikoio.RegexBot.Module.ModLogs
{
/// <summary>
/// Listens for certain events and places them on the log.
/// </summary>
class EventListener
{
}
}