forked from External/ergo
urgh this should not even be commited yet, this will all be squashed out
This commit is contained in:
parent
dbca03e948
commit
e83283e7fd
7 changed files with 1117 additions and 1124 deletions
|
|
@ -122,6 +122,7 @@ var (
|
|||
// commands
|
||||
//
|
||||
|
||||
/*
|
||||
func (m *ModeCommand) HandleServer(s *Server) {
|
||||
client := m.Client()
|
||||
target := s.clients.Get(m.nickname)
|
||||
|
|
@ -185,3 +186,4 @@ func (msg *ChannelModeCommand) HandleServer(server *Server) {
|
|||
|
||||
channel.Mode(client, msg.changes)
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue