Set long cache-control and add a hash to css and js urls, clean some things up
This commit is contained in:
parent
2ccca3a778
commit
df02d27674
9 changed files with 171 additions and 77 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
func reconnectIRC() {
|
||||
for _, user := range storage.LoadUsers() {
|
||||
session := NewSession(user)
|
||||
sessions[user.ID] = session
|
||||
sessions.set(user.ID, session)
|
||||
go session.run()
|
||||
|
||||
channels := user.GetChannels()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue