An IRC bot that is based upon PircBotX and sits in #techcavern on the following networks:
- ElectroCode (irc.electrocode.net)
- EsperNET (irc.esper.net)
- SynIRC (irc.synirc.net)
- Freenode (irc.freenode.net)
- Run
./gradlew jar - Libraries will be downloaded and packed into the JAR
- You will find the JAR in PROJECT_ROOT/build/libs/
- By default, everyone is given their permissions based on channel status. Voiced is representative of trusted
- Authentication can be done with NickServ, WaveTact's own authentication system or Hostmask. NickServ authentication has been tested with Anope and Atheme. Others can work, but its not guranteed.
- 20 - Network Administrator (Access to all commands on a specific network)
- 18 - Channel Administrator (Access to all commands below Network Administrator on a specific channel and must be assigned by the controller per channel)
- 15 - Senior Channel Operator (Access to all commands below Founder on a specific channel and must be assigned by the controller per channel)
- 13 - Protected Channel Operator (Access to all commands below Owner on a specific channel)
- 10 - Channel Operator (Access to all commands below Admin on a specific channel)
- 7 - Channel Half-Operator (Access to all commands below Operator on a specific channel)
- 5 - Channel Trusted (Access to all commands below Half-Operator on a specific channel)
- 1 - Registered Access. Everyone has it (Access to all commands below Trusted on a specific channel).
- 0 - Default Access. Everyone has it (Access to all commands below Registered on a specific channel).
- -1 - Ignored (Access to no commands)
- -2 - Ignored Completely
- permlevel - you can set a custom permlevel for a user (Must be integer)
- relaybotsplit - you may assign a bot as a relaybot, and set the value as the character before the actual message is handled
You are welcome to set other properties (but they will be rather useless), however do beware that you may find issues in the future if the property you set happens to coincide with a new channel-user property
- autounban - this will detect bans and auto-unban a ban after the specified time. (s(econds)/m(inutes)/h(ours)/d(ays)/w(eeks)
- autourl - this will detect and print the title of urls found in channel messages. (True/False)
- topicseparator - this will determine the separator between topic parts
You are welcome to set other properties (but they will be rather useless), however do beware that you may find issues in the future if the property you set happens to coincide with a new channel property
- wolframalphaapikey - sets the Wolfram Alpha api key
- googleapikey - sets the Google api key
- wordnikapikey - sets the Wordnik api key
- wundergroundapikey - sets the Wunderground api key
- yandexapikey - sets the Yandex api key
- lastfmapikey - sets the Last.fm api key
You are welcome to set other properties (but they will be rather useless), however do beware that you may find issues in the future if the property you set happens to coincide with a new global config
- relaychan - Determines the channel from the network to relay
- commandchar - Determines network command char
You are welcome to set other properties (but they will be rather useless), however do beware that you may find issues in the future if the property you set happens to coincide with a new network property
- You will need to run
gradle ideaeach time a db migration file is added as intellij internal gradle support does not handle it properly.
- Make sure you have the WaveTact jar in your current directory.
- Run
java -jar WaveTact.jar
You can connect to the WaveTact console by running this:
java -jar WaveTact.jar --client