Sign inSign up

webpigeon/uc_pircbotx

By webpigeon

Updated about 10 years ago

modular irc bot written in java

Image
0

1.1K

webpigeon/uc_pircbotx repository overview

Code on github, for now this is built from the develop branch. Once we get a bit more stable I'll create versioned releases (this will be about the same time we put it on central).

Tags

  • latest will track master branch once docker stuff has been merged in
  • develop will track develop branch once docker stuff has been merged in

for the time being they both are tracking develop (as master doesn't have docker config)

Issues

(probably make this less than useful at present)

  • Plugins directory is not a thing yet (directory exists but not used)

How to run

  1. create config and plugin directories for the bot
  2. create configuration file from the template on github
  3. put the configuration file in your config folder and name it bot.json
  4. create the bot with the volumes mounted:
sudo docker run -d --name ircbot -v /tmp/pircbotx/config:/home/uc_pircbotx/config -v /tmp/pircbotx/plugins:/home/uc_pircbotx/plugins webpigeon/uc_pircbotx

if on centos/fedora add :z to the end of the mounts, or selinux gets upset.

Tag summary

Content type

Image

Digest

Size

149.7 MB

Last updated

about 10 years ago

docker pull webpigeon/uc_pircbotx