forked from External/ergo
type cleanup
This commit is contained in:
parent
20257ec624
commit
a3b7441939
7 changed files with 91 additions and 48 deletions
|
|
@ -188,7 +188,7 @@ func RplCreated(server *Server) Reply {
|
|||
|
||||
func RplMyInfo(server *Server) Reply {
|
||||
return NewNumericReply(server, RPL_MYINFO,
|
||||
"%s %s aiwroOs kn", server.name, VERSION)
|
||||
"%s %s aiOorsw abeIikmntpqrsl", server.name, VERSION)
|
||||
}
|
||||
|
||||
func RplUModeIs(server *Server, client *Client) Reply {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue