Commit Graph

309 Commits

Author SHA1 Message Date
Chris Naude 189092f27e new feature to load sasl password from file 2024-05-12 14:32:20 -07:00
Firepup6500 0c5254919e Ignore empty mcMMO broadcast messages 2024-01-18 17:28:19 -06:00
Firepup6500 810a1a2b67 Fallback to player's name if no nick is set 2024-01-16 15:03:41 -06:00
Firepup6500 874782545c Add support for %NICKNAME% 2024-01-16 14:20:35 -06:00
Chris Naude f4e2857631 Add %ATTACHMENTURLS% for Discord to IRC bridge messages. 2023-09-10 15:26:45 -07:00
Chris Naude 683c2efe40 ZZxMerge branch 'master' of github.com:cnaude/PurpleIRC-spigot 2022-03-19 18:22:57 -07:00
Chris Naude 88bf0a8df8 npe fix 2022-03-19 18:22:28 -07:00
Damion 95d9573f32
check if message null return
https://stackoverflow.com/questions/22362456/java-lang-nullpointerexception-in-string-replace
2022-02-03 21:21:28 +11:00
cnaude 4bbbcafa1f support for discord 1.22 2021-04-08 21:16:48 -07:00
cnaude dad91c24d9 mcmmo and placeholderapi fixes 2021-03-27 10:46:03 -07:00
cnaude dba1949f80 cleanup 2020-11-02 21:39:15 -07:00
cnaude 39fbe751a0 placeholder api update 2020-11-02 21:34:28 -07:00
cnaude 70d037e450 Only stop IdentServer when it has successfully started. #45 2020-01-26 10:41:16 -07:00
cnaude b43d7a53d2 Safely call VentureChatEvent 2019-12-28 18:54:55 -07:00
cnaude 6f0ac9b440 NPE fix 2019-12-14 18:49:00 -07:00
cnaude fd20cf85db Support for DiscordSRV 1.18.4 2019-12-14 09:55:10 -07:00
cnaude f0f52ff8fa Fix version detection for player achievement and advancement listeners. 2019-10-16 20:56:35 -07:00
cnaude 0427caabee Add game-advancement to SampleBot 2019-10-16 20:36:24 -07:00
RobotoRaccoon e64a4bbc81 Don't attempt to send empty messages to IRC 2019-10-05 09:08:06 +10:00
cnaude 36cd9ef488 Add DeathMessagesPrime to SampleBot. 2019-09-15 22:01:34 -07:00
cnaude 43b2b769f4 URL updates. DeathMessagesPrime dependency update. 2019-09-14 08:19:17 -07:00
cnaude a1a021311e Updates for MC 1.14.4 2019-07-21 10:14:04 -07:00
cnaude c068a28259 Updates for MC 1.14.4 2019-07-21 09:50:39 -07:00
cnaude afc935f3f1 Document the discord tokens. 2019-06-04 14:03:19 -07:00
cnaude c63f7626bc Move IRCMessageEvent to synchronous queue 2019-04-28 15:57:56 -07:00
cnaude 0db1b2e9cd Better error handling with vault group prefix lookup. 2019-04-10 21:30:54 -07:00
cnaude 68a282690a Build with latest DiscordSRV version (1.16.6) 2019-03-07 18:42:46 -07:00
cnaude c2fd0dded0 Little more debugging for ZWS 2019-02-25 22:01:22 -07:00
cnaude 015870f3c7 Possible duplicate non blocking space fix. 2019-02-17 18:20:35 -07:00
cnaude 15a2a3cea0 Use GameAdvancement instead of GameAchievement for MC 1.12 and 1.13. #32 2018-11-18 16:30:49 -07:00
cnaude 1b3da8e0b9 Use getName() instead of commandLabel 2018-09-21 20:32:13 -07:00
cnaude 34f64c7cab Better support for MC 1.13.1. 2018-09-21 20:18:53 -07:00
cnaude 9a790522ce Fix irc-mode messages. 2018-07-27 21:48:14 -07:00
cnaude 0ea61ea8ae Spigot-1.13 support. 2018-07-17 21:03:13 -07:00
cnaude 26faeacdc4 Spigot-1.13 support. 2018-07-17 20:51:04 -07:00
cnaude 8466a84b1d Add nick timer to try and switch back to primary nick. 2018-06-09 10:07:46 -07:00
Austin Shapiro 2f8768cec9
Fix NoSuchMethodError with DiscordSRV hook
Caused by: java.lang.NoSuchMethodError: github.scarsz.discordsrv.dependencies.jda.core.entities.Message.getContent()Ljava/lang/String;
2018-03-13 19:58:31 -07:00
cnaude 790a69a485 Null pointer exception catch 2017-10-08 22:33:36 -07:00
cnaude 91920953c6 Major refactoring of Herochat code. 2017-10-02 15:16:54 -07:00
cnaude 7794d2898d Add @ mention support for DiscordSRV hook 2017-09-16 13:28:09 -07:00
cnaude 83d85bb7a7 Ignore DiscordChatChannelListCommandMessage 2017-09-15 06:41:48 -07:00
cnaude 70aa4c4534 Remove debug line 2017-09-15 06:32:26 -07:00
cnaude f2f53ece48 Check for null color codes 2017-09-15 06:31:07 -07:00
cnaude 55f65256a0 New discord-chat tokens %NICKNAME%, %EFFNAME%, %COLOR% 2017-09-14 18:42:35 -07:00
cnaude 8198c9082f DeathMessagesPrime version bump. 2017-08-09 06:34:31 -07:00
cnaude 4aa1b4be68 Add irc-discord-action 2017-07-31 22:22:04 -07:00
cnaude 6a698bd542 Better command exception handling. Fallback to ConsoleSender for vanilla commands. 2017-06-21 06:58:29 -07:00
cnaude 44315e5d08 Add nickserv command 2017-06-17 12:33:35 -07:00
cnaude 195deaf28c Add sasl capability
Add nickserv command
2017-06-17 12:29:31 -07:00
cnaude eb3c75b139 Fix netPacket errors 2017-06-15 21:49:18 -07:00