RegexBot/Module/ModLogs/EventListener.cs

14 lines
253 B
C#
Raw Normal View History

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
{
}
}