Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

mitcdh/docker-strikebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Urbandead StrikeBot

Docker image of strikebot, the one true papa of the Ridleybank Resistance Front and also a generic IRC bot for coordinating zombie strikes on urbandead.com

Environment Variables

  • NICK: Username/IRC Name/Nick
  • NS_PASS: Nickserv password
  • SERVER: IRC server to connect to
  • OWNER_CHANNELS: Prints all stored targets to these channels
  • CHANNELS: Comma deliminated list of auto-join channels and optional passwords

Usage

docker run -d \
    --name strikebot \
    -e NICK="StrikeBot" \
    -e NS_PASS="" \
    -e SERVER="irc.nexuswar.com" \
    -e OWNER_CHANNELS="#rrf-wc" \
    -e CHANNELS="#rrf-ud,#rrf-wc PASSWORD,#gore PASSWORD,#constable" \
    mitcdh/strikebot

Structure

  • /usr/src/strikebot: StrikeBot's home

About

IRC bot to coordinate zombie strikes in an online game urbandead.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published