Add /away
This commit is contained in:
parent
ed9a1c3216
commit
ccb0149b3d
6 changed files with 29 additions and 5 deletions
|
@ -141,11 +141,6 @@ func handleMessages(irc *IRC, session *Session) {
|
|||
|
||||
case RPL_NAMREPLY:
|
||||
users := strings.Split(msg.Trailing, " ")
|
||||
|
||||
/*for i, user := range users {
|
||||
users[i] = strings.TrimLeft(user, "@+")
|
||||
}*/
|
||||
|
||||
userBuffer := userBuffers[msg.Params[2]]
|
||||
userBuffers[msg.Params[2]] = append(userBuffer, users...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue