commit 89e989db0b1d37f83b9a86096f08d4bcde71f90a parent 593bc4ef4b961ffc5e886281db1c47d8cdad1dcc Author: n0tr1v <n0tr1v@protonmail.com> Date: Sat, 10 Jun 2023 23:34:54 -0700 cleanup Diffstat:
| M | pkg/web/handlers/interceptors/slashInterceptor.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/interceptors/slashInterceptor.go b/pkg/web/handlers/interceptors/slashInterceptor.go @@ -1715,7 +1715,7 @@ func handleLocateCmd(c *command.Command) (handled bool) { for idx, room := range rooms { roomLinks[idx] = "#" + room.Name } - msg := "@" + string(username) + " is in " + strings.Join(roomLinks, " ") + msg := username.AtStr() + " is in " + strings.Join(roomLinks, " ") c.ZeroProcMsg(msg) c.Err = command.ErrRedirect return true