Compare commits

..

No commits in common. "4b4270f0ca2ff763192e4f3a5a1ece05691f9842" and "68e9d6880df569fc6d0da071814d494db54fb51e" have entirely different histories.

View File

@ -132,7 +132,7 @@ func (h *Host) Connect(term *sshd.Terminal) {
h.mu.Unlock() h.mu.Unlock()
// Send MOTD // Send MOTD
if motd != "" && !apiMode { if motd != "" {
user.Send(message.NewAnnounceMsg(motd)) user.Send(message.NewAnnounceMsg(motd))
} }