Giter VIP home page Giter VIP logo

Comments (5)

ekmartin avatar ekmartin commented on August 22, 2024

Hi! Is the config file valid JSON? If you strip out sensitive data and post the config here I can take a look.

from discord-irc.

dkabot avatar dkabot commented on August 22, 2024

It happens even if I copy the example config verbatim, but for the sake of being sure:

[
  // Bot 1:
  {
    "nickname": "OxNaomi",
    "server": "localhost",
    "discordEmail": "[email protected]",
    "discordPassword": "itsapassword",
    "channelMapping": {
      "#chan": "#chan chanpass" // Add channel keys after the channel name
    },
    "ircOptions": { // Optional node-irc options
      "password": "user/server:passwith!init"
      "port": 7000
    },
    // Makes the bot hide the username prefix for messages that start
    // with one of these characters (commands):
    "commandCharacters": ["!", "."]
  },

  // Bot 2:
  {
    "nickname": "OxNaomi",
    "server": "localhost",
    "discordEmail": "[email protected]",
    "discordPassword": "itsapassword",
    "channelMapping": {
      "#mainroom": "#mainroom"
    },
    "ircOptions": { // Optional node-irc options
      "password": "user/server:passwith!init"
      "port": 7000
    },
    // Makes the bot hide the username prefix for messages that start
    // with one of these characters (commands):
    "commandCharacters": ["!", "."]
  }
]

The server happens to be a ZNC instance because I have it about.

from discord-irc.

ekmartin avatar ekmartin commented on August 22, 2024

Valid JSON can't contain comments. It's dumb that the README expects users to know that though, so the config should probably just be run through something like https://github.com/sindresorhus/strip-json-comments before parsing. You're also missing a comma after the "password" lines.

from discord-irc.

dkabot avatar dkabot commented on August 22, 2024

Ah... my apologies then.
It seems to run now (or at least, show as online in Discord) so I believe that's that.
Thanks much.

from discord-irc.

ekmartin avatar ekmartin commented on August 22, 2024

No problem, created an issue for the comment stripping (#11). I haven't done much testing of multiple server configurations since I ported this from slack-irc, so you might uncover some issues there too.

from discord-irc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.