Utility IRC bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Smith 3e8b730c18 Initial import, with Hue module 5 years ago
..
main/kotlin/com/chameth/hexbot Initial import, with Hue module 5 years ago
README.md Initial import, with Hue module 5 years ago

README.md

Configuration

  • irc
    • server - hostname or IP to connect to [required]
    • port - port to connect on [required]
    • tls - whether to use TLS or not [default false]
    • password - server password [default none]
    • nickname - nickname to use [default Hex]
    • realname - real name to use [default +++Divide By Cucumber Error+++]
    • ident - ident/username to use [default hexbot]
    • nickserv [optional]
    • user - username to identify to nickserv with
    • password - password to identify to nickserv with
  • hue
    • appid - the application ID to use for the Hue remote API
    • clientid - the client ID to use for the Hue remote API
    • clientsecret - the secret to use for the Hue remote API