We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to test this out, but need help with the build process 😊
The text was updated successfully, but these errors were encountered:
@todrobbins This is what I used to run to have the bridge on freenode:
pm2 start index.js --name cabal-irc-bridge -- --ircServer irc.freenode.net --ircChannel "#cabal-club" --ircNick "CabalBridge" --ircUserName "nickwarner" --ircPassword "YOURFREENODEPASSWORD" --cabalNick "IRC" --cabalChannel "#cabal-club" --key THECABALKEY --db ~/data/cabal-public-irc-bridge
Here's the same without using pm2:
node index.js --ircServer irc.freenode.net --ircChannel "#cabal-club" --ircNick "CabalBridge" --ircUserName "nickwarner" --ircPassword "YOURFREENODEPASSWORD" --cabalNick "IRC" --cabalChannel "#cabal-club" --key THECABALKEY --db ~/data/cabal-public-irc-bridge
Freenode would kick me after a while I didnt include along my ircPassword.
Also, the --db arg is a path to wherever you want to store the cabal data for that bridge.
There's not a lot to it other than getting your config correct. Does that help? 🤗
Sorry, something went wrong.
No branches or pull requests
I'd like to test this out, but need help with the build process 😊
The text was updated successfully, but these errors were encountered: