Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: chris8778 on December 13, 2013, 08:50:50 PM

Title: Admin say is annonymous
Post by: chris8778 on December 13, 2013, 08:50:50 PM
Is there a way when a admin types @@ it shows what admin is typing to the server?  I tried googling it but cannot find it.
Title: Re: Admin say is annonymous
Post by: Cobalt on December 14, 2013, 07:48:50 AM
Asay isn't anonymous though...
Edit: Oh you mean tsay. yeah there is a way to do that, you would have to edit the lua. I can show you how if you want.
Title: Re: Admin say is annonymous
Post by: JamminR on December 14, 2013, 07:57:23 AM
The command is actually 'tsay', and if you have chat log enabled in ULX, you can find who's doing it in your ULX server logs in ./data/ulx_logs folder.
Look for something like "(tsay from <person>) <message>"
Title: Re: Admin say is annonymous
Post by: chris8778 on December 14, 2013, 10:37:08 PM
I would really appreciate it if you could show me
Title: Re: Admin say is annonymous
Post by: Cobalt on December 15, 2013, 11:41:09 AM
I would really appreciate it if you could show me
ULib.tsay( nil, message ) --> ULib.tsay( nil, calling_ply:Nick() .. ": " .. message )
Although that sorta defeats the purpose of tsay, so you should make a new command for it.
Title: Re: Admin say is annonymous
Post by: chris8778 on December 18, 2013, 03:55:13 PM
I have a garrys mod server.  I am not sure what file to put that in.  I have tried looking for it and can't find it.