From 464a599a25cbbfd7e7ccbbac611868858eba4fc0 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Tue, 9 Jun 2015 07:03:02 -0400 Subject: [PATCH] removing irc field (characters are already assigned to nick) --- character.go | 1 - json/kirby.json | 1 - 2 files changed, 2 deletions(-) diff --git a/character.go b/character.go index 2636097..c326c67 100644 --- a/character.go +++ b/character.go @@ -14,7 +14,6 @@ type Character struct { Missiles []interface{} `json:"missiles"` Weapons []interface{} `json:"weapons"` } `json:"equipment"` - Irc string `json:"irc"` Personal struct { Ac int `json:"ac"` Age int `json:"age"` diff --git a/json/kirby.json b/json/kirby.json index ca1c858..65557c9 100644 --- a/json/kirby.json +++ b/json/kirby.json @@ -16,7 +16,6 @@ "ac" : 0, "age" : 35 }, - "irc" : "kirby", "equipment" : { "armour" : [], "weapons" : [],