simnalamburt / personal-op-bot

Personal IRC OP bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

personal-op-bot

A simple and ignorant IRC OP maintenance bot.

cargo build

# Prepare config.toml using config.toml.example
cargo run

Using Docker

# Prepare ~/personal-op-bot/config.toml then run below:
docker run -d --restart=always \
  --mount type=bind,source=${HOME}/personal-op-bot,target=/a \
  ghcr.io/simnalamburt/personal-op-bot:1.0.2

 


personal-op-bot is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.

About

Personal IRC OP bot

License:Other


Languages

Language:Rust 90.3%Language:Dockerfile 9.7%