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:
@@ -564,6 +564,8 @@ public static class BuiltIn
|
||||
public static string ShuffleDotUsBmjVipLevel = "ShuffleDotUs.BmjVipLevel";
|
||||
[BuiltInSetting("Bossman's super secret user ID on .us", SettingValueType.Text, "e2faee09-8ebb-4a22-8793-59aefc8191e5")]
|
||||
public static string ShuffleDotUsBmjUserId = "ShuffleDotUs.BmjUserId";
|
||||
[BuiltInSetting("UUID for the current MOTD message UUID", SettingValueType.Text)]
|
||||
public static string KiwiFarmsMotdUuid = "KiwiFarms.MotdUuid";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user