add line message command , not fin

This commit is contained in:
Jay
2018-09-15 00:01:36 +08:00
parent a83ff3a0df
commit e954afe80b
9 changed files with 333 additions and 11 deletions
-7
View File
@@ -73,13 +73,6 @@ func JoinChannel(ch string) {
},
}
queue.Add(m)
// msg := &irc.Message{}
// msg.Command = "JOIN"
// msg.Params = []string{
// fmt.Sprintf("#%s", ch),
// }
// client.WriteMessage(msg)
}
// LeaveChannel -