瀏覽代碼

Fix over-interpolation issues with percent signs

tags/v0.4.0
Russ Garrett 5 年之前
父節點
當前提交
33a064edda
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      httplistener/github.go

+ 1
- 1
httplistener/github.go 查看文件

@@ -102,7 +102,7 @@ func (hl *HTTPListener) githubHandler(w http.ResponseWriter, request *http.Reque
102 102
 
103 103
 		log.Infof("%s [%s -> %s] GitHub event received", request.RemoteAddr, repo, channel)
104 104
 		for _, msg := range msgs {
105
-			hl.irc.Privmsgf(channel, msg)
105
+			hl.irc.Privmsg(channel, msg)
106 106
 		}
107 107
 	}
108 108
 }

Loading…
取消
儲存