Skip to content

Commit 4647529

Browse files
committed
update text
1 parent bf9bf7a commit 4647529

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CONTENTS

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Directory Contents - /
2-
Last revised: June 3, 2024
2+
Last revised: September 21, 2018
33
_____________________________________________________________________
44

55
Directory Contents - /
@@ -42,11 +42,10 @@ Last revised: June 3, 2024
4242
Contains a list of Eggdrop developers and major contributors.
4343

4444
ChangeLog
45-
Contains git commit logs from each change made to Eggdrop in the git
46-
repository.
45+
Contains git commit logs from each change made to Eggdrop in the git repository.
4746

4847
COPYING
49-
Contains Eggdrop legal information.
48+
Eggdrop legal information is contained in this file.
5049

5150
disabled_modules
5251
Any module listed in this file will not be compiled by default.
@@ -80,7 +79,7 @@ Last revised: June 3, 2024
8079
Contains a full list of Eggdrop contributors.
8180

8281
UPGRADING
83-
Contains information on upgrading from a 1.6 to a 1.8 and 1.9 bot.
82+
Contains information on upgrading from a 1.6 bot to a 1.8 bot.
8483
_____________________________________________________________________
8584

8685
Copyright (C) 2003 - 2024 Eggheads Development Team

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Eggdrop uses the GNU autoconfigure scripts to make things easier.
7070

7171
make sslcert
7272

73-
Or, if you installed your eggdrop to a different directory in step 4,
74-
you will want to run:
73+
Or, if you installed your eggdrop to a different directory in step 4, you
74+
will want to run:
7575

7676
make sslcert DEST=<directory>
7777

doc/sphinx_source/tutorials/userfilesharing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Lastly, the +g flag is used on both bot records to indicate that Hubalicious is
4747

4848
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`.
4949

50-
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.
50+
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.

src/net.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ void safe_write(int fd, const void *buf, size_t count)
879879
}
880880

881881
/* Attempts to read from all sockets in slist (upper array boundary slistmax-1)
882-
* fills s with up to READMAX bytes if available, and returns the array index
882+
* fills s with up to 511 bytes if available, and returns the array index
883883
* Also calls all handler procs for Tcl sockets
884884
* sockread() can be called by Tcl threads
885885
*

0 commit comments

Comments
 (0)