1
0
Fork 0
forked from External/ergo

urgh this should not even be commited yet, this will all be squashed out

This commit is contained in:
Daniel Oaks 2016-06-17 22:17:42 +10:00
parent dbca03e948
commit e83283e7fd
7 changed files with 1117 additions and 1124 deletions

View file

@ -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)
}
*/