1. if happens again will take a print screen, but the other plroblem about no been able to type in the chat is really anoying
     
  2. Could you add option to replace the whole word and not an exact sequence of letters anywhere in text?
     
  3. please update plugin D:
     
  4. Wulf

    Wulf Community Admin

    Is there an issue? It works fine here.
     
  5. [Oxide] 3:01 PM [Error] chathandler: LuaException while calling OnRunCommand: argument number 2 is invalid
    at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
     
  6. Wulf

    Wulf Community Admin

    Did someone send a blank message?
     
  7. no

    [Oxide] 3:05 PM [Error] chathandler: LuaException while calling OnRunCommand: argument number 2 is invalid
    at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
    [Oxide] 3:05 PM [Error] chathandler: LuaException while calling OnRunCommand: argument number 2 is invalid
    at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
    [Oxide] 3:05 PM [Error] chathandler: LuaException while calling OnRunCommand: argument number 2 is invalid
    at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
     
  8. @Wulf

    I found out what was the problem!!! is not the plugin!!! looks like in the last update, they mess up something related to controllers!! what i mean is if i have a controller connect to my pc while i play rust i cant type in the chat!! i have Xbox 360 and Logitech g27, after i unplugged them the chat worked just fine :) but if i plug them again then it mess's up my rust chat lol!!!!!!!!!!!!
     
  9. Wulf

    Wulf Community Admin

    I have an Xbox 360 controller plugged in all the time, no issues.
     
  10. yep the 360 controller only affects it sometimes, but the g27 is every time.
    [DOUBLEPOST=1423836305,1423712910][/DOUBLEPOST]
    Code:
    [Oxide] 12:03 PM [Error] chathandler: LuaScriptException while calling ccmdUnMute:
    [Oxide] 12:03 PM [Error] chathandler: [string "chathandler.lua"]:438: Object reference not set to an instance of an object
      at Oxide.Rust.Libraries.Rust.SendChatMessage (.BasePlayer player, System.String name, System.String message, System.String userid) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    when i used - player.unmute all
    [DOUBLEPOST=1423942200][/DOUBLEPOST]can you add everything that the plugin prints on the chat to the players, on the config file so i can translate them ?
     
  11. Im working on it but there are a lot of messages.
     
  12. thank you very much :)
     
  13. Domestos updated Chat Handler with a new update entry:

    version 2.4.0

     
  14. Nice.. one more idea for you:

    Add ModeratorMode, auth level 1

    That moderators can use to cover their nicknames :)
     
  15. wrong file?
     
  16. Russian localization for plugin:
    Code:
        "ru": {
          "HelpText": {
            "Wordfilter": "/wordfilter - список запрещенных слов",
            "ChatHistory": "/history или /h - просмотр истории чата"
          },
          "AdminNotifications": {
            "PlayerMutedTimed": "{name} был приглушен на {time}",
            "AlreadyMuted": "{name} уже приглушен",
            "NoPermission": "У вас нет прав для использования этой команды",
            "AdminModeEnabled": "Для вас активирован режим админа",
            "AdminModeDisabled": "Для вас дезактивирован режим админа",
            "WordfilterNotFound": "Фильтров для {word} не было найдено",
            "PlayerMuted": "{name} был приглушен",
            "MutelistCleared": "Очищено {count} записей из списка приглушенных",
            "PlayerNotFound": "Игрок не найден",
            "PlayerUnmuted": "Для {name} был разблокирован чат",
            "PlayerNotMuted": "{name} не приглушен",
            "WordfilterError": "Ошибка: {replacement} содержит слово {word}",
            "InvalidTimeFormat": "неверный формат времени",
            "WordfilterAdded": "WordFilter добавлен. {word} будет заменено на {replacement}",
            "WordfilterRemoved": "{word} удачно удалено из WordFilter"
          },
          "PlayerNotifications": {
            "MutedTimed": "Вы были приглушены на {time}",
            "NoChatHistory": "Не найдено истории чата",
            "WordfilterList": "Список запрещенных слов: {wordFilterList}",
            "Unmuted": "Вам был разблокирован чат",
            "BroadcastAutoMutes": "{name} получил {punishTime} автоблокировки чата за спам",
            "IsTimeMuted": "Вы приглушены на {timeMuted}",
            "IsMuted": "Вы были приглушены",
            "BroadcastMutes": "{name} был приглушен",
            "AdWarning": "Запрещено рекламировать сторонние сервера",
            "BroadcastMutesTimed": "{name} был приглушен на {time}",
            "Muted": "Вы были приглушены",
            "GlobalMuted": "Глобальный чат в настоящее время отключен",
            "BroadcastUnmutes": "Для {name} был разблокирован чат",
            "GlobalMuteEnabled": "Администратор заблокировал глобальный чат",
            "GlobalMuteDisabled": "Блокировка глобального чата отключена",
            "SpamWarning": "Если продолжите спамить, то наказание возрастет",
            "AutoMuted": "Вы получили {punishTime} автоблокировки чата за спам"
          }
        }
     
    Last edited by a moderator: Feb 18, 2015
  17. gd,

    admin name can not visible in chat
     
  18. gettin an error for this plugin dude
    Error] LuaScriptException while calling SendHelpText:
    File: chathandler.lua Line: 973 attempt to index upvalue 'langString' (a nil 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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  19. download is broken
     
  20. Domestos updated Chat Handler with a new update entry:

    repack, localization