add line message command , not fin
This commit is contained in:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user