From b41aba008108a33b85ca73046be92f7b8c20d9b0 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Mon, 25 Jul 2016 12:09:43 +0200 Subject: [PATCH] fixes --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 791ef51..b887523 100644 --- a/server.go +++ b/server.go @@ -326,7 +326,7 @@ func handleCmdJoin(sv *Server, msg *irc.Message) { if _, exists := sv.chUsers[chid]; !exists { sv.chUsers[chid] = make(map[string]string) sv.chTopics[chid] = "" - sv.chModes[chid] = make(map[string]map[string]bool) + sv.chModes[chid] = make(map[string]bool) } if _, exists := sv.chUsers[chid][clid]; exists { return