version: Return RPL_ISUPPORT tokens, as standard

This commit is contained in:
Daniel Oaks 2016-04-14 09:55:22 +10:00
parent 56084507a7
commit a241ea7dd6
1 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ func (msg *VersionCommand) HandleServer(server *Server) {
}
client.RplVersion()
client.RplISupport()
}
func (msg *InviteCommand) HandleServer(server *Server) {