monop-state/cardinal-plugin/monop/config.example.json
Jarvis 2b022f15c3 Add Cardinal plugin for monop state tracking
- Watches channel messages via @event('irc.privmsg')
- Feeds to MonopParser, writes game-state.json on state change
- Commands: .monop [status|players|board|owned]
- Bundled monop_parser.py in plugin dir
- Standalone test passes
2026-02-21 03:54:59 +00:00

5 lines
102 B
JSON

{
"bot_nick": "monop",
"channels": ["#monop"],
"state_path": "/path/to/game-state.json"
}