mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
server ctime
This commit is contained in:
parent
4cee1ef909
commit
259fd40916
3 changed files with 7 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ func tryRegister(s *Server, c *Client) {
|
|||
c.registered = true
|
||||
c.send <- ReplyWelcome(c)
|
||||
c.send <- ReplyYourHost(c.Nick(), s.name)
|
||||
c.send <- ReplyCreated(c.Nick(), "2012/04/07")
|
||||
c.send <- ReplyCreated(c.Nick(), s.ctime)
|
||||
c.send <- ReplyMyInfo(c.Nick(), s.name)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue