1. Hi can i set the punish time? like mute 5 --> muted for 5 min ---> in word filtering?!

    "c**t": [
    "mute 2", (muted for 2 min or something like that)
    "Don't use that word"
    ],

    "mute 2" --> doesent work, doesent mute at all! :(
     
  2. Currently only permanent mute is working by using "mute" but I plan to implement the same time functionality as used in the Chatmute plugin.
     
  3. k thanks
    [DOUBLEPOST=1436035488,1435996910][/DOUBLEPOST]can i change the color of the replaced word ? (Word filtering)

    I have on bad words : CENSORED and i want it red! ;)
     
    Last edited by a moderator: Jul 4, 2015
  4. In general <color=red>CENSORED</color> as a replacement should work but I think I placed the part to disable html tags after the wordfilter part so it probably will not work. I can patch that tomorrow.
     
  5. and do that ban punish :)))) Thanks! you're the BOSS! xD
     
  6. Domestos updated Chat Handler with a new update entry:

    colors in wordfilter

     
  7. How to disable this?
     
  8. You cant completely disable it without changing the code. 128 is the limit on vanilla Rust aswell.
    I might change that in the future, just need some testing if its cause any interface issues when its more than 128 characters.
     
  9. This feature brings a problem. Without it, the messages are sent perfectly.
     
  10. What problem?
     
  11. Message cut into lines and is shorter than usual. But I solved the problem by raising MaxCharsPerLine. Thanks!
     
  12. Thats exactly what this feature is for, nothing wrong with that.
     
  13. Bug: after mute - can't use voice chat
     
  14. is not a bug, it's a feature!
     
  15. AFTER mute, not when muted, omfg
     
  16. Any reason why I am getting this? This is getting thrown when people say blacklisted words..

    Code:
    [Oxide] 11:32 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 599 attempt to concatenate local 'value' (a table value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 
     
  17. I'll look into it.
     
  18. Domestos updated Chat Handler with a new update entry:

    bugfixes

     
  19. Hi! Can you add the ban punish? (word filter) ...Thx!
     
  20. Not positive it's chathandler but it's the only thing I changed last night and this morning using rcon with RustAdmin and Rusty nobody can see my messages Iand I caant see any chat through the console. Gonna take chathandler off for a feww and see if it fixes the problem and will report back
    [DOUBLEPOST=1437155482][/DOUBLEPOST]Yup the second I removed chathandler I was able to see chat and communicate through the console again