diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index b7ee3a62dae1..501a5dd9bd1d 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -141,6 +141,13 @@ dependencies { thirdParty("org.tomlj:tomlj:1.1.1") { because "resource-packs" } + thirdParty("org.kitteh.irc:client-lib:9.0.0") { + because "irc" + } + thirdParty("com.vdurmont:emoji-java:5.1.1") { + because "irc" + exclude group: 'org.json' + } } task verifyCore { diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 581c79026570..c546a824ccec 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -1,5 +1,5 @@ - + true false @@ -700,6 +700,14 @@ + + + + + + + + @@ -753,6 +761,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -809,6 +902,14 @@ + + + + + + + + @@ -1156,6 +1257,14 @@ + + + + + + + + diff --git a/plugins/irc b/plugins/irc index 5368d8d572c6..b0cf0761f9cd 100644 --- a/plugins/irc +++ b/plugins/irc @@ -1,4 +1,4 @@ repository=https://github.com/ryanwohara/irc-plugin.git -commit=6d90a4386ab0ec8bd14681a7f87981c8ab065b3c -warning=This plugin will connect you to a third-party Internet Relay Chat server. Your IP will be shared with the IRC administration. +commit=e542b8df75c02b0bb73bba69e91eab8d422e7af2 +warning=This plugin submits your IP address and applicable IRC messages to a third-party server not controlled by the RuneLite developers. authors=ryanwohara \ No newline at end of file