forked from External/ergo
pointless refactor of stripMaskFromNick
This commit is contained in:
parent
853bb12c29
commit
15a0cda78b
4 changed files with 12 additions and 12 deletions
|
|
@ -173,7 +173,7 @@ func histservPlayHandler(service *ircService, server *Server, client *Client, co
|
|||
}
|
||||
|
||||
playMessage := func(timestamp time.Time, nick, message string) {
|
||||
service.Notice(rb, fmt.Sprintf("%s <%s> %s", timestamp.Format("15:04:05"), stripMaskFromNick(nick), message))
|
||||
service.Notice(rb, fmt.Sprintf("%s <%s> %s", timestamp.Format("15:04:05"), NUHToNick(nick), message))
|
||||
}
|
||||
|
||||
for _, item := range items {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue