mirror of
https://code.dnix.de/da/flokatirc
synced 2026-07-27 08:39:45 +02:00
Fix: modules.go added.
This commit is contained in:
@@ -31,7 +31,6 @@ func fuzzytimeHandleMessage(m *irc.Message) {
|
||||
}
|
||||
|
||||
func fuzzytimeShow() {
|
||||
log.Println("timeshow")
|
||||
t := time.Now()
|
||||
h := t.Hour()
|
||||
tzcorrect := 1
|
||||
@@ -66,9 +65,7 @@ func fuzzytimeShow() {
|
||||
default:
|
||||
s += fmt.Sprintf("%s Uhr\n", fuzzytimeSayHour(h+1))
|
||||
}
|
||||
log.Println("saying now:", s)
|
||||
SayCh <- fmt.Sprintf("*\n%s", s)
|
||||
|
||||
}
|
||||
|
||||
func fuzzytimeSayHour(h int) string {
|
||||
|
||||
Reference in New Issue
Block a user