1
0
Fork 0

teleimg: fix RE for IRC names

Change-Id: Ief1bda751553361bcbbd18031205ae70804f1dd4
master
q3k 2020-02-02 16:58:57 +01:00
parent 83e2690070
commit e048331e25
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ local kube = import "../../kube/kube.libsonnet";
},
image: {
teleimg: "registry.k0.hswaw.net/q3k/teleimg:1578259776-a07688fe74efe1e190d58092a9f50d4275a15e3d",
lelegram: "registry.k0.hswaw.net/q3k/lelegram:1579785132-a2ee865a0cb74f88ba4b9861598e1efe78c4f066",
lelegram: "registry.k0.hswaw.net/q3k/lelegram:1579786610-83e26900700814ea67f46aabd5c5077382186022",
},
bridge: {
telegram: "-1001345766954",

View File

@ -53,7 +53,7 @@ type ircconn struct {
connected int64
}
var reIRCNick = regexp.MustCompile(`[^a-z0-09]`)
var reIRCNick = regexp.MustCompile(`[^A-Za-z0-09]`)
// Say is called by the Manager when a message should be sent out by the
// connection.