fix handle extraction if no match found
This commit is contained in:
parent
21024fcd56
commit
53aa979d5b
1 changed files with 1 additions and 1 deletions
2
honk.go
2
honk.go
|
@ -131,7 +131,7 @@ func honkerhandle(h string) string {
|
|||
if len(m) > 2 {
|
||||
return fmt.Sprintf("%s@%s", m[2], m[1])
|
||||
}
|
||||
return ""
|
||||
return h
|
||||
}
|
||||
|
||||
func reverbolate(honks []*Honk) {
|
||||
|
|
Loading…
Reference in a new issue