mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added support for MOTD and whispers. Commands can opt into responding to whispers and there's a helper method to handle replying through the correct channel.
This commit is contained in:
@@ -29,4 +29,8 @@ public class EventHandlers
|
||||
public delegate void OnPermissionsEventHandler(object sender, PermissionsJsonModel permissions);
|
||||
|
||||
public delegate void OnSystemMessage(object sender, string message);
|
||||
|
||||
public delegate void OnMotdEventHandler(object sender, MessageModel message);
|
||||
|
||||
public delegate void OnWhisperEventHandler(object sender, WhisperModel whisper);
|
||||
}
|
||||
Reference in New Issue
Block a user