1. Domestos submitted a new resource:

    Chat Handler - Many features to help moderate the chat

    Read more about this resource...
     
  2. Awesome!
    Was waiting for this! SUx there's no color for colorme yet
     
  3. Yeah there are quite some features from the legacy version missing that arent possible yet.
     
  4. awesome domestos :p
    you going to add the mysql support also :)?
     
  5. mysql support for what?
     
  6. send chat onto mysql. like the chat exporter.
     
  7. maybe for live chat he meant..
     
  8. Yes, thats next on my todo list.
    I'll port my Webchat plugin to send the chat to an external script.
    The code to support that is already in ChatHandler, just outcommented until i've coded the webchat plugin.
     
  9. 9:00 AM [Info] [CHAT] LolicoN: nope
    9:00 AM [Error] chathandler: A .NET exception occured in user-code
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
     
  10. What were you doing when that happend? Just someone chatting?
     
  11. If the chat write something with quotes, the message is truncated after the quotes.
    For example:
    All "hello"!
    In chat get only "All"
     
  12. Ill look into it
     
  13. How do you add the allowed ips? I did [0.0.0.0:0, 0.0.0.0:0] (used real IP's, but how do I separate them?)
     
  14. ["127.0.0.1", "127.0.0.1"]
     
  15. Ahhh, gotcha. I was missing the quotes. TY
     
  16. when a player has a nickname characters: "<> or {}" then there is an error:
    [​IMG][DOUBLEPOST=1414997396][/DOUBLEPOST]And you can make the filter of words took words from another file? Replacement will be one, but under a bunch of words. This is convenient because the plugin code will be less polluted.
     
    Last edited by a moderator: Nov 3, 2014
  17. Domestos updated Chat Handler with a new update entry:

    Bugfix

    [DOUBLEPOST=1415027916][/DOUBLEPOST]
    This error seems to be a bug in the Oxide core. You can work around that for now by setting "LogChatToOxide" to false in the config.
     
  18. [Oxide] 10:30 AM [Warning] Calling hook OnRunCommand resulted in a conflict between the following plugins: chathandler,
     
  19. Wulf

    Wulf Community Admin

    That is expected when multiple plugins use some hooks, but if you don't see anything not working then there is no need to worry about the warning.
     
  20. ok awsome..