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

Typo fixes and doc updates #1670

Merged
merged 7 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/Changes1.8
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ Eggdrop v1.8.1rc1 (2017-03-01):
- Various small bugfixes.
Patch by: Geo, thommey

# RC2 Relased on Nov 1, 2016
# RC2 Released on Nov 1, 2016

- Use -pthread for OpenBSD linking, found in TCL_EXTRA_CFLAGS in tclConfig.sh.
Patch by: thommey / Found by: fahuo
Expand All @@ -656,7 +656,7 @@ Eggdrop v1.8.1rc1 (2017-03-01):
Patch by: thommey

- Switch to using $CC -shared for BSD in general, this seems to work on
newer versios, and ld -Bshareable -x fails.
newer versions, and ld -Bshareable -x fails.
Patch by: thommey / Found by: LinaSovereign

- Work around some incompatibilies between gnu make 3.82 and 4.x.
Expand Down Expand Up @@ -764,7 +764,7 @@ Eggdrop v1.8.1rc1 (2017-03-01):
- Typo: "timer <seconds>" should be "utimer <seconds>"
Patch by: sirfz, Geo / Found by: sirfz

# RC1 Relased on September 12, 2016
# RC1 Released on September 12, 2016

- Add basic.eggdrop.conf to source directory
Patch by: Geo, thommey
Expand Down
12 changes: 4 additions & 8 deletions doc/sphinx_source/install/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ What is Eggdrop?
information, hosting games, etc.

One of the features that makes Eggdrop stand out from other bots is module
and Tcl scripting support. With scripts and modules you can make the bot
perform almost any task you want. They can do anything: from preventing
floods to greeting users and banning advertisers from channels.
and Tcl and Python scripting support. With scripts and modules you can
make the bot perform almost any task you want. They can do anything: from
preventing floods to greeting users and banning advertisers from channels.

You can also link multiple Eggdrop bots together to form a botnet. This
can allow bots to op each other securely, control floods efficiently and
Expand Down Expand Up @@ -65,11 +65,7 @@ FTP
Git Development Snapshot
^^^^^^^^^^^^^^^^^^^^^^^^

Eggdrop development has moved from a CVS-based version control system to
git. If you are interested in trying out the VERY LATEST updates to
Eggdrop, you may be interested in pulling the most recent code from
there. BE WARNED, the development branch of Eggdrop is not to be
considered stable and may (haha) have some significant bugs in it.
Eggdrop developers use git to manage the Eggdrop codebase for development. If you are interested in trying out the VERY LATEST updates to Eggdrop, you can use git to obtain most recent code from the Eggheads repository. BE WARNED, the development branch of Eggdrop is not to be considered stable and may (haha) contain significant bugs still being worked on.

To obtain Eggdrop via the git repository (hosted by GitHub), you can
either clone the repository via git or download a development snapshot.
Expand Down