Skip to content

Commit 41dd7c0

Browse files
Update AUTHORS and THANKS
* Update AUTHORS and THANKS files * Typo fix * Typo fix: unaccessible -> inaccessible * Fix typo * Remove trailing whitespace * Update AUTHORS * Update THANKS --------- Co-authored-by: Geo <[email protected]>
1 parent 363f629 commit 41dd7c0

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Authors of Eggdrop
2-
Last revised: July 27, 2010
32

43
------------------------------------------------------------------------------
54

@@ -99,6 +98,9 @@ versions 1.3.24i-1.3.28, 1.4.x, 1.5.x, 1.6.x and 1.8.x.
9998
1.9:
10099
Cizzle, Geo, mortmann, thommey
101100

101+
1.10
102+
Geo, mortmann, thommey
103+
102104
See also: THANKS, doc/Versions, doc/Changes
103105

104106
------------------------------------------------------------------------------

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Git Development Snapshot
7878

7979
To clone the repository, simply type:
8080

81-
git clone https://github.com/eggheads/eggdrop.git
81+
git clone https://github.com/eggheads/eggdrop.git
8282

8383
Otherwise, you can download the development snapshot as a tar archive
8484
from:

THANKS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Eggdrop Developers and Contributors
2-
Last revised: December 21, 2018
32

43
------------------------------------------------------------------------------
54

@@ -50,7 +49,7 @@ Q [email protected]
5049
Robey Robey Pointer [email protected]
5150
5251
rtc Peter 'Rattacresh' Backes [email protected]
53-
simple Jonathan Rudolph [email protected]
52+
simple Jonathan G. Rudolph [email protected]
5453
5554
Sup Teemu Hjelt [email protected]
5655
SuperS Kevin Lamothe [email protected]
@@ -98,6 +97,7 @@ archon
9897
argg Paul Anderson [email protected]
9998
Arkadietz Kiril Georgiev [email protected]
10099
100+
Arno
101101
arthur2 arthur2
102102
axel_v
103103
aXs
@@ -207,6 +207,7 @@ debaser
207207
demon
208208
denali
209209
DennisMV
210+
dereckson
210211
derrick
211212
DFrank
212213
Dicctr0s
@@ -296,6 +297,7 @@ hobb
296297
hoopycat
297298
Hue Truong
298299
Hunger
300+
iamnimnul
299301
iceman
300302
Igmar
301303
illi
@@ -384,6 +386,7 @@ Mastr
384386
MBroLad
385387
mc Rico Gloeckner [email protected]
386388
MC_8 Carl M. Gregory [email protected]
389+
MeNearly
387390
Melvan
388391
metatron
389392
@@ -409,7 +412,7 @@ Mo-Ize Guillaume Leclanche [email protected]
409412
monkers
410413
moonwolf
411414
MORA
412-
mortmann Michael Ortmann
415+
mortmann Michael Ortmann [email protected]
413416
Mr. Wizard
414417
mrbond
415418
@@ -540,7 +543,7 @@ shovon
540543
shrike
541544
sid3windr Tom Laermans [email protected]
542545
543-
simple Jonathan G. Rudolph [email protected]
546+
simple Jonathan Rudolph [email protected]
544547
simply
545548
sirfz Fayez [email protected]
546549
skiidoo Thomas Faucher [email protected]
@@ -553,6 +556,7 @@ slix
553556
sloot
554557
slt
555558
slug Chris Porter [email protected]
559+
slyngshede
556560
smash Patrick Ringl [email protected]
557561
smok
558562
softlord

doc/sphinx_source/using/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Eggdrop Features
3737
* A file system where users can upload and download files in an
3838
environment that looks and acts (for the most part) like a typical
3939
UNIX system. It also has the ability to mark files and directories
40-
as hidden -- unaccessible to people without certain user flags.
40+
as hidden -- inaccessible to people without certain user flags.
4141

4242
* Console mode: you can view each channel through dcc chat or telnet,
4343
selectively looking at mode changes, joins and parts, channel talk,

src/mod/irc.mod/chan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ static int got353(char *from, char *msg)
13001300
}
13011301
/* The assumption here is the user enabled userhost-in-names because WHO
13021302
* is disabled. We remove the pending flag here because we'll never get a
1303-
* a WHO to do it
1303+
* WHO to do it.
13041304
*/
13051305
if (chan) {
13061306
chan->status |= CHAN_ACTIVE;

src/mod/python.mod/scripts/greet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def joinGreetOp(nick, host, handle, channel, **kwargs):
1616
putmsg(channel, f"{nick} is an operator on this channel!")
1717

1818
# For now, unfortunately if Eggdrop is rehashed, previously existing binds will be duplicated.
19-
# This is example code to check for previously-existbing binds after the script reloaded and
19+
# This is example code to check for previously-existing binds after the script reloaded and
2020
# delete them.
2121
if 'GREET_BINDS' in globals():
2222
for greetbind in GREET_BINDS:

0 commit comments

Comments
 (0)