mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Fixed private message logging
This commit is contained in:
parent
fe30fe8d87
commit
815af34004
1 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ function commandPersonalMessage(clientId, command, target, ...)
|
|||
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "ccp "..recipient.." \"^3private message from "..et.gentity_get(clientId, "pers.netname").."\";")
|
||||
et.trap_SendConsoleCommand(et.EXEC_APPEND, "csay "..recipient.." \"^9reply: ^7r [^2message^7]\";")
|
||||
end
|
||||
|
||||
logs.writeChat(clientId, "priv", cmdClient, ...)
|
||||
logs.writeChat(clientId, "priv", recipient, ...)
|
||||
end
|
||||
|
||||
return true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue