🚧 Add detector for mentioned local Sones
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 4 Jan 2020 14:40:31 +0000 (15:40 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 4 Jan 2020 14:54:43 +0000 (15:54 +0100)
commit339671a5532a02cfbc25269b8ac3f13fc6a09295
treeddcf70b7f6ee201c10236581e1b5f2fa5b550934
parenteb0c51b3cf0b1aeb3a2fe747c57cbd5f624f5744
🚧 Add detector for mentioned local Sones
src/main/kotlin/net/pterodactylus/sone/core/event/LocalSoneMentionedInPostEvent.kt [new file with mode: 0644]
src/main/kotlin/net/pterodactylus/sone/text/SoneMentionDetector.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/test/Mocks.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/text/SoneMentionDetectorTest.kt [new file with mode: 0644]