Author Topic: How to mute commands such as !goto  (Read 1388 times)

0 Members and 1 Guest are viewing this topic.

Offline Piehthyte

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • Fesarius
How to mute commands such as !goto
« on: August 11, 2015, 04:50:01 PM »
How do I mute commands in-game such as !goto, !bring etc? I have been trying to make a lua script that will mute all of the commands but that is quite a bit of commands to mute and I was told there was a way to do it in ulx, that I have not found! Does anyone know how I could go about doing that?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: How to mute commands such as !goto
« Reply #1 on: August 11, 2015, 08:08:00 PM »
Without editing the entire ulx command base, I'd recommend using console commands instead of chat commands.
From there, could enable/disable/change various levels of echo.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Piehthyte

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
    • Fesarius
Re: How to mute commands such as !goto
« Reply #2 on: August 12, 2015, 09:07:33 AM »
Alright, Thank you Jammin! I think I could put together a script that would mute them since most of the staff members on my server like using chat commands!