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