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

IRC server password support #119

Merged
merged 3 commits into from
May 3, 2020
Merged

IRC server password support #119

merged 3 commits into from
May 3, 2020

Conversation

researcx
Copy link
Contributor

This adds support for IRC server passwords to Pyborg and a "password" field under the [server] section of the config file.

Originally added this for myself so I could connect Pyborg to a ZNC instance (IRC bouncer).

@jrabbit
Copy link
Owner

jrabbit commented Apr 26, 2020

Thanks for the PR. The testsuite shouldn't fail. You're not handling the non-configured/fallthrough case which seems to be the main error. Use .get() potentially or look before you leap on it. You can run the test suite locally very easily with any runner (I like and bundle green)

@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #119 into dev will increase coverage by 0.00%.
The diff coverage is 60.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #119   +/-   ##
=======================================
  Coverage   46.94%   46.95%           
=======================================
  Files          20       20           
  Lines        2343     2345    +2     
=======================================
+ Hits         1100     1101    +1     
- Misses       1243     1244    +1     
Impacted Files Coverage Δ
pyborg/pyborg/mod/mod_irc.py 57.25% <60.00%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8676373...4fc0f7c. Read the comment docs.

@jrabbit
Copy link
Owner

jrabbit commented Apr 28, 2020 via email

@jrabbit jrabbit merged commit 4fc0f7c into jrabbit:dev May 3, 2020
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

Successfully merging this pull request may close these issues.

2 participants