Skip to content

Commit

Permalink
Fix line len to be <= 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed May 30, 2024
1 parent 4a12542 commit 31a1765
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Eggdrop uses the GNU autoconfigure scripts to make things easier.

make sslcert

Or, if you installed your eggdrop to a different directory in step 4, you
will want to run:
Or, if you installed your eggdrop to a different directory in step 4,
you will want to run:

make sslcert DEST=<directory>

Expand Down
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ Eggdrop v1.9.0:
otherwise the connection will be in plaintext. A port not prefixed with a
+ can still be upgraded with STARTTLS, allowing 1.8 bots and scripts to
initiate a secure connection, but 1.9.0 bots will not attempt the upgrade.
- Added granular userfile sharing flags (bcejnu). Adding these flags can limit
userfile sharing to a combination of bans, invites, exempts, channels,
users, and ignores (or still the s flag for all these).
- Added granular userfile sharing flags (bcejnu). Adding these flags can
limit userfile sharing to a combination of bans, invites, exempts,
channels, users, and ignores (or still the s flag for all these).
- No longer try port+1,2,3 when connecting to a botnet port doesn't work
the first time

Expand Down

0 comments on commit 31a1765

Please sign in to comment.