From 0745fcc4eeeb0590e98f2fa2dd6d987217e5503c Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Fri, 30 Jan 2015 10:37:40 -0500 Subject: [PATCH] one more dictionary value --- bot.go | 3 ++- log.txt | 0 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 log.txt diff --git a/bot.go b/bot.go index 22d9976..c09ec91 100755 --- a/bot.go +++ b/bot.go @@ -35,7 +35,8 @@ var dict = map[string]string{ "algn": "alignment", "xp": "experience points", "str": "strength", - "dex": "dexterity", + "con": "constitution", + "dex": "dexterity", "wis": "wisdom", "cha": "charisma", "lvl": "level", diff --git a/log.txt b/log.txt deleted file mode 100644 index e69de29..0000000