mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-23 11:32:02 -08:00
Display umode; delete a bunch of data structures for features that won't be implemented.
This commit is contained in:
parent
5acc36409a
commit
c99bc6b453
3 changed files with 14 additions and 24 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue