mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-30 02:38:11 -07:00
type cleanup
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user