mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-22 18:52:41 +01:00
handle CAP command silently in registration too
This commit is contained in:
parent
b6d8f62674
commit
23f01ff9ee
@ -290,6 +290,10 @@ func (msg *QuitCommand) HandleAuthServer(server *Server) {
|
|||||||
// registration commands
|
// registration commands
|
||||||
//
|
//
|
||||||
|
|
||||||
|
func (msg *CapCommand) HandleRegServer(server *Server) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
func (m *NickCommand) HandleRegServer(s *Server) {
|
func (m *NickCommand) HandleRegServer(s *Server) {
|
||||||
client := m.Client()
|
client := m.Client()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user