mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
minor cleanup/refactoring
This commit is contained in:
parent
adde42a1bf
commit
12ae89ca14
2 changed files with 6 additions and 7 deletions
|
|
@ -37,9 +37,8 @@ func ExpandUserHost(userhost string) (expanded string) {
|
|||
return
|
||||
}
|
||||
|
||||
func QuoteLike(userhost string) (like string) {
|
||||
like = likeQuoter.Replace(userhost)
|
||||
return
|
||||
func QuoteLike(userhost string) string {
|
||||
return likeQuoter.Replace(userhost)
|
||||
}
|
||||
|
||||
type ClientLookupSet struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue