Skip to content

Commit 23c66d1

Browse files
committed
Update docs
1 parent 594e36f commit 23c66d1

Some content is hidden

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

61 files changed

+169
-75
lines changed

FEATURES

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Eggdrop Features
3636
- Console mode: you can view each channel through dcc chat or
3737
telnet, selectively looking at mode changes, joins and parts,
3838
channel talk, or any combination of the above.
39-
- Scripting languages: commands and features can be easily added
40-
to the bot by means of the Tcl or Python scripting language, giving you
39+
- A scripting language: commands and features can be easily added
40+
to the bot by means of the Tcl scripting language, giving you
4141
the power of TOTAL customization of your bot.
4242
- Module support: you can remove/add features to your bot by
4343
adding or removing modules.

aclocal.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ AC_DEFUN([EGG_CHECK_MODULE_SUPPORT],
565565
[
566566
MODULES_OK="yes"
567567
MOD_EXT="so"
568-
DEFAULT_MAKE="debug"
568+
DEFAULT_MAKE="eggdrop"
569569
LOAD_METHOD="dl"
570570
WEIRD_OS="yes"
571571
UNKNOWN_OS="no"

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -6266,7 +6266,7 @@ printf "%s\n" "$egg_cv_var_system_release" >&6; }
62666266

62676267
MODULES_OK="yes"
62686268
MOD_EXT="so"
6269-
DEFAULT_MAKE="debug"
6269+
DEFAULT_MAKE="eggdrop"
62706270
LOAD_METHOD="dl"
62716271
WEIRD_OS="yes"
62726272
UNKNOWN_OS="no"

doc/html/about/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1>About Eggdrop<a class="headerlink" href="#about-eggdrop" title="Link to this
177177

178178
<div class="footer" role="contentinfo">
179179
&#169; Copyright 2024, Eggheads.
180-
Last updated on Sep 08, 2024.
180+
Last updated on Oct 13, 2024.
181181
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
182182
</div>
183183
</div>

doc/html/about/legal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h1>Boring legal stuff<a class="headerlink" href="#boring-legal-stuff" title="Li
128128

129129
<div class="footer" role="contentinfo">
130130
&#169; Copyright 2024, Eggheads.
131-
Last updated on Sep 08, 2024.
131+
Last updated on Oct 13, 2024.
132132
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
133133
</div>
134134
</div>

doc/html/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,10 @@ <h2>Where to find more help<a class="headerlink" href="#where-to-find-more-help"
239239
<li class="toctree-l1"><a class="reference internal" href="using/python.html">Using the Python Module</a><ul>
240240
<li class="toctree-l2"><a class="reference internal" href="using/python.html#system-requirements">System Requirements</a></li>
241241
<li class="toctree-l2"><a class="reference internal" href="using/python.html#loading-python">Loading Python</a></li>
242+
<li class="toctree-l2"><a class="reference internal" href="using/python.html#reloading-python-scripts">Reloading Python Scripts</a></li>
243+
<li class="toctree-l2"><a class="reference internal" href="using/python.html#multithreading-and-async">Multithreading and async</a></li>
242244
<li class="toctree-l2"><a class="reference internal" href="using/python.html#eggdrop-python-commands">Eggdrop Python Commands</a></li>
243245
<li class="toctree-l2"><a class="reference internal" href="using/python.html#writing-an-eggdrop-python-script">Writing an Eggdrop Python script</a></li>
244-
<li class="toctree-l2"><a class="reference internal" href="using/python.html#writing-a-module-for-use-with-eggdrop">Writing a module for use with Eggdrop</a></li>
245246
</ul>
246247
</li>
247248
<li class="toctree-l1"><a class="reference internal" href="using/twitchinfo.html">Twitch</a><ul>
@@ -419,7 +420,7 @@ <h2>Where to find more help<a class="headerlink" href="#where-to-find-more-help"
419420

420421
<div class="footer" role="contentinfo">
421422
&#169; Copyright 2024, Eggheads.
422-
Last updated on Sep 08, 2024.
423+
Last updated on Oct 13, 2024.
423424
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
424425
</div>
425426
</div>

doc/html/install/install.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h2>Modules<a class="headerlink" href="#modules" title="Link to this heading">¶
283283

284284
<div class="footer" role="contentinfo">
285285
&#169; Copyright 2024, Eggheads.
286-
Last updated on Sep 08, 2024.
286+
Last updated on Oct 13, 2024.
287287
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
288288
</div>
289289
</div>

doc/html/install/readme.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h2>Obtaining Help<a class="headerlink" href="#obtaining-help" title="Link to th
365365

366366
<div class="footer" role="contentinfo">
367367
&#169; Copyright 2024, Eggheads.
368-
Last updated on Sep 08, 2024.
368+
Last updated on Oct 13, 2024.
369369
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
370370
</div>
371371
</div>

doc/html/install/upgrading.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Documentation<a class="headerlink" href="#documentation" title="Link to this
189189

190190
<div class="footer" role="contentinfo">
191191
&#169; Copyright 2024, Eggheads.
192-
Last updated on Sep 08, 2024.
192+
Last updated on Oct 13, 2024.
193193
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
194194
</div>
195195
</div>

doc/html/modules/included.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h1>Modules included with Eggdrop<a class="headerlink" href="#modules-included-w
301301

302302
<div class="footer" role="contentinfo">
303303
&#169; Copyright 2024, Eggheads.
304-
Last updated on Sep 08, 2024.
304+
Last updated on Oct 13, 2024.
305305
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
306306
</div>
307307
</div>

doc/html/modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3>Do I still need to ‘loadmodule’ modules?<a class="headerlink" href="#do-
169169

170170
<div class="footer" role="contentinfo">
171171
&#169; Copyright 2024, Eggheads.
172-
Last updated on Sep 08, 2024.
172+
Last updated on Oct 13, 2024.
173173
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
174174
</div>
175175
</div>

doc/html/modules/internals.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h2>Summary<a class="headerlink" href="#summary" title="Link to this heading">¶
450450

451451
<div class="footer" role="contentinfo">
452452
&#169; Copyright 2024, Eggheads.
453-
Last updated on Sep 08, 2024.
453+
Last updated on Oct 13, 2024.
454454
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
455455
</div>
456456
</div>

doc/html/modules/mod/assoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
160160

161161
<div class="footer" role="contentinfo">
162162
&#169; Copyright 2024, Eggheads.
163-
Last updated on Sep 08, 2024.
163+
Last updated on Oct 13, 2024.
164164
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
165165
</div>
166166
</div>

doc/html/modules/mod/blowfish.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
165165

166166
<div class="footer" role="contentinfo">
167167
&#169; Copyright 2024, Eggheads.
168-
Last updated on Sep 08, 2024.
168+
Last updated on Oct 13, 2024.
169169
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
170170
</div>
171171
</div>

doc/html/modules/mod/channels.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ <h2>Default Channel Values<a class="headerlink" href="#default-channel-values" t
537537

538538
<div class="footer" role="contentinfo">
539539
&#169; Copyright 2024, Eggheads.
540-
Last updated on Sep 08, 2024.
540+
Last updated on Oct 13, 2024.
541541
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
542542
</div>
543543
</div>

doc/html/modules/mod/compress.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
173173

174174
<div class="footer" role="contentinfo">
175175
&#169; Copyright 2024, Eggheads.
176-
Last updated on Sep 08, 2024.
176+
Last updated on Oct 13, 2024.
177177
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
178178
</div>
179179
</div>

doc/html/modules/mod/console.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
175175

176176
<div class="footer" role="contentinfo">
177177
&#169; Copyright 2024, Eggheads.
178-
Last updated on Sep 08, 2024.
178+
Last updated on Oct 13, 2024.
179179
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
180180
</div>
181181
</div>

doc/html/modules/mod/ctcp.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
187187

188188
<div class="footer" role="contentinfo">
189189
&#169; Copyright 2024, Eggheads.
190-
Last updated on Sep 08, 2024.
190+
Last updated on Oct 13, 2024.
191191
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
192192
</div>
193193
</div>

doc/html/modules/mod/dns.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
188188

189189
<div class="footer" role="contentinfo">
190190
&#169; Copyright 2024, Eggheads.
191-
Last updated on Sep 08, 2024.
191+
Last updated on Oct 13, 2024.
192192
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
193193
</div>
194194
</div>

doc/html/modules/mod/filesys.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h3>.filesys module<a class="headerlink" href="#id1" title="Link to this heading
385385

386386
<div class="footer" role="contentinfo">
387387
&#169; Copyright 2024, Eggheads.
388-
Last updated on Sep 08, 2024.
388+
Last updated on Oct 13, 2024.
389389
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
390390
</div>
391391
</div>

doc/html/modules/mod/ident.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
226226

227227
<div class="footer" role="contentinfo">
228228
&#169; Copyright 2024, Eggheads.
229-
Last updated on Sep 08, 2024.
229+
Last updated on Oct 13, 2024.
230230
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
231231
</div>
232232
</div>

doc/html/modules/mod/irc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
296296

297297
<div class="footer" role="contentinfo">
298298
&#169; Copyright 2024, Eggheads.
299-
Last updated on Sep 08, 2024.
299+
Last updated on Oct 13, 2024.
300300
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
301301
</div>
302302
</div>

doc/html/modules/mod/notes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
183183

184184
<div class="footer" role="contentinfo">
185185
&#169; Copyright 2024, Eggheads.
186-
Last updated on Sep 08, 2024.
186+
Last updated on Oct 13, 2024.
187187
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
188188
</div>
189189
</div>

doc/html/modules/mod/pbkdf2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
182182

183183
<div class="footer" role="contentinfo">
184184
&#169; Copyright 2024, Eggheads.
185-
Last updated on Sep 08, 2024.
185+
Last updated on Oct 13, 2024.
186186
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
187187
</div>
188188
</div>

doc/html/modules/mod/python.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h3>pysource &lt;path/to/file&gt;<a class="headerlink" href="#pysource-path-to-f
192192

193193
<div class="footer" role="contentinfo">
194194
&#169; Copyright 2024, Eggheads.
195-
Last updated on Sep 08, 2024.
195+
Last updated on Oct 13, 2024.
196196
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
197197
</div>
198198
</div>

doc/html/modules/mod/seen.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
162162

163163
<div class="footer" role="contentinfo">
164164
&#169; Copyright 2024, Eggheads.
165-
Last updated on Sep 08, 2024.
165+
Last updated on Oct 13, 2024.
166166
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
167167
</div>
168168
</div>

doc/html/modules/mod/server.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
371371

372372
<div class="footer" role="contentinfo">
373373
&#169; Copyright 2024, Eggheads.
374-
Last updated on Sep 08, 2024.
374+
Last updated on Oct 13, 2024.
375375
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
376376
</div>
377377
</div>

doc/html/modules/mod/share.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
192192

193193
<div class="footer" role="contentinfo">
194194
&#169; Copyright 2024, Eggheads.
195-
Last updated on Sep 08, 2024.
195+
Last updated on Oct 13, 2024.
196196
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
197197
</div>
198198
</div>

doc/html/modules/mod/transfer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
181181

182182
<div class="footer" role="contentinfo">
183183
&#169; Copyright 2024, Eggheads.
184-
Last updated on Sep 08, 2024.
184+
Last updated on Oct 13, 2024.
185185
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
186186
</div>
187187
</div>

doc/html/modules/mod/twitch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2>Partyline commands<a class="headerlink" href="#partyline-commands" title="Li
196196

197197
<div class="footer" role="contentinfo">
198198
&#169; Copyright 2024, Eggheads.
199-
Last updated on Sep 08, 2024.
199+
Last updated on Oct 13, 2024.
200200
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
201201
</div>
202202
</div>

doc/html/modules/mod/uptime.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
169169

170170
<div class="footer" role="contentinfo">
171171
&#169; Copyright 2024, Eggheads.
172-
Last updated on Sep 08, 2024.
172+
Last updated on Oct 13, 2024.
173173
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
174174
</div>
175175
</div>

doc/html/modules/mod/woobie.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3 style="margin-top: 1.5em;">Search</h3>
161161

162162
<div class="footer" role="contentinfo">
163163
&#169; Copyright 2024, Eggheads.
164-
Last updated on Sep 08, 2024.
164+
Last updated on Oct 13, 2024.
165165
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
166166
</div>
167167
</div>

doc/html/modules/writing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h2>What to do with a module?<a class="headerlink" href="#what-to-do-with-a-modu
426426

427427
<div class="footer" role="contentinfo">
428428
&#169; Copyright 2024, Eggheads.
429-
Last updated on Sep 08, 2024.
429+
Last updated on Oct 13, 2024.
430430
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
431431
</div>
432432
</div>

doc/html/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1 id="search-documentation">Search</h1>
148148

149149
<div class="footer" role="contentinfo">
150150
&#169; Copyright 2024, Eggheads.
151-
Last updated on Sep 08, 2024.
151+
Last updated on Oct 13, 2024.
152152
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
153153
</div>
154154
</div>

doc/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/html/tutorials/firstscript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h1>Writing an Eggdrop Script<a class="headerlink" href="#writing-an-eggdrop-scr
257257

258258
<div class="footer" role="contentinfo">
259259
&#169; Copyright 2024, Eggheads.
260-
Last updated on Sep 08, 2024.
260+
Last updated on Oct 13, 2024.
261261
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
262262
</div>
263263
</div>

doc/html/tutorials/firststeps.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h2>Setting up SASL authentication<a class="headerlink" href="#setting-up-sasl-a
306306

307307
<div class="footer" role="contentinfo">
308308
&#169; Copyright 2024, Eggheads.
309-
Last updated on Sep 08, 2024.
309+
Last updated on Oct 13, 2024.
310310
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
311311
</div>
312312
</div>

doc/html/tutorials/module.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ <h3>Calling the Bind<a class="headerlink" href="#calling-the-bind" title="Link t
353353

354354
<div class="footer" role="contentinfo">
355355
&#169; Copyright 2024, Eggheads.
356-
Last updated on Sep 08, 2024.
356+
Last updated on Oct 13, 2024.
357357
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
358358
</div>
359359
</div>

doc/html/tutorials/setup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h3>No show?<a class="headerlink" href="#no-show" title="Link to this heading">
293293

294294
<div class="footer" role="contentinfo">
295295
&#169; Copyright 2024, Eggheads.
296-
Last updated on Sep 08, 2024.
296+
Last updated on Oct 13, 2024.
297297
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
298298
</div>
299299
</div>

doc/html/tutorials/tlssetup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h2>Additional Information<a class="headerlink" href="#additional-information" t
198198

199199
<div class="footer" role="contentinfo">
200200
&#169; Copyright 2024, Eggheads.
201-
Last updated on Sep 08, 2024.
201+
Last updated on Oct 13, 2024.
202202
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
203203
</div>
204204
</div>

doc/html/tutorials/userfilesharing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2>Explaining the Linking/Sharing Process<a class="headerlink" href="#explainin
167167

168168
<div class="footer" role="contentinfo">
169169
&#169; Copyright 2024, Eggheads.
170-
Last updated on Sep 08, 2024.
170+
Last updated on Oct 13, 2024.
171171
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
172172
</div>
173173
</div>

doc/html/using/accounts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h2>Using Accounts with Tcl Scripts<a class="headerlink" href="#using-accounts-w
207207

208208
<div class="footer" role="contentinfo">
209209
&#169; Copyright 2024, Eggheads.
210-
Last updated on Sep 08, 2024.
210+
Last updated on Oct 13, 2024.
211211
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
212212
</div>
213213
</div>

doc/html/using/autoscripts.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h3>egg_all<a class="headerlink" href="#egg-all" title="Link to this heading">¶
332332

333333
<div class="footer" role="contentinfo">
334334
&#169; Copyright 2024, Eggheads.
335-
Last updated on Sep 08, 2024.
335+
Last updated on Oct 13, 2024.
336336
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2.
337337
</div>
338338
</div>

0 commit comments

Comments
 (0)