Prelude to fillCharmap() Part 2

This commit is contained in:
Elliott Pardee 2014-12-09 06:43:34 -05:00
parent a5bdd00ff2
commit c948455307

2
bot.go
View File

@ -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) {