IRCCD-PLUGIN-ROULETTE(7) - Miscellaneous Information Manual

NAME

roulette - irccd roulette plugin

DESCRIPTION

The roulette plugin is a funny script that let you do a russian roulette game but without any injuries.

Note: the bot will perform a kick command if the user is being shot so you must be sure to have channel operator mode set on irccd.

INSTALLATION

The plugin roulette is distributed with irccd. To enable it add it into your irccd.conf(5) configuration file.

plugin "roulette"

USAGE

The roulette plugin simply reacts to the special command.

markand: !roulette
irccd: markand, you're lucky this time
markand: !roulette
irccd: markand, you're lucky this time
markand: !roulette
markand was kicked by irccd [markand, HEADSHOT]

TEMPLATES

The plugin roulette supports the following templates properties:

lucky

The text to show on luck. Keywords: count (the number of turns left in the cylinder).

shot

The text to show on shot.

All templates supports the following standard keywords: channel, command, nickname, origin, plugin, server.

EXAMPLES

Example of configuration file:

plugin "roulette" {
  templates {
    "lucky" "#{nickname} you're gonna get shot";
    "shot"  "BIM";
  }
}

SEE ALSO

irccd(1), irccd-templates(7)

macOS 13.5 - February 3, 2022