✨ Add a PircBotX implementation of cloud
This commit is contained in:
parent
c74ac64e5f
commit
979d1079c6
9 changed files with 484 additions and 3 deletions
|
|
@ -32,6 +32,9 @@ include(':cloud-sponge')
|
|||
project(':cloud-sponge').projectDir = file('cloud-minecraft/cloud-sponge')
|
||||
include(':cloud-velocity')
|
||||
project(':cloud-velocity').projectDir = file('cloud-minecraft/cloud-velocity')
|
||||
// IRC Modules
|
||||
include(':cloud-pircbotx')
|
||||
project(':cloud-pircbotx').projectDir = file('cloud-irc/cloud-pircbotx')
|
||||
//
|
||||
// Example Modules
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue