Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helpers.js #369

Closed
wants to merge 3 commits into from
Closed

Update helpers.js #369

wants to merge 3 commits into from

Commits on Dec 26, 2023

  1. Update helpers.js

    Is there a problem here? Yes, there is. Please take a look at this error.
    
    TypeError: Cannot read properties of undefined (reading 'indexOf')
        at Object.parseMask (/home/debian/node/client/server/libs/irc-framework-modded/src/helpers.js:20:23)
        at Array.RPL_TOPICWHOTIME (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handlers/channel.js:198:32)
        at IrcCommandHandler.executeCommand (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handler.js:65:40)
        at IrcCommandHandler.dispatch (/home/debian/node/client/server/libs/irc-framework-modded/src/commands/handler.js:52:18)
        at /home/debian/node/client/server/libs/irc-framework-modded/src/client.js:129:40
        at next (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/middleware-handler/index.js:42:18)
        at MiddlewareHandler.handle (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/middleware-handler/index.js:64:3)
        at Connection.<anonymous> (/home/debian/node/client/server/libs/irc-framework-modded/src/client.js:123:35)
        at Connection.emit (/home/debian/node/client/server/libs/irc-framework-modded/node_modules/eventemitter3/index.js:182:35)
        at Connection.addReadBuffer (/home/debian/node/client/server/libs/irc-framework-modded/src/connection.js:168:14)
    Madriix committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f05f419 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Update clientapi.md

    Madriix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e5d70a2 View commit details
    Browse the repository at this point in the history
  2. Update clientapi.md

    Madriix committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    20e54d9 View commit details
    Browse the repository at this point in the history