diff --git a/AUTHORS b/AUTHORS index 09056f5ee..1a6eea187 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,4 @@ Authors of Eggdrop -Last revised: July 27, 2010 ------------------------------------------------------------------------------ @@ -97,7 +96,12 @@ versions 1.3.24i-1.3.28, 1.4.x, 1.5.x, 1.6.x and 1.8.x. Cizzle, Geo, mortmann, pseudo, simple, thommey 1.9: - Cizzle, Geo, mortmann, thommey + bryand, Cizzle, CrazyCat, dereckson, eryg-kai, Geo, mortmann, PeGaSuS, + slyngshede, thommey + +1.10 + CrazyCat, DasBrain, Geo, iamnimnul, Lord255, MeNearly, mortmann, PeGaSuS, + simple, thommey, ZarTek See also: THANKS, doc/Versions, doc/Changes diff --git a/README b/README index 4f4d98701..288ddee09 100644 --- a/README +++ b/README @@ -78,7 +78,7 @@ Git Development Snapshot To clone the repository, simply type: - git clone https://github.com/eggheads/eggdrop.git + git clone https://github.com/eggheads/eggdrop.git Otherwise, you can download the development snapshot as a tar archive from: diff --git a/THANKS b/THANKS index fb26bdb6e..fc78638fa 100644 --- a/THANKS +++ b/THANKS @@ -1,5 +1,4 @@ Eggdrop Developers and Contributors -Last revised: December 21, 2018 ------------------------------------------------------------------------------ @@ -50,7 +49,7 @@ Q Q@ping.be Robey Robey Pointer robey@lag.net rfc rfc@undernet.org rtc Peter 'Rattacresh' Backes rtc@helen.plasma.xg8.de -simple Jonathan Rudolph skralg@gmail.com +simple Jonathan G. Rudolph skralg@gmail.com stdarg stdarg@yahoo.com Sup Teemu Hjelt sup@techmonkeys.org SuperS Kevin Lamothe supers@starblaze.2y.net @@ -98,6 +97,7 @@ archon argg Paul Anderson xerox@foonet.net Arkadietz Kiril Georgiev arkadietz@yahoo.com Armand udf-xerxes@barrysworld.com +Arno arthur2 arthur2 axel_v aXs @@ -207,6 +207,7 @@ debaser demon denali DennisMV +dereckson derrick DFrank Dicctr0s @@ -296,6 +297,7 @@ hobb hoopycat Hue Truong Hunger +iamnimnul iceman Igmar illi @@ -384,6 +386,7 @@ Mastr MBroLad mc Rico Gloeckner mc@verdinet.de MC_8 Carl M. Gregory mc8@purehype.net +MeNearly Melvan metatron mho mtl@videotron.ca @@ -409,7 +412,7 @@ Mo-Ize Guillaume Leclanche mo-ize@nul-en.info monkers moonwolf MORA -mortmann Michael Ortmann +mortmann Michael Ortmann ortmann@posteo.de Mr. Wizard mrbond mrBuG mrbug@eggdrop.org.ru @@ -553,6 +556,7 @@ slix sloot slt slug Chris Porter slug@quakenet.org +slyngshede smash Patrick Ringl patrick_@freenet.de smok softlord diff --git a/doc/sphinx_source/using/features.rst b/doc/sphinx_source/using/features.rst index 9bc387420..43af0f4b1 100644 --- a/doc/sphinx_source/using/features.rst +++ b/doc/sphinx_source/using/features.rst @@ -37,7 +37,7 @@ Eggdrop Features * A file system where users can upload and download files in an environment that looks and acts (for the most part) like a typical UNIX system. It also has the ability to mark files and directories - as hidden -- unaccessible to people without certain user flags. + as hidden -- inaccessible to people without certain user flags. * Console mode: you can view each channel through dcc chat or telnet, selectively looking at mode changes, joins and parts, channel talk, diff --git a/src/mod/irc.mod/chan.c b/src/mod/irc.mod/chan.c index 3e881bcc5..5d9acdc93 100644 --- a/src/mod/irc.mod/chan.c +++ b/src/mod/irc.mod/chan.c @@ -1300,7 +1300,7 @@ static int got353(char *from, char *msg) } /* The assumption here is the user enabled userhost-in-names because WHO * is disabled. We remove the pending flag here because we'll never get a - * a WHO to do it + * WHO to do it. */ if (chan) { chan->status |= CHAN_ACTIVE; diff --git a/src/mod/python.mod/scripts/greet.py b/src/mod/python.mod/scripts/greet.py index e93f07c18..7a84cb46c 100644 --- a/src/mod/python.mod/scripts/greet.py +++ b/src/mod/python.mod/scripts/greet.py @@ -16,7 +16,7 @@ def joinGreetOp(nick, host, handle, channel, **kwargs): putmsg(channel, f"{nick} is an operator on this channel!") # For now, unfortunately if Eggdrop is rehashed, previously existing binds will be duplicated. -# This is example code to check for previously-existbing binds after the script reloaded and +# This is example code to check for previously-existing binds after the script reloaded and # delete them. if 'GREET_BINDS' in globals(): for greetbind in GREET_BINDS: