Skip to content

Commit 06c42b5

Browse files
committed
Eggdrop v1.9.2 *STABLE*
1 parent b66da42 commit 06c42b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+195
-198
lines changed

FEATURES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Eggdrop Features
5151

5252
Copyright (C) 1997 Robey Pointer
5353

54-
Copyright (C) 2000 - 2021 Eggheads Development Team
54+
Copyright (C) 2000 - 2022 Eggheads Development Team

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ the README file. If not, then READ IT!&@#%@!
187187

188188
Have fun with Eggdrop!
189189

190-
Copyright (C) 1997 Robey Pointer Copyright (C) 1999 - 2021 Eggheads
190+
Copyright (C) 1997 Robey Pointer Copyright (C) 1999 - 2022 Eggheads
191191
Development Team

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ COMMAND LINE
131131

132132
The options available are:
133133

134-
-t: Don't background, use terminal. Your console will drop into an
134+
-t: Don't background, use terminal. Your console will dropp into an
135135

136136
interactive partyline session, simialar to a DCC chat with the
137137
bot. This is useful for troubleshooting connection issues with
@@ -323,5 +323,5 @@ OBTAINING HELP
323323
- Don't ask to ask- just state your question, along with any
324324
relevant details and error messages
325325

326-
Copyright (C) 1997 Robey Pointer Copyright (C) 1999 - 2021 Eggheads
326+
Copyright (C) 1997 Robey Pointer Copyright (C) 1999 - 2022 Eggheads
327327
Development Team

doc/ABOUT

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ About Eggdrop
4141
to be fixed and features to be added (if the users demand them, and
4242
they make actually sense). In fact, it existed for several years as
4343
v0.7 -v0.9 before finally going 1.0. This version of Eggdrop is part
44-
of the 1.8 tree. A valiant effort has been made to chase down and
44+
of the 1.9 tree. A valiant effort has been made to chase down and
4545
destroy bugs.
4646

4747
To use Eggdrop, you need:
@@ -55,11 +55,4 @@ About Eggdrop
5555
- Tcl -- Eggdrop cannot compile without Tcl installed on your
5656
shell.
5757

58-
Before starting, ask yourself if you really need a bot. Most IRC
59-
servers allow only a handful of bots, and some forbid them outright.
60-
The reason? Too many people run bots as "toys" or as a means of
61-
destruction. If you want to use Eggdrop for destructive purposes, go
62-
ahead and erase this directory now. It's almost impossible to do what
63-
you want with this bot.
64-
65-
Copyright (C) 1999 - 2021 Eggheads Development Team
58+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/BANS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Bans, Invites, and Exempts
7575
file) or until the channel goes -i again, whichever happens
7676
last.
7777

78-
Copyright (C) 1999 - 2021 Eggheads Development Team
78+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/BOTNET

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,4 @@ MAKING BOTS SHARE USER RECORDS
338338
|-+beldin
339339
`-+Lameshare
340340

341-
Copyright (C) 1999 - 2021 Eggheads Development Team
341+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/Changes1.9

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11

2-
Eggdrop Changes (Last Updated 2022-02-07):
2+
Eggdrop Changes (Last Updated 2022-03-06):
33
__________________________________________
44

5-
Eggdrop v1.9.2rc2:
5+
Eggdrop v1.9.2:
6+
7+
2022-03-06 * Fix CAP output in .status
8+
2022-02-27 * Typo fix
9+
* Update docs
10+
* Update copyright to 2022
11+
* fix NULL ptr (#1261)
12+
[Found by: tuvok / Patch by: Geo]
13+
* Fix twitch restart/rehash crash
14+
[Found by: roughnecks / Patch by: Lord255, michaelortmann, thommey]
15+
* update NEWS THANKS
16+
17+
Eggdrop v1.9.2rc2 (2022-02-07):
618

719
2022-02-07 * Add UPGRADING to gendocs
820
* Remove unneeded DNS comments from config
@@ -20,6 +32,7 @@ Eggdrop v1.9.2rc2:
2032
[Found by: Geo / Patch by: michaelortmann]
2133
* fix cap exports
2234
* typo fix
35+
* Eggdrop v1.9.2 Release Candidate 2
2336

2437
Eggdrop v1.9.2rc1 (2021-12-18):
2538

doc/FIRST-SCRIPT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ of salt!)
227227

228228
<br>
229229

230-
Copyright (C) 2003 - 2021 Eggheads Development Team
230+
Copyright (C) 2003 - 2022 Eggheads Development Team

doc/IPV6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Other affected variables:
7777
nat-ip works with IPv4 as it used to. It has no meaning for IPv6 and
7878
is not queried for IPv6 connections.
7979

80-
Copyright (C) 2010 - 2021 Eggheads Development Team
80+
Copyright (C) 2010 - 2022 Eggheads Development Team

doc/IRCv3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ The following capabilities are supported by Eggdrop:
5454
- setname
5555
- +typing
5656

57-
Copyright (C) 2010 - 2021 Eggheads Development Team
57+
Copyright (C) 2010 - 2022 Eggheads Development Team

doc/KNOWN-PROBLEMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Known Problems
1919
characters are handled in a script as text, you run into errors.
2020
Eggdrop can't handle these errors at the moment.
2121

22-
Copyright (C) 2003 - 2021 Eggheads Development Team
22+
Copyright (C) 2003 - 2022 Eggheads Development Team

doc/MODULES

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the module you wish to install.
2626
1. Download and un-tar the Eggdrop source code.
2727
2. Place the new module in its own directory (in the format of
2828
(modulename).mod) in src/mod.
29-
3. Run ./configure (from eggdrop1.8.x/).
29+
3. Run ./configure (from eggdrop1.9.x/).
3030
4. Type 'make config' or 'make iconfig'.
3131
5. Type 'make'.
3232
6. Copy the compiled module file (modulename.so) into your bot's
@@ -412,10 +412,9 @@ Additional functions
412412
WHAT TO DO WITH A MODULE?
413413

414414
If you have written a module and feel that you wish to share it with
415-
the rest of the Eggdrop community, upload it to the incoming directory
416-
on incoming.eggheads.org (/incoming/modules/1.8). Place a nice
417-
descriptive text (modulename.desc) with it, and it'll make its way to
418-
the modules directory on ftp.eggheads.org. Don't forget to mention in
419-
your text file which version Eggdrop the module is written for.
415+
the rest of the Eggdrop community, find us in #eggdrop on Libera. Make
416+
sure you have a nice descriptive text (modulename.desc) to describe
417+
it, and make sure to mention in your text file which version Eggdrop
418+
the module is written for.
420419

421-
Copyright (C) 1999 - 2021 Eggheads Development Team
420+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/PARTYLINE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ prefixed with an apostrophe is sent to all users on the local bot only.
3434
You can change channels with the ".chat" command or even leave all
3535
channels with ".chat off".
3636

37-
Copyright (C) 2002 - 2021 Eggheads Development Team
37+
Copyright (C) 2002 - 2022 Eggheads Development Team

doc/PATCH-HOWTO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ To create a patch using the diff tool:
119119

120120
ftp://ftp.eggheads.org/pub/eggdrop/patches/1.9
121121

122-
Copyright (C) 1999 - 2021 Eggheads Development Team
122+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/PBKDF2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ where 'PBK method' is the method specified in the configuration file,
140140
'salt' is the value used for the salt, and 'password hash' is the output
141141
of the hashing algorithm.
142142

143-
Copyright (C) 2000 - 2021 Eggheads Development Team
143+
Copyright (C) 2000 - 2022 Eggheads Development Team

doc/TEXT-SUBSTITUTIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Other variables:
6666
| %{center} | center the following text (70 columns) |
6767
+-------------+---------------------------------------------------------+
6868

69-
Copyright (C) 1999 - 2021 Eggheads Development Team
69+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/TLS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ verification and authorization.
202202
Higher values enable specific exceptions like allowing self-signed
203203
or expired certificates. Details are documented in eggdrop.conf.
204204

205-
Copyright (C) 2010 - 2021 Eggheads Development Team
205+
Copyright (C) 2010 - 2022 Eggheads Development Team

doc/TRICKS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Eggdrop Tricks
4949
set userfile "$myvar.user"
5050
set chanfile "$myvar.chan"
5151

52-
Copyright (C) 1999 - 2021 Eggheads Development Team
52+
Copyright (C) 1999 - 2022 Eggheads Development Team

doc/USERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ global flag applies to all channels. The standard global flags are:
9393
user-defined flags. These are used by scripts, and their uses vary
9494
depending on the script that uses them.
9595

96-
Copyright (C) 2002 - 2021 Eggheads Development Team
96+
Copyright (C) 2002 - 2022 Eggheads Development Team

doc/WEIRD-MESSAGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Weird Messages That Get Logged
4848
When converted to lowercase, these symbols fail to get
4949
processed, and joins are not reported, although parts are.
5050

51-
Copyright (C) 2003 - 2021 Eggheads Development Team
51+
Copyright (C) 2003 - 2022 Eggheads Development Team

doc/html/appendices/first-script.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h1>Your First Eggdrop Script<a class="headerlink" href="#your-first-eggdrop-scr
239239
<li>How can you add the person joining the channel’s nickname to the greet message? (You can put variables inside variables…)</li>
240240
</ul>
241241
<p>If you want to try these out, join #eggdrop on Libera and check your answers (and remember, there are dozens of ways to do this, so a) don’t be defensive of your choices, and b) take others’ answers with a grain of salt!)</p>
242-
<p>Copyright (C) 2003 - 2021 Eggheads Development Team</p>
242+
<p>Copyright (C) 2003 - 2022 Eggheads Development Team</p>
243243
</div>
244244

245245

@@ -265,8 +265,8 @@ <h1>Your First Eggdrop Script<a class="headerlink" href="#your-first-eggdrop-scr
265265
<div class="right">
266266

267267
<div class="footer" role="contentinfo">
268-
&#169; Copyright 2021, Eggheads.
269-
Last updated on Feb 06, 2022.
268+
&#169; Copyright 2022, Eggheads.
269+
Last updated on Mar 05, 2022.
270270
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
271271
</div>
272272
</div>

doc/html/appendices/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ <h3 style="margin-top: 1.5em;">Search</h3>
143143
<div class="right">
144144

145145
<div class="footer" role="contentinfo">
146-
&#169; Copyright 2021, Eggheads.
147-
Last updated on Feb 06, 2022.
146+
&#169; Copyright 2022, Eggheads.
147+
Last updated on Mar 05, 2022.
148148
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
149149
</div>
150150
</div>

doc/html/appendices/known-probs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>Known Problems<a class="headerlink" href="#known-problems" title="Permalink
131131
</li>
132132
</ul>
133133
</div></blockquote>
134-
<p>Copyright (C) 2003 - 2021 Eggheads Development Team</p>
134+
<p>Copyright (C) 2003 - 2022 Eggheads Development Team</p>
135135
</div></blockquote>
136136
</div>
137137

@@ -160,8 +160,8 @@ <h1>Known Problems<a class="headerlink" href="#known-problems" title="Permalink
160160
<div class="right">
161161

162162
<div class="footer" role="contentinfo">
163-
&#169; Copyright 2021, Eggheads.
164-
Last updated on Feb 06, 2022.
163+
&#169; Copyright 2022, Eggheads.
164+
Last updated on Mar 05, 2022.
165165
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
166166
</div>
167167
</div>

doc/html/appendices/text-sub.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h1>Textfile Substitutions<a class="headerlink" href="#textfile-substitutions" t
213213
</tbody>
214214
</table>
215215
<blockquote>
216-
<div>Copyright (C) 1999 - 2021 Eggheads Development Team</div></blockquote>
216+
<div>Copyright (C) 1999 - 2022 Eggheads Development Team</div></blockquote>
217217
</div>
218218

219219

@@ -241,8 +241,8 @@ <h1>Textfile Substitutions<a class="headerlink" href="#textfile-substitutions" t
241241
<div class="right">
242242

243243
<div class="footer" role="contentinfo">
244-
&#169; Copyright 2021, Eggheads.
245-
Last updated on Feb 06, 2022.
244+
&#169; Copyright 2022, Eggheads.
245+
Last updated on Mar 05, 2022.
246246
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
247247
</div>
248248
</div>

doc/html/appendices/tricks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h1>Eggdrop Tricks<a class="headerlink" href="#eggdrop-tricks" title="Permalink
157157
</div>
158158
</li>
159159
</ul>
160-
<p>Copyright (C) 1999 - 2021 Eggheads Development Team</p>
160+
<p>Copyright (C) 1999 - 2022 Eggheads Development Team</p>
161161
</div></blockquote>
162162
</div>
163163

@@ -186,8 +186,8 @@ <h1>Eggdrop Tricks<a class="headerlink" href="#eggdrop-tricks" title="Permalink
186186
<div class="right">
187187

188188
<div class="footer" role="contentinfo">
189-
&#169; Copyright 2021, Eggheads.
190-
Last updated on Feb 06, 2022.
189+
&#169; Copyright 2022, Eggheads.
190+
Last updated on Mar 05, 2022.
191191
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
192192
</div>
193193
</div>

doc/html/appendices/weird-msgs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h1>Weird Messages That Get Logged<a class="headerlink" href="#weird-messages-th
159159
</dd>
160160
</dl>
161161
</div></blockquote>
162-
<p>Copyright (C) 2003 - 2021 Eggheads Development Team</p>
162+
<p>Copyright (C) 2003 - 2022 Eggheads Development Team</p>
163163
</div></blockquote>
164164
</div>
165165

@@ -188,8 +188,8 @@ <h1>Weird Messages That Get Logged<a class="headerlink" href="#weird-messages-th
188188
<div class="right">
189189

190190
<div class="footer" role="contentinfo">
191-
&#169; Copyright 2021, Eggheads.
192-
Last updated on Feb 06, 2022.
191+
&#169; Copyright 2022, Eggheads.
192+
Last updated on Mar 05, 2022.
193193
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
194194
</div>
195195
</div>

doc/html/coreDocs/assoc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
117117
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">loadmodule</span> <span class="n">assoc</span>
118118
</pre></div>
119119
</div>
120-
<p>Copyright (C) 2000 - 2021 Eggheads Development Team</p>
120+
<p>Copyright (C) 2000 - 2022 Eggheads Development Team</p>
121121
</div>
122122

123123

@@ -145,8 +145,8 @@ <h3 style="margin-top: 1.5em;">Search</h3>
145145
<div class="right">
146146

147147
<div class="footer" role="contentinfo">
148-
&#169; Copyright 2021, Eggheads.
149-
Last updated on Feb 06, 2022.
148+
&#169; Copyright 2022, Eggheads.
149+
Last updated on Mar 05, 2022.
150150
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
151151
</div>
152152
</div>

doc/html/coreDocs/blowfish.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
121121
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">loadmodule</span> <span class="n">blowfish</span>
122122
</pre></div>
123123
</div>
124-
<p>Copyright (C) 2000 - 2021 Eggheads Development Team</p>
124+
<p>Copyright (C) 2000 - 2022 Eggheads Development Team</p>
125125
</div></blockquote>
126126
</div>
127127

@@ -150,8 +150,8 @@ <h3 style="margin-top: 1.5em;">Search</h3>
150150
<div class="right">
151151

152152
<div class="footer" role="contentinfo">
153-
&#169; Copyright 2021, Eggheads.
154-
Last updated on Feb 06, 2022.
153+
&#169; Copyright 2022, Eggheads.
154+
Last updated on Mar 05, 2022.
155155
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
156156
</div>
157157
</div>

doc/html/coreDocs/channels.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
497497
<p>}</p>
498498
</div></blockquote>
499499
</div></blockquote>
500-
<p>Copyright (C) 2000 - 2021 Eggheads Development Team</p>
500+
<p>Copyright (C) 2000 - 2022 Eggheads Development Team</p>
501501
</div></blockquote>
502502
</div>
503503

@@ -526,8 +526,8 @@ <h3 style="margin-top: 1.5em;">Search</h3>
526526
<div class="right">
527527

528528
<div class="footer" role="contentinfo">
529-
&#169; Copyright 2021, Eggheads.
530-
Last updated on Feb 06, 2022.
529+
&#169; Copyright 2022, Eggheads.
530+
Last updated on Mar 05, 2022.
531531
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
532532
</div>
533533
</div>

doc/html/coreDocs/compress.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
130130
as those used by GNU gzip.</dd>
131131
</dl>
132132
</div></blockquote>
133-
<p>Copyright (C) 2000 - 2021 Eggheads Development Team</p>
133+
<p>Copyright (C) 2000 - 2022 Eggheads Development Team</p>
134134
</div>
135135

136136

@@ -158,8 +158,8 @@ <h3 style="margin-top: 1.5em;">Search</h3>
158158
<div class="right">
159159

160160
<div class="footer" role="contentinfo">
161-
&#169; Copyright 2021, Eggheads.
162-
Last updated on Feb 06, 2022.
161+
&#169; Copyright 2022, Eggheads.
162+
Last updated on Mar 05, 2022.
163163
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
164164
</div>
165165
</div>

0 commit comments

Comments
 (0)