Author Topic: (Someone) has slayed You and etc.  (Read 2476 times)

0 Members and 3 Guests are viewing this topic.

Offline Unknown Gamer

  • Jr. Member
  • **
  • Posts: 79
  • Karma: -2
    • TrueKnife TTT
(Someone) has slayed You and etc.
« on: March 31, 2015, 10:07:16 AM »
Hi,

So people have been saying instead of seeing Unknown Gamer has slayed You, they see (Someone) has slayed You. How do I make it show my name. It makes it hard for someone to report an abusing admin on the server. And in general just annoying. How do I make it show teh person running the command?
Newb Coder. Soon to get better

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: (Someone) has slayed You and etc.
« Reply #1 on: March 31, 2015, 10:17:31 AM »
XGUI>Settings>Server>Log Echo(or something along those lines)>read given info

The search box exists for a reason. Please use it.
bw81@ulysses-forums ~ % whoami
Homepage

Offline XxLMM13xX

  • Sr. Member
  • ****
  • Posts: 265
  • Karma: -51
  • New to lua development
    • Twitch
Re: (Someone) has slayed You and etc.
« Reply #2 on: March 31, 2015, 10:26:53 AM »
Hi,

So people have been saying instead of seeing Unknown Gamer has slayed You, they see (Someone) has slayed You. How do I make it show my name. It makes it hard for someone to report an abusing admin on the server. And in general just annoying. How do I make it show teh person running the command?

The reason they see this is because of hidden echos...

to fix this you need to do the following...

type !menu in chat to bring up the menu>goto groups>user>manage permissions>other>then check "ulx seeanonymousechoes" this should fix it


EDIT: Looks like Bytewave has beaten me to it while i was typing... both ways should work!

Offline Buzzkill

  • Respected Community Member
  • Full Member
  • *****
  • Posts: 176
  • Karma: 59
    • The Hundred Acre Bloodbath
Re: (Someone) has slayed You and etc.
« Reply #3 on: March 31, 2015, 07:46:47 PM »
The reason they see this is because of hidden echos...

to fix this you need to do the following...

type !menu in chat to bring up the menu>goto groups>user>manage permissions>other>then check "ulx seeanonymousechoes" this should fix it


EDIT: Looks like Bytewave has beaten me to it while i was typing... both ways should work!

Kinda.   

ulx logecho = 0 prevents admin commands from being echoed at all.  Setting ulx logecho to 1 shows them anonymously, and ulx logecho 2 shows the source of the command.

"ulx seeanonymousecho" permissions controls who gets to see the source of a ulx command even when they are purposely issued anonymously (ie, when ulx logecho is 1).  This is intended as seconday, fine-grained echo control  (ie, admins can see which op issues a gag, but users see it anonymously).     

Unless you want to create a tiered approach to echoing, I would recommend ulx logecho = 2.


Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: (Someone) has slayed You and etc.
« Reply #4 on: March 31, 2015, 07:54:59 PM »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming