feat(integrations): link Honorific repo and Caraxi attribution

This commit is contained in:
2026-05-06 20:34:03 +02:00
parent 33a4d94c44
commit dceb028184
5 changed files with 43 additions and 0 deletions
@@ -0,0 +1,12 @@
namespace HellionChat.Integrations;
// External URLs for the third-party plugins HellionChat integrates with.
// Kept separate from BrandingLinks (which is for Hellion-owned URLs) so
// future cycles can extend this file with maintainer attribution links
// for Moodles, NotificationMaster, ExtraChat, etc. without polluting the
// brand-links class.
internal static class IntegrationLinks
{
public const string Honorific_Repo = "https://github.com/Caraxi/Honorific";
public const string Honorific_Author = "https://github.com/Caraxi";
}