pyircbot/examples/data/config/Inventory.json

15 lines
402 B
JSON
Raw Normal View History

{
"limit": 25,
"recv_msg": "Oh, thanks, I'll keep %(adjective)s%(item)s safe",
2017-11-27 18:58:20 -08:00
"inv_msg": "\u0001ACTION is carrying %(itemlist)s\u0001",
"swap_msg": "\u0001ACTION takes %(adjective)s%(recv_item)s but drops %(drop_item)s\u0010",
"dupe_msg": "No thanks, I've already got %(item)s",
"adjectives": [
2017-12-03 23:18:33 -08:00
"a",
"some",
"the",
"an",
"these"
]
2017-11-27 18:58:20 -08:00
}