Netrcol Docs

Game Commands

Word game and counting game setup

Topics: game, wordgame, counting, fun

Overview

Netrcol includes two chat games that keep your community active, each running in its own channel. The Word Game is a chain where every word must start with the previous word's last letter; the Counting Game has members count upward, one number at a time. The commands below set the channel or switch a game off. Finer settings live on the dashboard's Word Game and Counting pages.

Word Game Setup

!wordgame <channel_id>

Required permission: Manage Channels

Enables the word-chain game in the given channel. Each new word must start with the last letter of the previous word.

OptionTypeRequiredDescription
channel_idchannelRequiredChannel the word game runs in
  • !wordgame 123456789012345678

Word Game Disable

!wordgame disable

Required permission: Manage Channels

Turns off the word game.

  • !wordgame disable

Counting Setup

!counting-setup <channel_id>

Required permission: Manage Channels

Enables the counting game in the given channel. Members count upward together, one number per message.

OptionTypeRequiredDescription
channel_idchannelRequiredChannel the counting game runs in
  • !counting-setup 123456789012345678

Counting Disable

!counting-disable

Required permission: Manage Channels

Turns off the counting game.

  • !counting-disable

Counting Leaderboard

!counttop

Shows the counting game leaderboard — the members who have contributed the most correct counts.

  • !counttop

Balance

!balance [user_id]

Shows a user global foin balance.

OptionTypeRequiredDescription
user_iduserOptionalWhose balance to show
  • !balance
  • !bal 123456789012345678

Daily Foin

!daily

Claims the daily 100 foin reward.

  • !daily

Pay Foin

!pay <user_id> <amount>

Sends foin to another user.

OptionTypeRequiredDescription
user_iduserRequiredRecipient user
amountnumberRequiredAmount of foin
  • !pay 123456789012345678 50

Rich Leaderboard

!rich

Shows the global foin leaderboard.

  • !rich
  • !foinboard
  • !economyboard

Coinflip

!coinflip <amount> [heads|tails]

Flips a 49/51 house coin for foin. Player wins pay 2x, invalid sides are rejected, and leaving the side empty picks one randomly.

  • !coinflip 100 heads
  • !cf 100

Slots

!slots <amount>

Plays slots for foin. Bets must be between 10 and 1000 foin.

  • !slots 100

Blackjack

!blackjack <amount>

Starts a button-based blackjack game for foin.

  • !blackjack 100
  • !bj 100

Economy Admin

!eco <add|remove|set> <user_id> <amount>

Required permission: Bot Developer

Developer-only foin balance maintenance.

  • !eco add 123456789012345678 500
  • !eco set 123456789012345678 0

Word Game Leaderboard

!wordtop

Shows the word game leaderboard — the members with the most valid words.

  • !wordtop

Browse all documentation