1. Wulf

    Wulf Community Admin

    Wulf submitted a new resource:

    Notifico IRC Bridge - Sends messages and alerts to configured IRC channels via Notifico - http://n.tkte.ch/

    Read more about this resource...
     
  2. Cool idea!
     
  3. Wulf

    Wulf Community Admin

    It's just an update to my original one. ;)
     
  4. anyone having issues with the irc servers atm?
     
  5. Wulf

    Wulf Community Admin

    What IRC servers?
     
  6. for me it works ...
    but the web requests stops even faster then before now (cause i have the death messages and this as web requests ...)
    we really need thomasfn help to fix the web requests that stops sending at some point :(
     
  7. Wulf

    Wulf Community Admin

  8. Hey there.

    I have not been able to get this plugin to work since the latest update. Did the latest update break this? If not could I perhaps gain some assistance? I have the channel set up etc and hook but do not see any messages.
     
  9. Wulf

    Wulf Community Admin

    I can't really test with webrequests having issues. The update shouldn't have broken it, but your webrequests could be bugged.
     
  10. Do you have any extra details on the webrequest issues?

    edit* It actually appears that the bot is not entering the channel(s) I have set it to go to on http://n.tkte.ch/
     
  11. Wulf

    Wulf Community Admin

    That'd be an issue with the site then. All this plugin does is pass the info to the site to handle.
     
  12. You mean an issue with n.tkte.ch? Or an issue with freenode.
     
  13. Wulf

    Wulf Community Admin

    Could be either. If you see the messages incrementing on the site, then they are being received. I haven't noticed any issues with their bots joining freenode though, been using them all day. Do you get any errors in your logs?
     
  14. I ended up resolving some of my previous issues. It was due to an out of date oxide.

    My newest problem however is that it's pushing eveything except commands used anywhere. In the game console, rcon console, or chat. If a command is used, it is not pushed.

    Code:
    {
      "Settings": {
        "HookUrl": "REDACTED",
        "ShowChatCommands": "true",
        "ShowChat": "true",
        "ShowConnects": "true",
        "ShowDisconnects": "true",
        "ShowConsoleCommands": "true",
        "Exclusions": [
          "craft.add",
          "craft.cancel",
          "global.kill",
          "global.respawn",
          "global.respawn_sleepingbag",
          "global.status",
          "global.wakeup"
        ]
      },
      "Messages": {
        "Connected": "{player} has connected to the server",
        "Disconnected": "{player} has disconnected from the server"
      }
    }
     
  15. Wulf

    Wulf Community Admin

    Commands are only pushed for players who are admin right now.
     
  16. Ah Understood. Thank you!
     
  17. Wulf

    Wulf Community Admin

  18. Hey so now the chat isn't being canceled out, but it's not logging chat to the IRC unfortunately.

    I have confirmed we have log chat enabled.
    I am not seeing any notifications of conflicts in the console. Any ideas?
     
  19. Wulf

    Wulf Community Admin

    Most likely either an issue with Notifico's site, or your webrequests are being blocked on your server.
     
  20. It is logging connects and disconnects though.