sstephenson / hector

A private group chat server for people you trust
MIT License
131 stars 15 forks source link

How do get ride of "File is missing" message #36

Closed postmodern closed 10 years ago

postmodern commented 11 years ago

I notice that the default MOTD is "File is missing".

https://github.com/sstephenson/hector/blob/master/lib/hector/concerns/presence.rb#L40

leedo commented 11 years ago

Hector does not support a MOTD, but some clients require either a MOTD or "File is missing" message.

postmodern commented 11 years ago

how could I go about adding one? I suppose I would need a Hector.motd variable and read from that?

djanowski commented 10 years ago

Would you take a patch for including a MOTD? It's a nice feature for hackers :)

raws commented 10 years ago

@djanowski If the patch is not too intrusive and includes thorough test coverage, sure!

raws commented 10 years ago

I'm closing this issue because nobody's touched it in a while.