From e648ab6d2922289fd3cfc6c858333099640cc0f9 Mon Sep 17 00:00:00 2001 From: Bertram Gilfoyle Date: Mon, 23 Feb 2026 23:29:05 +0000 Subject: [PATCH] Add plugin config.json for Cardinal deployment --- plugins/monop/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/monop/config.json diff --git a/plugins/monop/config.json b/plugins/monop/config.json new file mode 100644 index 0000000..6dbe8d1 --- /dev/null +++ b/plugins/monop/config.json @@ -0,0 +1,5 @@ +{ + "bot_nick": "monop", + "channels": ["#monop"], + "state_path": "/site/game-state.json" +}