Prelude to fillCharmap() Part 2
This commit is contained in:
parent
a5bdd00ff2
commit
c948455307
2
bot.go
2
bot.go
@ -37,6 +37,8 @@ func fillCharmap(nick string, sect string, val string) {
|
|||||||
// vypr["stat"]["health"] = 100
|
// vypr["stat"]["health"] = 100
|
||||||
// vypr["info"]["name"] = "Peapod"
|
// vypr["info"]["name"] = "Peapod"
|
||||||
// make(map[string]map[string]string)
|
// make(map[string]map[string]string)
|
||||||
|
var isDungeonMaster = false
|
||||||
|
if nick == dunmas { isDungeonMaster = true }
|
||||||
}
|
}
|
||||||
|
|
||||||
func processMsg(nick string, msg string, conn *irc.Connection) {
|
func processMsg(nick string, msg string, conn *irc.Connection) {
|
||||||
|
Loading…
Reference in New Issue
Block a user