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 5 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
16 changes: 8 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,11 @@ 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 development is based on 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.

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
2 changes: 1 addition & 1 deletion doc/sphinx_source/tutorials/userfilesharing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Lastly, the +g flag is used on both bot records to indicate that Hubalicious is

One more commonly used flag is the `+a` flag. This flag specifies an alternate hub to connect to in case the primary hub goes down. The alternate hub should be linked to hub and maintain all channel userfiles the hub maintains to ensure there is no desynchronization while the hub bot is down. Should the hub bot go down, and assuming the `+h` flag is set for the hub on a leaf, the leafbost will automatically try to reconnect to the hub every minute, even if it makes a connection with the alternate hub in the meantime. An alternate hub is added the same as a hub, except swapping out the `h` for the `a`: `.botattr AltRock +agp`.

Now that you have a hub and leaf bot successfully connected and sharing userfiles, you can repeat the `On the Leaf Bot`_ section to add additional leafs to your hub.
Now that you have a hub and leaf bot successfully connected and sharing userfiles, you can repeat the `On the Leaf Bot`_ section to add additional leaves to your hub.
michaelortmann marked this conversation as resolved.
Show resolved Hide resolved