continue work reorganising and redoing EVERYTHING

This commit is contained in:
Daniel Oaks
2016-06-19 10:01:30 +10:00
parent 31c1df55a3
commit 08225c201d
11 changed files with 261 additions and 270 deletions
+1 -13
View File
@@ -5,19 +5,7 @@
package irc
import (
"fmt"
"github.com/DanielOaks/girc-go/ircmsg"
)
// NICK <nickname>
func nickHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
// check NICK validity
// send NICK change to primary server thread for processing
// |-> ensure no other client exists with that nickname
return true
}
import "fmt"
type ModeChange struct {
mode UserMode