Messages are now sent when people join, change nick or talk on the channel.
Updated licenses. More code cleanup.
This commit is contained in:
parent
e31a22af11
commit
85ed19f259
21 changed files with 1867 additions and 1262 deletions
|
@ -1,15 +1,18 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'application'
|
||||
|
||||
defaultTasks 'deploy'
|
||||
|
||||
version = '0.6'
|
||||
|
||||
def packageName = 'net.thauvin.erik.mobibot'
|
||||
def mainClassName = packageName + '.Mobibot'
|
||||
def deployDir = 'deploy'
|
||||
def isRelease = 'release' in gradle.startParameter.taskNames
|
||||
|
||||
mainClassName = packageName + '.Mobibot'
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue