mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-09 05:39:08 -07:00
Display umode; delete a bunch of data structures for features that won't be implemented.
This commit is contained in:
@@ -77,7 +77,7 @@ func RplCreated(server *Server) Reply {
|
||||
|
||||
func RplMyInfo(server *Server) Reply {
|
||||
return NewReply(server, RPL_MYINFO,
|
||||
fmt.Sprintf("%s %s iwroO ik", server.name, VERSION))
|
||||
fmt.Sprintf("%s %s w ikn", server.name, VERSION))
|
||||
}
|
||||
|
||||
func RplUModeIs(server *Server, client *Client) Reply {
|
||||
|
||||
Reference in New Issue
Block a user