commit 66ec695a907a5f34d36f9e28269d2fb16d995bf5
parent 8804919fbe3cf21946bcccebbcb5e33fcfed70b7
Author: Fox <LightFox@home.com>
Date: Wed, 19 Feb 2025 13:16:20 -0800
changed the stuff n0tr1v wanted me to change spelling and renaming fucntion :-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/interceptors/command/command.go b/pkg/web/handlers/interceptors/command/command.go
@@ -144,7 +144,7 @@ func (c *Command) ZeroSysMsgToSkipNotify(user2 *database.User, msg string) {
c.zeroSysRawMsg(user2, msg, msg, true)
}
-// ZeroPublicMsg have the "zero usser" send an unprocessed message in the current room
+// ZeroPublicMsg have the "zero user" send an unprocessed message in the current room
func (c *Command) ZeroPublicMsg(raw, msg string) {
c.zeroRawMsg(nil, raw, msg)
}