forked from an/flokati
fix fix fix
This commit is contained in:
parent
ffe325a7f0
commit
ce5aee6a96
|
@ -29,7 +29,7 @@ func fuzzytimeHandleMessage(m *Message) {
|
||||||
func fuzzytimeShow(channel string) {
|
func fuzzytimeShow(channel string) {
|
||||||
t := time.Now()
|
t := time.Now()
|
||||||
h := t.Hour()
|
h := t.Hour()
|
||||||
z, o := t.Zone()
|
_, o := t.Zone()
|
||||||
h = h + o
|
h = h + o
|
||||||
m := t.Minute()
|
m := t.Minute()
|
||||||
s := "Es ist "
|
s := "Es ist "
|
||||||
|
|
Loading…
Reference in New Issue