Short Description
IRC bot to coordinate zombie strikes in an online game urbandead.com
Full Description
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/NickNS_PASS
: Nickserv passwordSERVER
: IRC server to connect toOWNER_CHANNELS
: Prints all stored targets to these channelsCHANNELS
: 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