Selaa lähdekoodia

Fix over-interpolation issues with percent signs

tags/v0.4.0
Russ Garrett 5 vuotta sitten
vanhempi
commit
33a064edda
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      httplistener/github.go

+ 1
- 1
httplistener/github.go Näytä tiedosto

@@ -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…
Peruuta
Tallenna