just a runnable instance of lrcd
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

i like this phrasing more

+3 -3
+3 -3
main.go
··· 41 41 i think you should connect to me with your lrc client (e.g. ttyxcvr) 42 42 it'll be more fun for us both! (tangled.org/moth11.net/ttyxcvr) 43 43 44 - currently connected: %d 45 - live since: %s 46 - message count: %d`, server.Connected(), now.Format(time.RubyDate), *messages) 44 + currently connected: %d 45 + live since: %s 46 + messages since last restart: %d`, server.Connected(), now.Format(time.RubyDate), *messages) 47 47 } else { 48 48 server.WSHandler()(w, r) 49 49 }