Skip to content

Instantly share code, notes, and snippets.

@azenla
Last active December 20, 2015 11:59
Show Gist options
  • Save azenla/6127578 to your computer and use it in GitHub Desktop.
Save azenla/6127578 to your computer and use it in GitHub Desktop.
Groovy Config Example for KenBot v3
server {
host = 'irc.esper.net'
port = 6667
nickname = 'KenBotv3'
}
bot {
channels = ['#KenBot', '#DirectMyFile']
}
actions {
joinOnInvite = true
printMessages = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment