Sign inSign up

mitcdh/strikebot

By mitcdh

Updated over 6 years ago

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

Image
0

100K+

mitcdh/strikebot repository overview

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

Tag summary

Content type

Image

Digest

Size

314.3 MB

Last updated

over 6 years ago

docker pull mitcdh/strikebot