• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Muted/unmuted messages.

JapE

New member
Hi,
Do anybody know if it's possible to disable theese messages?
Code:
<15:38:01> "*********": Hey!
I muted you!
<15:38:03> "*********": Hey!
I unmuted you!
Thanks in advance
 

Daxtabold

Active member
how exactly?
Code:
messages:
  #The terminal log level
  level: 2
  voice:
    #The serv
to ...
Code:
messages:
  #The terminal log level
  level: 0
  voice:
    #The serv
?
 

mkll11one

TeaSpeak Team
Staff member
TeaTeam
how exactly?
Code:
messages:
  #The terminal log level
  level: 2
  voice:
    #The serv
to ...
Code:
messages:
  #The terminal log level
  level: 0
  voice:
    #The serv
?
Why are you disabled the LOG? does nothing to-do with the message of "muted" ;)

Try scroll abit down. and find:
Code:
mute:
    #The mute notify message
    mute_message: "Hey!\nI muted you!"
    #The unmute notify message
    unmute_message: "Hey!\nI unmuted you!"