From 74e45a15483d710eaa456c9bb27a014df802235e Mon Sep 17 00:00:00 2001 From: "Ansgar [Hiajen]" Date: Thu, 4 Mar 2021 19:04:20 +0100 Subject: [PATCH] init --- .gitignore | 122 ++++++ .idea/.gitignore | 8 + .idea/compiler.xml | 6 + .idea/jarRepositories.xml | 20 + .idea/misc.xml | 8 + .idea/vcs.xml | 6 + README.md | 29 ++ build.gradle | 55 +++ gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 56172 bytes gradle/wrapper/gradle-wrapper.properties | 6 + gradlew | 172 ++++++++ gradlew.bat | 84 ++++ settings.gradle | 2 + src/main/java/Controll/Admin.java | 218 ++++++++++ src/main/java/Controll/Controller.java | 173 ++++++++ src/main/java/Controll/GuildController.java | 209 ++++++++++ src/main/java/Controll/Help.java | 63 +++ src/main/java/Controll/SuperModule.java | 121 ++++++ src/main/java/IO/Bash.java | 22 + src/main/java/IO/JSON.java | 46 +++ src/main/java/IO/LoadProperties.java | 39 ++ src/main/java/IO/MySQL.java | 204 ++++++++++ src/main/java/MissingIDent.java | 57 +++ src/main/java/Modules/Annoy.java | 116 ++++++ src/main/java/Modules/AutoSelect.java | 428 ++++++++++++++++++++ src/main/java/Modules/Dice.java | 156 +++++++ src/main/java/Modules/Fold.java | 251 ++++++++++++ src/main/java/Modules/LoveCalc.java | 69 ++++ src/main/java/Modules/Module.java | 31 ++ src/main/java/Modules/OnlineHighlight.java | 186 +++++++++ src/main/java/Modules/Purge.java | 98 +++++ src/main/java/Modules/Quote.java | 187 +++++++++ src/main/java/Modules/RandomResponde.java | 158 ++++++++ src/main/java/Modules/SecretChannel.java | 232 +++++++++++ src/main/java/Modules/Shuffle.java | 96 +++++ src/main/java/Modules/Stats.java | 54 +++ src/main/java/Modules/VoiceLobby.java | 228 +++++++++++ src/main/java/Modules/Welcome.java | 111 +++++ src/main/resources/log4j.properties | 21 + 39 files changed, 4092 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/compiler.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml create mode 100644 README.md create mode 100644 build.gradle create mode 100644 gradle/wrapper/gradle-wrapper.jar create mode 100644 gradle/wrapper/gradle-wrapper.properties create mode 100644 gradlew create mode 100644 gradlew.bat create mode 100644 settings.gradle create mode 100644 src/main/java/Controll/Admin.java create mode 100644 src/main/java/Controll/Controller.java create mode 100644 src/main/java/Controll/GuildController.java create mode 100644 src/main/java/Controll/Help.java create mode 100644 src/main/java/Controll/SuperModule.java create mode 100644 src/main/java/IO/Bash.java create mode 100644 src/main/java/IO/JSON.java create mode 100644 src/main/java/IO/LoadProperties.java create mode 100644 src/main/java/IO/MySQL.java create mode 100644 src/main/java/MissingIDent.java create mode 100644 src/main/java/Modules/Annoy.java create mode 100644 src/main/java/Modules/AutoSelect.java create mode 100644 src/main/java/Modules/Dice.java create mode 100644 src/main/java/Modules/Fold.java create mode 100644 src/main/java/Modules/LoveCalc.java create mode 100644 src/main/java/Modules/Module.java create mode 100644 src/main/java/Modules/OnlineHighlight.java create mode 100644 src/main/java/Modules/Purge.java create mode 100644 src/main/java/Modules/Quote.java create mode 100644 src/main/java/Modules/RandomResponde.java create mode 100644 src/main/java/Modules/SecretChannel.java create mode 100644 src/main/java/Modules/Shuffle.java create mode 100644 src/main/java/Modules/Stats.java create mode 100644 src/main/java/Modules/VoiceLobby.java create mode 100644 src/main/java/Modules/Welcome.java create mode 100644 src/main/resources/log4j.properties diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b202160 --- /dev/null +++ b/.gitignore @@ -0,0 +1,122 @@ +# ---> Gradle +.gradle +/build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Cache of project +.gradletasknamecache + +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 +# gradle/wrapper/gradle-wrapper.properties + +# ---> JetBrains +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/dictionaries + +# Sensitive or high-churn files: +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml + +# Gradle: +.idea/**/gradle.xml +.idea/**/libraries + +# Mongo Explorer plugin: +.idea/**/mongoSettings.xml + +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# ---> Eclipse + +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# PDT-specific (PHP Development Tools) +.buildpath + +# sbteclipse plugin +.target + +# Tern plugin +.tern-project + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main +.scala_dependencies +.worksheet + diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..d5ce29c --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/../../../../../../../:\Ansgar\Random\TMP_Desctop\MissingIdentifier-master\MissingIdentifier\.idea/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..efa4625 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..7122aeb --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bbf52d --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +**MISSINGIDENTIFIER a Utility Discord Bot** + +This is a Utility Discord providing some helpfull and some not so helpfull features. +It uses the [JDA](https://github.com/DV8FromTheWorld/JDA) wrapper. + +**Features:** +* ANNOY Members without a role will get messaged once a day with a custom text +* FOLD Shows some statistics for a given [Folding@Home](https://foldingathome.org/) team +* SHUFFLEROLE A given role gets a new color one a while +* LOBBY Temporary voicechannels +* QUOTE Save quotes and show random quotes +* RANDOMRESPONSE Response if text contains a trigger word +* AUTOSELECT Give members roles by reacting +* DICE Role a dice +* PRUGE Delete Messages +* LOVECALC Calculate chances between two members +* WELCOME Welcome new members with a custom text +* STATS Show some Serverstats +* ONLINEHIGHLIGHT Gives User a given Role if they are playing one of a given set of games +* SECRETCHANNEL Add Users to Secretchat if they mention given keywords +* VOICELOBBY Moves Users joining a given Voicechannel to a temporary VoiceChannel + +**INVITE** +[CLICK](https://discordapp.com/oauth2/authorize?client_id=550770123946983440&scope=bot&permissions=285961296) + +note: on default only the Guildowner is able to use the bot! he have to set a Admin/Modrole, so others can configurate the bot! `!admin setmodrole @role` + +**COMMANDS** +Please use `!help` to get a full command list diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..966e9a1 --- /dev/null +++ b/build.gradle @@ -0,0 +1,55 @@ +plugins { + id 'java' + id 'application' +} + +group 'BOT' + +version '10.1' + +def jdaVersion = '4.2.0_225' +def jdautilitiesVersion = '2.1.5' +def jsonsimpleVersion = '1.1.1' +def jodatimeVersion = '2.10.6' +def jdbcVersion = '8.0.19' +def self4JVersion = '1.7.30' +def log4jVersion = '2.13.3' +def JSON = '4.12.0' + +mainClassName = 'MissingIDent' +sourceCompatibility = 1.8 +compileJava.options.encoding = 'UTF-8' + +repositories { + jcenter() +} + +dependencies { + compile "net.dv8tion:JDA:$jdaVersion" +// compile "com.jagrosh:jda-utilities:$jdautilitiesVersion" + compile group: 'com.googlecode.json-simple', name: 'json-simple', version: jsonsimpleVersion + compile group: 'joda-time', name: 'joda-time', version: jodatimeVersion +// compile group: 'mysql', name: 'mysql-connector-java', version: jdbcVersion + compile group: 'org.slf4j', name: 'slf4j-api', version: self4JVersion + compile group: 'org.slf4j', name: 'slf4j-log4j12', version: self4JVersion + compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion + compile group: 'com.cedarsoftware', name: 'json-io', version: JSON +} + +//create a single Jar with all dependencies +task fatJar(type: Jar) { + manifest { + attributes 'BOT': 'MissingIDent', + 'Implementation-Version': version, + 'Main-Class': mainClassName + } + + baseName = project.name + '-all' + from { + configurations + .compile + .findAll { !it.name.endsWith('pom') } + .collect { it.isDirectory() ? it : zipTree(it) } + } + with jar +} \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..28861d273a5d270fd8f65dd74570c17c9c507736 GIT binary patch literal 56172 zcmagFV{~WVwk?_pE4FRhwr$(CRk3Z`c2coz+fFL^#m=jD_df5v|GoR1_hGCxKaAPt z?5)i;2YO!$(jcHHKtMl#0s#RD{xu*V;Q#dm0)qVemK9YIq?MEtqXz*}_=lrH_H#1- zUkBB{_ILXK>nJNICn+YXtU@O%b}u_MDI-lwHxDaKOEoh!+oZ&>#JqQWH$^)pIW0R) zElKkO>LS!6^{7~jvK^hY^r+ZqY@j9c3={bA&gsYhw&342{-2$J{vF#png1V~`v3Ys z|J%ph$+Elc9rysnh>4g@{9znhgvHh#m?Ei1t5E5wf>;ad!DTU)Ipl zPT9rK$;H%(&e+D#**Qi{+kH_C;R|h2%}C_u2qcGqkpzJo9a~9qYH;ZOJi2lcQ=i<|gKQUuNz* zeRzLwpgkbJpG3jTf>&Z%BiYff1YVA8;m#hM;b101PJBP{=|CI8ql`RDKr{(EmI6pI z(@dkm8Zhf7+L4B=+o^=N!x>UdkGSH||FmmB8Bw|!kp6^SHPN~GMb}zF;MN~+$OIZ| z5o#vS_+kVQ1*bGU;T$|^HoJY5vdqvvT{g`jDQM16eiU6^81j~-Sf|#?Ak1Z}F>17^ z@XR5%*Sff%YD*lIU8LK5U@Ef`8&RXp(oTZ;YFuN28BSeTUBb3fQjalWGS<#i%yuEo z%*bAG;X6Mn(h`lVZ;4?Po`dByPNhhz9T|klseNj;QhefEtbe8DE~z?p+EBUA4n}+q z?!P_?3317h!l6@Ki48ZD*0m8Q5rY22X;Yu#5!TNM7>4GWU6)iBPwkEw+SYpp!^4Z|TuvFg&b|^G}2S>#jW(>8J zCrA^lSf!{Jkgx$m-HLZq?x)>SyA9QN+LOh!r}V(Sq3}SzL1eRP4%S``)&t4mIPQwl zLFtNv|M`moj?nr*y+5pdaPCvX$L$qsInqP*7Ll)1%3G$`rD+Q68;Y+#Kg}tI=r{H6 zR+@!(m45RVoqqI}M4(R37;n!Qaxpq&>eT2u6rULTa(O&)y>g6JwS&uH6OIffYA-&k zbT^f<*apufy?sS=?WKE6USAu+O3Yl2Iz`Op`J@r}P zd&tvT=l5(Y#~?E4tt=Y7V)AUH!;)I`nK}&}(!MMwRB4X8ok3Vb-3p1GscV(2f(3MM zsdl-XrAoeT+*)zxid^c5*k=-(tF|c)!uNGR@n7IdLso+@Q$dsR^~Vfw}lyqR2vwH zLXxT2WM7EC6wo#8XWm*1xs``gBLqnLB#ZOZg+5DF zJs|x1lpE>&e4hWgfg1bbx&3!o0ISHigBA7JdC3x}q#`h{T>bOn7efEeX)!W^CwnZi z0sn7_tN}*s@a+{c8G$#Uo0&fThn9MLX0rZ}R>8@C(5B~p* zIcj)i!$p5D-sQhW{GTsi5qoz#8+$_&62^aByS~w~Py-AIA-fi=TGVdzfzYeq-GTgj zLOLFSYoTjMiHR!S?C5xX!V#1QE1px{Jn64`H>1dXSdbvb;gEp!9UZdgkknwn3Y(aA z0=={&dhqy+$;R72c~Ny8n>hxe*$QQC_E^hN46-UI?)N9H8Yn_y5aWVv^R1qj(8fYL zniycQBw157{VSmO{@2+a_clQ=S^+wf5dRB<4US#8?fD+aKQXR4ne@Q_jlcqbV;sx> z4@Lzidk;@RR~HLYI~Pl1Ll^sh$C?ynU3(-!6kd?zVN**-)%q1FTWj6Q#-%z71~O1% zBO#e2E9Av8N*RM`w=kHXWPOu^q@Fb~WdC3M6CM!dNK#tcVIA&&IG<-aoX!2e-kw1E ze0f?E#QH;n0z*^3xpwV*C3X|SGCV_>&h5yQ+47YA@dkD3Ue9-Kql)wfI~mQ0ix zXqJK`y8hr^K|hAxgrPWIHuewd)&e)-Lm>agb%ESeyK_*uK5q?oncLH%0zXwnfmDU| zY@-fWu9aTC(~e{p-hW2DaS6WDAM-=L-NX6cvoU2uNM%5vDRz&%Jtv# zBWdQ(QfY8V`vFt6lVNVJDs$K{$RxavLlo3a>|IHy2VVL)1*yWMgk!=W&pMMZ%&@!i zTlpeAb=NJV(P35)l5hJ^e~)C9z!X{=PWCx~bH5-&9H!*EQzmo^Usbv9E(4d@BrJk3 zPU~wXziRl0@Wzy=q|wEX!BF+Qd<#^O8YzHF`2IM|0e`7knK6mbq*hi{rBb#CN!Nj1 z3?ctvcy}h|%>t&aQOFk-#7PvfS*b*vS%4d#rk7y)CXdh+G$*5pr7T=5{u^=VTk3>X7M` zL~O(nt?0Jk%faSj!f$Z8B-e52qHyVY#}t~zirs%6uuI4jn-(}Apg3G0Aj1Fofc@(e z%F%>0Kw0(t^0RDV)`|(%aHPf1fLRkN>&LKh#2}#yAPGhj1RZ%Ih$#+PuI1s5iqGL7 zOJ)Z0q&=e7iXY_t@JW{#puq88V;! z=4JQ&=H^r0=eU!;3)CP<2gcxM9r#=fy?W#GW#wz6m7g$cZ-tuwrHiz8i3a zz8kRH_m?1`F9iSM%sQ$}ezoa5PzQ*wrM^`dAKqVFADTddAD%$|0lg}dy9(3#884SW zU*Nkc)4P=?H^496AHqQ2;r>d~mnkNXvt&J}eZ717upe0w{_qC0Uq!$d^0WpA{2(v% zAMU6KyKJcP~wjp z2a>gyDyU&KO~V>dTS(AywkV!f{z!-!mR8fMpP7`gctumD>YKEabe=@~N@hy_Ag0aG%S4xk_CnVKy3!Td`FSuZm}}V-}XEPmwc-$WBtOAQYc#Djg>c zi1=`DB|B!WDCW%Q>(oV-5ohsuHf`g~TNuL{ZNRE7nNLS>>sos2m?udyEw<5PI5UF` z;bAG~F_edkVR8t`&qWV4^;n0!F@d~i;kgd260)qFdAJXA4@a&sLZmwyG|Su^wPmT! z+dIXxZPFJ2Wy*ttR7MkWt;)F`R@JkLjq1woT9cPf2gExRz8O&su_988hI9BNsOQdR zZtat!y2);uh}vXgTbL?^O26(zCXi{ytDHHGW6F52wi`y!HhHegG=+19d6 z1O@ber1z+=Tt~x`hZC1w7dM&S@4V#8g=}6(2WwOe)#5sKO_8;20>qG6F7AN2Rxx7} zw5`oz9#V@UoSVhW&d>%&_7~0DB|G$|w_Vq^tvega3$=6vQsT;S_E&&~dfgbgrJ>y{ z(ytbvUEsfK&}d8o;Y*ELPajTW9IY+$P^@cX&{yNlWAC>jf~7+OMMuxaP-!aZJ%t3O zah(r@p^B@Rf@nnOvNb1WUy;XQ2GqzBLy|hT1;Kp?5+yohiV0pMuCCOlT7D7?KZyVQVMrY?0B1Zkdl$cI?JO(0D4?4E!Q3 zGo4E$MsD-AWHR1q9{`y;50@rz<2&kGelU zx;$OMKa*ps?SqKNJ%zH$1V=d%WpkXi8*j zYBAL|`$*_WCk_NxsCsLUv8^oBI!3HpNlMMkcQgMIPR>i&OqCgXwK+nu(@)z~O!|>s z6cH_>sTNXiJXTB!KS|8u{5|hG4O8DX$sKv-qONJQk%(zU7zeglNW zY4Tjn6m`*y)qH1!DbZ?}Lw|RREGz$Bsx2rL{nFLSw=zUcuZZW0j8eXsK~JAuPO%pK z9Cu@_riF^IQOt5mVRb${;38s{hFhLDIh}%4(TIDZ${v?iQa8%{V8w7$uSk?%|9I~) zI+JCMPCCX7$>J8XWiPbB#&?OdD%;M~8s;jo{P>Y8kWA;!3wS*!Ni;#kSNy#)O|=Y% zr^2Kz)2pVVg)wZeIY zqG*Q8;8mulHrYXx0Xa(=jkeZe&xG>&;mS9^&@l!@-cc@Cr_>cEr@8z-r86GZWX~?v zHAYOHbau(*4W;2|5~+;#g=Hbk3g3B!{%;z}k^-+>wkdpK&!gF{olEYM`;^F@4D?8U zj{Vs69U4?AjmlssO{(gCgx`b?d!tU-{hCk4Kobljj$H=X0t&o1Yw(qAL0?|$^!f-N z;1b*c_cr957vf+(A8KqYQp)!zN1VP>gPHZwwismV`~!Nzp$PV)+z)m4RIJ4Fyu+0; z&nQh!(+Bf3QSQ#7pTG{PgD4YNSak(m1+Q2>u!Os;Dl9CzL3z+4FuSS@Yqg|pt~~a< zRu0%``)b% z>NDlbS|dj;%VmuXv%bLtLD&`81xBJu>)XkX>IxW-vIdkgeKfNW@4$o!iDQll z^|7cosL)mp@6EC*#M*2iRqSdix3q98e`Z)#QF#+k<3b^MO0=e`8_8SxuT*p_+NICo1QQ zi2_MWRpE~V=g$;2dp($7!OF|<%i9rtXAPsW8-P(Qo?q}mhMl%-<_l`Eg_f$rw&HEx zJ3e)p>keJDY+MDO-2~d6^ z`%{Jj^1^ny(O8H1cLI6J!XW0?pVCG zsD%3EfmPce$1(kbmJf;fr>Hm`6E%n}k7w02gn7wC_V?QY-vYPkfpv%U$`VPCtE0V$ zMsHw#%xYHowgNS>;IB-fp46z;#9B{`4MZ{(%rd3WGG$RRq^1q;7D1-PFD!h6$XXR& z^i8LSQ%pL;&JX*TTAa-834Y%+$XlaHt%uH6ltVq)ZBM4QnrJvj-msPvOCnBn*c3YfL{>pa6>K4fUcGs>tM%=$yc2s%ZRAQKffD{L*k@X5%mID8Br-NR|yZ z^sr9O?A3PwX#GH6&}o5u`cNgE6Y1fcly=6nEE?o!Fo0(4NH;RDh9mFEdN)u1=b(Zr z*MV*(v*GX03h^4G=@HP12Az7nRx-l^7a}Cu!)(zSQ_V)SZ$QOQAOFNl=~X<~1r7uh0RsfY{GaiPdKlZdI$OG#idov23K|>#g)D1m zXK4Okh*Q)yow3z1zi~AeHtx9GwuWjlH@PIW$0KT*!IVsp5855$jkzt4(tkrrt}aA$ z1FY1m)f}g46eJ+qfJ;Kyl3V8%_!x35&C3(_0&YQ>c?NIMZ`aWE(gS`xyStH&wgp#+ z^Lfv>_q;#9_iXom+_?J#-TvH>+at`j><{9oN~O2pNE1LgW#!2cz%gIySLr-ALs@Dn zr%<9rUt%gs)r3`JrmMWx0miLIR#9EpV;Ph+s507(bOP27F0-S8d?{x;Ok7~!jh?L0 z=u1O-Vd_cjQwOwQEa|@|4Ayvn>#yFz!p>T~lnRWVMHC#KhB+6B&z{P|!=L7&oZ)m^ z=rJ+3o==(F^_X)qe*)VI*D3>KNAp;&D^V-}HHj`&UmBtUN1$vex|=hcJr8sltwbXb zG^2O$kV8rxI$lZyTt{e>YkXFmPF-4=sXM`(w$i4vwCPX9=b9HfzE0s`t3#zjW+VsY_9GXVq)nGi<}J2AjxSXrh0 zdPd+SN@XrNEch*rSP#?vmWvV^0wS*7tZ?2m9$|PTolDr67xD;nMrk(H@~xyw zG-swsoej0%*6l?36kCeznagzBY(dcpnSSo13LR27%!2b=QGh4ASLqe#J?pxQS>`3K z&WBZTJsI}K>RqAFsf(2za=+B}bz5@-B$gYa78U`#KKi5Zw>*F)bMzCJ4+X@xTVh=P z5oj*I!c=qsu%M&%Xhmhwh8yP%FhuB9r7jE3Dmzpzi?3y}Y>If%8c?QV|04_-{~_=v zlS>y0)>}oa@)-1%JNX!-NS7xr|KMbGN36Po>?o+5^~>K806JhL!XX&r518=q9oFV{ zK5~erCd-NJqz|t?GZ7tP~sDxibBI%`Ns*Sm7t$xClx*mr3 zf!;%G`z-Shp?e}HN)W;Z;N=oYwe()7kMy4Eo6c`RPs?oI!|@CsICGA0Yq}@hZ9C=X2gr*_bGE!Y*+r zn*dL1_}NkqmQhr=yl&Wtturib4kR6GvtAhA&g7;I3uaBhH5Q)QtZZGrD(_}pfj1(q zvg`WHGzyWsx$sl2HW4=RI*0K3!o9XgZ8`*Nf~{oh2WC*@N=f$%6&#(>rHZ}zs_Rx( z45=~eR$2`CAu9>UNJ%g0A-jV=(?|$aX6;sAt9$BKxynN=OLq=iN(7dh%bz2^T`Kmc z-66UF8zRX-M2ced068v?O#vo=UaPBd?uxdiFIbUZ)ay3{AIkNVVdq+PE=6Rx1jMQD zg(RG6-KhpO0#qj?2w3o7^(3d-kjZ@15k-?1>dKX-+NtNtDJjm;+$W2<37UNoes4dJ zRkGF)0WIEe7)Pi-QJB9W==X>tjiHK&gOCM>BzUhyr4Yzk~-s;oPR8WsOSf( zutzq2lQ?B9y)>Ni9R{VR#rLowY~G>$C{k;_s4yKzY_JIIC~LGBYxIxr{scbh!55@X zvCVjR7#AG!3*UPn5ak#E==W=E)$<&2Kkl3l$hLNU=ffYT`yr6Ga{^4SF=cq3f*lXn zS7#rwK)es+4KF*Rx<2mk*dBSO`K#H1|dBkmacZrwxiLvltmeTkAoCxdn)mhKkKn z<&~zt;pzAphM3(kVrX_GBPTo8>zDT+?XVBJ{(zY9d~uQ%{rL+id*gjeNFR zrM;{Ud~%!Wd1Z?@*KK=HE2P>zE$a=Y8zAB5voC*k-VooANQlM?y|%xSmGL4WPlpAj&U?!FAepU9kjPYnQF&KZkX2s z287*zcr?>At$h@sqfi|H#}Zgwb}>M80thg?i{%!9`--x;#=R}vU8=lfYm=+w<2O2^ zarWPIj#%e6Ob_4Xmc?7e`5VLL=hTfh5}Df=?WCe zAj27m$YbO4!ASs8+S2OWe7fo{*eyUIuY#-Je9KvUl1kAdh-Ny-I3@`(Y)B!p8KxL% z>~cI>7fec0L4JY-JGA+gFF%kDo*~wYW0a~BWqt;n@PUa^lXR6WwEUYQyYQXcgb}Ng zO^bgRV6Zj%{lBSS$o5CkUjOP&x-fu%sQz~c%8sqL zFccY2Kz$?^PvL=Lc9MPE__49mYdd=0?LiV%*Gux2zgGVt6<^S7r3Y}HGQiVEa2Opx z3Z}1ii;9|ctBR^WxZ3>^TKrmyzN>U=`}&6K`BKdDQET#0jJ}%`-E%VxkMg0g;gqK1 zcQkx`_i9YpQ)FagJ$TK|yFS}vXxDv%%E z)nuLD&Aqgoajcvpw%%0NX-xpFn+-urM74<&AzEDnO!^2L1e^=!oW5WdM#Nae&gr%m z4u2L_6socSb2%@_i#upN1)zSU$ch=*ehxcVjESqygr5mT6g_RKaf-6`mRD*Q z3&5`KX~7b=YYxh`D-J4djitIaSS{YNf8^v+KhO=1?&5?sb4pH~D4NBF`tRjIeUS zEd%JlqWw`3$sj}7N7Xnx=&@VxDpFJ{nKUf(WI|(oG-QK1Jt_`GKViXO z6Wc_FG>(qIO7p1Hp#r_oiLWy{l-Af9dtn&0H4Y)8%JA$s7j(v*NIl=7TvwwsY9%`f z@5sDmEG*2djKJC&(Q}3!#MP%%NRTEviFi${P31KuLk}QAvlyU9qcTb$LyIDf)ToRw zCCU#!&eR~JD_EpcXn%Ni>A8{}sUAyD;7zuwHo>$uN?BTU4mPtgYAHuv+b9?{Dn-R$ zJBwu`6C%J_MvidwVsjXZhFG`&_vi+V9hzxbn<8PZXHhuA)O$ zpTM(FLypkoEl3vyRhaO zsZkdJYeYP$s8bs*o4FRfi84=hd1%J9-!(0w)Mo0$fV&mV^~%d6KOQjO?zxb`Ua6^c zGVa@8%&4ZIf1;$Nxyz6g)jcJX<<)Wd;`js2Hv{_+7`KLgy30sKzIjwU(O7Kice<5k zkJAYU5~k#c)s3#{0X|3xRMW0r2PX%t?YF`NW3eXr9#b%NFGg0GLf2L04PLht=HVC&%mEUFNV=>S=>zXzU|Jzq8E`An|M}^As_* z!TWw^BrJTaFV4Yvo^r4)a7DHK=(j`)b%oi8HK;2p2^sJ z`Jpl7`j-5GmVFc59i1(-j>*j(z+JpcBA?sAg8a*b5aittNuUquqCkT7n z)66H1d5^Z-oi}ZPs?_`1(oZ-q&%NiaWWSv9-S04Dk$!hH1YKP*$PB~7(Ugu+9b*1n zTPLLp|B6rWT!IRPGnBAf#)Gmx|cuiDHYAl$H5 z8gY!lA)*EjVMo+pUbYC$f>O!k2M54|T!D)PuxSlmFFBZL@2>LO&n{uop1Uu?IQeV& z0wOS5EFH>zRirL|s3u9yvX&)%D$CP1-WbXktw}P)?aCKap~+GO;bc$BDfxnx*(9(U zz1}uYB)<;LHLV^qq$n-b-VKhBVd1YkN}Bx(ZLSDY$Q4#%3oJlNDxsIYKEKp8AF`j2>PeKg<)Q zF*$LD9ES=N)VReL6g?%TVj-spB=UKLS6J!<8_nn z-CGGde>*o;4Lm`Q9hA~UJ+bK3)Hpy{zgR!DyaZC}a0N_4tv?>sS4}q_ws~i6qv(=9 z?r6reP*zJD`a)qVt+ik3sf3o+Tb5e_XU!^#Rn^gk&^{XkfWFn<@&wihlg4}|wL1aN za;B-3`U0!xw3tp8*wdAz!L5T8Ib4(5#LxX$GQd|h=TADbQoH$~JqYA@dg~6IJE{vC z^z761D?2rx6V{v1KZW94{kE`7p>}Tt$aoswaulH<96(DtK>!PIEuQPB0ywH{Ot^7k z*%|BE!?P+*^}ik9djK{TVG)RL2vt?Orq@>1+2?T(2(Xfb_`}C*|a{T_`0+bX4EIV6S{U=iHO>!Q82p}MKg#R9?owJLf zjm>|FBy-eX-LchCzj9d@DDK)Fx5z|g7qBkK8kMv)GlMyxC9jh+C*-U~86`nnXk?2c zMwyLRCX`YelT%v|S`QlQ3@KS?8xC0JfJ1;w1fWgB^k30AAhhk<8Rg`8v(B_(MjOGz3?9gWt410&f-5kjg8F@#~jH~~lMl#z!{ zJcR0UQchBd-hZin7|$-&(6;?+#Vu;}9YXaT%;C^lCR>RfPxQo*aZb%9B_{D8-UpX(4@R} zX5_l{MAcUSh@$EvS@73t>!v2n*9@BNvn?`#)=J?o#$8e_N{+v}1*nZDu}1CuI)~EH z&FMH18E3}zo@%iQvl*0*iGjJBV;WC&yecxQJ-SGg&*#2w?@*apZc0ty+P?@1{HqxW zYUs^PIX#TA61#sJnbsDQRtClmV3KZgu25uJR9YE1)LS4g-t$aivKePdS9yjy zD)K=I2zVpkRyn8yJqldCR(~j?7WP5AfPt)%cYZs4H=SLz+>}2#MbeJ36SNi*1Jjq9 z^$hc2z;T>ztfh<0*kN}k3A0FHT+2qvog9`OVc85@td(OgyPj5j_HNIxu&f-P6&!26 z$WxBc7KfdND7vS4l~OKAUF(J`mb~7`Peu;4((&AeqtUo0sgt76c4?70N!Y8Of8b3O zV2Y}*2vALhk*#}GQ~|Jh>BA=H)%zlkMn|)ljF)FLxz-&io#%$YxSAn+WF%fz5hc-F&V8>Z{ z;Os6t$R%QSsEv4{Heu22K?XS33%c{dq8~p!-}+kBlx7WZmkg1s@|5gDycC4u?^~ks zuiPT@6z%`53q$h`HO&MD>2Gls^Y_z~X6hIOvtck&_azC3h(Rvf%P9V=dg%QnCH;bS znLM%dhHhB?R*eMy$UI0ApK{|9ZX2u-L^|&h)bDj3%va@ zAZ@HSPBPib!Ey+b<8do#%{|^-&!vAUrQ93(PFPeYbg0poZdSkKiX`Q>8B_oZ;YEAN z)sr|F7i!Mh+T_-lIp#;g@9MOshik%I=}2)u%b?&^9bvw^($DstWkf3;(Kh5hi@Zg? z`y;cT7_~G;)OYNZP4uvzWZEo6ysnD7A5LSAOPygmuh_+}u*n-QZS`xPXafP98;OzdFY+CzchX7HVFyX*@&uQxbO3ViMRTC z#=085j<@IEkv}SYP{1&x)a~*>oEIK zUDW8VjgGaf-V2P6>K|EdYCo}YXgoA5pTMLj$jPQ|(%|c|!b*y|&{SMpEE`H;s>MxP zFb70JS&L`G@S5s~molk=XH^xyv^)K%5)P*hXuce+GMhdK-nV)C1YIn z;gzyCNVI`&so+GMGDQ49T3=d7ftMk=`jYX@qndz2cUa2QB;@;Xda^MgCY{gb2=4wI zf-OQ$$yBcZb)$hUBb;(ReUGw&dzpZyXlNfph*!ITcyNLx#yf`!KT9Oqa5;Lo--J-8 zA05v46|C$dv!-$WEg*}KwHZFmg6J7+F@+T2X#`+NctL3Jh?VdO)$qy1c*U0Q3I5T5 z47#&{5NR>PI0{{&7w#GeyUs^_a31_5V zQ0%(&JLK$x+dYgSnt^mH#COP3V$3{#=t2BAqSKpW!-JNO$OLQRkKS+K ze}?aS(?=V+zkk%3Py+!G{5Ofpzry#w`+J%Y1}ew6-`~!My0H*K1bvM1CMHO1NGPy` z5-gx3Fd(Wvl6r|j*nmH{Bvw@|8r8Zhs`FeI1A?k5NDRO$0oa>XX)RjjHJvTBk)^%g z&wuFBju7JGZ{By%AjJ5v7Q!T_i>4;PjuMff_=PMPa3;ZRoEtvPb-4A99!PxE^2De z>Hd8&zdprl&j`B5creENM?Sv&0d&c0!AMqjbF8|wbAruB!U($chcUgViG8|15riL= z&ezl=|EcuRJrd@p5Q7wlY z1m({w;aad{uNV!?|)Vv6kh#BEj7mKSIcktLK99BSY z7Ws5^yVQk(r9aqS>Mc{MHPj+#JI=MOGGi>6&6kISWr6|+-U6FNW9Ua+RBtRxF~gGY zUiiv>X(CTS1J9!>OIK zX=iZ!+Lf|sR1BDf>L(T3+%z`x<-w}okU|?oGYp3YmNlD7Oo}Od*g}b&aFE^t)>-^% zm_i8duG`h1D8p+#?c<@Xi`{Im0j|szzk$L4dn3H;<0^%sYmE7LiH=P>F@r#lu*uq^ zbf|CT0#V2TOjcbx-aIh?OFeCo-$1LIKS_j$v5~ANbVeP-_ryxG4TP57@E82>N>vjf z0@y6bHL?bLstQ;#L+H~(RBLLn{fqZCZ!LMN=a`uK{tI~4M{rsyd)DKnap7Qwr!OQQ ziLiqKt%)^sBiltyJE96&0&dh$(PL@jyPuhLl%{49D|41CSDPF$7B0NG z)}pq{Og`p_keWf4SR9DHY(Axp2B3Uh9kILr2@yty*h~wxrk-Egq+=;M6u2RMji;-Y zy*VY2HI<2cYSYYwjfOb}oZDxlI#gmyYQ0*hn*j+HGqr?`Bj~65uSKP>xg4_9lKF7Z zgI9pST<8$3OwhYsJZe*zG>zoz`BpMzIdY0&e)Nbo!S@5L9=91yWH3-!@24UjWJojv zj?!p^1j~MCrQTX$WgtQ#?;Xz&Zg>q;aKaLU+tKk~(keltg|NO6dn%u@pFLC1ZLNIx zfNK30h>zz*R=?F!@Ho6)5~EcgB8yktI4XP|?k|=RGnXcp>-MR7R9k6E2}pc#X@o^8 z6VX7N=A=l%17%49>4g(gIjHhqDA0oozf^+{37JvPa3g8VgDBUHVrIm8uA&RLVAN98k^LMo_?!DUJ( ziQ%*~Ym|#KsHU6kRFuI~PfW5zQW$+pt%^zVErHM4i6N5pgh>r$`B|!kL-R?hF@dXI zBn)c)@bM_a<#}O*#j$*twaDF!FiF=>@fx|7amynuT@jzC!L62;+jIZQU1Qg5J%6CN zUOg9nlPKeDRxk5k*yQ4siaUSs{Vh;-f98|3Q6XG5?L&)zuh>r&R=apE^j09ppD&B0 zUw04tVVz@tl*Q7c$!9nJs$=)3yGwq)vj=yc_v~jkx-0M(yNTKh4kDQfJFlnPB%JeX(Mwb;{eN4*C>7(|epF zQ-+@$4*CZ}LFA*rUOZq1{+^giSA6cK=p%jRodDHN4NNm%Z`jzscs?&8R15^lio;9D zL#Q2%Ez?nc%;KIM8(YRd$1?OY711i8_|GmzeI~j5&#E^*tUK-L(2$V_`3a3~`MWj| zVh)RzSHg3)ep78N$AJYh@|FHpeJcZh0`Ps25OIo9!Pu7=3JGZu=CyF4G>$*^(PBb= zgZ83_j0tJF=CWubALpzU_$BHU{z5iF9GGaIN*oi3yg7*;zJ;JPs*%7L{uz~rZ!~8g z?HY&3T>RtmmLJVCv*8DM$Da~A+lEavSgac)ZWkXo-4*vYFV9@xf?~76<`1D7jcs%Y zavu5Vv(OSN5Y&NQ>AH={?#t|9L=-AGP3AL8uW>#}0!J*W)g1nvh8R&bT zH%D&uvKI89Lyt^-@Ne;@{>WIz9nqd@^F|*%5NYcgD_yyw_v>9rcPH4qt)QyQSKzWa zXGjaSCA4d#n066SS_@)@G9L7prX&Y(Fb3n*vAXF&1bz199}wuk!4gKzeAF<*D)1cw>w^1 zHfE;CLenK==$MF~q&#ouc|B5caj0jsdRI#%!qFmB{cO=_H~EdNs->Ww$Je*=kYXct z=gf>q6j#*Hw|-DQCyKwLoavNhPS`r?B`8^#RMp{2+=km$O@{_KLaVG(U~XkA%=_cU zg+R2Vmxcz6bsPPlAG4G&_AjG7(V4Q2r2y4}8cmO?+;luIZllOse)Q})eU2VZE0O9+ z&~NeUPb}wyHFhnJ+Wn!)pA2laaPXE*!#>?xH5mq94De zNV6-~Gk#51O00YwqUsaD%Y-8nxSsd>Lk2dB7KqqCO@mKD;Esh{hA zcF{hDS{LC;K4(XBu_Y6mpCk?hH7gW(8AUCXPdrxcj>=+MPeNrCWW+3POU+e6XAnck zq}z7ZE?JWccpuax6Ivssy+Q1Mt@@SY;Jfx^>R`N>ENg*aQWdI!P1Bc&M8(-oteySH z(z?ip#5o~uBF`n_sO@ni|3W!duY`Fbp{?oIiB^NZdgu_! zdm5;4{b&CcS4`10{&&zbCfYesRjwse3tXi8RKOW*Z@;BvJnk7+=ItyJ&lk4n5@t5g zf{0s_O0-3$Bg$J<5_Xgft(f3)I(C#+y!1EhH#}C6afR!|P(K4BUi>Dk@vh^*7b}o2 zK{8na7QB1Ot%bOH#{)k8Ic-Uya~O}S0-DN3PEdQm*{LwgMgES%F{n7m06hquC@V7g zFMFzJSy8sO)I0~%2q;cdx@v+aVsI$R~$+uy0 zo~?0Qj!0VAhOaK=5cFZ#Z`W#JvUpUurav!4ZVJI?t6ydw<+dc^Kcoii@ibJIDEA9! z^2TKBjR6c6?vxWI_l6*o3VykDD95E`PmFvyRoy){C3$IFQI-32*f|*PFb( zI4dlWZSY+>W1H{$LlkD8s+)swf;c48ksP(;cZ0Y>&u^d-u}kNT%a;j``KF|>0YYpx zJIt2kC(oHEnXV9VC(;Td5@@qIH|`1-?1E;Ot7}DjIGl&I7K*CS1wC`-3f0GhsCCgd z6yrx=SFj-@?+&WK+|pV*UNyajvsN(e7ISVEb54qL!;a7+RPgcyB0pz2h&k68rm$Q_ zYGk4ao~~s909D&6XIK|U#XiPcmrk;Fxz22(?);;y){wM`6yjZ{6YS{hYuwWOP;Y`M zKan3i&OK{uPr9s8yYz)u5DLScA*GkI&9{JuJk#1two-z(juDO$bDF^mr01xwvKoSt z713CtFJ4|7%CcReZSeM+6XKbC?IVOKm6#gZMZtAo{#P1m07le?TuVlAZ((uu$d6)b z1y~#Ftn_pP)f1ZPGQdk_k9OIKK?X4f_iRg&xt-#Vajv32Z~=~}cR?y)MA?r>vaumG zna~c}LYg#R4?v&la$krYcX}qcZ*_Szo%9p7TLTF+lw~Ehg|)43!>=3L)bw^3L7B2T zC6DSL{6B;lV|D*XH*8@I$`qzIgcKLhRxzxzjvl4&jfB{&Nxg6DEi|h9np{(G`4w-l z>vEC5Q*Sv>fw{V!l5bxXqYUyZptmBg$%YECv;^b~FIq7`nzBHgK<|KJ?@F{Z{(gEV z*PSbKAI7YQH1CX(*%`)(+F%p~=N=^Eke#+j(|ccd40@7ucshi_Y`u-$E0Q>WItP4n zmZp?HXv4y)6TiIykBAia=H*-Tpab#2y#kJgZaQmCkb>6Oe3q+ml{aU~Jdg9f=s5SD z5{qj`ZgCLJsbwqD^k?P93XcA?P`oKiO`CRu(tU~=UyaGmozWwGR3R)AR$oq%^ywa|$+u^DRgc z-m>38Y{%I$vcsgk0<5q*g#3deWslIFQQxp}TClu7MEv_#(XDUuS+0Dkn=T4Eshbcb z0=%SucrYBkc#rha4(%L)87Qi3Ja&o}q_KO67x-J=(oBQm1hp^>PapjZ-?zD49>(dY z-UC0yy)`HK$+;uTXC*d)&1-em;cCu{tscS+I8)03u(o8b;H{{vXBG_kV!1s+_q|Y6 zdgP!CDB+3(B4mA;(j8F^F-0V9|B4A)zl$LF9YDE=8I_}7+HT9z8rmQ0Sr8Rp63d{( zq0Q!n6I~yanYa_rjlaUd-3ML=u;!F@3-E+Z^v4O$`5wg&r++Frrq6;1uYr=Zb0~&aPs#m)F1uZ``_}lOmI>OW;IKdlafa&lC8A{8u zG!dpnYh#k!@JtL4l2ba=G8G=Vi>NEy`o#8^c4tT^jEnd+GKBXTS|BIihO|+$N+EDi z2dc?+N}Ed8N8v~0^C~_X>aTjBivLPCT@KLQW??UojUkDE{o3>19xADXbWcK9Kbdac z+i3Uaw8NLPpWfv6n03!62!(0LS%%*o4MHvr3U-bFVn@F~j_kU;psZf?g}k6zeGzK~ zgycSu;su1>ZW2(gS%ysbvLrqvngLsLTF>e4aPo*^_AkK#kP<^QYNB~Dk@)6KL=lGg_ z%;Z)s=ahC$zw0FS^72)Q!5x)8h{0|RwqHs-aAO@TVv)@9 zRGLb3$5vgX@R};XyT!1_Np@|oYWhHYHR>|B*k?rG}bJ|1+)k@O|#ENBSR!w5|4&* z21a2aA}S*b=x?|1u@&$%uoOI*0}Qf?73xxq`1q2TxL8kvpuuCeliv6OCp21!;kp;z z-N`X$7$ZIq{~c?*?Buz3_-u`3`((8u{LfgUoP)*x%!Gs_**MI6LmT`+OjEZviQW=g zq;R3Z)aPuEVrC|jmAXu<{Z{WjIg(V}&{&BUW7w~lCt>!WUet_a`7oH65N&V@dd~J2xOxF;8gKni zI}(pFbebw5hvMlK<8b%0x`GIPQH+%ITWj3`vIG&*2#7@3b8;s_L^M9RZDeO@v`eiF z${9X#g>MVksS}Sih;bnjFx7g=D0_MdCh1ofet0d$LYVjI`OZl)@VdUDq)t{$frzE? zr;vke<9Vw;FoL|6eD=}Y886=T6J-dn9S%H`bTBS8R8j^a(06^teGOUlUqYuS`#MSV z1jWT*!z_ZMl$7%Co}(STXflhF)KSK~mF4zzyV!H4ZeV`E5Hk~tZTu0)F-eZ7lP1<> zjUG!*$itJdh;AIzy1}NH$Io+c>yeU{usTD7yGe#sE-%!0plXs{OisL`c5aGAU<{+H zo~3z>%e)%e+dPgeQQB{zadM|BL{?g(uzxjNOXXbo>Hn9RreG^Uka|!M5Djn;5U&4h zt4c<$mclMBW_HH5X3k`C4kkvnVxMDN&Q`_%S1X5q^uwm8=*r>>qrFdT3?otMyZ4$FJl3GWix9qozEd6jU``%@?GDT0{&m3; z*5Uu?3-t|^aF8i5goKYS|rWw{ywVA5LU0|}lic)pS$(IhWr_(gmHi(GDLU0`LQ{Li?0DoS84TZ$JWGTk_- zVW^JoQ(W){28Y?Z!*F$pnznCi8_DFAhWx5uO$d! zfj}zEPsWEK`^prt!tqC&D)JNVJSFA|Iz*FRln-oz4_3(F0dUDYW{6~&f&8;eimS*; zm9J6rj2;G z*nk4|przj$W1Ls~C~LWncWJ8);&w1WgWm;+jn1`eU(kG>;1|2w`8R5HFIOUXFP_M6 zq5gf(Qpp8EVt%$a7=3csQ2c+`!QZPSDH>LyxC`j~;E599peER-0mLcH^1%?LZn(eL zBXog_GDyv~)NUv&xpi2&(aF<8q32d7g)fN=R?Cg@53ZDUBrSO{oe!J*EvoxpBBwA@% ziBbw!WNY3kx%Yq=;iF2;uL?@z}iTCdSd#GI^a(FNbs9+lQH-zh{+&1 ziLvxCFOra&i$`B;_9n@ExNdyD-UNdVQfIjy-kYQ*O-4exJ0i-(BxzQaHtI&zg*MHc zRh9Mz&gJMw6m0(N!rf0Vni}1fIX(of7G+2~RLF|m!_QEd^PnaEwe=UsZE&UO9cfGVzhFV8)j96MWpoPWBu!1fnYA;WV#?}YJo|vhm1TKew zt<`p<&@eV%7txw4ciX;JEqP=5aSXNV0B_Q6XL!g5rjpKW0%k59S3;F(j<`)`#<0mH zg>y>OSpJLvk8F!rybVVh)%+SI91GF;ggHvXAw)gx1vP6!hvL7K zJQC7vRu-vN*@`*vdudt{5Vh>P(7s4Xvqt+ddl;QQWYxh_HgTm1kinvCiSrs(oao!( zFxI1}wHFeJwC#-j{F(ILYogYP3M$QtIDt8GpF#Yy^20ZUorIDtdRrKQ@Usy?@DJ1X z97_){MQg235S^{qv*SVM&!uX6r4fR*!EF%Tz^J)^%_5E;1&`n$BUW;9sNsk;TIbBA zO@d!g8hWPh1AvjkK>11+fi-@u!C#dUI@$opLYkqS5=C-{6Usc@*w&1~9VI<}r-y8=6Bs3Hi-| zNo94qc4SHwuErL|aNjyZa9<@aYn#`amdm}}_)Cc22XA{nA08o}R>9!c#!jbSr#w3d zHgCE0Q$_w@W_7ut8`FCa6>>U1R2T2IZof~gc1$CSvcjKhd5 z>By?~Xf-lNiD~urwJ=&^SWV2i#Z0HMI6)$jDig;--2e(v%N( zdCTKJfgrpW9x*zvqj&ZRuXu3L;DSO`r>bc!$K;aW0{4a9H1G*d+^60uz}lhvGT;l2 zsH*BpYD|>igD(%DJu8HK{{|`50Qpv3w37{VkS5C`C!=6GT6twmP@DLLIt-gp0d0yR zst#d+(mPBeasbY&l(whd9GQwQmRe!CCsUD2zdVu0+m#ncs_vSJcz#To!!)h4R$YQM00Bphy%Sq;ApP3i?Eok-9_5vsqy;8|!>y*7Z>+pDwHc__Z0 zA5mhja)Q_E42B^nbbyrs6MBstN+iW==aH-up7F}{)J^4#zR4F))VmMcTFxb)`p`!z zc$%;w5Z}crx2m0{+tZ-D!?Ag-q-QlEpC9TS@6^IR%sC|KA9Ap}D|Oq4znVn+?O_aQ z+RM$+nOjJrL;V&2ujY8+W)4-icSvns{!wl7gr@pVuv{@{AHBn+bL0Y*w5GT_+lS#t znEOF|yUijX@v1Rk@%4t!JL4J*L*GHd`c$%Zx86V68G58VGEUW`W#E}dQRWChQBXpQ zY_)?YrgbrGd_;F*!oB~MXs1^dNNjOz*~1DG@& z+;$w_hAh7hs>;z$zjQN7!_(vJY(v}RO}*~^0CF`5^9&))H>_4w8-C0G%e!8}2StKj zd3R>L|6yU3WSn_VrTEppUT!J${V%Td?1g}G^K(kB_LKRS=|8(xRnO0{c)QOb`A>pe zS1U6YDI@z&cHMt++^VW-qP=rSa}nc-3C(G#MQZfW*I`zWOX;FpQ$fg3g?B89a#2Y3 zavu#x2szyQ)hK37EQb9CoXVB3-jjbdD;97o798ej+7O5!hMDI1QTe&qZ5Vi;IaGBd zc7D9=D1s<%>42=ID_uH+Af!WoLs5m@27N4a<^h3Zb-s$s9H)_@N>{zK2BA;CG%<*U zQ^`y+W(Gk&Ab)K#Z;$27xT0W?x=Q6UokpY&ASWx*N)<_)iW-+9uIf^9l+NX^OHarB z*~-Mq%P-2zLBK1yw@ZE&i7{+xPLt?p+bbsysiUB4J~1t4VKBN2_&$K#%a*AOs#xk^ z(B-|XQw#*mFx`3hnMwaTXe^3m$kLXkXRTQZ)k{k@ptReC_(Dm~i!Qyi>?{#ixvaxc zv69f|H8HJeZW{$RIOSr&o@D-$*tO8L|{dX2^yEBU%Yc&VIE&vas1OYdF5W_=*MZ0daZxBe<6)m&<$Lb>tb6+X+;Ef~+;AaEF3 z2gXk^giOkDzUP6p>9Y41E;cIA(C8LF*6rY)(&5qE7&rUk5xjU*65 zI-zTwUUjc61=^6sWY1JFk&`(BAJ&es?6+OHiaw z$<+41#?X1<6u#%%$e@UNW26n{4(G`3S#_W$8!ma(-u5%jw81QXc>x_~WmXgO^?cp% zih_N&dphpctltY;5ki6%6+&; za2@2#W3bN;ImAD!f;=sZ0)j1v+2`%te*vVM@1a{qw|2 zwMlKeM`b{@k>S+flHwsA^t0ZqpAM&ES5OG<1IHKp9#H`=Wb;iUJis7PtO?e5du+Q8 z9)9x6)*xtO;vfeL7MVZ4X;oSd=nTrfM`nZ33<^0j9G3Af_#GPT4v8AUP3hM_i%Z(r z7P5&MT|}M;*qc|X)^OgDCH7O&`moz&kJOL2Y;$-Visl=vs>0Oe9lW@oR ziaYk(hWTL)=XCdk|DK4P%i=;Me1a!WpF|t~m$~A93}cEq*qd8f0Gy5fnT5tA*(st5 zBMpA6SR4!IfPjiuMK*>xszByQdz40&8J7xe<2r{l;8ANjyU+J27DdEFFusELQSF?r zft|I=`>?X|vVJUWOf+?VyuL!_21;7#_4vTTiAwcKZ4o>~t*SM*Opb%wrzUDCY!e5$ zS$hAr;pF+f=7uFqxh;xU}vw5`R`z^CP=I9?@H;c$V#0%_YNmgLhWY80$oS zK5lGe#<|0#C;rtqCp5_e?VcigDfX;}NlbQ6KXlRSCI0wF#+jA_FD1gLuLFlp_u3hF zLz7J_hhUWHm|#7BsB_gBM@+E|0g!H|!6rLfr@9XF`3`t9ZSSU+)PQ7PZ1sfe%Q%@j za=pTuy_!sW_u%*^kd4M?`EaTEogJM|{YL9(!(jfM;d-t+HwJ^O7rYV;o8J0*Il1}tkBe`#`B&%b4P0lYuv|NJZuMK;9> zo&1gTk>Y_1LE=Lqj_l{X+0b(k zJPBtA{mO)OK*_66!au@#J^PHv#7}rcQhs2f-xtJ%+&Ap-{gq|Osc$%zL_#@(MO#jV zEd*x7dW&d8F2SNXuwok}h_9yq?n26!pD-0E5YFjUk1xhXq+MhUdA({9kkBe54YfpK zW&Z_rpqGL9yQI#gM(9a%9!SIp5vxo*NsMNIm{~lF)h#H|Ywu;01GVrr%TPPYE)a)| zA&4%qm<5E4R>(Y=NR(wL5oI?P$5iTzr(6alxR5iLsRm49yl^(Hu#9zlFnqmCMiVHJ zC#Z@>AemWwIf|HO(C54SOgjOH3KEga_x*Fjf46O|sS|O=&nSTBvk{T%KSu)pux)V< zGZVl+nTIu>{Ac&EKWOSmCBs3!f})7nh=7>zLQpAH&m9yK*O`JTTJ8eUJ@dw?@Hm9^6a5K(+FQerbDokqGSxSPrs7wIw}3u zin0JoFZ;Z(l$o(U;k{idebVA&C(;#4u$FF_!;~ziVJB!r<=ML6x0uaKpPiqVo{?Q3 zd$-dn>>OKe<b_iVrsK{d;;e3bWxr4U?mP(G6`SzDF&ts_#Xe~I# zWoy)jp^5HvxD2`RIuDl=hJmM7GPxR!sLc#|rL?=$n8&5gj&*?j(X>3eXhjHvfOf6w zPWqgqnzdfP66(sF8@j6cWt^}7UClFj3$3C(Zy#NBtp=THcpws<%hVDKLy~i`$GLn- zfNg5LoBB|kR3CPQ9o9_1vuD19Xq(owE{_HqPMwgY-j%X~_D3P5tcXtRwT^nRUc(U7 zT8qzgV;szV1<7xUZCG&=5%vz8L@!sBR4B0R=?_XPv3X}`Z5J}H-DjN}(c}H)QFC7_ z{8sx!KbhZ}Mr~-lY6!Hpp#AAYHYdKO@hBMx)VWXQV32h9H{G4WDUanMp!G{%k5x@? zz?^eX;b~F;(|B7j zvTKS1M86gC-y*ZDHa3l<23#H~?yeHY!TU4I z)jWxC>Y5rh*jn}xTh-q{qV~Igcd#K#-g=3DA}a5lF^36vWSiPSht2@CoZ%>DiGvP=ms$t+?vX#;0V2yMe4$L5 zd}W~!NhcxxDn4L%#fj{nc7^z=+Vxw2-+0ewH`rW3BDQSS?GnzDy(-4Wnj(MCN4_8N&C5CK`n?B>4RCEUJbg}y+nJ-6U}`q^fcu?0@ThWvgMIB0 zk{oxo&p{`LTVr|kIIIW2@d%LW#7w)TNlyh-{ocSt4>e|gbJr63NU)v`?`Zz%#+a** z&N1zmW6_y;kDvV}v+VA5|7+T>(_%y9g<;ZFDv5-37^luGtUAZU7)PL$#82i2~P(0nV@qAr_SyK2CDW zr7>3E#zhC2-5t1ftaXgC%T3ol)?>WKQcjNzU;}6F2`|95BhZE!j85*SWt$aqD4|zt z4r72gG^OAO;{h`e>xyDDmZoz;-qLy{Io>H8*UpTfWH7Qi1ykOiVu~{R!_uBvqFtFT zxMsk+a0!^e}I|5XNm^P?^mwY;6(Zup?AX(<&x&Zc;1)d=EKu3>RIu64S zG&qNh-qhZkW|Ku7`>bBz$k;JC`m>TEY%+^YQ$b*o_8q|w6#q*umK-7y-Fj<+m9SxO z_xl0VhDG7dtOKIEt5pfms(kBGQE+CC_y~mRSBi2%g(V$WX?$t;q_HmQ0i`V z_e{BKxVYxLsUbh%CInURu!v9E`yD3yDkpUT3BhMCM{6gzaa*Gyg+cw4CZC)^IO0J# zup;$|mW}gO#Ot?_QPk{F;fMOz_MI9!Y_#1+O53A0cgW@Km}GqKi8d)WrPzd=1}%|5 zY^Ms}(eVYQ^O7;tN_EiU6m}ytr_6Ji!h0BJtuBC2^5JdA9#-w(@S+kO14OAMt=*6} z3-hiF{1#|M63a}`*BMZea$o|ApHwkr_yXzG@m^zjJrkibQ%<4&R5|5{F-`V(8(7SD z+EOd{F|ul+^mJ_iMpGRZ`CYV<%q~U`Se}&W9!U=(>NQJ`-giwEmX6575R zFW0Sk+Cz+&x(NGqc@F19=~6!eBVB#c z$B$P^ZM-!)Sm*Y>XmQzJUla8AfB&K+u_Oe>%j1S1R%;?Oc+=&L?4ga%jqiyM8R{{A zr>AWaZthY7znrj9hpmBIZ9$0WZKvDl(IzWZzNOplJraU@N|{R`*ajYI+>5C&jNCrk zB&)GNKfeM_-Ao?$Y7pn06>vKAFkwe*r);#?Ja*UgkyGP?nr~g9UWWYBJ_b3o*LEj5 z=SC&XTj2;l1fntp`?S#4T(>?EPP8xtF08SVK0ntc@pd`2o1bnd=Ai{^G0@1yplhsq zqXH|^z;)yp{!enx9bOT=3=Vemf+1ZSqy7f&;i5_Nyeod(XkIQYuU1A(sdMDHXcGWS zLm5s~GaLrcZTT!}wB)dw8~3B)8Av$CY_!QC`rLZLqTKg80_CgRYOic)4+2FnF?UUb zkvEL;77ME~U<=+GNLeDE7di#)=Zrrezjk`ZisWO(%+3m5gYnhQK3mMp&Ajw*Vk1;0 zq#!lJk6zS21VRe>jhDom(Owm}J0>>Xnpw-+-rP4GS}aX!+wbK+}|uhAxxZ`t@w7=!4|etrC<^cxj) z=VbkfOJaR$dhz~m%l&Ut{3j~;e>ci1jWtbNb)=6q)1(kHI5HHZJoNav;6gDwS(`kn zqPc-kM0rRnTDJ!69+AbEHeC2;!N+s%-w#c{#jf!9eeVTl3jVbGjHj?Iq#oSe^&88I z+ZbE@@pI$jX^#`+VoMiBw3*ykxrfO9#z?vc--m3AVaDf$*>Ei>zPmmcz4HDWLeA}` zs_BzsCtQy7rBMeQEgEU$m}+$#A;KqKfY?p#@ge+gV%YOYjP{8i1$+!*2fm%LK@@W z*RKD;6KAyc44vk%09qdbV%Ey7Y)?Y!#p4U=lD_@St)fnqZ}uPxBzGTYx^nj0<~S)< z*r_HawO6hR3D`=7im71PAY<2slUSOLDl;o$!xgM68B39q0h3ityl?CU6lwiQr6HGX zu)|bo)@Sp5CKGR!R?k4m=b~_zsN^>Jbu|zbD@?;)KgKvA?HW{tc~I-><5>-?pYSyD zqP{7-)cd16$DinU7yg(y60Ah0u2vPQ+h;Q3slkX9xwHS;rWxxT_HEn3b<2J*KyP?{ zwYr$6!HF?~_`|Sip?Z6NA~=mSwcdP5rHPkkQZK*ZIeWj=v^~}+^gYSTtUZDmdj|_u zSk8fzQY0lIjKU-^$F_jTI4tLo#Let9kIL9E6g0`1p&+=%RBMy-qZl5_?8^{W*8&R- z*KRMTtESFt3i2SDemg6G*7*gUMBeP6ioPb2Vj8kSX?+2{#3>GYz~GN(>D>T@ zujEuok9X;st-ba$c4<#V6ux)>p0#`O*uLfI5T|EdW{7v>Zjbrd$1i6pY^ru7On0b@ zagCQo!2`Ln(cjS8?e)K84nhhcdDu7}Ts`x3TWov6B>{@ax9?|tn2{gRf6ITUp}(IN z3nj%@kj;rvf^1FRK*j243YA$6|k`kT{S0O8=hE1dX3K#5<6wgnh zw;JRr!WIMJn-t6tN!u*u4NAOPfY!eA{A>Qw0q$aELvFvC0ksBE6W4Py89QIk<%aY% zBtHDapOk#t_Z}+ry|4h6fh|;ftR=5wsZ)q)->SdYB_!I(Wk!wU>2tzTEIT{Vt?cV@ zh=QU13Do0M7UnzTzXK}1RTG|)pWQ36pC0u;c+-E`u!Nm00Ct~(PM-w5W{&>^3{w)u zWx$!yLKL4_3z~pBcC^Pm=Z)%6s~WH*usxeSspqp+=@RBB!(*j2d*z!wP?vdqWc2Ed z(B@7_-p&{9ibF4hC%6HuY_e3}MuY7z0hkD22bpl$_t3{-@BF@n24doecdGs3i~Kk! zXbgMl$ZEa}i*^`s={Qr$g((?~;5Z0n+Y~ubA+9~BfvAS%Q*h|`l4Ecr=lUaD#m2To zm^5R?6f+eE0sMt}kqqB)8_4qVir$@trwq2wezK%fJ(=$7_Vx#uM^MbCX&@y(v#5f$ z?GHGdFq)KnI(Fn(81%piK?CvH7xoVZRO+~;Z4~<5JI3@BaAs6jSHPcHPlXGGHdaW_ zx(8aG)XL?#6ke_Ql7UK@6PwiS+-Sf!Q{_k|pul4H?i|QFsJiRdbMHF)I|P4h1cS-_ zD{Bc2M`geKivA14zpqNe#`ZJz=c-tIt_t=4b}aw0Du0P>VwB}&dxemEXa5Y$)s$0C zlCZ%_@NpCoi7P`>k$G$spVX7D4Y{d4ukbyBzbbEYgrLa5>T9{}kNG))a2vTlrP3n~ZYmNwDDX+_7QuuEYtsqi>rrGQ%%k zhu1`CAP6FZWmRUraqqL)v{-1MPj6E7c^53=4&FOq42C z-f@LZPP!MVxDh*`P#Q)_$#x!@3YcIPI^$V)Ys?z%DCw()k}vEe&$@d=p21sq(-L*qIb41^&0aBT!4cvL}RI!SAldyIu8 zi15H8)I>>242WRyFpM^n^g`z~?KV+WR@OQT?~3{uqQkL<2R<4{NGkJH!(5zfJBbc_ z3OP!}yLie@n!%wg4=_|L%$ZKl#Ox-UBgk0(m|@kPr^(0&K1(qSlaUo2H&0YeEwf+^ z>b+G`V^!6gtN(L5&X=X(tq_A{o!3QbQ}GbG-NTys2bNm(*RWLhT#qdD(UO{zK~r-g z(RhO4z!>^XLu(UJUT22k#26WCaRx`D>Bv+PX-mI2`%i+|hUG&1zI|L78&6f)veeX6 zB&?Z+R(3jKoSR_6CN|Y9&c^O_Y?${1Jss2{k})wSCj-`!eokSoG?f_a`MLh(CHUP; zS0AsqpUvY_Uz(gLs2{5!v*tJMU3*fRTs)-@E8!<*cp;AWrgL2?is{$^W_sf*)j%Hm zVGmUi<9?!ip}c5wc?Mc*K;*Tq%#K5zPD^zRU1RF(L z@j*01#p2bG*SJq)(2aXTh8{|;N{KC9+kJe2RD4a!W}k>M(@y!ull~{c0xTqZZ!Cog z!sO)q05U#IG7{HO)F@HauAZ>7BK`45B$`oc7y_yLnr=|B7Gs!8){9kU#IdL74W6fR#i3!xUUzQkFawFrNq{~O>><}$q!`e~2u zoG*8ebW?2?6)cBQL-a57_MkIZV1#7NVoTAce*2)X>ZQO0)#E4mk7bR0XmlK!PqgA< zE6Z)VL9Smu!fx(2sBC4XSVeR)BopPyl#5n4Sc8G|z^o#~J?|7k`<>vx$;+0@H<9kN zN15&glH1f0^zy*R-B&YualeG+Q4`OGZHh)S)`rYnUq6ZxRowTZhLTum=;QP530QuQ zYLy?Y*;DpR<$^YyG+{Mj(yIV;*l(un<3jj#%MBt!zJRcTX|%+$6k0o{dwBYv$SCIa z1t=VS67QqTLO7XN>o5i}vAgg=YQad5xCVGpEjBp7YbZa`k0@v&l19k;Fj~R~UlD`z z)-ZpyK)Z%DAIaeB)eEP0^3ylB^D_~`g|?PwaQVxdHz77l!Em=a9AL=HmLXUPX^1d8%0^ZjrX(X z0T(d%KTYxCyKw=~k5R%hWt~H!yKL| z<=PI&+}FKK+JR9f1D!SP4L1m)ZI=INYjqnU(Xo-gc!)N_RHoQUeEGE{TCDb13#^e2LbZ!Xwe0S0WBI zfD8J_!FBkwRdLnoYn84Z%$=J5GRY6PjtwD{9cAATNxDNFsupL|MveX=?KH^Eg%wD8|l zK*c{Sn{?pZ_FBVjf(-Jgpd$k*!_Sm-XCM-fxAZ(f5Xp<1UAKJp{RPI_|4Y9?0*?e9 z89Be9WhwJlig6Det2`;7u7)kA5MZ0u)GpiOTHs=)S2PO#OH(yC9ch0cHNUZ5iOyL) zBIlq#5=5kZHp8yC(B%|bIt)$bSOt%f{S)+mlax`JJlf**Wqic=w#nKx^|I)&>riSl zeE1h3(0V%G8|BYl=abJe+c0;)37 zy8<F5tRAGDlq ztbPkABj ztDgCCOB+1@m1bz=B$d~+R2qw!)R%+y@)56mBJ?O0tC;z_X;rweZC6u7cALUt9+Xfw zd3oGK`$8bRxGE%{(P904Dm4mD@SQVN%V#zf2q`@dH5*!8`lQ8f(fs>BeQ{Sbsqnya zyZrKS)T&s3TOC=ae2n*KMVE(9s6KH`D;YSZX!K_R9vq8fq6p(y5|87g|DK~SjmeM% zK3n3PIoztM&|(ie1T&#c#v<5aEW%#Tu_uH9v_WCa$e>G=5+mO9uqKTtG@>=OU5Qi8 zPPa-K-FGk|^RsfiT8Eb6q7M!?*wq$?3V}n%S`l5^O%u0TW%j$0DLT7s7AIo3{<8tt z^~q9h5Qe100slDQS>4qbSxZLELWP4CGb;NEN!_aP`v4X&qsf#igy;_AqJb3N`ncVe z30`9&M$KG*0_Vk@RvRpP`j!V}xlIT40B^a@`Ic?D9S%XhQ)1dL%jhywZ;P@l4QlH{ zChLQ(^st1`pOPOreY776=Pcvf&P~id05NO-a8+#X=*~BA{N&~${|G$G?y#sSXmpV- zV+jw>mf%xFN?PK%IeavrrC?Z$FVx0#T*Nm{V=-c&gV5*&zU>1p!|pLQwWtfx^+H(d zCZTYC)NLBr0Ob^Oa@Jk9e}g)Ty@(0CNdM}h*~(3%D~72n!YJF_t0Cv!o|*^lzTF%F z>Kt@oKRqEK9JbkQ*Mm)FPrK;g0kP`jBTK5B1wdXrEr~sJ7 z{)EGRzy%ltS0SRxG~r(Jw`uxB5$|=gnz&I z)uMeb$uxP}Bj&$n5%+tBW`%#tAU?a&|Dv|?pLeDIdQ$%$@w)u|39U-8Q=C=$oUHkU zdvf>%mnwV`E>H+AIWIq)8QBMVSPaz^*&tmH$Wy*nbriWRdD-?Tf|4SJ`d_0p_L`Dw z60ieoNBjq?F8&9Z-jjBJ7wzRsWh+geiyu&9lx~f*LXaM_W@0YMFE!34R&_c7FqD() zYQYzfFI4gkeC3_=Ov^pO)^u@QDz^!zSG6`T`2&kJ&RX3{#9uykc{rYX^ zIr#__P3=z9-BS4B4V)7-nc1krgoHTB1D8pu;DFb_{1L_&-7vxj~! zUX7MX5}2=@4_PJG@Il76ZTYZI_a8vFseV+I->-pBZJWm+WWc;&^(M$B*NFbX zz82f;8sypZ{B82V;|FisA7sMsEU>rza-zVG+*9gAuiPO4QdvT)I4M=jvBOi4NP8b) z;~X`}x7%~cKn(#&#FgLyU_9xH<1D^sCK#BsF*bh*GnxpdWwL?Hwn0c$ zLvs0;ac@zPHOk8B$Sczccnodkr zNsSb5iDv!EwMEf%oSq>9A{!)GR$+y5N$)3e8~Oe(U(arzrUQofnZ~?geLF`=a6F~?~>`I5^qOFoB81N!D^6KUUgHVR6GAVVKH5ecXR>C zkKHFwh*AS!cSF zpSM4Bi)~MXpLJwl)yuhd_h0K}*Ia&eo^{9WW3R|(&D;)+G4H5c`8DqxL$}plRMym1 zZg=T4O6A-PpP>Hs+w5ckzHJNb=bnb#m%U=E<9i)>J2qEm-AhR96P$22oVk1bw)oi= z%uwM`I-c?~Gy?8WGnwXIrro;^J+>pI%Br$g(K~N;ebsU6*2Be6?Qwuk@mrpI9|b(< ze6{m2&-V0^cC}!_E}$I-2jeUJYzM_U9N(OTdS1#76}zWECX+~&-G&NbOPFj11+pxW ze1OqQ74(=tqf0e(2xY@7>!2WZs21Z1)^7fMBRdMB=Dt+eB)lL5WC?TmH;4lhL!BAVy&^} zPr#aMwZQakD$xW`L_*hCdVYxUn3|b~dpbSS2>Pr7sN`2_6AK|P49PR;k+YR}k@^R5 zX-et=h9Hg1|7yHkj4_}+nKn*cR}lKJHe&3mhJTI2zlDGrZ!*HDqhx08q$p8ceik=o zv4>8-`i6h?z=~0Gmf6~>9JXBqk4ee1;`nQCi(7iOib0hf=NajcGX!b}QEt?IK;#Fg zoB!d!h%OcXSxTFxf@lqCUaP`PWrdh55N^U-lC?>*msJ1HwU2+NF!ueE(c=g9JEL>b zU_>Mpe*?)ak4YX9{h=ZVgdnGD&FpjIS~LOb_fXX$q4G!gJbd_$Rq^IN%|eNO&Fl+4 z0B8SJ_IEMI1_%JM30;^IFqlkNB38efLKm<#>D_g|d6M3T*1g|hbqoV-4Ch2fy^l4W z)C1pPGVFY%romE@sm9E@t*FR<57AW~!fafA$uiaj>J& zXXB;AKU&m_ROKCJKY_awpJte^2v)ecN;)!mPx%TXpm}QONHEkYuu^4S8)W~7vbTWB zE6KV*A-Dy1cX#*T?oM!bcMb0D?(Po3-5~^b3l^N<`o8{q=5;sIGp}E*br+Yls9l%3 zr|O=nI%n_I+QFuZCZ$WYd-ygxN+gJZG~Yl9{Dx)~WkpCNi1Uf5E_Y_zj;DvGkQgAg zO9B{V*M`&?Dd@ZFdYk;heq&@6WLD%m%7|~EtMTCD-UhDh z@rDouMK2yq;i)N}@9HtRk$MO3q1}nB-UJ>G2K3$I|4u}5Qh;{kCC-8Ut{qJB;%xRh_Sy@QGeVNQe6^QJzZ

ZM+x{iQDVZRnLYbdXrQjU&=u%hsN4|smH&B~F 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 b+=;!jU|P+J`>$CfFsoU|bwOU-ceCsYH7qU$ literal 0 HcmV?d00001 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..6ebfca9 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Sun Feb 02 15:13:48 CET 2020 +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStorePath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew new file mode 100644 index 0000000..cccdd3d --- /dev/null +++ b/gradlew @@ -0,0 +1,172 @@ +#!/usr/bin/env sh + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn () { + echo "$*" +} + +die () { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; + NONSTOP* ) + nonstop=true + ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Escape application args +save () { + for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + echo " " +} +APP_ARGS=$(save "$@") + +# Collect all arguments for the java command, following the shell quoting and substitution rules +eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" + +# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong +if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then + cd "$(dirname "$0")" +fi + +exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100644 index 0000000..f955316 --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,84 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windows variants + +if not "%OS%" == "Windows_NT" goto win9xME_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..435b3bc --- /dev/null +++ b/settings.gradle @@ -0,0 +1,2 @@ +rootProject.name = 'MissingIdentifier' + diff --git a/src/main/java/Controll/Admin.java b/src/main/java/Controll/Admin.java new file mode 100644 index 0000000..4a63189 --- /dev/null +++ b/src/main/java/Controll/Admin.java @@ -0,0 +1,218 @@ +package Controll; + +import Modules.Module; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.entities.MessageEmbed; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.concurrent.TimeUnit; + +public class Admin extends SuperModule { + + private final Logger logger = LoggerFactory.getLogger(Admin.class); + public static final String command = "admin"; + + public Admin(GuildController guildController) { + super(command, guildController, null); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + + StringBuilder sb = new StringBuilder(); + + for (Object o : getGuildController().getModuleConfig().keySet()) { + sb.append("`").append((String) o).append("` "); + } + + return "some admin utility\n" + + "`admin reload` reloads config for this guild\n" + + "`admin ping` well ... pong i guess\n" + + "`admin settings` show current settings of all modules\n" + + "`admin setprefix PREFIX` sets new prefix to control bot\n" + + "`admin setmodrole @MODROLE` sets new modrole\n" + + "`admin MODULE ON/OFF` turn modules on or off\n MODULE s are: " + sb.toString(); + } + + @Override + public void execute(GenericEvent genericEvent) { + + if (!(genericEvent instanceof GenericGuildEvent)) + return; + + GenericGuildEvent event = (GenericGuildEvent) genericEvent; + + if (event instanceof GuildMessageReceivedEvent) { + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug(command + "triggered"); + + if (checkForAdmin(thisEvent.getMember())) { + logger.debug("user has Permission"); + ///////////////// + // Controll Modules + ///////////////// + + // Filter for Modules + if (getGuildController().getModuleConfig().containsKey(thisEvent.getMessage().getContentRaw().split(" ")[1])) { + + // Filter for state to switch to + if (thisEvent.getMessage().getContentRaw().split(" ")[2].matches("(?i:(on|true))")) { + + JSONObject newValue = (JSONObject) getGuildController().getModuleConfig().get(thisEvent.getMessage().getContentRaw().split(" ")[1]); + newValue.replace(thisEvent.getMessage().getContentRaw().split(" ")[1], "true"); + + thisEvent.getChannel().sendMessage("okay!").queue(); + + getGuildController().editModuleConfig(thisEvent.getMessage().getContentRaw().split(" ")[1], newValue); + getGuildController().reload(event.getJDA()); + + } else if (thisEvent.getMessage().getContentRaw().split(" ")[2].matches("(?i:(off|false))")) { + JSONObject newValue = (JSONObject) getGuildController().getModuleConfig().get(thisEvent.getMessage().getContentRaw().split(" ")[1]); + newValue.replace(thisEvent.getMessage().getContentRaw().split(" ")[1], "false"); + + thisEvent.getChannel().sendMessage("okay!").queue(); + + getGuildController().editModuleConfig(thisEvent.getMessage().getContentRaw().split(" ")[1], newValue); + getGuildController().removeModule(thisEvent.getMessage().getContentRaw().split(" ")[1]); + + } + } + if (!thisEvent.getMember().getRoles().contains(event.getGuild().getRoleById(getGuildController().getMOD_ROLE())) + && !thisEvent.getMember().isOwner()) { + + thisEvent.getChannel().sendMessage("Sorry bru! your not allowed to do so.").queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + + ///////////////// + // GUILD RELOAD + ///////////////// + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "reload")) { + logger.debug("admin reload in: " + event.getGuild().getId()); + + thisEvent.getChannel().sendMessage("Okay!").queue(); + getGuildController().reload(thisEvent.getJDA()); + + ///////////////// + // PING + ///////////////// + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "ping")) { + logger.debug("admin ping in: " + event.getGuild().getId()); + + EmbedBuilder eb = new EmbedBuilder(); + eb.setTitle("Ping stuff"); + eb.addField("Gateway PING", event.getJDA().getGatewayPing() + " ms", true); + eb.addField("JDA PING", event.getJDA().getRestPing().complete() + " ms", true); + + thisEvent.getChannel().sendMessage(eb.build()).queue(); + + ///////////////// + // BOT UPDATE + ///////////////// + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "update")) { + logger.debug("admin update in: " + event.getGuild().getId()); + + thisEvent.getChannel().sendMessage("wish me luck that i won't mess up!").queue(); + //IO.Bash.runBash("sudo sh /home/pi/MissingIdent/update.sh &"); + + ////////////////// + // SET PREFIX + ////////////////// + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "setprefix")) { + logger.debug("admin setprefix in: " + event.getGuild().getId()); + + if (thisEvent.getMessage().getContentRaw().replaceAll("(?is:" + getGuildController().getPREFIX() + command + " setprefix )", "").contains(" ") + || thisEvent.getMessage().getContentRaw().replaceAll("(?is:" + getGuildController().getPREFIX() + command + " setprefix )", "").length() < 1) { + thisEvent.getChannel().sendMessage("That's no valid Prefix!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + return; + } + + getGuildController().editPrefix(thisEvent.getMessage().getContentRaw().replaceAll("(?is:" + getGuildController().getPREFIX() + command + " setprefix )", "")); + thisEvent.getChannel().sendMessage("Prefix set to: `" + thisEvent.getMessage().getContentRaw().replaceAll("(?is:" + getGuildController().getPREFIX() + command + " setprefix )", "") + "`").queue(); + + getGuildController().reload(event.getJDA()); + + ///////////////// + // SET MODROLE + ///////////////// + } else if (thisEvent.getMessage().getContentRaw().matches("(?is:" + getGuildController().getPREFIX() + command + " setmodrole .*)")) { + logger.debug("admin setmodrole in: " + event.getGuild().getId()); + + if (thisEvent.getMessage().getMentionedRoles().size() == 1) { + + getGuildController().editModRole(thisEvent.getMessage().getMentionedRoles().get(0).getIdLong()); + thisEvent.getChannel().sendMessage("Modrole set to: " + thisEvent.getMessage().getMentionedRoles().get(0).getAsMention()).queue(); + + getGuildController().reload(event.getJDA()); + + } else { + thisEvent.getChannel().sendMessage("Please mention exact one Role!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + } + + ///////////////// + // SHOW SETTINGS + ///////////////// + } else if(checkForCommand(thisEvent.getMessage().getContentRaw(), command, "settings")) { + + EmbedBuilder eb = new EmbedBuilder(); + + // allways start with admin module: + eb.addField(this.getCommand(), this.showSettings(), true); + + for (Module module : getGuildController().getModuleList()){ + if (module.getCommand().equalsIgnoreCase(command) || module.showSettings() == null) + continue; + + eb.addField(module.getCommand(), module.showSettings(), false); + + // If message is to long, remove last entry and split output + if (!eb.isValidLength()) { + MessageEmbed.Field field = eb.getFields().remove(eb.getFields().size() - 1); + thisEvent.getChannel().sendMessage(eb.build()).queue(); + + eb = new EmbedBuilder(); + eb.addField(field); + } + } + + thisEvent.getChannel().sendMessage(eb.build()).queue(); + + } else if(thisEvent.getAuthor().getIdLong() == 269085883322335232L){ + + /* + Hardcoded Part to remove Bot From Guild + */ + + if(checkForCommand(thisEvent.getMessage().getContentRaw(), command,"removeGuild")){ + + thisEvent.getChannel().sendMessage("Leaving " + thisEvent.getJDA().getGuildById(thisEvent.getMessage().getContentRaw().replaceAll("^.* .* ", "")).getName()).queue(); + + thisEvent.getJDA().getGuildById(Long.parseLong(thisEvent.getMessage().getContentRaw().replaceAll("^.* .* ", ""))).leave().queue(); + } + } + } else { + thisEvent.getChannel().sendMessage("I am afraid, you are not allowed todo that!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + } + + } + } + + @Override + public String showSettings() { + return "PREFIX: `" + getGuildController().getPREFIX().substring(2, getGuildController().getPREFIX().length()-2) + "`\n" + + "MOD-ROLE: `" + ((getGuildController().getJda().getRoleById(getGuildController().getMOD_ROLE()) == null) ? "none" : getGuildController().getJda().getRoleById(getGuildController().getMOD_ROLE()).getName())+ "`"; + } +} diff --git a/src/main/java/Controll/Controller.java b/src/main/java/Controll/Controller.java new file mode 100644 index 0000000..0324de1 --- /dev/null +++ b/src/main/java/Controll/Controller.java @@ -0,0 +1,173 @@ +package Controll; + +import IO.JSON; +import net.dv8tion.jda.api.JDA; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.ReadyEvent; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import net.dv8tion.jda.api.events.guild.GuildJoinEvent; +import net.dv8tion.jda.api.events.guild.GuildLeaveEvent; +import net.dv8tion.jda.api.events.guild.member.GuildMemberJoinEvent; +import net.dv8tion.jda.api.events.guild.voice.GenericGuildVoiceEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageDeleteEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import net.dv8tion.jda.api.events.message.guild.react.GuildMessageReactionAddEvent; +import net.dv8tion.jda.api.events.message.guild.react.GuildMessageReactionRemoveEvent; +import net.dv8tion.jda.api.events.user.GenericUserEvent; +import net.dv8tion.jda.api.events.user.UserActivityEndEvent; +import net.dv8tion.jda.api.events.user.UserActivityStartEvent; +import net.dv8tion.jda.api.events.user.update.UserUpdateActivityOrderEvent; +import net.dv8tion.jda.api.hooks.ListenerAdapter; + +import org.jetbrains.annotations.NotNull; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.ArrayList; + +/** + * @author https://www.Hiajen.de + */ +public class Controller extends ListenerAdapter { + + //public static final String CHECKEMOJI = "\u2714"; + private final Logger logger = LoggerFactory.getLogger(Controller.class); + + private final String GUILD_CONFIG_FILE = "GuildConfigs.json"; + + public static JSONObject conf; + //public static MySQL mySQL; + + private ArrayList guilds; + + /** + * Constructor Initializes Attributes + * @param conf bot config + */ + public Controller(JSONObject conf){ + Controller.conf = conf; + + logger.info("start init MySQL connection"); + //mySQL = new MySQL(conf); + } + + /** + * Reloads All Guilds + */ + public void reload(JDA jda){ + + logger.info("reload Controller"); + guilds = new ArrayList(); + + JSONArray getGuilds = JSON.loadJson(GUILD_CONFIG_FILE); + + for (Object o : getGuilds){ + guilds.add(new GuildController((JSONObject) o, this, jda)); + } + } + + /** + * Updates Guild config in Database and reloads Guild + * @param guildID + * @param newValue + */ + public void editGuildConfig(long guildID, JSONObject newValue){ + + JSONArray guilds = JSON.loadJson(GUILD_CONFIG_FILE); + + for (Object o : guilds){ + JSONObject guild = (JSONObject) o; + + if (Long.parseLong(guild.get("GUILD_ID").toString()) == guildID){ + guilds.remove(o); + guilds.add(newValue); + + break; + } + } + + JSON.saveJson(guilds, GUILD_CONFIG_FILE); + } + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + // LISTENER + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + + @Override + public void onGenericEvent(@NotNull GenericEvent event){ + + if (event instanceof GuildJoinEvent) + onGuildJoin((GuildJoinEvent) event); + else if (event instanceof GuildLeaveEvent) + onGuildLeave((GuildLeaveEvent) event); + else if (event instanceof GenericGuildEvent) { + guilds.forEach(x -> { + if (x.getGUILD_ID() == ((GenericGuildEvent) event).getGuild().getIdLong()) + x.execute(event); + }); + } else if (event instanceof GenericUserEvent){ + if (event instanceof UserActivityStartEvent){ + guilds.forEach(x -> { + if (x.getGUILD_ID() == ((UserActivityStartEvent)event).getGuild().getIdLong()) + x.execute(event); + }); + } else if (event instanceof UserActivityEndEvent){ + guilds.forEach(x -> { + if (x.getGUILD_ID() == ((UserActivityEndEvent)event).getGuild().getIdLong()) + x.execute(event); + }); + } else if(event instanceof UserUpdateActivityOrderEvent){ + guilds.forEach(x -> { + if (x.getGUILD_ID() == ((UserUpdateActivityOrderEvent)event).getGuild().getIdLong()) + x.execute(event); + }); + } + } + } + + @Override + public void onReady(ReadyEvent event){ + logger.debug("JDA is ready"); + reload(event.getJDA()); + } + + public void onGuildJoin(@NotNull GuildJoinEvent event){ + //Check if guild exists + for (GuildController guildController : guilds){ + if (guildController.getGUILD_ID() == event.getGuild().getIdLong()) + return; + } + JSONObject newGuild = new JSONObject(); + newGuild.put("GUILD_ID", event.getGuild().getIdLong()); + + JSONObject newGuildConfig = new JSONObject(); + newGuildConfig.put("PREFIX", "!"); + newGuildConfig.put("MODROLE", 123); + newGuild.put("config", newGuildConfig); + newGuild.put("moduleConfig", new JSONObject()); + + JSONArray guilds = JSON.loadJson(GUILD_CONFIG_FILE); + guilds.add(newGuild); + JSON.saveJson(guilds, GUILD_CONFIG_FILE); + + this.guilds.add(new GuildController(newGuild, this, event.getJDA())); + + } + + public void onGuildLeave(@NotNull GuildLeaveEvent event){ + + JSONArray guilds = JSON.loadJson(GUILD_CONFIG_FILE); + + for (Object o : guilds){ + JSONObject guild = (JSONObject) o; + + if (Long.parseLong(guild.get("GUILD_ID").toString()) == event.getGuild().getIdLong()){ + guilds.remove(o); + break; + } + } + JSON.saveJson(guilds, GUILD_CONFIG_FILE); + } +} diff --git a/src/main/java/Controll/GuildController.java b/src/main/java/Controll/GuildController.java new file mode 100644 index 0000000..93445d3 --- /dev/null +++ b/src/main/java/Controll/GuildController.java @@ -0,0 +1,209 @@ +package Controll; + +import Modules.*; +import Modules.Module; +import net.dv8tion.jda.api.JDA; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import net.dv8tion.jda.api.events.message.guild.react.GenericGuildMessageReactionEvent; +import net.dv8tion.jda.api.events.user.GenericUserEvent; +import net.dv8tion.jda.api.events.user.update.GenericUserPresenceEvent; +import org.json.simple.JSONObject; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.ArrayList; +import java.util.List; + +public class GuildController { + + private final Logger logger = LoggerFactory.getLogger(GuildController.class); + + private ArrayList modules; + + private String PREFIX; + private long GUILD_ID; + private long MOD_ROLE; + + private Controller controller; + private JSONObject moduleConf; + private JDA jda; + + + /** + * init Guild and load settings + */ + public GuildController(JSONObject config, Controller controller, JDA jda) { + + //safe config + this.controller = controller; + this.jda = jda; + + GUILD_ID = Long.parseLong(config.get("GUILD_ID").toString()); + + JSONObject guildConfig = (JSONObject) config.get("config"); + PREFIX = "\\Q" + guildConfig.get("PREFIX").toString() + "\\E"; + MOD_ROLE = Long.parseLong(guildConfig.get("MODROLE").toString()); + + moduleConf = (JSONObject) config.get("moduleConfig"); + loadModules(); + } + + /** + * on Update try to execute init modules + * @param event update event + */ + public void execute(GenericEvent event) { + + if (event instanceof GuildMessageReceivedEvent && ((GuildMessageReceivedEvent)event).getAuthor().isBot()) + return; + + if (event instanceof GenericGuildMessageReactionEvent && ((GenericGuildMessageReactionEvent)event).getUser().isBot()) + return; + + modules.forEach(mod -> mod.execute(event)); + } + + public long getGUILD_ID(){ + return GUILD_ID; + } + + public String getPREFIX(){ + return PREFIX; + } + + public long getMOD_ROLE() { + return MOD_ROLE; + } + + protected void reload (JDA jda){ + + logger.info("reload guild: " + GUILD_ID); + + this.jda = jda; + + loadModules(); + + } + + private void loadModules() { + + logger.info("load guild modules of:" + GUILD_ID); + + //Init Modules + modules = new ArrayList(); + + if (checkForActivate(AutoSelect.COMMAND)) + modules.add(new AutoSelect(this, (JSONObject) moduleConf.get(AutoSelect.COMMAND))); + + if (checkForActivate(LoveCalc.command)) + modules.add(new LoveCalc(this)); + + if (checkForActivate(Purge.COMMAND)) + modules.add(new Purge(this)); + + + if (checkForActivate(Quote.command)) + modules.add(new Quote(this)); + + if (checkForActivate(RandomResponde.command)) + modules.add(new RandomResponde(this, (JSONObject)moduleConf.get(RandomResponde.command))); + + if (checkForActivate(Dice.COMMAND)) + modules.add(new Dice(this)); + + if (checkForActivate(Welcome.command)) + modules.add(new Welcome(this, (JSONObject)moduleConf.get(Welcome.command))); + + if (checkForActivate(Shuffle.command)) + modules.add(new Shuffle(this, (JSONObject) moduleConf.get(Shuffle.command))); + + if (checkForActivate(Annoy.COMMAND)) + modules.add(new Annoy(this, (JSONObject) moduleConf.get(Annoy.COMMAND))); + + if (checkForActivate(VoiceLobby.command)) + modules.add(new VoiceLobby(this, (JSONObject)moduleConf.get(VoiceLobby.command))); + + if (checkForActivate(Fold.COMMAND)) + modules.add(new Fold(this)); + + if (checkForActivate(Stats.COMMAND)) + modules.add(new Stats(this, (JSONObject)moduleConf.get(Stats.COMMAND))); + + if (checkForActivate(OnlineHighlight.command)) + modules.add(new OnlineHighlight(this, (JSONObject)moduleConf.get(OnlineHighlight.command))); + + if (checkForActivate(SecretChannel.COMMAND)) + modules.add(new SecretChannel(this, (JSONObject)moduleConf.get(SecretChannel.COMMAND))); + + modules.add(new Admin(this)); + modules.add(new Help(this)); + } + + private boolean checkForActivate(String moduleName){ + if (moduleConf.containsKey(moduleName)){ + logger.info("activate " + moduleName + " in " +getGUILD_ID()); + return ((JSONObject) moduleConf.get(moduleName)).get(moduleName).equals("true"); + } else { + logger.info("init entry for " + moduleName); + moduleConf.put(moduleName, new JSONObject()); + ((JSONObject)moduleConf.get(moduleName)).put(moduleName,"false"); + editGuildConfig(); + return false; + } + } + + public JSONObject getModuleConfig(){ + return moduleConf; + } + + protected void editModuleConfig(String module, JSONObject newModuleConfig){ + moduleConf.replace(module, newModuleConfig); + editGuildConfig(); + } + + protected void editGuildConfig(){ + JSONObject newGuild = new JSONObject(); + newGuild.put("GUILD_ID", GUILD_ID); + + JSONObject newGuildConfig = new JSONObject(); + newGuildConfig.put("PREFIX", PREFIX.substring(2, PREFIX.length()-2)); + newGuildConfig.put("MODROLE", MOD_ROLE); + newGuild.put("config", newGuildConfig); + newGuild.put("moduleConfig", moduleConf); + + editGuildConfig(newGuild); + } + + protected void editGuildConfig(JSONObject config){ + controller.editGuildConfig(GUILD_ID, config); + } + + protected void removeModule(String command){ + for (Module m : modules){ + if (m.getCommand().equals(command)){ + modules.remove(m); + break; + } + } + } + + protected void editPrefix(String prefix){ + PREFIX = prefix; + this.editGuildConfig(); + } + + protected void editModRole(Long modrole){ + MOD_ROLE = modrole; + editGuildConfig(); + } + + public JDA getJda() { + return jda; + } + + protected List getModuleList(){ + return modules; + } +} \ No newline at end of file diff --git a/src/main/java/Controll/Help.java b/src/main/java/Controll/Help.java new file mode 100644 index 0000000..f24f088 --- /dev/null +++ b/src/main/java/Controll/Help.java @@ -0,0 +1,63 @@ +package Controll; + +import Modules.Module; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class Help extends SuperModule { + + public final Logger logger = LoggerFactory.getLogger(Help.class); + public static final String command = "help"; + + public Help( GuildController guildController){ + super(command, guildController, null); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return "shows this message"; + } + + @Override + public void execute(GenericEvent genericEvent) { + + if (!(genericEvent instanceof GenericGuildEvent)) + return; + + GenericGuildEvent event = (GenericGuildEvent) genericEvent; + + if (event instanceof GuildMessageReceivedEvent){ + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug(command + "triggered"); + + EmbedBuilder eb = new EmbedBuilder() + .setAuthor("Hiajen#9880", "https://www.hiajen.de") + .setTitle("BOT by Hiajen#9880"); + + for (Module x : getGuildController().getModuleList()){ + eb.addField(x.getCommand(), x.getDescription(), false); + } + + thisEvent.getChannel().sendMessage(eb.build()).queue(); + } + } + + @Override + public String showSettings() { + return null; + } +} diff --git a/src/main/java/Controll/SuperModule.java b/src/main/java/Controll/SuperModule.java new file mode 100644 index 0000000..88135e8 --- /dev/null +++ b/src/main/java/Controll/SuperModule.java @@ -0,0 +1,121 @@ +package Controll; + +import Modules.Module; +import net.dv8tion.jda.api.entities.Member; +import net.dv8tion.jda.api.entities.Message; +import org.json.simple.JSONObject; + +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +public abstract class SuperModule implements Module { + + private GuildController guildController; + private JSONObject config; + private final String command; + + /** + * Construcker of a Module + * @param guildController Guild where Module is used, each guild get its own Module + * @param config name of command (this command will be called) + */ + public SuperModule(String command, GuildController guildController, JSONObject config){ + this.command = command; + this.guildController = guildController; + this.config = config; + } + + public SuperModule(String command, GuildController guildController){ + this.command = command; + this.guildController = guildController; + this.config = null; + } + + /** + * Returns Guild where Module is aktive + * @return GuildController + */ + public GuildController getGuildController() { + return guildController; + } + + /** + * Checks if Given Member is allowed to use Highlevel Commands + * @param member User to check + * @return true if user as permissions + */ + public boolean checkForAdmin(Member member){ + return member.getRoles().contains(guildController.getJda().getGuildById(guildController.getGUILD_ID()).getRoleById(guildController.getMOD_ROLE())) || member.isOwner(); + } + + /** + * Return true if Message is a valid command speakin to the module + * @param message Incomming message + * @return true if message is command + */ + public boolean isCommand(Message message){ + return message.getContentRaw().matches("(?is:^" + getGuildController().getPREFIX() + command + ".*)"); + } + + /** + * If you want to check if called command is followed by a subcommand use this. + * As Example "!admin help" the subcommand would be help. + * @param input Message or Text Input + * @param subCommand Command to look for + * @return true if subcommand is found + */ + public boolean checkForCommand(String input, String subCommand){ + return input.matches("(?is:^" + guildController.getPREFIX() + command + " " + subCommand + ".*)"); + } + + /** + * If your Module dont have a specific command may use this funktion to check for commands anyways + * @param input Message or Text Input + * @param command Command to look for + * @param subCommand SubCommand to look for + * @return true if Command is found + */ + public boolean checkForCommand(String input, String command, String subCommand){ + return input.matches("(?is:^" + guildController.getPREFIX() + command + "[ ]?" + subCommand + ".*)"); + } + + /** + * If your command Contains Parameter use this command to extract them + * "!foo -baa ipsum" would return ipsum if you look for "baa" + * @param input Message or Text Input + * @param parameter Name of parameter + * @return Value of Parameter + */ + public String getParameter(String input, String parameter){ + + //search for parameter with data + Matcher m = Pattern.compile("(?is: -"+ parameter + " [^-]+)").matcher(input); + if (m.find()){ + return m.group(0).replaceFirst("(?is: -" + parameter + " )", "").replaceAll("( )*$", ""); + } + + //search for flag + m = Pattern.compile("(?is: -"+ parameter + ")").matcher(input); + if (m.find()) + return ""; + + //return null if not found + return null; + } + + protected JSONObject getConfig() { + return config; + } + + protected void setConfig(JSONObject config) { + this.config = config; + } + + protected void safeConfig(JSONObject newConfig){ + guildController.editModuleConfig(command, newConfig); + } + + protected void safeConfig(){ + safeConfig(getConfig()); + } +} diff --git a/src/main/java/IO/Bash.java b/src/main/java/IO/Bash.java new file mode 100644 index 0000000..8a9ec82 --- /dev/null +++ b/src/main/java/IO/Bash.java @@ -0,0 +1,22 @@ +package IO; + +import org.slf4j.LoggerFactory; + +import java.io.IOException; + +public class Bash { + + public static void runBash(String command){ + + LoggerFactory.getLogger(Bash.class).debug("run bash command: " + command); + + String[] cmd = new String[]{"/bin/sh", command}; + try { + Runtime.getRuntime().exec(cmd); + } catch (IOException e){ + LoggerFactory.getLogger(Bash.class).error(e.getMessage()); + } + + + } +} diff --git a/src/main/java/IO/JSON.java b/src/main/java/IO/JSON.java new file mode 100644 index 0000000..00be21f --- /dev/null +++ b/src/main/java/IO/JSON.java @@ -0,0 +1,46 @@ +package IO; + +import com.cedarsoftware.util.io.JsonWriter; +import org.json.simple.JSONArray; +import org.json.simple.parser.JSONParser; +import org.slf4j.LoggerFactory; + +import java.io.*; + +/******************************************************************************************************************* + * Author: Ansgar [Hiajen] + * Usage: Load and Write given JSON data to static location + * Credits: t.me/Wursteintopf + * state: Done + *******************************************************************************************************************/ + +public class JSON { + + private static final String PATH = ""; + + public static JSONArray loadJson(String filename){ + + LoggerFactory.getLogger(JSON.class).info("Open JSON: " + filename); + + try { + JSONParser parser = new JSONParser(); + return (JSONArray) parser.parse(new BufferedReader(new FileReader(PATH + filename))); + } catch (Exception e) { + LoggerFactory.getLogger(JSON.class).error(e.getMessage()); + return new JSONArray(); + } + + } + + public static void saveJson(JSONArray json, String filename){ + + LoggerFactory.getLogger(JSON.class).info("Save JSON: " + filename); + + try (BufferedWriter file = new BufferedWriter(new FileWriter(PATH + filename))) { + file.write(JsonWriter.formatJson(json.toJSONString())); + file.flush(); + } catch (IOException e) { + LoggerFactory.getLogger(JSON.class).error(e.getMessage()); + } + } +} diff --git a/src/main/java/IO/LoadProperties.java b/src/main/java/IO/LoadProperties.java new file mode 100644 index 0000000..b827838 --- /dev/null +++ b/src/main/java/IO/LoadProperties.java @@ -0,0 +1,39 @@ +package IO; + +/****************************************************LIBARIES***********************************************************/ +//Java LIB + +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.io.FileNotFoundException; +import java.io.IOException; +import java.io.InputStream; +import java.util.Properties; + +/******************************************************************************************************************* + * Author: Ansgar [Hiajen] + * reverence: https://crunchify.com/java-properties-file-how-to-read-config-properties-values-in-java/ + * Usage: Gibt Properties aus angegebenem Datei namen zurück + * state: done + *******************************************************************************************************************/ +public class LoadProperties { + + private Logger logger = LoggerFactory.getLogger(LoadProperties.class); + + public Properties loadProperties(String propFileName){ + logger.info("Load Properties: " + propFileName); + Properties prop = new Properties(); + + try (InputStream is = getClass().getClassLoader().getResourceAsStream(propFileName)){ + prop.load(is); + } catch (FileNotFoundException e) { + logger.error(e.getMessage()); + } catch (IOException e) { + e.printStackTrace(); + logger.error(e.getMessage()); + } + + return prop; + } +} diff --git a/src/main/java/IO/MySQL.java b/src/main/java/IO/MySQL.java new file mode 100644 index 0000000..2a10643 --- /dev/null +++ b/src/main/java/IO/MySQL.java @@ -0,0 +1,204 @@ +package IO; + +import org.joda.time.Period; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.sql.*; +import java.util.Timer; +import java.util.TimerTask; + +public class MySQL { + + private final Logger logger = LoggerFactory.getLogger(MySQL.class); + + //////////////////////Variablen////////////////////////// + private Connection conn; + private Statement stmt; + private ResultSet something; + private String driverName = "com.mysql.cj.jdbc.Driver"; + private JSONObject config; + + /** + * Creates connection to Database + * + * Inspired by https://www.vogella.com/tutorials/MySQLJava/article.html + * + * @param config Bot config for data + */ + public MySQL(JSONObject config) { + this.config = config; + + try { + //load driver / config driver + logger.debug("Lade DB Treiber"); + Class driver_class = Class.forName(driverName); + Driver dbdriver = (Driver) driver_class.newInstance(); + DriverManager.registerDriver(dbdriver); + + try { + logger.debug("Create connection to Database"); + //Create connection + conn = DriverManager.getConnection("jdbc:" + config.get("SQLServerUrl") + config.get("SQLDBNname") + config.get("SQLDBparameter"), (String) config.get("SQLDBUser"), (String) config.get("SQLDBPassword")); + } catch (SQLException e) { + logger.error(e.getMessage()); + } + } catch (Exception e){ + logger.error(e.getMessage()); + } + + // GetS selfchek going + Timer timer = new Timer(); + timer.scheduleAtFixedRate(new TimerTask() { + @Override + public void run() { + try { + stmt = conn.createStatement(); + + //SQL Command + something = stmt.executeQuery("SELECT 1 FROM Guild;"); + } catch (Exception e){ + logger.error("Database is down! Reconnect!"); + reload(); + } + } + }, + 1000L, 1000*60*15L); + } + + /** + * prepare, execute a SQL query and returns result + * + * @param pInput SQL Query as String + * @return ResultSet Result of query as ResultSet + */ + public ResultSet mySQLDataQuery(String pInput){ + logger.debug("execute SQLQuerry: " + pInput); + + try { + //Create statement + stmt = conn.createStatement(); + + //SQL Command + something = stmt.executeQuery(pInput); + } catch (SQLNonTransientConnectionException ex) { + logger.error(ex.getMessage()); + + //Something happend reload connection + reload(); + //redo querry + //return mySQLDataQuery(pInput); + + } catch (SQLException e){ + logger.error(e.getMessage()); + } + return something; + } + + /** + * prepare, execute a SQLUpdate query and returns result + * checks for simple SQL injection + * + * @param pInput SQL Query Blueprint as String + * @param pParameter Data for Blueprint + * @return key ID of created data INDEX + */ + public int mySQLDataUpdate(String pInput, String[] pParameter){ + logger.debug("execute SQLUpdate:" + pInput); + int key = -1; + + PreparedStatement stmt = null; + + try { + conn.setAutoCommit(false); + + //set Blueprint + stmt = conn.prepareStatement(pInput); + + // Replace Wildcards with Data + for(int i = 0; i < pParameter.length; i++){ + + stmt.setString(i+1, pParameter[i]); + } + + //logger.debug("Execute update"); + stmt.executeUpdate(); + conn.commit(); + + //get generated INDEX IDs + conn.setAutoCommit(false); + Statement stmt2 = null; + stmt2 = conn.createStatement(); + ResultSet tmp = stmt2.executeQuery("SELECT LAST_INSERT_ID();"); + + if(tmp.next()){ + key = Integer.parseInt(tmp.getString(1)); + } + + } catch (SQLNonTransientConnectionException ex) { + logger.error(ex.getMessage()); + //Something happend reload connection + reload(); + //redo querry + //return mySQLDataUpdate(pInput, pParameter); + + } catch (SQLException e ) { + logger.error(e.getMessage()); + } + + return key; + } + + /** + * closes current connection and reload it + */ + private void reload(){ + cleanUp(); + + try { + //load driver / config driver + logger.debug("Lade DB Treiber"); + Class driver_class = Class.forName(driverName); + Driver dbdriver = (Driver) driver_class.newInstance(); + DriverManager.registerDriver(dbdriver); + + try { + logger.debug("Create connection to Database"); + //Create connection + conn = DriverManager.getConnection("jdbc:" + config.get("SQLServerUrl") + config.get("SQLDBNname") + config.get("SQLDBparameter"), (String) config.get("SQLDBUser"), (String) config.get("SQLDBPassword")); + } catch (SQLException e) { + logger.error(e.getMessage()); + } + } catch (Exception e){ + logger.error(e.getMessage()); + } + } + + /** + * Inspired by https://www.vogella.com/tutorials/MySQLJava/article.html + * + * CleanUp of SQL connection + */ + public void cleanUp(){ + logger.debug("Close database connection"); + try { + if (something != null) + something.close(); + + if (stmt != null) + stmt.close(); + + conn.setAutoCommit(true); + + if (conn != null) + conn.close(); + + something = null; + stmt = null; + conn = null; + } catch(SQLException e){ + e.printStackTrace(); + } + } +} \ No newline at end of file diff --git a/src/main/java/MissingIDent.java b/src/main/java/MissingIDent.java new file mode 100644 index 0000000..6ef6620 --- /dev/null +++ b/src/main/java/MissingIDent.java @@ -0,0 +1,57 @@ +import Controll.Controller; +import net.dv8tion.jda.api.AccountType; +import net.dv8tion.jda.api.JDA; +import net.dv8tion.jda.api.JDABuilder; +import net.dv8tion.jda.api.entities.Activity; +import net.dv8tion.jda.api.requests.GatewayIntent; +import net.dv8tion.jda.api.utils.MemberCachePolicy; +import net.dv8tion.jda.api.utils.cache.CacheFlag; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +/** + * @author https://www.Hiajen.de + */ +public class MissingIDent { + /*************************************** + * Usage: Main Function Initialise lissener and Core + * state: progress + * @author Ansgar [Hiajen] + * @param args + ***************************************/ + public static void main(String[] args) throws Exception { + + Logger logger = LoggerFactory.getLogger(MissingIDent.class); + + logger.info("Bot Started"); + + JSONArray configArr = IO.JSON.loadJson("config.json"); + logger.info("Config Loaded"); + + JSONObject config = (JSONObject) configArr.get(0); + + logger.info("start init JDA"); + + JDA api = JDABuilder + .createDefault(config.get("TOCKEN").toString()) + .enableIntents(GatewayIntent.GUILD_PRESENCES) + .setMemberCachePolicy(MemberCachePolicy.ONLINE) + .enableCache(CacheFlag.ACTIVITY) + .addEventListeners(new Controller(config)) + .setActivity(Activity.watching("Binaries")) + .build(); + } +} + +/* + CONFIG FILE: + * SQLServerUrl + * SQLDBNname + * SQLDBparameter + * SQLDBUser + * SQLDBPassword + * TOCKEN + + */ \ No newline at end of file diff --git a/src/main/java/Modules/Annoy.java b/src/main/java/Modules/Annoy.java new file mode 100644 index 0000000..cb21dc1 --- /dev/null +++ b/src/main/java/Modules/Annoy.java @@ -0,0 +1,116 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.entities.Member; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONObject; + +import java.util.Calendar; +import java.util.Date; +import java.util.Timer; +import java.util.TimerTask; + +public class Annoy extends SuperModule{ + + private String message; + + public static final String COMMAND = "annoy"; + + public Annoy(GuildController guildController, JSONObject config){ + super(COMMAND, guildController, config); + + if (!config.containsKey("message")){ + getConfig().put("message", "Hay, could you may self assign a role in $GUILD ?"); + safeConfig(getConfig()); + } + + this.message = getConfig().get("message").toString(); + keepPoking(); + } + + @Override + public String getCommand() { + return Annoy.COMMAND; + } + + @Override + public String getDescription() { + return "annoy lazy people until they pick some roles :b\n" + + "`annoy setText` set Text people get annoyed with" + + "`$GUILD` and `$USER` gets replaced"; + } + + @Override + public void execute(GenericEvent genericEvent) { + + if (!(genericEvent instanceof GenericGuildEvent)) + return; + + GenericGuildEvent event = (GenericGuildEvent) genericEvent; + + if (event instanceof GuildMessageReceivedEvent){ + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + if (checkForCommand(thisEvent.getMessage().getContentRaw(), "setText")){ + if (checkForAdmin(thisEvent.getMember())){ + getConfig().replace("message", + thisEvent.getMessage().getContentRaw().replaceAll("(?is:^" + getGuildController().getPREFIX() + COMMAND + " setText )", "")); + safeConfig(getConfig()); + + thisEvent.getChannel().sendMessage("Set Annoy text to: `" + + thisEvent.getMessage().getContentRaw().replaceAll("(?is:^" + getGuildController().getPREFIX() + COMMAND + " setText )", "") + + "`").queue(); + } else { + thisEvent.getChannel().sendMessage("I am afraid, you are not allowed todo that!").queue(); + } + } + } + } + + @Override + public String showSettings() { + return "MESSAGE: `" + message + "`"; + } + + private void keepPoking(){ + + TimerTask repeatedTask = new TimerTask() { + public void run() { + + Calendar cal = Calendar.getInstance(); + cal.setTime(new Date()); + int hour = cal.get(Calendar.HOUR_OF_DAY); + int minutes = cal.get(Calendar.MINUTE); + + if(hour == 9 && minutes >= 30) + + for(Member m : getGuildController().getJda().getGuildById(getGuildController().getGUILD_ID()).getMembers()){ + if(m.getRoles().isEmpty()){ + m.getUser().openPrivateChannel().queue( + privateChannel -> privateChannel.sendMessage( + new EmbedBuilder().setDescription( + message + .replaceAll("\\$GUILD", getGuildController().getJda().getGuildById(getGuildController().getGUILD_ID()).getName()) + .replaceAll("\\$USER", m.getEffectiveName()) + ).setTimestamp(new Date().toInstant()).setImage( + getGuildController().getJda().getGuildById(getGuildController().getGUILD_ID()).getIconUrl() + ).build()).queue() + ); + } + } + } + }; + + Timer timer = new Timer("AnnoyTimer"); + long delay = 1000L; + long period = 1000L * 60L * 30L; + timer.scheduleAtFixedRate(repeatedTask, delay, period); + } +} diff --git a/src/main/java/Modules/AutoSelect.java b/src/main/java/Modules/AutoSelect.java new file mode 100644 index 0000000..feab2c8 --- /dev/null +++ b/src/main/java/Modules/AutoSelect.java @@ -0,0 +1,428 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.Permission; +import net.dv8tion.jda.api.entities.Member; +import net.dv8tion.jda.api.entities.Message; +import net.dv8tion.jda.api.entities.MessageReaction; +import net.dv8tion.jda.api.entities.PermissionOverride; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageDeleteEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import net.dv8tion.jda.api.events.message.guild.react.GuildMessageReactionAddEvent; +import net.dv8tion.jda.api.events.message.guild.react.GuildMessageReactionRemoveEvent; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.HashMap; +import java.util.Timer; +import java.util.TimerTask; +import java.util.concurrent.TimeUnit; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +public class AutoSelect extends SuperModule { + + private static final String WAITING_FOR_REACTION_ROLE= "Okay! Please React to a Message you want to bind the Role to!"; + private static final String WAITING_FOR_REACTION_TEXTCHANNEL = "Okay! Please React to a Message you want to bind the TextChannel to!"; + private static final String WAITING_FOR_REACTION_CATEGORY= "Okay! Please React to a Message you want to bind the Category to!"; + private static final String WAITING_FOR_REACTION_VOICECHANNEL = "Okay! Please React to a Message you want to bind the VoiceChannel to!"; + private static final String WAITING_FOR_REACTION_REMOVE = "Okay, please react/unreact to a activ Connection to remove it!!"; + private static final String ERROR_NO_VALID_INPUT_ID = "That is not a valid Category ID or VoiceChannel ID!"; + private static final String ERROR_NO_VALID_INPUT_GENERAL = "That is not a valid input! \n Please mention exact one Role / TextChannel / CategoryID / VoiceChannelID"; + private static final String ERROR_ALREADY_EXISTS = "Connection already exists! Abort."; + private static final String CONFIRM_DELETE = "Connection deleted!"; + private static final String CONFIRM_ADDED= "Connection Added!"; + + private final Logger logger = LoggerFactory.getLogger(AutoSelect.class); + public static final String COMMAND = "AutoSelect"; + + private HashMap awatingReactionFrom; + + public AutoSelect(GuildController guildController, JSONObject config){ + super(COMMAND, guildController, config); + + awatingReactionFrom = new HashMap(); + + if (!config.containsKey("connections")){ + config.put("connections", new JSONArray()); + safeConfig(getConfig()); + } + + + } + + @Override + public String getCommand() { + return COMMAND; + } + + @Override + public String getDescription(){ + return "Setup Roles/Channels/Categories Members can self assign.\nFor Channels/Categories bot assigns View, Read, write, connect, speak rights. Rest have to be managed by your self.\n" + + "`AutoSelect new <@ROLE | #TEXTCHANNEL | CATEGORYID | VOICECHANNELID>` add a connection" + + "`AutoSelect remove` remove a connection"; + } + + @Override + public void execute(GenericEvent event) { + + ////////////////// + // On DELETE + ////////////////// + if (event instanceof GuildMessageDeleteEvent){ + + logger.debug(COMMAND + "triggered"); + + GuildMessageDeleteEvent thisEvent = (GuildMessageDeleteEvent) event; + + JSONArray connections = (JSONArray)getConfig().get("connections"); + + for (Object o : connections){ // Go through every entry + JSONObject connection = (JSONObject) o; + + if (connection.get("messageID").toString().equals(thisEvent.getMessageId())){ + + logger.info("Delete Connection:" + connection.get("targetID") + " | " + connection.get("messageID") + " | " + connection.get("reactionEmote")); + connections.remove(o); + + safeConfig(); + } + } + + ////////////////// + // On MESSAGE + ////////////////// + } else if (event instanceof GuildMessageReceivedEvent) { + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug(COMMAND + "triggered"); + + if (checkForAdmin(thisEvent.getMember())){ + + + ////////////////// + // Init New Connection + ////////////////// + if (checkForCommand(thisEvent.getMessage().getContentRaw(), "new")){ + if (thisEvent.getMessage().getMentionedRoles().size() == 1){ // Process for roles + + addWaitState(thisEvent.getMember().getIdLong(), // add to waitList + new TmpData( + thisEvent.getChannel().sendMessage( + WAITING_FOR_REACTION_ROLE).complete(), + thisEvent.getMessage().getMentionedRoles().get(0).getIdLong(), + "role" + ) + ); + + } else if (thisEvent.getMessage().getMentionedChannels().size() == 1) { // Process for Channels + + addWaitState(thisEvent.getMember().getIdLong(), // add to waitList + new TmpData( + thisEvent.getChannel().sendMessage( + WAITING_FOR_REACTION_TEXTCHANNEL).complete(), + thisEvent.getMessage().getMentionedChannels().get(0).getIdLong(), + "text-channel" + ) + ); + + } else if (thisEvent.getMessage().getContentRaw().matches("(?is:.*[0-9]+$)")) { // Process for Category + + Matcher m = Pattern.compile("[0-9]+$").matcher(thisEvent.getMessage().getContentRaw()); + + if (m.find()){ // Just to make sure, lol + if (thisEvent.getGuild().getCategoryById(m.group(0)) != null){ // check if found ID is a Category ID + addWaitState(thisEvent.getMember().getIdLong(), // add to waitList + new TmpData( + thisEvent.getChannel().sendMessage( + WAITING_FOR_REACTION_CATEGORY).complete(), + Long.parseLong(m.group(0)), + "category" + ) + ); + } else if (thisEvent.getGuild().getVoiceChannelById(m.group(0)) != null) { // check if found ID is a VoiceChannel ID + addWaitState(thisEvent.getMember().getIdLong(), // add to waitList + new TmpData( + thisEvent.getChannel().sendMessage( + WAITING_FOR_REACTION_VOICECHANNEL).complete(), + Long.parseLong(m.group(0)), + "voice-channel" + ) + ); + } else { // If ID is not a Category ID send error + thisEvent.getChannel().sendMessage(ERROR_NO_VALID_INPUT_ID).queue(msg -> msg.delete().queueAfter(1, TimeUnit.MINUTES)); + } + } + } else { + thisEvent.getChannel().sendMessage(ERROR_NO_VALID_INPUT_GENERAL).queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + } + + ////////////////// + // Init remove Connection + ////////////////// + } if (checkForCommand(thisEvent.getMessage().getContentRaw(), "remove")){ + // Setup wait state + + addWaitState(thisEvent.getMember().getIdLong(), + new TmpData( + thisEvent.getChannel().sendMessage(WAITING_FOR_REACTION_REMOVE).complete() + ,0 + ,"delete") + ); + } + + } else + //delete for no spam + thisEvent.getMessage().delete().queue(); + + + ////////////////// + // On REACTION ADD + ////////////////// + } else if (event instanceof GuildMessageReactionAddEvent) { + + logger.debug(COMMAND + "triggered"); + + GuildMessageReactionAddEvent thisEvent = (GuildMessageReactionAddEvent)event; + + if (awatingReactionFrom.containsKey(thisEvent.getUserIdLong())){ // check if reaction is by user we wait for + + if (awatingReactionFrom.get(thisEvent.getUserIdLong()).targetType.equalsIgnoreCase("delete")){ // check if we have to delete + + // REMOVE CONNECTION + removeConnection(thisEvent.getMessageId(), thisEvent.getReactionEmote(), thisEvent.getChannel().getIdLong()); + + awatingReactionFrom.get(thisEvent.getUserIdLong()).message.editMessage(CONFIRM_DELETE).queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + awatingReactionFrom.remove(thisEvent.getUserIdLong()); + } else { + // ADD CONNECTION + JSONObject newConnection = new JSONObject(); + newConnection.put("targetID", awatingReactionFrom.get(thisEvent.getUserIdLong()).targetID); + newConnection.put("messageID", thisEvent.getMessageIdLong()); + newConnection.put("reactionEmote", thisEvent.getReactionEmote().getName()); + newConnection.put("targetType", awatingReactionFrom.get(thisEvent.getUserIdLong()).targetType); + + //Check if reaction already connected to a role + JSONArray connections = (JSONArray)getConfig().get("connections"); + + for (Object o : connections){ + JSONObject connection = (JSONObject) o; + + if (connection.get("messageID").toString().equals(thisEvent.getMessageId()) + && connection.get("reactionEmote").toString().equals(thisEvent.getReactionEmote().getName())){ + + awatingReactionFrom.get(thisEvent.getUserIdLong()).message.editMessage(ERROR_ALREADY_EXISTS).complete(); + return; + } + } + + logger.info("Create Connection:" + newConnection.get("targetID") + " | " + newConnection.get("messageID") + " | " + newConnection.get("reactionEmote")); + + connections.add(newConnection); + + awatingReactionFrom.remove(thisEvent.getUserIdLong()).message.editMessage(CONFIRM_ADDED).queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + + //switch for emojo or Emote + if (thisEvent.getReactionEmote().isEmoji()) + thisEvent.getChannel().addReactionById(thisEvent.getMessageIdLong(), thisEvent.getReactionEmote().getName()).queue(); + else + thisEvent.getChannel().addReactionById(thisEvent.getMessageIdLong(), thisEvent.getReactionEmote().getEmote()).queue(); + + safeConfig(); + } + } else { + // CHECK IF CONNECTED REACTION AND ADD + + JSONArray connections = (JSONArray)getConfig().get("connections"); + + for (Object o : connections){ + JSONObject connection = (JSONObject) o; + + if (connection.get("messageID").toString().equals(thisEvent.getMessageId()) + && connection.get("reactionEmote").toString().equals(thisEvent.getReactionEmote().getName())){ + + PermissionOverride po; // Permission Override Object to avoid conflicting scopes + + switch (connection.get("targetType").toString()){ + case "role": + thisEvent.getGuild().addRoleToMember(thisEvent.getMember(), thisEvent.getGuild().getRoleById(connection.get("targetID").toString())).queue(); + break; + case "text-channel": + + thisEvent.getGuild().getTextChannelById(connection.get("targetID").toString()).upsertPermissionOverride(thisEvent.getMember()).complete() + .getManager().setAllow(Permission.MESSAGE_WRITE, + Permission.MESSAGE_READ, + Permission.VIEW_CHANNEL).queue(); + + break; + case "voice-channel": + + thisEvent.getGuild().getVoiceChannelById(connection.get("targetID").toString()).upsertPermissionOverride(thisEvent.getMember()).complete() + .getManager().setAllow(Permission.VOICE_CONNECT, + Permission.VIEW_CHANNEL, + Permission.VOICE_SPEAK).queue(); + + break; + case "category": + + thisEvent.getGuild().getCategoryById(connection.get("targetID").toString()).upsertPermissionOverride(thisEvent.getMember()).complete() + .getManager().setAllow(Permission.VOICE_CONNECT, + Permission.VIEW_CHANNEL, + Permission.VOICE_SPEAK, + Permission.MESSAGE_READ, + Permission.MESSAGE_WRITE).queue(); + + break; + } + logger.info("ADDED target " + connection.get("targetID") + " to User" + thisEvent.getMember().getId()); + } + } + } + + ////////////////// + // On REACTION REMOVE + ////////////////// + } else if (event instanceof GuildMessageReactionRemoveEvent){ + + logger.debug(COMMAND + "triggered"); + + GuildMessageReactionRemoveEvent thisEvent = (GuildMessageReactionRemoveEvent) event; + + if (awatingReactionFrom.containsKey(thisEvent.getUserIdLong())){ + if (awatingReactionFrom.get(thisEvent.getUserIdLong()).targetType.equalsIgnoreCase("delete")){ + + // REMOVE CONNECTION + removeConnection(thisEvent.getMessageId(), thisEvent.getReactionEmote(), thisEvent.getChannel().getIdLong()); + + awatingReactionFrom.remove(thisEvent.getUserIdLong()).message.editMessage(CONFIRM_DELETE).queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + } + } else { + // CHECK IF CONNECTED REACTION AND REMOVE + JSONArray connections = (JSONArray)getConfig().get("connections"); + + for (Object o : connections){ + JSONObject connection = (JSONObject) o; + + if (connection.get("messageID").toString().equals(thisEvent.getMessageId()) + && connection.get("reactionEmote").toString().equals(thisEvent.getReactionEmote().getName())){ + + PermissionOverride po; // Permission Override Object to avoid conflicting scopes + Member member = thisEvent.retrieveMember().complete(); + + switch (connection.get("targetType").toString()){ + case "role": + + if (thisEvent.getGuild().getRoleById(connection.get("targetID").toString()) != null) { + thisEvent.getGuild().removeRoleFromMember(member, thisEvent.getGuild().getRoleById(connection.get("targetID").toString())).queue(); + } else { // REMOVE DEPRECATED CONNECTION + ((JSONArray)getConfig().get("connections")).remove(o); + safeConfig(); + } + break; + case "text-channel": + if (thisEvent.getGuild().getTextChannelById(connection.get("targetID").toString()) != null) { + thisEvent.getGuild().getTextChannelById(connection.get("targetID").toString()).getPermissionOverride(member).delete().queue(); + } else { // REMOVE DEPRECATED CONNECTION + ((JSONArray)getConfig().get("connections")).remove(o); + safeConfig(); + } + + break; + case "voice-channel": + + if (thisEvent.getGuild().getVoiceChannelById(connection.get("targetID").toString()) != null) { + thisEvent.getGuild().getVoiceChannelById(connection.get("targetID").toString()).getPermissionOverride(member).delete().queue(); + } else { // REMOVE DEPRECATED CONNECTION + ((JSONArray)getConfig().get("connections")).remove(o); + safeConfig(); + } + + break; + case "category": + + if (thisEvent.getGuild().getCategoryById(connection.get("targetID").toString()) != null) { + thisEvent.getGuild().getCategoryById(connection.get("targetID").toString()).getPermissionOverride(member).delete().queue(); + } else { // REMOVE DEPRECATED CONNECTION + ((JSONArray)getConfig().get("connections")).remove(o); + safeConfig(); + } + + break; + } + + logger.info("REMOVED target " + connection.get("targetID") + " to User" + member.getUser().getId()); + + break; + } + } + } + } + } + + private void removeConnection(String messageId, MessageReaction.ReactionEmote reactionEmote, long channelID) { + + JSONArray connections = (JSONArray)getConfig().get("connections"); + + for (Object o : connections) { + JSONObject connection = (JSONObject) o; + try { + if (reactionEmote.isEmoji()) { + reactionEmote.getJDA().getGuildById(getGuildController().getGUILD_ID()).getTextChannelById(channelID).clearReactionsById(messageId, reactionEmote.getName()); + } else { + reactionEmote.getJDA().getGuildById(getGuildController().getGUILD_ID()).getTextChannelById(channelID).clearReactionsById(messageId, reactionEmote.getEmote()); + } + } catch (NullPointerException e) { + // + } + + if (connection.get("messageID").toString().equalsIgnoreCase(messageId) + && connection.get("reactionEmote").toString().equals(reactionEmote.getName())) { + + logger.info("Delete Connection:" + connection.get("targetID") + " | " + connection.get("messageID") + " | " + connection.get("reactionEmote")); + + connections.remove(o); + safeConfig(); + } + } + } + + @Override + public String showSettings() { + return "NUMBER OF CONNECTIONS: `" + ((JSONArray)getConfig().get("connections")).size() + "`"; + } + + private class TmpData{ + public Message message; + public long targetID; + public String reactionEmote; + public String targetType; + + public TmpData(Message message, long targetID, String targetType){ + this.message = message; + this.targetID = targetID; + this.targetType = targetType; + } + } + + private void addWaitState(long userID, TmpData tmpData){ + + // Setup wait state + awatingReactionFrom.put(userID, tmpData); + + // Setup timer to remove waitstate + new Timer().schedule(new TimerTask(){ + public void run(){ + awatingReactionFrom.remove(userID).message.editMessage("TimeOut!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + } + }, TimeUnit.SECONDS.toMillis(60)); + } +} diff --git a/src/main/java/Modules/Dice.java b/src/main/java/Modules/Dice.java new file mode 100644 index 0000000..9618aed --- /dev/null +++ b/src/main/java/Modules/Dice.java @@ -0,0 +1,156 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.security.SecureRandom; +import java.util.Arrays; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +public class Dice extends SuperModule { + + private final Logger logger = LoggerFactory.getLogger(Dice.class); + public static final String COMMAND = "dice"; + + /** + * Construcker of a Module + * + * @param guildController Guild where Module is used, each guild get its own Module + */ + public Dice(GuildController guildController) { + super(COMMAND, guildController); + } + + @Override + public String getCommand() { + return COMMAND; + } + + @Override + public String getDescription() { + return "Dice uhm some bits\n" + + "`-n NUMBER` number of repeats\n" + + "`-r NUMBER` range of digits"; + } + + @Override + public void execute(GenericEvent event) { + + if (event instanceof GuildMessageReceivedEvent) { + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug(COMMAND + "triggered"); + + int numberOfTimes = 1; + int range = 6; + + Matcher m = Pattern.compile("(?is:-n [0-9]+)").matcher(thisEvent.getMessage().getContentRaw()); + if (m.find()) { + numberOfTimes = Integer.parseInt(m.group(0).replaceAll("^...", "")); + } + + m = Pattern.compile("(?is:-r [0-9]+)").matcher(thisEvent.getMessage().getContentRaw()); + if (m.find()) { + range = Integer.parseInt(m.group(0).replaceAll("^...", "")); + } + + SecureRandom r = new SecureRandom(); + StringBuilder sb = new StringBuilder(); + sb.append("Your dices:\n"); + + if (range <= 6) { + if (numberOfTimes < 10) { + for (int i = 0; i < numberOfTimes; i++) { + switch (r.nextInt(range + 1)) { + case 1: + sb.append(" . \n"); + break; + case 2: + sb.append(" :\n"); + break; + case 3: + sb.append(" :.\n"); + break; + case 4: + sb.append(" ::\n"); + break; + case 5: + sb.append(" :.:\n"); + break; + case 6: + sb.append(" :::\n"); + break; + default: + i--; + break; + } + } + } else { + int[] counter = new int[]{0, 0, 0, 0, 0, 0, 0}; + for (int i = 0; i < numberOfTimes; i++) { + int rand = r.nextInt(range + 1); + if (rand > 0) + counter[rand]++; + else + i--; + } + + for (int i = 1; i <= range; i++) { + switch (i) { + case 1: + sb.append(counter[i]).append("x - .\n"); + break; + case 2: + sb.append(counter[i]).append("x - :\n"); + break; + case 3: + sb.append(counter[i]).append("x - :.\n"); + break; + case 4: + sb.append(counter[i]).append("x - ::\n"); + break; + case 5: + sb.append(counter[i]).append("x - :.:\n"); + break; + case 6: + sb.append(counter[i]).append("x - :::\n"); + break; + } + } + } + } else { + int[] counter = new int[range+1]; + + Arrays.fill(counter, 0); + + for (int i = 0; i < numberOfTimes; i++){ + int rand = r.nextInt(range+1); + if (rand > 0) + counter[rand]++; + else + i--; + } + + for (int num = 1; num <= range; num++){ + sb.append(counter[num]).append("x ").append(num).append("\n"); + } + } + + thisEvent.getChannel().sendMessage(sb.toString()).queue(); + } + } + + @Override + public String showSettings() { + return null; + } +} diff --git a/src/main/java/Modules/Fold.java b/src/main/java/Modules/Fold.java new file mode 100644 index 0000000..5b18039 --- /dev/null +++ b/src/main/java/Modules/Fold.java @@ -0,0 +1,251 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.entities.Message; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.joda.time.DateTime; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import javax.net.ssl.HttpsURLConnection; +import javax.net.ssl.SSLContext; +import javax.net.ssl.TrustManager; +import javax.net.ssl.X509TrustManager; +import java.io.*; +import java.net.URL; +import java.nio.file.Files; +import java.nio.file.Paths; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +public class Fold extends SuperModule{ + + private final Logger logger = LoggerFactory.getLogger(Fold.class); + public static final String COMMAND = "fold"; + + private static final int BYTE_LIMIT = 16 * 1024; + private static final int MAX_MESSAGE_LIMIT = 10; + + private static final String teamSummary = "https://apps.foldingathome.org/daily_team_summary.txt", + userSummary = "https://apps.foldingathome.org/daily_user_summary.txt"; + + private String teamFile = "/home/bots/MissingIdentifier/MissingIdent/team_summary.txt", + userFile = "/home/bots/MissingIdentifier/MissingIdent/user_summary.txt"; + + public Fold(GuildController guildController){ + super(COMMAND, guildController, null); + } + + @Override + public String getCommand() { + return Fold.COMMAND; + } + + @Override + public String getDescription() { + return "Get statistics for a team that partakes in https://foldingathome.org\n`fold -t TEAMNAME` teamname to be filtered\n`fold -u update` update statistics"; + } + + @Override + public void execute(GenericEvent genericEvent) { + if (!(genericEvent instanceof GuildMessageReceivedEvent)) return; + + GuildMessageReceivedEvent event = (GuildMessageReceivedEvent) genericEvent; + + if (!isCommand(event.getMessage())) + return; + + logger.debug("Fold command triggered"); + + //VARS + Pattern teamPattern, userPattern; + Message msg = event.getChannel().sendMessage("Got it!").complete(); + String teamInfo = null; + + // Update Locale Files if parameter "u" is given + if (getParameter(event.getMessage().getContentRaw(), "u") != null) + msg = update(event, msg); + + // Generate Pattern to look for decide if looking for ID or Name of Team fall back is null and will cause an error + if (getParameter(event.getMessage().getContentRaw(), "t") != null) { + String input = getParameter(event.getMessage().getContentRaw(), "t"); + logger.info("looking for team: " + input); + teamPattern = Pattern.compile("(?m)^[0-9]+\\t" + input + "\\t[0-9]+\\t[0-9]+$"); + } else if (getParameter(event.getMessage().getContentRaw(), "id") != null) { + String input = getParameter(event.getMessage().getContentRaw(), "id"); + logger.info("looking for team: " + input); + teamPattern = Pattern.compile("(?m)^" + input + "\\t[^\\t]*\\t[0-9]+\\t[0-9]+$"); + } else + return; // TODO error handling + + + //LOOK for Team + try (BufferedReader teamReader = Files.newBufferedReader(Paths.get(teamFile))) { + + teamInfo = teamReader.readLine(); + while (teamInfo != null) { + Matcher teamMatcher = teamPattern.matcher(teamInfo); + if (teamMatcher.find()) { + // Send quick info + msg = msg.editMessage(teamMatcher.group()).complete(); + break; + } + teamInfo = teamReader.readLine(); + } + } catch (IOException e) { + logger.error(e.toString()); + } + + if (teamInfo == null) { + msg.editMessage("No team with this Identifier found!").queue(); + return; + } + + // Look for users + try (BufferedReader userReader = Files.newBufferedReader(Paths.get(userFile))) { + + // Like skringbuilder only for embeded messages + EmbedBuilder eb = new EmbedBuilder(); + + // Add Team info + eb.setTitle(teamInfo.split("\t")[1] + " [ " + teamInfo.split("\t")[0] + " ]"); // Team Name + eb.setDescription("Work Units done:\t" + teamInfo.split("\t")[3] + "\n" + + "Total Score:\t\t" + teamInfo.split("\t")[2]); // WUs and Score + eb.setTimestamp(new DateTime().toDate().toInstant()); + + userPattern = Pattern.compile("(?m)^[0-9a-zA-Z_]+\\t[0-9]+\\t[0-9]+\\t" + teamInfo.split("\t")[0] + "$"); + String userInfo = userReader.readLine(); + + long userPosition = 0; + int messageCount = 0; + msg = msg.editMessage(teamInfo + "\n\nread 0 lines").complete(); + + while (userInfo != null) { + userPosition++; + Matcher userMatcher = userPattern.matcher(userInfo); + if (userMatcher.find()) { + eb.addField(userInfo.split("\t")[0], "Work Units:\t" + userInfo.split("\t")[2] + "\n" + + "Score:\t\t" + userInfo.split("\t")[1], true); + + //msg = msg.editMessage(teamInfo + "\n\nread " + userPosition + " lines").complete(); + // IF mesage is to long, rmeove last entry and split output + if (!eb.isValidLength()){ + eb.getFields().remove(eb.getFields().size()-1); + msg.getChannel().sendMessage(eb.build()).complete(); + + eb = new EmbedBuilder(); + messageCount++; + + if(messageCount > MAX_MESSAGE_LIMIT){ + msg.getChannel().sendMessage("To many entries! aborted to prevent spam!").queue(); + return; + } + + eb.addField(userInfo.split("\t")[0], "Work Units:\t" + userInfo.split("\t")[2] + "\n" + + "Score:\t\t" + userInfo.split("\t")[1], true); + + } + } + + if (userPosition % 250000 == 0) + msg = msg.editMessage(teamInfo + "\n\nread " + userPosition + " lines").complete(); + + userInfo = userReader.readLine(); + } + + //Send final result + msg.getChannel().sendMessage(eb.build()).complete(); + msg.delete().queue(); + } catch (IOException e) { + logger.error(e.toString()); + } + } + + private Message update(GuildMessageReceivedEvent event, Message msg) { + if(!checkForAdmin(event.getMember())) + { + // if the user that calls this function is not admin, here should be an interval check that interrupts if the files have recently been updated to mitigate abuse. + // admins should of course be able to call this any time. + // the date of the current files can be read from the first line of each file and needs to be parsed. + return msg; // if it's not done by an admin, just cancel out + } + + logger.debug("Get new Statistic from Server"); + + TrustManager[] trustAllCerts = new TrustManager[]{ + new X509TrustManager() { + public java.security.cert.X509Certificate[] getAcceptedIssuers() { + return null; + } + public void checkClientTrusted( + java.security.cert.X509Certificate[] certs, String authType) { + } + public void checkServerTrusted( + java.security.cert.X509Certificate[] certs, String authType) { + } + } + }; + + // Activate the new trust manager + try { + SSLContext sc = SSLContext.getInstance("SSL"); + sc.init(null, trustAllCerts, new java.security.SecureRandom()); + HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory()); + } catch (Exception e) { + logger.error(e.toString()); + } + + byte buffer[] = new byte[BYTE_LIMIT]; + int bytesRead; + + try( + BufferedOutputStream teamOutput = new BufferedOutputStream(new FileOutputStream(teamFile, false)); + BufferedInputStream teamInput = new BufferedInputStream(new URL(teamSummary).openStream()) + ) { + long i = 0; + while((bytesRead = teamInput.read(buffer, 0, BYTE_LIMIT)) != -1){ + teamOutput.write(buffer, 0, bytesRead); + + i+=bytesRead; + + if (i % 50000 <= 200) + msg = msg.editMessage("Updating Teamstats, processed " + i + " Bytes").complete(); + + } + + teamOutput.flush(); + } catch (IOException e) { + logger.error(e.toString()); + } + + try( + BufferedOutputStream userOutput = new BufferedOutputStream(new FileOutputStream(userFile, false)); + BufferedInputStream userInput = new BufferedInputStream(new URL(userSummary).openStream()) + ){ + long i = 0; + while((bytesRead = userInput.read(buffer, 0, BYTE_LIMIT)) != -1){ + userOutput.write(buffer, 0, bytesRead); + + i+=bytesRead; + + if (i % 50000 <= 200) + msg = msg.editMessage("Updating Userstats, processed " + i + " Bytes").complete(); + } + + userOutput.flush(); + } catch (IOException e) { + logger.error(e.toString()); + } + + return msg.editMessage("done!").complete(); + + } + + @Override + public String showSettings() { + return null; + } +} diff --git a/src/main/java/Modules/LoveCalc.java b/src/main/java/Modules/LoveCalc.java new file mode 100644 index 0000000..5bcbe47 --- /dev/null +++ b/src/main/java/Modules/LoveCalc.java @@ -0,0 +1,69 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.awt.Color; + + +public class LoveCalc extends SuperModule{ + + private final Logger logger = LoggerFactory.getLogger(LoveCalc.class); + public static final String command = "lovecalc"; + + /** + * Construcker of a Module + * + * @param guildController Guild where Module is used, each guild get its own Module + */ + public LoveCalc(GuildController guildController) { + super(command, guildController); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return "Mention two users and Amour will tell you his probability to hit those two with his arrows"; + } + + @Override + public void execute(GenericEvent event) { + + if (event instanceof GuildMessageReceivedEvent){ + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug(command + "triggered"); + + EmbedBuilder eb = new EmbedBuilder(); + + int love = (int)((thisEvent.getMessage().getMentionedUsers().get(0).getIdLong() + thisEvent.getMessage().getMentionedUsers().get(1).getIdLong()) % 100); + System.out.println("Do Lovecalc! love is: " + love); + + eb.setAuthor("Amour"); + eb.setColor(new Color((100-love)/100f,(love)/100f,0)); + eb.setTitle("chance that Amours arrows will hit " + thisEvent.getMessage().getMentionedUsers().get(0).getName() + + " and " + thisEvent.getMessage().getMentionedUsers().get(1).getName() + ":" ); + eb.setDescription(love + "%"); + + thisEvent.getChannel().sendMessage(eb.build()).queue(); + } + } + + @Override + public String showSettings() { + return null; + } +} diff --git a/src/main/java/Modules/Module.java b/src/main/java/Modules/Module.java new file mode 100644 index 0000000..fdcc126 --- /dev/null +++ b/src/main/java/Modules/Module.java @@ -0,0 +1,31 @@ +package Modules; + +import net.dv8tion.jda.api.events.GenericEvent; + +public interface Module { + + /** + * name of the command + * @return command + */ + String getCommand(); + + /** + * Text shown in the Help message + * @return Description + */ + String getDescription(); + + /** + * Recives Guild Updates + * @param genericEvent Guild Updates + */ + void execute(GenericEvent genericEvent); + + /** + * Returns the current settings of the module + * When no settings are needed return NULL + * @return current settings + */ + String showSettings(); +} diff --git a/src/main/java/Modules/OnlineHighlight.java b/src/main/java/Modules/OnlineHighlight.java new file mode 100644 index 0000000..e85e23f --- /dev/null +++ b/src/main/java/Modules/OnlineHighlight.java @@ -0,0 +1,186 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.entities.Member; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import net.dv8tion.jda.api.events.user.UserActivityEndEvent; +import net.dv8tion.jda.api.events.user.UserActivityStartEvent; +import net.dv8tion.jda.api.events.user.update.UserUpdateActivityOrderEvent; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; + +import java.util.HashSet; +import java.util.Set; +import java.util.concurrent.TimeUnit; + +public class OnlineHighlight extends SuperModule { + + public static final String command = "OnlineHighlight"; + private Set watchGame; + private String watchRole; + + public OnlineHighlight(GuildController guildController, JSONObject config){ + + super(command, guildController, config); + //long welcomeChannel, String welcomeMessage + + if (!getConfig().containsKey("watchGame")){ + getConfig().put("watchGame", new JSONArray()); + safeConfig(getConfig()); + } + if (!getConfig().containsKey("watchRole")){ + getConfig().put("watchRole", ""); + safeConfig(getConfig()); + } + + //get welcome message + this.watchGame = new HashSet<>(); + for (Object o: (JSONArray)config.get("watchGame")){ + this.watchGame.add((String)o); + } + + this.watchRole = config.get("watchRole").toString(); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return "Gives users who play a certain game a certain role\n" + + "`" + command + " addGame NAME` - to set game to look for\n" + + "`" + command + " setRole @ROLE` - to set role which users playing teh game will get"; + } + + @Override + public void execute(GenericEvent event) { + + if(event instanceof GuildMessageReceivedEvent){ + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (checkForAdmin(thisEvent.getGuild().getMember(thisEvent.getAuthor()))) + return; + + if(checkForCommand(thisEvent.getMessage().getContentRaw(), "showGames")){ + + Set act = new HashSet<>(); + for (Member member : thisEvent.getGuild().getMembers()){ + act.add(member.getActivities().get(0).getName()); + } + + StringBuilder sb = new StringBuilder(); + sb.append("Currently played games are:\n"); + for (String s : act) + sb.append("`").append(s).append("`, "); + + thisEvent.getChannel().sendMessage(sb.toString()).queue(); + + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "addGame")){ + JSONArray oldConf = (JSONArray) getConfig().remove("watchGame"); + + String newGame = thisEvent.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + command + " addGame )","").toLowerCase(); + + if (watchGame.contains(newGame)){ + thisEvent.getChannel().sendMessage("ERROR: Game already on the list! use `delGame` to remove it.").queue(); + return; + } + + oldConf.add(newGame); + getConfig().put("watchGame", oldConf); + safeConfig(); + + watchGame.add(newGame); + + StringBuilder sb = new StringBuilder(); + sb.append("Watched Games are: "); + for (String s : watchGame) + sb.append("`").append(s).append("`, "); + + sb.replace(sb.length()-2,sb.length(), ""); + + thisEvent.getChannel().sendMessage(sb.toString()).queue(); + + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "delGame")){ + JSONArray oldConf = (JSONArray) getConfig().remove("watchGame"); + + String delGame = thisEvent.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + command + " delGame )","").toLowerCase(); + + if (!watchGame.contains(delGame)){ + thisEvent.getChannel().sendMessage("ERROR: Game is not on the list!").queue(); + return; + } + + oldConf.remove(delGame); + getConfig().put("watchGame", oldConf); + safeConfig(); + + watchGame.remove(delGame); + + thisEvent.getChannel().sendMessage("Game `" + delGame + "` got removed from list.").queue(); + + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "setRole")){ + + if (thisEvent.getMessage().getMentionedRoles().size() != 1){ + thisEvent.getChannel().sendMessage("No Role Mentioned, abort").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + return; + } + + getConfig().remove("watchRole"); + getConfig().put("watchRole", thisEvent.getMessage().getMentionedRoles().get(0).getIdLong()); + + safeConfig(); + + thisEvent.getChannel().sendMessage("Set watchRole to: `" + thisEvent.getGuild().getRoleById(getConfig().get("watchRole").toString()).getName() + "`").queue(); + } + } + + if (event instanceof UserActivityStartEvent){ + UserActivityStartEvent thisEvent = (UserActivityStartEvent) event; + + if(watchGame.contains(thisEvent.getNewActivity().getName().toLowerCase())){ + thisEvent.getGuild().addRoleToMember(thisEvent.getMember(), thisEvent.getGuild().getRoleById(watchRole)).queue(); + } + } else if (event instanceof UserActivityEndEvent){ + UserActivityEndEvent thisEvent = (UserActivityEndEvent ) event; + + if(watchGame.contains(thisEvent.getOldActivity().getName().toLowerCase())) { + thisEvent.getGuild().removeRoleFromMember(thisEvent.getMember(), thisEvent.getGuild().getRoleById(watchRole)).queue(); + } + } + + if (event instanceof UserUpdateActivityOrderEvent){ + UserUpdateActivityOrderEvent thisEvent = (UserUpdateActivityOrderEvent ) event; + if (watchGame.contains(thisEvent.getNewValue().get(0).getName().toLowerCase())){ + //TODO + thisEvent.getGuild().addRoleToMember(thisEvent.getMember(), thisEvent.getGuild().getRoleById(watchRole)).queue(); + } else { + if (thisEvent.getMember().getRoles().contains(thisEvent.getGuild().getRoleById(watchRole))) + thisEvent.getGuild().removeRoleFromMember(thisEvent.getMember(), thisEvent.getGuild().getRoleById(watchRole)).queue(); + } + } + + } + + @Override + public String showSettings() { + StringBuilder sb = new StringBuilder(); + sb.append("watchGame: "); + + for (String s: watchGame) + sb.append("`").append(s).append("`, "); + + sb.replace(sb.length()-2,sb.length(), ""); + + sb.append("\nwatchRole: ").append(getGuildController().getJda() + .getGuildById(getGuildController().getGUILD_ID()) + .getRoleById(watchRole).getName()); + + return sb.toString(); + } +} diff --git a/src/main/java/Modules/Purge.java b/src/main/java/Modules/Purge.java new file mode 100644 index 0000000..8a63b0e --- /dev/null +++ b/src/main/java/Modules/Purge.java @@ -0,0 +1,98 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.entities.Message; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.util.ArrayList; +import java.util.List; + +import java.util.concurrent.TimeUnit; + +public class Purge extends SuperModule{ + + private final Logger logger = LoggerFactory.getLogger(Purge.class); + public static final String COMMAND = "purge"; + + public Purge(GuildController guildController){ + super(COMMAND, guildController, null); + } + + @Override + public String getCommand() { + return Purge.COMMAND; + } + + @Override + public String getDescription() { + return "Deletes Messages.\n`-n NUMBER` number of messages to delete\n`@USER` delete messages from user only."; + } + + @Override + public void execute(GenericEvent genericEvent) { + + GuildMessageReceivedEvent event = null; + List messageIds = null; + long counter = -1, limiter = -1; + messageIds = new ArrayList(); + + // if this is a GuildMessageReceivedEvent, cast it, else return + if (!(genericEvent instanceof GuildMessageReceivedEvent)) return; + + event = (GuildMessageReceivedEvent) genericEvent; + + if (!isCommand(event.getMessage())) + return; + + logger.debug(COMMAND + "triggered"); + + // if the author of the message has the mod privileges or is the owner continue, else return + if (!checkForAdmin(event.getMember())){ + + event.getChannel().sendMessage("I am Sorry, you are not allowed to do that!\nMay ask " + + event.getGuild().getRoleById(getGuildController().getMOD_ROLE()).getAsMention() + " to do that.").queue( + m -> m.delete().queueAfter(30, TimeUnit.SECONDS) + ); + + event.getMessage().delete().queueAfter(30, TimeUnit.SECONDS); + + return; + } + + // if the message contains "purge[whitespace]-n[whitespace]messageCount", parse messageCount and delete that many messages + if (getParameter(event.getMessage().getContentRaw(), "n") != null) { + limiter = Integer.parseInt(getParameter(event.getMessage().getContentRaw(),"n")); + } else { + limiter = 10; + } + + //if there was no messageCount to be parsed, limiter will run from -1 towards negative and never reach 0 (ignoring overflow), full purge + for (Message msg : event.getChannel().getIterableHistory()) { + + if (!msg.isPinned() && + (event.getMessage().getMentionedMembers().size() != 1 + || msg.getAuthor().getIdLong() == event.getMessage().getMentionedMembers().get(0).getIdLong())) { + messageIds.add(msg.getId()); + counter++; + limiter--; + } + if (limiter < 0) break; + } + + // purge all collected messages + event.getChannel().purgeMessagesById(messageIds); + + event.getChannel().sendMessage(counter + " messages purged.").queue(message -> message.delete().queueAfter(1, TimeUnit.MINUTES)); + + logger.debug(counter + " messages purged."); + } + + @Override + public String showSettings() { + return null; + } +} diff --git a/src/main/java/Modules/Quote.java b/src/main/java/Modules/Quote.java new file mode 100644 index 0000000..81b9e2d --- /dev/null +++ b/src/main/java/Modules/Quote.java @@ -0,0 +1,187 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import IO.JSON; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.Random; + +public class Quote extends SuperModule{ + + private final Logger logger = LoggerFactory.getLogger(Quote.class); + public static final String command = "quote"; + static final String QUOTE_LOCATION = "Quotes.json"; + + public Quote(GuildController guildController){ + super(command, guildController); + + if(JSON.loadJson(QUOTE_LOCATION) == null){ + JSON.saveJson(new JSONArray(), QUOTE_LOCATION); + } + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return "`quote` shows random quote\n`quote id #NUMBER` show specific quote\n`quote new QUOTE - AUTHOR` adds new quote to the system"; + } + + @Override + public void execute(GenericEvent event) { + + if (event instanceof GuildMessageReceivedEvent) { + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug(command + "triggered"); + + /////////////////// + // ADD NEW QUOTE + /////////////////// + if (thisEvent.getMessage().getContentRaw().matches("(?is:" + getGuildController().getPREFIX() + command + " (new|add) .*)")) { + logger.debug("safe new Quote"); + + // Prep new Quote Object + JSONObject newQuote = new JSONObject(); + newQuote.put("text", thisEvent.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + command + " (new|add) )", "") + .replaceAll("(?is:-.*$)","")); + newQuote.put("date", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date())); + if (thisEvent.getMessage().getContentRaw().contains("-")) + newQuote.put("author", thisEvent.getMessage().getContentRaw().replaceAll("(?is:[^-]*- )", "")); + + + JSONArray arr = JSON.loadJson(QUOTE_LOCATION); + boolean exists = false; + + // go through all Guilds + for (Object o: arr){ + + //Filter for the right guild + JSONObject guilds = (JSONObject) o; + if (guilds.get("guildID").equals(getGuildController().getGUILD_ID())){ + + arr.remove(o); // Remove old object + JSONArray guildQuotes = (JSONArray) guilds.get("quotes"); // get old Quotes + + guildQuotes.add(newQuote); // add new Quote + + JSONObject editedGuild = new JSONObject(); // safe guild + editedGuild.put("guildID", getGuildController().getGUILD_ID()); + editedGuild.put("quotes", guildQuotes); + arr.add(editedGuild); + + exists = true; // set flag + break; + } + } + + if (!exists){ // if flag not set create new Guild + JSONObject newGuild = new JSONObject(); + newGuild.put("guildID", getGuildController().getGUILD_ID()); + + JSONArray newQuotes = new JSONArray(); + newQuotes.add(newQuote); + + newGuild.put("quotes", newQuotes); + arr.add(newGuild); + } + + // Safe data + JSON.saveJson(arr, QUOTE_LOCATION); + + + thisEvent.getMessage().delete().queue(); + + /////////////////// + // PICK QUOTE BY ID + /////////////////// + } else if (thisEvent.getMessage().getContentRaw().matches("(?is:" + getGuildController().getPREFIX() + command + " id #[0-9]+.*)")){ + logger.debug("pick Quote by ID"); + + //STUB + + /////////////////// + // RandomPick + /////////////////// + } else { + logger.debug("random quote pick"); + + JSONArray arr = JSON.loadJson(QUOTE_LOCATION); + + for (Object o : arr){ + JSONObject guild = (JSONObject) o; + + if (guild.get("guildID").equals(getGuildController().getGUILD_ID())){ + + JSONArray quotes = (JSONArray) guild.get("quotes"); + + JSONObject quote = null; + int i = 0; + // Get Random Quote Object + do { + quote = (JSONObject) quotes.get(new Random().nextInt(quotes.size())); + i++; + + if (i > quotes.size()) + return; + } while (quote == null); + + // Build message + EmbedBuilder eb = new EmbedBuilder(); + + // get text + eb.setDescription(quote.get("text").toString()); + + // get Date + try { + eb.setTimestamp(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(quote.get("date").toString()).toInstant()); + } catch (ParseException e){ + logger.error(e.toString()); + } + + //get Author if exists + if (quote.containsKey("author")){ + eb.setAuthor(quote.get("author").toString()); + } + + thisEvent.getChannel().sendMessage(eb.build()).queue(); + break; + } + } + } + //Delete command + thisEvent.getMessage().delete().queue(); + } + } + + @Override + public String showSettings() { + JSONArray arr = JSON.loadJson(QUOTE_LOCATION); + for (Object o : arr) { + JSONObject guild = (JSONObject) o; + + if (guild.get("guildID").equals(getGuildController().getGUILD_ID())) { + return "NUMBER OF QUOTES: `" + ((JSONArray) guild.get("quotes")).size() + "`"; + } + } + return "NUMBER OF QUOTES: `0`"; + } +} diff --git a/src/main/java/Modules/RandomResponde.java b/src/main/java/Modules/RandomResponde.java new file mode 100644 index 0000000..3e47e31 --- /dev/null +++ b/src/main/java/Modules/RandomResponde.java @@ -0,0 +1,158 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; + +import java.util.concurrent.TimeUnit; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +public class RandomResponde extends SuperModule{ + + public static final String command = "RandomResponse"; + + public RandomResponde(GuildController guildController, JSONObject config) { + super(command, guildController, config); + + if (!config.containsKey("triggers")){ + getConfig().put("triggers", new JSONArray()); + safeConfig(getConfig()); + } + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return "response to predefined keywords. git as example\n" + + "`RandomResponse add -t TRIGGER -r RESPONSE [-p FILTERPATTERN]` if -p is set trigger will replace $pattern with REGEX filtered trigger message. Good example for such a REGEX may be: `((?<=(?is:TRIGGER)) [^ ]+)` (Filters next word to trigger)\n" + + "`RandomResponse remove TRIGGER` remove a trigger"; + } + + @Override + public void execute(GenericEvent event) { + + if (event instanceof GuildMessageReceivedEvent){ + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent)event; + + if (isCommand(thisEvent.getMessage())){ + // add new trigger + if (checkForCommand(thisEvent.getMessage().getContentRaw(), "add")){ + + JSONArray triggers = (JSONArray) getConfig().get("triggers"); + + // Check for obligatory parameter: + if(getParameter(thisEvent.getMessage().getContentRaw(), "t").length() < 1){ + thisEvent.getChannel().sendMessage("You have to mention a trigger! use `-t TRIGGER`").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + thisEvent.getMessage().delete().queueAfter(1, TimeUnit.MINUTES); + return; + } + if (getParameter(thisEvent.getMessage().getContentRaw(), "r").length() < 1){ + thisEvent.getChannel().sendMessage("You have to mention a response! use `-r RESPONSE`").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + thisEvent.getMessage().delete().queueAfter(1, TimeUnit.MINUTES); + return; + } + + // Check if already exists + for (Object o : triggers){ + if (((JSONObject)o).get("trigger").toString().equalsIgnoreCase( + getParameter(thisEvent.getMessage().getContentRaw(), "t") + )){ + thisEvent.getChannel().sendMessage("Trigger already exists! aborted").queue(msg -> msg.delete().queueAfter(1, TimeUnit.MINUTES)); + thisEvent.getMessage().delete().queueAfter(1, TimeUnit.MINUTES); + return; + } + } + + // new Object to add + JSONObject newTrigger = new JSONObject(); + + // add triiger / response + newTrigger.put("trigger", getParameter(thisEvent.getMessage().getContentRaw(), "t")); + newTrigger.put("response", getParameter(thisEvent.getMessage().getContentRaw(), "r")); + + // may add replacement and pattern + if (getParameter(thisEvent.getMessage().getContentRaw(), "p").length() > 0){ + // p param is given check if "$pattern" is given + if (newTrigger.get("response").toString().contains("$pattern")){ // Has valid pattern + newTrigger.put("pattern", getParameter(thisEvent.getMessage().getContentRaw(), "p")); + } else { // has no valid pattern + thisEvent.getChannel().sendMessage("You did not mentioned `$pattern` to apply the pattern").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + thisEvent.getMessage().delete().queueAfter(1, TimeUnit.MINUTES); + } + + } + + // add new Object and safe it + triggers.add(newTrigger); + getConfig().replace("triggers", triggers); + safeConfig(); + + thisEvent.getChannel().sendMessage("Added trigger!").queue(); + + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "remove")){ + JSONArray triggers = (JSONArray) getConfig().get("triggers"); + boolean deleted = false; + + for (Object ob : triggers){ + if(((JSONObject) ob).get("trigger").toString().equals( + thisEvent.getMessage().getContentRaw().replaceFirst( + "(?is:" + getGuildController().getPREFIX() + command + " " + "remove )", ""))){ + triggers.remove(ob); + deleted = true; + break; + } + } + + if (deleted){ + // safe it + getConfig().replace("triggers", triggers); + safeConfig(getConfig()); + + thisEvent.getChannel().sendMessage("deleted Trigger!").queue(); + } else { + // if noth ing got deletet entry does not exist + thisEvent.getChannel().sendMessage("no such Trigger! aborted action.").queue(); + } + } + + } else { + // go through all triggers and may responde + for (Object o : (JSONArray)getConfig().get("triggers")){ + JSONObject trigger = (JSONObject) o; + + if (thisEvent.getMessage().getContentRaw().matches("(?is:.*" + trigger.get("trigger").toString() + ".*)")){ + + String respnse = trigger.get("response").toString(); + + // get filter + if(trigger.containsKey("pattern")) { + Matcher m = Pattern.compile(trigger.get("pattern").toString()).matcher(thisEvent.getMessage().getContentRaw()); + + if(m.find()) + respnse = respnse.replaceAll("\\$pattern", m.group(0)); + else + respnse = respnse.replaceAll("\\$pattern", "NULL"); + } + + thisEvent.getChannel().sendMessage(respnse).queue(msg -> msg.delete().queueAfter(1, TimeUnit.MINUTES)); + break; + } + } + } + } + } + + @Override + public String showSettings() { + return "NUMBER OF TRIGGERS: `" + ((JSONArray) getConfig().get("triggers")).size() + "`"; + } +} diff --git a/src/main/java/Modules/SecretChannel.java b/src/main/java/Modules/SecretChannel.java new file mode 100644 index 0000000..b5d013a --- /dev/null +++ b/src/main/java/Modules/SecretChannel.java @@ -0,0 +1,232 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.Permission; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONArray; +import org.json.simple.JSONObject; + +import java.util.*; +import java.util.concurrent.TimeUnit; + +public class SecretChannel extends SuperModule { + + public static final String COMMAND = "SecretChannel"; + + private Map userInChannel; + + private Long hiddenChannel; + private int activeTime; + private boolean pingUser; + private Set trigger; + + public SecretChannel(GuildController guildController, JSONObject config){ + super(COMMAND, guildController, config); + + if (!config.containsKey("trigger")){ + config.put("trigger", new JSONArray()); + safeConfig(getConfig()); + } + + if (!config.containsKey("hiddenChannel")){ + config.put("hiddenChannel", "123"); + safeConfig(getConfig()); + } + + if (!config.containsKey("pingUser")){ + config.put("pingUser", "false"); + safeConfig(getConfig()); + } + + if (!config.containsKey("activeTime")){ + config.put("activeTime", "30"); + safeConfig(getConfig()); + } + + trigger = new HashSet<>(); + for ( Object o : (JSONArray)config.get("trigger")){ + trigger.add(o.toString()); + } + + hiddenChannel = Long.parseLong(getConfig().get("hiddenChannel").toString()); + + activeTime = Integer.parseInt(getConfig().get("activeTime").toString()); + + pingUser = Boolean.parseBoolean(getConfig().get("pingUser").toString()); + + + } + + @Override + public String getCommand() { + return COMMAND; + } + + @Override + public String getDescription() { + return "Add user (Temporarily) to a hidden channel if the user mentions a trigger\n" + + "`addTrigger WORD` add new Trigger\n" + + "`removeTrigger WORD` remove existing Trigger\n" + + "`setChannel #CHANNEL` set channel to be shown\n" + + "`setTime NUMBER` set time channel is shown in seconds\n" + + "`togglePing` set if user gets a ping"; + } + + @Override + public void execute(GenericEvent genericEvent) { + + if (genericEvent instanceof GuildMessageReceivedEvent){ + GuildMessageReceivedEvent event = (GuildMessageReceivedEvent)genericEvent; + + if (checkForAdmin(event.getGuild().getMember(event.getAuthor()))) { + if (checkForCommand(event.getMessage().getContentRaw(), "addTrigger")) { + String newTrigger = event.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + COMMAND + " addTrigger )", ""); + + if (trigger.size() == 0) { + trigger.add(newTrigger); + + JSONArray arr = new JSONArray(); + arr.add(newTrigger); + getConfig().put("trigger", arr); + + + } else { + + if (trigger.contains(newTrigger)) { + event.getChannel().sendMessage("Error: Trigger already exists!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + return; + } + + trigger.add(newTrigger); + + JSONArray arr = ((JSONArray) getConfig().get("trigger")); + arr.add(newTrigger); + getConfig().remove("trigger"); + getConfig().put("trigger", arr); + + } + safeConfig(); + + event.getChannel().sendMessage("Added trigger `" + newTrigger + "`").queue(); + + } else if (checkForCommand(event.getMessage().getContentRaw(), "removeTrigger")) { + String delTrigger = event.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + COMMAND + " removeTrigger )", ""); + + if (!trigger.contains(delTrigger)) { + event.getChannel().sendMessage("Error: Trigger does not exists!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + return; + } + + trigger.remove(delTrigger); + + ((JSONArray) getConfig().remove("trigger")).add(delTrigger); + + safeConfig(); + + event.getChannel().sendMessage("Removed trigger `" + delTrigger + "`").queue(); + } else if (checkForCommand(event.getMessage().getContentRaw(), "setChannel")) { + + if (event.getMessage().getMentionedChannels().size() != 1) { + event.getChannel().sendMessage("Error: Please mention a Textchannel!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + return; + } + + hiddenChannel = event.getMessage().getMentionedChannels().get(0).getIdLong(); + + getConfig().remove("hiddenChannel"); + getConfig().put("hiddenChannel", hiddenChannel); + + safeConfig(); + + event.getChannel().sendMessage("Set Hiddenchannel to: `" + hiddenChannel + "` (" + + event.getMessage().getMentionedChannels().get(0).getAsMention() + ")").queue(); + + } else if (checkForCommand(event.getMessage().getContentRaw(), "setTime")) { + + if (!event.getMessage().getContentRaw().matches("(?is:" + getGuildController().getPREFIX() + COMMAND + " setTime " + "[0-9]+)")) { + event.getChannel().sendMessage("Error: PLease enter a valid number!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + return; + } + + int newTime = Integer.parseInt(event.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + COMMAND + " setTime " + ")", "")); + + activeTime = newTime; + + getConfig().remove("activeTime"); + getConfig().put("activeTime", newTime); + + safeConfig(); + + event.getChannel().sendMessage("Set activeTime to: " + newTime).queue(); + + } else if (checkForCommand(event.getMessage().getContentRaw(), "togglePing")) { + + pingUser = !pingUser; + + getConfig().remove("pingUser"); + getConfig().put("pingUser", pingUser); + + safeConfig(); + + event.getChannel().sendMessage("Toggled pingUser to: " + pingUser).queue(); + + } + } + + if (trigger.size() > 0) { + StringBuilder sb = new StringBuilder(); + + for (String s : trigger) + sb.append("|").append(s); + + sb.replace(0, 1, ""); + + if (event.getMessage().getContentRaw().matches("(?is:.*(" + sb.toString() + ").*)")) { + + event.getGuild().getTextChannelById(hiddenChannel).upsertPermissionOverride(event.getMember()).complete() + .getManager().setAllow( + Permission.MESSAGE_READ, + Permission.VIEW_CHANNEL + ).queue(); + + if (pingUser) { + event.getGuild().getTextChannelById(hiddenChannel) + .sendMessage(event.getAuthor().getAsMention()).queue( + m -> m.delete().queueAfter(activeTime > 0 ? activeTime : 60, TimeUnit.SECONDS)); + } + + if (activeTime > 0) { + new Timer().schedule(new TimerTask() { + @Override + public void run() { + event.getGuild().getTextChannelById(hiddenChannel).getPermissionOverride(event.getMember()).delete().queue(); + } + }, TimeUnit.MILLISECONDS.convert(activeTime, TimeUnit.SECONDS)); + } + } + } + } + + } + + @Override + public String showSettings() { + + StringBuilder sb = new StringBuilder(); + + for (String s : trigger) + sb.append("|").append("`").append(s).append("`"); + + sb.replace(0,1, ""); + + return "hidden channel: `" + hiddenChannel + "` (" + getGuildController().getJda().getGuildById(getGuildController().getGUILD_ID()).getTextChannelById(hiddenChannel).getAsMention() + ")\n" + + "activeTime: `" + activeTime + "`\n" + + "ping User: `" + pingUser + "` \n" + + "Trigger: " + sb.toString(); + } +} diff --git a/src/main/java/Modules/Shuffle.java b/src/main/java/Modules/Shuffle.java new file mode 100644 index 0000000..77545eb --- /dev/null +++ b/src/main/java/Modules/Shuffle.java @@ -0,0 +1,96 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.awt.Color; +import java.util.Random; +import java.util.Timer; +import java.util.TimerTask; +import java.util.concurrent.TimeUnit; + +/** + * @author https://www.Hiajen.de + */ +public class Shuffle extends SuperModule{ + + public static final String command = "shufflerole"; + private static final String desc = "changes color of shufflerole randomly\n" + + "`shufflerole setRole @ROLE` Set role to shuffle"; + private final Logger logger = LoggerFactory.getLogger(Shuffle.class); + + private long role; + + public Shuffle(GuildController guildController, JSONObject config){ + + super(command, guildController, config); + + if (!config.containsKey("role")){ + getConfig().put("role", "123"); + safeConfig(getConfig()); + } + + // JDA api, long role, long guild + this.role = Long.parseLong(getConfig().get("role").toString()); + + shuffleColor(); + } + + private void shuffleColor(){ + TimerTask repeatedTask = new TimerTask() { + public void run() { + //logger.debug("shuffle role color"); + + Random r = new Random(); + getGuildController().getJda().getGuildById(getGuildController().getGUILD_ID()).getRoleById(role) + .getManager().setColor(new Color(r.nextFloat(),r.nextFloat(),r.nextFloat())).queue(); + } + }; + Timer timer = new Timer(); + + timer.schedule(repeatedTask, TimeUnit.SECONDS.toMillis(10), TimeUnit.SECONDS.toMillis(120)); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return desc; + } + + @Override + public void execute(GenericEvent event) { + if (event instanceof GuildMessageReceivedEvent){ + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + if (checkForCommand(thisEvent.getMessage().getContentRaw(), "setRole") && checkForAdmin(thisEvent.getMember())){ + if (thisEvent.getMessage().getMentionedRoles().size() == 1){ + getConfig().replace("role", thisEvent.getMessage().getMentionedRoles().get(0).getIdLong()); + + role = thisEvent.getMessage().getMentionedRoles().get(0).getIdLong(); + thisEvent.getChannel().sendMessage("okay changed Role!").queue(); + + safeConfig(getConfig()); + } else { + thisEvent.getChannel().sendMessage("Please mention one Role!").queue(m -> m.delete().queueAfter(1, TimeUnit.MINUTES)); + } + } + } + } + + @Override + public String showSettings() { + return "ROLE: `" + ((getGuildController().getJda().getRoleById(role) == null) ? "none" : getGuildController().getJda().getRoleById(role).getName()) + "`"; + } +} diff --git a/src/main/java/Modules/Stats.java b/src/main/java/Modules/Stats.java new file mode 100644 index 0000000..808aaec --- /dev/null +++ b/src/main/java/Modules/Stats.java @@ -0,0 +1,54 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONObject; + +public class Stats extends SuperModule { + + public static final String COMMAND = "stats"; + + public Stats(GuildController guildController, JSONObject config) { + super(COMMAND, guildController, config); + + + } + + @Override + public String getCommand() { + return COMMAND; + } + + @Override + public String getDescription() { + return "Shows some statistics about this Guild"; + } + + @Override + public void execute(GenericEvent event) { + + if (event instanceof GuildMessageReceivedEvent){ + + GuildMessageReceivedEvent input = (GuildMessageReceivedEvent) event; + + if (isCommand(input.getMessage())){ + + EmbedBuilder eb = new EmbedBuilder() + .setTitle("Current stats") + .addField("Usercount", input.getGuild().getMemberCount()+"", true) + .addField("Rolecount", input.getGuild().getRoles().size()+"", true) + .setImage(input.getGuild().getIconUrl()); + + input.getChannel().sendMessage(eb.build()).queue(); + } + } + } + + @Override + public String showSettings() { + return null; + } +} diff --git a/src/main/java/Modules/VoiceLobby.java b/src/main/java/Modules/VoiceLobby.java new file mode 100644 index 0000000..0c234dc --- /dev/null +++ b/src/main/java/Modules/VoiceLobby.java @@ -0,0 +1,228 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.entities.VoiceChannel; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.guild.GenericGuildEvent; +import net.dv8tion.jda.api.events.guild.voice.GuildVoiceUpdateEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; + +import java.util.HashSet; +import java.util.Timer; +import java.util.TimerTask; +import java.util.concurrent.TimeUnit; +import java.util.regex.Matcher; +import java.util.regex.Pattern; + +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class VoiceLobby extends SuperModule { + + public static final String command = "lobby"; + private static final String description = "Create temporary channels.\n" + + "`lobby create -n NAME -l USERLIMIT` creates new temporary channel, without parameter default values will be used.\n" + + "`lobby limit USERLIMIT` set new user limit.\n" + + "`lobby name NAME` set new channel name.\n" + + "`lobby setLobbyChannel CATEGORY_ID` to set Category where lobbies will spawn. \n" + + "`lobby setLaunchpad VOICE_CHANNEL_ID` to set a Launchpad channel (user who join this channel will get moved in a new temporary channel)"; + + private long groupCategory; + private long launchpadChannel; + private HashSet tmpChannel = new HashSet<>(); + + private Logger logger = LoggerFactory.getLogger(this.getClass()); + + public VoiceLobby(GuildController guildController, JSONObject config){ + + super(command, guildController, config); + + if (!getConfig().containsKey("groupCategory")){ + getConfig().put("groupCategory", "123"); + safeConfig(getConfig()); + } + if(!getConfig().containsKey("LaunchpadChannel")){ + getConfig().put("LaunchpadChannel", "123"); + safeConfig(getConfig()); + } + + //long groupCategory + this.groupCategory = Long.parseLong(getConfig().get("groupCategory").toString()); + this.launchpadChannel = Long.parseLong(getConfig().get("LaunchpadChannel").toString()); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return description; + } + + @Override + public void execute(GenericEvent genericEvent) { + + if (!(genericEvent instanceof GenericGuildEvent)) + return; + + GenericGuildEvent event = (GenericGuildEvent) genericEvent; + + if (event instanceof GuildMessageReceivedEvent) { + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + logger.debug("Lobby command triggered"); + + //////////////////////// + // CREATE TMP CHANNEL + //////////////////////// + if (checkForCommand(thisEvent.getMessage().getContentRaw(), "create")) { + //check if user is in Voice Channel + if (thisEvent.getMember().getVoiceState().inVoiceChannel()) { + //Pattern + Matcher name = Pattern.compile("(?is:-n [^ ]+)").matcher(thisEvent.getMessage().getContentRaw()); + Matcher limit = Pattern.compile("(?is:-l [0-9]+)").matcher(thisEvent.getMessage().getContentRaw()); + //TODO + Matcher privateChannel = Pattern.compile("(?is:-p)").matcher(thisEvent.getMessage().getContentRaw()); + + //Create Voice channel + VoiceChannel newChannel = event.getGuild().createVoiceChannel(name.find() ? name.group(0).replace("-n ", "").replaceAll(" $", "") : "TEMP") + .setParent(event.getGuild().getCategoryById(groupCategory)) + .setUserlimit(limit.find() ? Integer.parseInt(limit.group(0).replace("-l ", "").replaceAll(" $", "")) : 3).complete(); + + // move User + event.getGuild().moveVoiceMember(((GuildMessageReceivedEvent) event).getMember(), newChannel).queue(); + tmpChannel.add(newChannel.getIdLong()); + + } else { + thisEvent.getChannel().sendMessage("Please Join a Voice Channel first!").queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + } + //////////////////////// + // Set Limit + //////////////////////// + } else if (thisEvent.getMessage().getContentRaw().matches("(?is:" + getGuildController().getPREFIX() + command + " limit [0-9]+)")) { + + //check if user is in Voice Channel and a temp channel + if (thisEvent.getMember().getVoiceState().inVoiceChannel() && thisEvent.getMember().getVoiceState().getChannel().getParent().getIdLong() == groupCategory) { + + //Set new Limit + thisEvent.getMember().getVoiceState().getChannel().getManager().setUserLimit(Integer.parseInt( + thisEvent.getMessage().getContentRaw().replaceAll(".* limit ", "")) + ).queue(); + + thisEvent.getChannel().sendMessage( + "Set limit to " + thisEvent.getMessage().getContentRaw().replaceAll(".* limit ", "")) + .queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + + } else { + thisEvent.getChannel().sendMessage("You are not in a lobby channel!").queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + } + //////////////////////// + // Set name + //////////////////////// + } else if (thisEvent.getMessage().getContentRaw().matches("(?is:" + getGuildController().getPREFIX() + command + " name [^ ]+)")) { + + //check if user is in Voice Channel and a temp channel + if (thisEvent.getMember().getVoiceState().inVoiceChannel() && thisEvent.getMember().getVoiceState().getChannel().getParent().getIdLong() == groupCategory) { + + //Set new Limit + thisEvent.getMember().getVoiceState().getChannel().getManager().setName( + thisEvent.getMessage().getContentRaw().replaceAll(".* name ", "") + ).queue(); + + thisEvent.getChannel().sendMessage( + "Set name to " + thisEvent.getMessage().getContentRaw().replaceAll(".* name ", "")) + .queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + + } else { + thisEvent.getChannel().sendMessage("You are not in a lobby channel!").queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + } + //////////////////////// + // Set Lobby Category + //////////////////////// + } else if (checkForAdmin(thisEvent.getMember()) && checkForCommand(thisEvent.getMessage().getContentRaw(), "setLobbyChannel")) { + + Matcher m = Pattern.compile("(?is:[0-9]+)").matcher(thisEvent.getMessage().getContentRaw()); + if (m.find() && thisEvent.getGuild().getCategoryById(m.group(0)) != null) { + getConfig().replace("groupCategory", m.group(0) + ""); + + thisEvent.getChannel().sendMessage("Set groupCategory to: " + m.group(0)).queue(); + safeConfig(getConfig()); + } else { + thisEvent.getChannel().sendMessage("no valid Category!").queue(); + } + + thisEvent.getMessage().delete().queue(); + //////////////////////// + // Set Launchpad + //////////////////////// + } else if (checkForAdmin(thisEvent.getMember()) && checkForCommand(thisEvent.getMessage().getContentRaw(), "setLaunchpad")) { + + if (thisEvent.getMessage().getContentRaw().matches("(?is:.*[0-9]+.*)")) { // check if a Voice channel could be given + Matcher m = Pattern.compile("(?is:[0-9]+)").matcher(thisEvent.getMessage().getContentRaw()); + if (m.find() && thisEvent.getGuild().getVoiceChannelById(m.group(0)) != null) { + getConfig().put("LaunchpadChannel", m.group(0)); + safeConfig(getConfig()); + + this.launchpadChannel = Long.parseLong(getConfig().get("LaunchpadChannel").toString()); + thisEvent.getChannel().sendMessage("Launchpad set to `" + m.group(0) + "` (" + thisEvent.getGuild().getVoiceChannelById(m.group(0)).getName() + ")").queue(); + return; + } + } + + thisEvent.getChannel().sendMessage("Something went wrong, are you sure that you mentioned an VoicechannelID?").queue(e -> e.delete().queueAfter(1, TimeUnit.MINUTES)); + + } + } else if (event instanceof GuildVoiceUpdateEvent) { + GuildVoiceUpdateEvent thisEvent = (GuildVoiceUpdateEvent) event; + + //check if user left a temp channel + if ((thisEvent.getChannelLeft() != null && thisEvent.getChannelLeft().getParent().getIdLong() == groupCategory)) { + //check if channel is now empty + if (thisEvent.getChannelLeft().getMembers().size() < 1 && tmpChannel.contains(thisEvent.getChannelLeft().getIdLong())) { + + logger.debug("may remove channel: " + thisEvent.getChannelLeft().getId()); + //wait for 30 seconds and check again + //then delete channel if still empty + new Timer().schedule(new TimerTask() { + @Override + public void run() { + if (thisEvent.getChannelLeft().getMembers().size() < 1) { + + logger.debug("remove channel: " + thisEvent.getChannelLeft().getId()); + thisEvent.getChannelLeft().delete().queue(); + tmpChannel.remove(thisEvent.getChannelLeft().getIdLong()); + } else { + logger.debug("dont remove channel: " + thisEvent.getChannelLeft().getId()); + } + } + }, TimeUnit.SECONDS.convert(30, TimeUnit.MILLISECONDS)); + } + } + + if ((thisEvent.getChannelJoined() != null && thisEvent.getChannelJoined().getIdLong() == launchpadChannel)) { + logger.debug("Triggered Launchpad"); + + //Create Voice channel + VoiceChannel newChannel = event.getGuild().createVoiceChannel("Temp-Lobby", event.getGuild().getCategoryById(groupCategory)) + .complete(); + + // move User + event.getGuild().moveVoiceMember(thisEvent.getEntity(), newChannel).queue(); + tmpChannel.add(newChannel.getIdLong()); + } + } + } + + @Override + public String showSettings() { + return "LOBBYCHANNEL: `" + ((getGuildController().getJda().getCategoryById(groupCategory) == null) ? "none" : getGuildController().getJda().getCategoryById(groupCategory).getName()) + "`" + + "LaunchpadChannel: `"+ launchpadChannel + "`"; + } +} diff --git a/src/main/java/Modules/Welcome.java b/src/main/java/Modules/Welcome.java new file mode 100644 index 0000000..1824f2a --- /dev/null +++ b/src/main/java/Modules/Welcome.java @@ -0,0 +1,111 @@ +package Modules; + +import Controll.GuildController; +import Controll.SuperModule; +import net.dv8tion.jda.api.EmbedBuilder; +import net.dv8tion.jda.api.events.GenericEvent; +import net.dv8tion.jda.api.events.guild.member.GuildMemberJoinEvent; +import net.dv8tion.jda.api.events.message.guild.GuildMessageReceivedEvent; +import org.json.simple.JSONObject; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +public class Welcome extends SuperModule { + public static final String command = "welcome"; + + private final Logger logger = LoggerFactory.getLogger(Welcome.class); + + private String welcomeMessage; + private long welcomeChannel; + + public Welcome(GuildController guildController, JSONObject config){ + + super(command, guildController, config); + //long welcomeChannel, String welcomeMessage + + if (!getConfig().containsKey("welcomeMessage")){ + getConfig().put("welcomeMessage", "Hi $USER"); + safeConfig(getConfig()); + } + if (!getConfig().containsKey("welcomeChannel")){ + getConfig().put("welcomeChannel", "123"); + safeConfig(getConfig()); + } + + //get welcome message + this.welcomeMessage = config.get("welcomeMessage").toString(); + this.welcomeChannel = Long.parseLong(config.get("welcomeChannel").toString()); + } + + @Override + public String getCommand() { + return command; + } + + @Override + public String getDescription() { + return "Welcomes new Members\n" + + "`welcome SetWelcomeMessage MESSAGE` set Welcome message use `$USER` to mention the new user\n" + + "`welcome SetWelcomeChannel #CHANNEL` set Channel where new members are welcomed"; + } + + @Override + public void execute(GenericEvent event) { + + /////////////////////////////////// + // RESPONDE TO JOIN + /////////////////////////////////// + if (event instanceof GuildMemberJoinEvent){ + logger.debug("Welcome triggered"); + + GuildMemberJoinEvent thisEvent = (GuildMemberJoinEvent) event; + + EmbedBuilder eb = new EmbedBuilder(); + eb.setTitle("Welcome in " + thisEvent.getGuild().getName() + " !"); + eb.setDescription(welcomeMessage.replaceAll("\\$USER", thisEvent.getUser().getName())); + + thisEvent.getGuild().getTextChannelById(welcomeChannel).sendMessage(eb.build()).queue(); + + /////////////////////////////////// + // SETUP + /////////////////////////////////// + } else if (event instanceof GuildMessageReceivedEvent) { + + GuildMessageReceivedEvent thisEvent = (GuildMessageReceivedEvent) event; + + if (!isCommand(thisEvent.getMessage())) + return; + + if(!checkForAdmin(thisEvent.getMember())) { + //STUB + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "SetWelcomeMessage")) { + getConfig().remove("welcomeMessage"); + getConfig().put("welcomeMessage", thisEvent.getMessage().getContentRaw() + .replaceAll("(?is:" + getGuildController().getPREFIX() + command + " SetWelcomeMessage )","")); + + safeConfig(getConfig()); + + thisEvent.getChannel().sendMessage("Set Welcomemessage to: `" + getConfig().get("welcomeMessage").toString() + "`").queue(); + } else if (checkForCommand(thisEvent.getMessage().getContentRaw(), "SetWelcomeChannel")) { + + if (thisEvent.getMessage().getMentionedChannels().size() == 1){ + getConfig().remove("welcomeChannel"); + getConfig().put("welcomeChannel", thisEvent.getMessage().getMentionedChannels().get(0).getIdLong()); + + safeConfig(getConfig()); + + thisEvent.getChannel().sendMessage("Set Welcomechannel to: " + + thisEvent.getGuild().getGuildChannelById(Long.parseLong(getConfig().get("welcomeChannel").toString())).getName()).queue(); + } else { + thisEvent.getChannel().sendMessage("please mention a specific channel!").queue(); + } + } + } + } + + @Override + public String showSettings() { + return "WELCOME-CHANNEL: `" + ((getGuildController().getJda().getGuildChannelById(welcomeChannel) == null) ? "none" : getGuildController().getJda().getGuildChannelById(welcomeChannel).getName()) + "`\n" + + "WELCOME-MESSAGE: `" + welcomeMessage + "`"; + } +} diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties new file mode 100644 index 0000000..623829e --- /dev/null +++ b/src/main/resources/log4j.properties @@ -0,0 +1,21 @@ +# Root logger option +log4j.rootLogger=TRACE, stdout, FILE +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.Target=System.out +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd'T'HH:mm:ss.SSS} %-5p [%c] - %m%n + +# Direct log messages to a log file +log4j.appender.FILE=org.apache.log4j.FileAppender +log4j.appender.FILE.File=MissingIdentifier.log +log4j.appender.FILE.MaxFileSize=50MB +log4j.appender.FILE.MaxBackupIndex=10 +log4j.appender.FILE.layout=org.apache.log4j.PatternLayout +log4j.appender.FILE.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n +log4j.appender.FILE.ImmediateFlush=true +log4j.appender.FILE.Threshold=debug +log4j.appender.FILE.Append=true + +# exclude JDA DEBUG +log4j.logger.net.dv8tion.jda=DEBUG, stdout +#log4j.additivity.net.dv8tion.jda=false \ No newline at end of file