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

Unable to connect PVPGN IRC #628

Open
harleckinz opened this issue Mar 9, 2023 · 3 comments
Open

Unable to connect PVPGN IRC #628

harleckinz opened this issue Mar 9, 2023 · 3 comments

Comments

@harleckinz
Copy link

Hello!

I have a special problem with connecting that gameserver's built-in IRC. I've tried multiple selfhosted bridges with same results (look like all have a common problem).

Here is my error log:

2023-03-09T06:47:07.989Z error: Received error event from IRC {

prefix: 'example.net6667',

server: 'example.net6667',

command: 'err_needmoreparams',

rawCommand: '461',

commandType: 'error',

args: [ 'exampleuser', 'USER', 'Not enough parameters' ]

}

And my config:

{
"nickname": "exampleuser",
"server": "example.net",
"port": "6667",
"discordToken": "******************************************************",
"autoSendCommands": [
["PRIVMSG", "NickServ", "IDENTIFY mypassword"],
["MODE", "test", "+x"],
["AUTH", "test", "mypassword"]
],
"channelMapping": {
"#d2": "#diablo",
"1082601232339828796": "#diablo"
}
}

Thank you!

@harleckinz
Copy link
Author

Oh, I almost forget to mention that I could login with mIRC. After that I have to authorize myself with a following string:

/msg nickserv identify mypassword

@notvillers
Copy link

First of all You should try to run your command without any authentication with a spare unregistered user.
I think the problem will be at the autoSendCommands because You are trying to authenticate with NickServ and with AUTH.

@notvillers
Copy link

And your channel maping is not good either.
"yourdiscordchannelid": "#ircchannel" is the correct way, but with "d2": "#diablo" it wont work I think. The second one is okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants