From c94845530730f8a6236a87d8238b46f3c8a48298 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Tue, 9 Dec 2014 06:43:34 -0500 Subject: [PATCH] Prelude to fillCharmap() Part 2 --- bot.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.go b/bot.go index a631ff3..b21d2a1 100644 --- a/bot.go +++ b/bot.go @@ -37,6 +37,8 @@ func fillCharmap(nick string, sect string, val string) { // vypr["stat"]["health"] = 100 // vypr["info"]["name"] = "Peapod" // make(map[string]map[string]string) + var isDungeonMaster = false + if nick == dunmas { isDungeonMaster = true } } func processMsg(nick string, msg string, conn *irc.Connection) {