From 8bcc6929d7e19ac2e4a0f72a1229a4074ac91c19 Mon Sep 17 00:00:00 2001
From: Geo
Date: Tue, 12 Jul 2022 15:28:41 -0400
Subject: [PATCH] Eggdrop v1.9.3 Release Candidate 1
---
aclocal.m4 | 2 +-
configure | 2 +-
doc/Changes1.9 | 335 ++++++++++++++++++++++++++++-
doc/html/about/about.html | 6 +-
doc/html/about/legal.html | 6 +-
doc/html/install/install.html | 6 +-
doc/html/install/readme.html | 6 +-
doc/html/install/upgrading.html | 8 +-
doc/html/modules/index.html | 6 +-
doc/html/modules/mod/assoc.html | 6 +-
doc/html/modules/mod/blowfish.html | 6 +-
doc/html/modules/mod/channels.html | 6 +-
doc/html/modules/mod/compress.html | 6 +-
doc/html/modules/mod/console.html | 6 +-
doc/html/modules/mod/ctcp.html | 6 +-
doc/html/modules/mod/dns.html | 6 +-
doc/html/modules/mod/filesys.html | 6 +-
doc/html/modules/mod/ident.html | 6 +-
doc/html/modules/mod/irc.html | 6 +-
doc/html/modules/mod/notes.html | 6 +-
doc/html/searchindex.js | 2 +-
doc/tcl-commands.doc | 4 +-
src/version.h | 4 +-
23 files changed, 392 insertions(+), 61 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4
index fc810bc45..9fdf95d10 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -573,7 +573,7 @@ AC_DEFUN([EGG_CHECK_MODULE_SUPPORT],
[
MODULES_OK="yes"
MOD_EXT="so"
- DEFAULT_MAKE="debug"
+ DEFAULT_MAKE="eggdrop"
LOAD_METHOD="dl"
WEIRD_OS="yes"
UNKNOWN_OS="no"
diff --git a/configure b/configure
index ecfb818de..b8ed27c26 100755
--- a/configure
+++ b/configure
@@ -5905,7 +5905,7 @@ $as_echo "$egg_cv_var_system_release" >&6; }
MODULES_OK="yes"
MOD_EXT="so"
- DEFAULT_MAKE="debug"
+ DEFAULT_MAKE="eggdrop"
LOAD_METHOD="dl"
WEIRD_OS="yes"
UNKNOWN_OS="no"
diff --git a/doc/Changes1.9 b/doc/Changes1.9
index a8c1c3762..29bbdabe8 100644
--- a/doc/Changes1.9
+++ b/doc/Changes1.9
@@ -1,8 +1,338 @@
-Eggdrop Changes (Last Updated 2021-01-24):
+Eggdrop Changes (Last Updated 2022-07-12):
__________________________________________
-Eggdrop v1.9.0rc1:
+Eggdrop v1.9.3rc1:
+
+ 2022-07-12 * remove old docs from newversion
+ * Update version strings to 1.9.3
+ * Generate docs with 1.9.3 version
+ * doc format fix
+ 2022-07-11 * update NEWS THANKS
+ * Fix extjoin config typo
+ * remove account2hand
+ 2022-07-08 * Update NEWS
+ * add account2hand doc
+ 2022-07-07 * reduce TLS log noise
+ 2022-07-05 * typo fixes
+ 2022-07-04 * create thread as detached
+ [Found by: ]x[ / Patch by: michaelortmann]
+ 2022-07-03 * Uptime dns cache expiry
+ [Found by: Geo / Patch by: thommey]
+ 2022-07-02 * fix disable-ipv6
+ [Patch by: michaelortmann]
+ * Fix dcc ident, truncation warning
+ 2022-06-21 * fix account logic
+ 2022-06-19 * Update documentation structure
+ * add missing ifdef TLS
+ * missing TLS ifdef
+ * Update flood buffer size
+ 2022-06-18 * remove Context from modules
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Update inet_aton.c from FreeBSD uptream removes advertising clause (#967)
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ 2022-06-17 * Add account tracking to Eggdrop
+ 2022-06-11 * Add timers with names
+ [Found by: Zartek / Patch by: Geo]
+ 2022-06-06 * No escape codes to non-ssl conns
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Fix strcpy param overlap
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * simple_sprintf() into snprintf()
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * fix strlcpy size params
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * inline keyword cleanup
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Adjust buffer
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * sprintf/egg_snprintf -> strlcpy
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * simplify main loop
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Cleanup includes
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Simplify tcl_channel_add
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * mod format specifier
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Add field initializers
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * getrusage() is POSIX 2001
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Cleanup botunlink
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * run autotools
+ 2022-06-04 * Fix --disable-tls compile bug
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Doc typo
+ [Found by: dereckson / Patch by: dereckson]
+ * Fix memory leak - SSL_get_peer_certificate() -> X509_free() (#1262)
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Fix ident lookup bind (#1254)
+ [Found by: thommey / Patch by: michaelortmann]
+ * Fix pthread include and autoconf (#1270)
+ [Found by: carlin0 / Patch by: michaelortmann]
+ * Add server-online offline value to doc
+ [Patch by: ZarTek-Creole]
+ * Fix typo
+ * Update THANKS
+ 2022-03-27 * Update ext-join acct for all chans
+ [Found by: Jobe / Patch by: Geo]
+ 2022-03-13 * Fix -t without active other sockets
+ [Found by: Geo / Patch by: thommey]
+ 2022-03-08 * Create configure_flags.yml
+ 2022-03-07 * Delete main.yml
+ 2022-03-05 * Fix CAP output in .status
+ 2022-03-02 * Revert "Fix status output of capabilities"
+ 2022-03-01 * Fix string truncation
+ * Fix status output of capabilities
+ 2022-02-07 * Update docs for 1.9.2rc2
+ 2022-01-31 * Fix tdns mutex
+ [Found by: Geo / Patch by: michaelortmann]
+ 2022-01-29 * Revert "Merge branch 'mmorton/mutex' into develop"
+
+Eggdrop v1.9.2 (2022-03-06):
+
+ 2022-03-06 * Fix CAP output in .status
+ * Eggdrop v1.9.2 *STABLE*
+ 2022-02-27 * Typo fix
+ * Update docs
+ * Update copyright to 2022
+ * fix NULL ptr (#1261)
+ [Found by: tuvok / Patch by: Geo]
+ * Fix twitch restart/rehash crash
+ [Found by: roughnecks / Patch by: Lord255, michaelortmann, thommey]
+ * update NEWS THANKS
+
+Eggdrop v1.9.2rc2 (2022-02-07):
+
+ 2022-02-07 * Add UPGRADING to gendocs
+ * Remove unneeded DNS comments from config
+ * Restore missing 1.9.0 NEWS
+ * Update docs
+ * Initialize vars
+ * init mutex
+ * Fix PBKDF2 cheks for PASS/2
+ [Found by: ldm / Patch by: michaelortmann]
+ * Remove old -n doc references
+ * Fix indent (#1258)
+ * Fix users.rst typo
+ [Found by: kveremitz / Patch by: PeGaSuS-Coder]
+ * Fix tdns mutex
+ [Found by: Geo / Patch by: michaelortmann]
+ * fix cap exports
+ * typo fix
+ * Eggdrop v1.9.2 Release Candidate 2
+
+Eggdrop v1.9.2rc1 (2021-12-18):
+
+ 2021-12-18 * make tdns default
+ * Update version strings to 1.9.2
+ * Generate docs with 1.9.2 version
+ * Eggdrop v1.9.2 Release Candidate 1
+ 2021-12-04 * Update 1.9.2 NEWS
+ 2021-11-30 * Properly check cap settings outside server.mod
+ * Prohibit hostname in nat-ip
+ 2021-11-28 * Documentation update
+ * Generate 1.9.2 docs
+ * Doc typos
+ * Update NEWS for 1.9.2
+ * Update THANKS for 1.9.2
+ * Update THANKS for 1.9.2 again
+ 2021-11-27 * prevent race in threaded dns
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Add values argument to Tcl cap command
+ [Found by: thommey / Patch by: Geo]
+ * Use nick/altnick/randnick on bad nickname
+ * Add server list Tcl command
+ * Log error on rejected botattr
+ 2021-11-06 * Add an AlertNotifier callback function
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * RAWT blocks RAW
+ [Found by: DasBrain / Patch by: Geo, thommey]
+ 2021-10-22 * Don't require message-tags to check for message-tags
+ [Found by: DasBrain, Lord255 / Patch by: Geo]
+ 2021-10-21 * Fix missing ACCOUNT bind value in docs
+ [Found by: Geo]
+ 2021-10-20 * Add MONITOR support (#1173)
+ [Patch by: Geo]
+ 2021-10-18 * adjust buffer size
+ [Found by: mortmann / Patch by: Geo]
+ 2021-10-15 * Improve CAP302 implementation
+ [Patch by: thommey, Geo]
+ 2021-10-06 * Remove extra comma in ircaway bind
+ [Found by: CrazyCatDevs / Patch by: Geo]
+ 2021-09-30 * SASL 302 support
+ [Patch by: Geo]
+ 2021-09-29 * Adds Twitch USERNOTICE bind
+ 2021-09-23 * Add CAP 302 support (#1203)
+ [Patch by: thommey, Geo]
+ 2021-09-07 * Fix CAP config settings
+ [Found by: Sensiva / Patch by: Geo]
+ 2021-09-01 * Add ssl status to bottree
+ [Patch by: michaelortmann]
+ 2021-08-22 * initialize dns_thread_head before chanprog
+ [Found by: MalaGaM / Patch by: michaelortmann]
+ * Use defines instead of raw telnet codes
+ * Fix potential NULL deref in splitnicks
+ [Found by: michaelortmann / Patch by: michaelortmann, and, thommey]
+ * Fix truncation
+ [Patch by: michaelortmann]
+ * Make functions static
+ 2021-08-15 * Add 005 BOT flag support, isircbot Tcl command
+ * Fix broken format code (%b) in core.help
+ [Found by: wilk / Patch by: wilk]
+ * Fix typo
+ 2021-08-10 * Update version, server block in docs
+ 2021-08-08 * Update docs
+ 2021-08-05 * Add irc settings for Libera Chat
+ * remove mandatory flag for listen script
+ [Found by: Krambaek]
+ 2021-07-13 * Update first install versions
+ 2021-06-20 * Add IRCv3 explanation doc
+
+Eggdrop v1.9.1 (2021-05-31):
+
+ 2021-05-31 * Change freenode references to Libera
+ * Update NEWS for 1.9.1
+ * Update docs
+ * Merge branch 'stable/1.9' into release/1.9.1
+
+Eggdrop v1.9.1rc1 (2021-05-08):
+
+ 2021-05-08 * Fix stagnant module warning
+ [Patch by: michaelortmann]
+ * Reject invalid chars in +bot
+ [Found by: MalaGaM / Patch by: Geo]
+ * Correctly track away status on away
+ [Found by: DasBrain / Patch by: DasBrain]
+ * Fix crash when adding server wo port
+ [Found by: bdrewery / Patch by: bdrewery]
+ * Don't overwrite socket IP on CTCP
+ [Found by: [TriiiX] / Patch by: Geo]
+ * Fix socket connection error msgs
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Make the compiler use 64bit ari
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Fix OpenBSD compiler warning
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Update NEWS THANKS
+ * Fix genereatedocs pip
+ * remove temp version hardcode
+ * Update version strings to 1.9.1
+ * Generate docs with 1.9.1 version
+ * FIX: Exclude cherry-picked commits from changelogs, experimental
+ * misc/genchanges: Add comment how cherry-pick diff works
+ * tweak releaseprep one more time
+ * Eggdrop v1.9.1 Release Candidate 1
+ 2021-05-05 * fix typos
+ [Patch by: michaelortmann]
+ * Remove -n CLI flag reference
+ [Patch by: michaelortmann]
+ * Update docs, lang file
+ [Patch by: crazycatdevs]
+ * Use correct type for CTCP flood
+ [Patch by: DasBrain]
+ 2021-04-10 * Update install docs with 1.9 refs
+
+Eggdrop v1.9.0 (2021-03-28):
+
+ 2021-03-28 * Fix DNS module help
+ [Found by: Carlin0]
+ * Fix DNS module help
+ [Found by: Carlin0]
+ * Add CHAT6 to IPv6 docs
+ * Remove quotepass from install
+ [Found by: arduent]
+ * remove quotepass ref from CONTENTS
+ * Fix /dcc chat for eggdrop compiled with --disable-ipv6 (#1146)
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Update docs
+ * Fix formatting
+ * Eggdrop v1.9.0
+ * docs typo
+ * Generate doc after typo
+ 2021-03-21 * config typo
+ * Add unlink comment doc
+ [Found by: Malagam]
+ * Update Versions file
+ * fix #ifdef compiler warning
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * config typo
+ * misplaced return
+ [Found by: mortmann]
+ * Add Italian language files
+ [Patch by: Carlin0]
+ * Update THANKS
+
+Eggdrop v1.9.0rc3 (2021-03-02):
+
+ 2021-03-02 * Fix releaseprep Changelog
+ * Update THANKS
+ * Eggdrop v1.9.0 Release Candidate 3
+ 2021-03-01 * Fix releaseprep script for versions higher than .0rc1
+ * Fix socklist for bots without tls support
+ [Patch by: mortmann]
+ * Update set/tcl unbind docs
+ [Found by: Dooms40]
+ * server args OBOE
+ * Fix typo
+ * Remove listen-addr refs from basic config
+ * Remove quotepass.tcl
+ * Restore listen-addr being used as default if not specified in listen command
+ [Found by: style / Patch by: thommey]
+ * update config words
+ * Fix SunOS bzero compile error
+ * better-fix SunOS bzero compile error
+ * Doc formatting
+
+Eggdrop v1.9.0rc2 (2021-02-15):
+
+ 2021-02-15 * Update AUTHORS
+ * typo
+ * Fix copyright
+ * Fix eggdrop.conf CAP comment
+ [Found by: jack3]
+ * Fix add/delserver syntax typo
+ [Found by: ZarTek]
+ * Update field length
+ * Remove self-refrence in .conf
+ * Move some SASL log messages to debug
+ * Fix typos
+ [Patch by: mortmann]
+ * Fix twitch parameter
+ [Patch by: mortmann]
+ * Change add/delserver to server add/remove (#1114)
+ [Found by: Malagam / Patch by: Geo]
+ * Update THANKS
+ * Fix file leak (#1118)
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Fix file leak
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Fix dns resolving hang
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Update strncpys
+ * Fix type warning in Cygwin
+ [Found by: michaelortmann / Patch by: michaelortmann]
+ * Update THANKS
+ * Update THANKS
+ * Revert "Remove unnecessary openssl checks" (#1124)
+ * undef set_key
+ [Found by: mortmann]
+ * Fix vhost6 being ignored if vhost4 was empty, regardless of address family actually used.
+ [Found by: Harekiet / Patch by: thommey]
+ * Update net-type warning
+ * Update network format/note
+ * fix typo
+ * Try to avoid ident race condition
+ [Found by: PeGaSuS / Patch by: michaelortmann]
+ * Update releaseprep for python3
+ * Revert "Update releaseprep for python3"
+ * Run autotools
+ * Eggdrop v1.9.0 Release Candidate 2
+
+Eggdrop v1.9.0rc1 (2021-01-24):
2021-01-24 * Fix OBOE
[Found by: michaelortmann / Patch by: michaelortmann]
@@ -16,6 +346,7 @@ Eggdrop v1.9.0rc1:
* update Change doc gen
* update releaseprep
* Fix releaseprep for 1.9.x
+ * Eggdrop v1.9.0 Release Candidate 1
2021-01-22 * Change buffer size
* Fix format strings
* Fix OBOE
diff --git a/doc/html/about/about.html b/doc/html/about/about.html
index 7949b3d1c..124363ff2 100644
--- a/doc/html/about/about.html
+++ b/doc/html/about/about.html
@@ -6,7 +6,7 @@
- About Eggdrop — Eggdrop 1.9.2 documentation
+ About Eggdrop — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/about/legal.html b/doc/html/about/legal.html
index f53ab7e36..6376753e5 100644
--- a/doc/html/about/legal.html
+++ b/doc/html/about/legal.html
@@ -6,7 +6,7 @@
- Boring legal stuff — Eggdrop 1.9.2 documentation
+ Boring legal stuff — Eggdrop 1.9.3 documentation
@@ -23,7 +23,7 @@
+ href="../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/install/install.html b/doc/html/install/install.html
index d05e0b2f1..94f2c2267 100644
--- a/doc/html/install/install.html
+++ b/doc/html/install/install.html
@@ -6,7 +6,7 @@
- Installing Eggdrop — Eggdrop 1.9.2 documentation
+ Installing Eggdrop — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/install/readme.html b/doc/html/install/readme.html
index 6e356c9d3..bee3fdee0 100644
--- a/doc/html/install/readme.html
+++ b/doc/html/install/readme.html
@@ -6,7 +6,7 @@
- README — Eggdrop 1.9.2 documentation
+ README — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/install/upgrading.html b/doc/html/install/upgrading.html
index a2789a6a6..53e382e9a 100644
--- a/doc/html/install/upgrading.html
+++ b/doc/html/install/upgrading.html
@@ -6,7 +6,7 @@
- Upgrading Eggdrop — Eggdrop 1.9.2 documentation
+ Upgrading Eggdrop — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../index.html">Eggdrop 1.9.3 documentation
previous |
@@ -105,7 +105,7 @@
Search
Upgrading Eggdrop
-It is easy to upgrade Eggdrop to a new version! To have a full picture of the changes made since your last upgrade, we recommed reading the NEWS file. Upgrades from the 1.6 and 1.8 lines of Eggdrop should take place with little to no issues. The config file, user files, and channel files can all be reused.
+
It is easy to upgrade Eggdrop to a new version! To have a full picture of the changes made since your last upgrade, we recommend reading the NEWS file. Upgrades from the 1.6 and 1.8 lines of Eggdrop should take place with little to no issues. The config file, user files, and channel files can all be reused.
For support, feel free to visit us on Libera #eggdrop.
@@ -190,7 +190,7 @@
DocumentationSphinx 1.8.5.
diff --git a/doc/html/modules/index.html b/doc/html/modules/index.html
index e8c974135..258d3cc21 100644
--- a/doc/html/modules/index.html
+++ b/doc/html/modules/index.html
@@ -6,7 +6,7 @@
- Eggdrop Module Information — Eggdrop 1.9.2 documentation
+ Eggdrop Module Information — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../index.html">Eggdrop 1.9.3 documentation
previous |
@@ -168,7 +168,7 @@
Do I still need to ‘loadmodule’ modules?Sphinx 1.8.5.
diff --git a/doc/html/modules/mod/assoc.html b/doc/html/modules/mod/assoc.html
index c38e68f06..a39bb2bc2 100644
--- a/doc/html/modules/mod/assoc.html
+++ b/doc/html/modules/mod/assoc.html
@@ -6,7 +6,7 @@
- Assoc Module — Eggdrop 1.9.2 documentation
+ Assoc Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/blowfish.html b/doc/html/modules/mod/blowfish.html
index f077164f4..50cb28ed9 100644
--- a/doc/html/modules/mod/blowfish.html
+++ b/doc/html/modules/mod/blowfish.html
@@ -6,7 +6,7 @@
- Blowfish Module — Eggdrop 1.9.2 documentation
+ Blowfish Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/channels.html b/doc/html/modules/mod/channels.html
index 435e32d85..40970907e 100644
--- a/doc/html/modules/mod/channels.html
+++ b/doc/html/modules/mod/channels.html
@@ -6,7 +6,7 @@
- Channels Module — Eggdrop 1.9.2 documentation
+ Channels Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/compress.html b/doc/html/modules/mod/compress.html
index 911fbde6e..12dca188d 100644
--- a/doc/html/modules/mod/compress.html
+++ b/doc/html/modules/mod/compress.html
@@ -6,7 +6,7 @@
- Compress Module — Eggdrop 1.9.2 documentation
+ Compress Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/console.html b/doc/html/modules/mod/console.html
index 8089e6885..f89e76403 100644
--- a/doc/html/modules/mod/console.html
+++ b/doc/html/modules/mod/console.html
@@ -6,7 +6,7 @@
- Console Module — Eggdrop 1.9.2 documentation
+ Console Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/ctcp.html b/doc/html/modules/mod/ctcp.html
index 62562ad04..0425e6d75 100644
--- a/doc/html/modules/mod/ctcp.html
+++ b/doc/html/modules/mod/ctcp.html
@@ -6,7 +6,7 @@
- CTCP Module — Eggdrop 1.9.2 documentation
+ CTCP Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/dns.html b/doc/html/modules/mod/dns.html
index 75f893bd0..4c1470524 100644
--- a/doc/html/modules/mod/dns.html
+++ b/doc/html/modules/mod/dns.html
@@ -6,7 +6,7 @@
- DNS Module — Eggdrop 1.9.2 documentation
+ DNS Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/filesys.html b/doc/html/modules/mod/filesys.html
index 055d9b4e4..48586f186 100644
--- a/doc/html/modules/mod/filesys.html
+++ b/doc/html/modules/mod/filesys.html
@@ -6,7 +6,7 @@
- Filesys Module — Eggdrop 1.9.2 documentation
+ Filesys Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/ident.html b/doc/html/modules/mod/ident.html
index df57f1510..936c165d9 100644
--- a/doc/html/modules/mod/ident.html
+++ b/doc/html/modules/mod/ident.html
@@ -6,7 +6,7 @@
- Ident Module — Eggdrop 1.9.2 documentation
+ Ident Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/irc.html b/doc/html/modules/mod/irc.html
index 91d7235d0..eeb538225 100644
--- a/doc/html/modules/mod/irc.html
+++ b/doc/html/modules/mod/irc.html
@@ -6,7 +6,7 @@
- IRC Module — Eggdrop 1.9.2 documentation
+ IRC Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/modules/mod/notes.html b/doc/html/modules/mod/notes.html
index 8365399dd..3ea78df1b 100644
--- a/doc/html/modules/mod/notes.html
+++ b/doc/html/modules/mod/notes.html
@@ -6,7 +6,7 @@
- Notes Module — Eggdrop 1.9.2 documentation
+ Notes Module — Eggdrop 1.9.3 documentation
@@ -24,7 +24,7 @@
+ href="../../index.html">Eggdrop 1.9.3 documentation
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
index 20e288fc4..98c653cf5 100644
--- a/doc/html/searchindex.js
+++ b/doc/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["about/about","about/legal","index","install/install","install/readme","install/upgrading","modules/included","modules/index","modules/mod/assoc","modules/mod/blowfish","modules/mod/channels","modules/mod/compress","modules/mod/console","modules/mod/ctcp","modules/mod/dns","modules/mod/filesys","modules/mod/ident","modules/mod/irc","modules/mod/notes","modules/mod/pbkdf2","modules/mod/seen","modules/mod/server","modules/mod/share","modules/mod/transfer","modules/mod/twitch","modules/mod/uptime","modules/mod/woobie","modules/writing","tutorials/firstscript","tutorials/firststeps","tutorials/setup","tutorials/tlssetup","using/bans","using/botnet","using/core","using/features","using/ipv6","using/ircv3","using/partyline","using/patch","using/pbkdf2info","using/tcl-commands","using/text-sub","using/tls","using/tricks","using/twitch-tcl-commands","using/twitchinfo","using/users"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["about/about.rst","about/legal.rst","index.rst","install/install.rst","install/readme.rst","install/upgrading.rst","modules/included.rst","modules/index.rst","modules/mod/assoc.rst","modules/mod/blowfish.rst","modules/mod/channels.rst","modules/mod/compress.rst","modules/mod/console.rst","modules/mod/ctcp.rst","modules/mod/dns.rst","modules/mod/filesys.rst","modules/mod/ident.rst","modules/mod/irc.rst","modules/mod/notes.rst","modules/mod/pbkdf2.rst","modules/mod/seen.rst","modules/mod/server.rst","modules/mod/share.rst","modules/mod/transfer.rst","modules/mod/twitch.rst","modules/mod/uptime.rst","modules/mod/woobie.rst","modules/writing.rst","tutorials/firstscript.rst","tutorials/firststeps.rst","tutorials/setup.rst","tutorials/tlssetup.rst","using/bans.rst","using/botnet.rst","using/core.rst","using/features.rst","using/ipv6.rst","using/ircv3.rst","using/partyline.rst","using/patch.rst","using/pbkdf2info.rst","using/tcl-commands.rst","using/text-sub.rst","using/tls.rst","using/tricks.rst","using/twitch-tcl-commands.rst","using/twitchinfo.rst","using/users.rst"],objects:{},objnames:{},objtypes:{},terms:{"04may2000":34,"3rd":5,"5c0":[21,30,34],"break":[15,41],"byte":[17,21,23,27,41],"case":[14,19,21,28,30,34,41],"catch":41,"char":[27,34,41],"const":27,"default":[2,3,4,10,11,14,15,17,21,23,29,30,31,32,34,40,41,43],"export":44,"final":[0,4,28,29,30,34,40],"function":[0,1,2,4,6,7,19,24,30,33,34,36,40,41,44,45],"import":[27,28,29,30,34,38,41],"int":27,"long":[6,10,14,18,21,22,32,34,41,42,45],"new":[4,5,7,19,24,28,29,30,34,35,36,37,38,39,40,43,44,46],"null":27,"public":[0,1,4,28,29,31,34,41,43,44,47],"return":[17,27,40,45],"short":[2,27,29,36,43],"static":[2,3,10,27,29,41],"super":2,"switch":[5,27,30,34,41,43,44],"throw":41,"true":28,"try":[3,4,6,7,20,21,25,27,28,29,30,34,45],"var":41,"void":27,"while":[0,4,5,10,16,24,30,32,34,38,40,41,46],AND:[19,30,41],ARE:28,Adding:[2,24,46],And:28,CVS:4,DNS:[2,6,41],DOING:28,For:[1,2,3,5,7,15,21,30,31,33,34,36,37,38,40,41,43,44,45,46],IPs:[29,31,36],NFS:23,NOT:[5,28,30,33,34,41,45],Not:[6,21,29,37],One:[0,4,28,41],THE:3,TLS:[2,3,4,5,29,30,34,41],That:[24,28,30,33,41,47],The:[0,1,2,3,4,5,6,10,11,13,14,15,16,19,21,22,23,24,25,27,28,29,31,32,33,34,35,37,40,41,43,44,45,46,47],Their:36,Then:[5,29,30,43],There:[1,3,4,10,11,12,13,14,15,16,17,18,19,21,22,23,24,27,28,29,31,32,34,36,40,42,43,46,47],These:[5,11,17,27,30,32,33,34,36,42,43,45,47],Use:[16,17,19,21,27,30,34,41],Used:41,Useful:41,Using:[2,4,27,41],WILL:45,With:[0,4,6,15,33,34,40,41,43],YES:7,Yes:7,aaa:41,abcdechannel:41,abil:[2,7,16,31,35,41],abl:[3,6,10,15,17,21,30,34,38,40,41],abort:[23,30,41,43],about:[2,4,6,24,25,27,28,29,34,41,44,46],abov:[1,3,4,10,17,19,27,28,29,35,41,42],absolut:[0,31,41,47],abus:[0,2,4],accept:[15,22,24,31,33,34,41,43,46],access:[0,4,16,21,27,28,29,30,35,38,40,41,43,45,46,47],accomplish:3,accord:[1,41,47],accordingli:21,account:[0,4,16,18,27,29,30,35,37,39,40,46],accur:[41,45],across:[0,4,33,37,39,41,44],act:[16,27,34,35,41,43],action:[28,29,31,34,41],activ:[2,10,16,30,32,38,41,43],actual:[0,4,15,27,28,31,34,38,41],acut:[],add:[3,4,5,7,10,16,17,24,27,28,30,31,33,34,35,40,46],add_builtin:27,add_hook:27,add_tcl_command:27,add_tcl_int:27,add_tcl_str:27,added:[0,3,4,5,19,22,24,28,30,33,34,35,36,37,40,41,43,45],addhost:17,adding:[4,7,21,27,34,35,37,41],addit:[2,4,5,16,21,30,34,41,43,45],addition:[16,30,41],addlang:[34,41],address:[18,22,25,30,33,34,36,43],addus:30,adh:34,adjust:[0,4,17],admin:[34,42],admit:23,advanc:[0,2,4,6,20,28,35],advantag:[5,30,44],advertis:[0,4,41],advis:[3,21,23],affect:[5,10,24,34,35,36,41,46],affet:41,affili:[1,46],after:[3,4,10,16,17,21,27,28,29,32,34,41,43,44,46],afterward:[17,34],again:[6,15,25,27,32,33,34,40,41,45],against:[10,15,19,21,28,30,40,41,45],age:41,aggress:33,aka:34,alarm:41,alert:46,algorithm:[19,40],all:[1,5,6,7,10,13,14,15,17,19,21,22,27,28,29,30,31,32,33,34,35,36,37,38,40,41,43,44,45,46,47],alloc:[27,41],allow:[0,3,4,5,6,7,10,11,15,16,17,18,19,21,22,23,24,27,28,29,30,33,34,35,40,41,43,44,46],alltool:34,almost:[0,4,30,32,47],along:[4,15],alphabet:34,alphanumer:46,alreadi:[10,21,27,28,30,31,33,34,40,41,46],also:[0,2,3,4,7,10,11,12,13,14,15,16,17,18,19,21,22,23,27,28,29,30,32,33,34,35,38,40,41,42,43,44,45,46,47],alt:[21,34],alter:[15,35,41,46],altern:[2,4,16,21,30,31,33,34,41,43],although:[17,30,34,41],altnick:[21,30],altogeth:19,alwai:[0,3,4,10,30,32,34,41],amount:[6,34],anachron:31,ani:[0,1,3,4,5,7,12,15,16,17,18,21,22,24,27,28,29,30,32,34,35,38,40,41,43,45,46,47],annoi:28,anonym:34,anoth:[0,10,15,17,18,21,22,27,30,33,34,41,42,45],another:5,ansi:41,answer:[0,7,13,16,21,28],any_other_funct:27,anymor:[6,9,19,34],anyon:[10,32,41],anyth:[0,4,15,28,29,30,33,34,38,41,45],anywai:34,anywher:[38,41],aol:[28,40],aop:10,apart:[27,34,41],api:6,apostroph:38,appear:[29,30,33,34,41,45],append:[27,41],appli:[30,32,34,40,47],applic:[1,34,41],appreci:31,appropri:[3,5,30,34,37,39,40],april:[24,45],apt:[30,31],arbitrari:41,arbitrarili:45,archiv:4,area:[6,15,34,41,44,47],aren:[30,34,41,44,45],arg:27,argument:[15,17,28,29,36,41,45],around:[0,4,24,31,36,41,46],arriv:41,ascii:41,ask:[4,17,29,30,38,41,43],assign:[33,34,41],assist:[2,30,43],assoc:[2,6],associ:[24,41,46],assum:[21,28,30,31,32,34,41],assumpt:37,assur:45,asynchron:[6,14,41],attach:[41,45],attack:[10,19,40],attempt:[5,10,16,17,21,24,31,32,33,34,41,43,46],attent:[5,21,41],attribut:[32,33,41,47],auch:27,aug:41,august:17,auth:[34,43],authent:[2,40,46],author:[28,31,34,43],auto:[33,47],autobotchk:[3,4,29],autoconf:3,autoconfigur:3,autodetect:43,autohalfop:10,autom:[0,2,4],automat:[2,3,4,5,12,16,21,30,32,33,34,35,36,40,41,43,46,47],autoop:10,autosav:12,autovoic:[10,47],avail:[4,10,15,19,25,27,29,30,31,34,35,36,38,41,46],avoid:[6,14,29],awai:[35,37,41],awar:41,awesom:28,b33f:30,baa:41,back:[21,28,30,34,36,39,40,41,44],background:[2,4,28],backslash:30,backup:[5,27],backward:[5,37],bad:[10,41,47],badg:47,badgui:45,ban:[0,2,4,10,17,24,33,34,35,46,47],bandwidth:[6,11],banner:[34,42],bar:41,barr:34,base64:29,base:[4,30,34,40,41],basi:30,basic:[2,4,6,7,20,28,30],bask:39,bbb:41,bcst:41,bear:1,becaus:[0,4,16,21,27,28,34,41,44,45,46],becom:[29,30,34,41],been:[0,1,4,5,15,17,21,27,32,34,35,41,45],befor:[0,4,10,14,16,17,18,21,22,23,27,29,30,33,34,41,46],began:37,begin:[16,28,36,41],behalf:41,behav:41,behavior:[13,17,32,34,36,41],behind:34,being:[0,4,10,15,17,21,31,35,36,41,45],beldin:33,bell:41,belong:34,below:[10,15,16,22,24,27,28,30,34,40,41,45],best:[3,6,16,30,33,41,45],better:[3,4,6,20,30,34],between:[3,6,10,15,18,21,22,31,33,34,36,41],beverag:40,big:[5,23,41,44],binari:[3,31],bind:[2,16,17,21,24,27,28,34,44,46],birthdai:34,bit:[3,15,24,28,30,31,34,41,43,46],bitch:10,bitchx:41,blank:41,bless:1,blindli:17,bloat:7,block:[23,24,27,30,42,46],blowfish:[1,2,5,6,19,27,34,40,41],bodi:28,bogu:34,bold:[4,41,42,47],boldfac:41,boot:34,bore:[2,4],boston:1,bot:[0,1,3,4,5,6,7,10,12,13,14,16,17,18,19,20,21,22,23,25,27,28,29,30,31,32,34,35,36,37,38,40,42,43,44,45,46,47],bota:33,botaddr:41,botaddress:41,botattr:33,botb:33,botc:33,botchk:[4,29,30],botdir:30,botfl:41,botflag:[2,22],both:[0,4,10,21,23,31,33,36,40,41,43],botnam:33,botnet:[0,2,3,4,6,8,10,12,15,21,25,30,35,36,38,40,41,44,47],botnetcentr:42,botnetnick:41,botnetop:10,botnick:[21,28,29,30,34],bottom:28,bottre:2,bounc:17,bound:[16,34,41],boundari:14,box:[30,34],brace:10,bracket:36,branch:[4,39],breach:41,brief:30,broadcast:[24,38,41,45,46],broken:[15,28,34,41],brows:15,brute:19,buf:17,buffer:22,bug:[0,3,4,28,30,39],built:[2,16,41,44],builtin:[16,41],busi:28,button:[39,46],bypass:41,bywho:41,cach:[14,41],cafil:[34,43],calcul:21,call:[0,3,4,27,28,29,33,34,41,45],can:[0,3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47],cancel:[6,41],cannot:[0,27,30,40,41,47],cap:[2,27,35,46],cap_net_bind_servic:16,capabl:[2,34,35,41,44,46],capac:46,capath:[34,43],capit:[4,47],caption:[],captur:[30,41,44],care:[34,41,46],carefulli:[30,41],carelessli:5,categori:41,caught:41,caus:[16,30,33,41,44],caution:41,cbc:41,ccht:45,center:42,central:[15,34],cerfif:[],cert:[29,34,43],certain:[32,34,35,36,41,42,45,47],certainli:[24,30,46],certif:[2,3,21,29,31,34,41],certifict:43,cet:34,chaddr:[5,33],chain:[34,43],challeng:[28,29],chan:[5,10,17,28,29,30,44],chanc:30,chanfil:[10,30,44],chang:[1,2,6,9,10,15,17,19,21,22,24,28,30,31,33,34,35,37,38,39,43,45,46],chaninfo:[29,33],chanmod:[10,29],channel:[0,2,4,5,6,8,12,17,20,21,22,24,27,28,30,32,33,34,35,38,42,44,46,47],channelflag:41,chanrec:[17,41],chanserv:10,chanset:[10,29,33],charact:[2,10,15,21,30,33,34,36,40],chase:[0,4],chat4:2,chat6:2,chat:[0,2,4,6,13,21,29,30,33,34,35,38,41,43,45,46],chatter:34,chattr:[29,47],check:[4,5,10,21,27,28,29,31,34,40,41,43,45],checkout:[30,39],chfinger:34,chghost:[35,37],chjn:41,chmod:[3,34],chof:41,choic:[1,21,28],chon:41,choos:[3,7,29,30,34,35,46],chpass:40,chpt:41,chri:1,chunk:21,cidr:[34,41],cipher:[34,41,43],claim:[24,46],clarifi:32,clean:15,clear:[4,6,39,41,43,45,46],clearchat:[24,45],clearmsg:[24,45],cleartext:41,clemson:47,click:[39,46],client:[15,16,21,24,29,30,34,37,41,43,46],cloak:29,clone:[2,4,10,30],close:[27,41],cmd:[34,41],cmd_t:27,cmsg:45,code:[1,2,3,4,7,27,28,41],coder:[],col:42,cold:[39,40],colon:[34,36],color:[4,41],column:42,com:[2,4,5,6,20,21,28,29,30,33,34,40,41,43],combin:[35,41],combo:29,come:[4,6,17,21,30,39,41],comfort:30,comma:[34,38,41],commadlin:30,command:[2,3,6,10,12,15,16,17,20,21,27,28,29,30,31,32,33,34,35,36,38,40,43,46,47],commandlin:30,comment:[15,17,25,28,30,34,40],commerci:30,common:[2,21,30,31,33,34,37,43,47],commonli:[29,31,34,41],commun:[2,27,33,38,39,41],compat:[3,5,37,41,45,46],compil:[0,2,3,4,27,30,31,34,36,41,43],complet:[3,4,10,15,22,30,35,41,43,47],compliant:[17,21,41],compon:41,comprehens:45,compress:[2,6,29],compris:37,concurr:[34,40],conf:[3,7,16,29,30,37,41,43],config:[2,3,4,6,7,10,11,12,13,14,16,17,18,19,21,22,23,24,25,27,28,29,31,32,33,34,36,40,42,43],configfil:41,configur:[2,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,34,36,39,41,43],confirm:[39,41],conflict:16,connect:[2,4,5,6,14,15,16,21,24,27,29,30,33,34,36,38,43,46,47],connet:[],consequ:45,consid:[4,30,32,34,38,41],consider:40,consist:[33,35,38,41],consol:[2,4,6,10,27,35,38],constantli:27,constitut:[10,21,34],consult:[36,37,43],contact:[28,34],contain:[1,3,4,5,28,30,33,34,36,41,43,45],content:[40,41,45],contest:6,context:27,continu:[30,41],contribut:39,control:[0,2,4,17,21,28,29,33,34,35,43,46,47],conv_form:29,conveni:34,convers:[27,38,43],convert:41,cooldud:30,coordin:34,copi:[1,2,5,7,15,23,27,30,41],copyright:[0,1,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,32,33,34,35,36,37,38,39,40,41,42,43,44,47],core:[2,3,6,7,17,18,21,27,28,41,44],correct:[3,31,34,40],correctli:[3,41],correspond:[10,29,32,41],cos:10,could:[1,21,28,33,34,36,39,40,41,43,46],couldn:41,count:21,counterpart:41,coupl:41,cours:[3,28,33,34,41],cover:[32,33],cpu:[21,34,41],crappi:41,crash:[3,41],creat:[0,3,4,15,16,22,27,28,29,30,32,34,39,40,41,43,44,46],creation:29,credit:[28,41],cron:41,crontab:[2,3,29,41],cross:30,crotab:[],crt:[29,34,43],crypto:40,cryptograph:[19,40,41],crytopgraphi:40,ctcp:[2,6,10,21,29,30,34,41,43],ctcr:41,ctrl:41,curl:30,current:[2,4,6,7,9,15,17,18,19,24,27,29,30,34,35,38,41,42,43,45],custom:[16,21,28,29,35,41,43],cut:29,cycl:[10,21,34],cygwin:[2,36],daemon:[16,29,34],dai:[18,23,34,41,44],daili:[30,41],dalnet:[4,17,21],danc:41,danger:41,danish:34,data:[4,10,22,27,31,40,41],databas:[15,41],date:[1,4,30,34,41],db8:[21,30,34],dcc:[0,2,4,6,15,20,21,23,27,29,30,33,35,36,38,40,44],dead:30,deal:[34,41,47],dealloc:27,debian:[30,31],debug:[3,25,27,28,34,41,43,45],dec:[15,41],decemb:[0,26,35,38],decent:27,decid:[37,40],decis:46,declar:[28,41],decreas:34,defens:28,defin:[4,6,10,11,13,17,21,27,28,30,32,33,34,37,41,47],definit:[28,30,31,40],degrad:46,dehalfop:[10,41,47],del_hook:27,delai:[10,15,17,28],delet:[30,41,44],deliber:43,delimit:41,deliv:41,demand:[0,4],demonstr:[6,26],denot:[31,41],deop:[10,41,47],depend:[27,32,39,41,43,47],deprec:[5,31,41],deprici:21,depth:[34,43],der:29,deriv:40,desc:[6,27],describ:[27,28,30,31,33,34],descript:[6,27,28,29,34,41,45,47],descriptivebranchnam:39,deserv:28,design:[0,2,4,19,37,45],desir:[7,27,29,30,40],despit:31,dest:[3,6,30,31,34,41,43],destin:[16,27],destroi:[0,4],detail:[3,4,6,27,30,41,43,45],detect:[7,21,31,36,41,43],determin:[3,16,27,29,30,33,36,41,43],dev:[4,30,31],devel:3,develop:[0,1,2,3,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47],devleop:[],dict:[41,45],did:[1,40],didn:[28,30,41],die:[27,29,30],died:21,differ:[1,3,4,5,10,15,21,28,31,34,40,41,44,45],differenti:41,diffutil:3,digest:[19,41],digit:[34,43],dinner:40,dir:[6,29],direct:[7,31,33,39,41],directli:[5,6,10,16,22,30,41],directori:[2,3,4,6,7,23,27,29,30,31,35,39,43,44],disabl:[10,17,21,34,36,41,43],disc:41,discard:[22,41],disclaim:[2,41],disconnect:[21,22,34,41],discontinu:46,discourag:17,discuss:[4,39],disk:[0,23,30,34,35,41],displai:[12,15,17,21,29,30,34,41,42,45],displaynam:27,dispos:41,dissect:28,distinguish:41,distribut:[0,1,4,30],distro:31,dload:23,dns:[6,14,34,41],doc:[0,3,4,5,6,21,28,31,34,38,41,45,46],document:[2,16,28,30,31,33,36,37,39,43,44],doe:[10,24,28,29,32,34,37,38,41,45,46,47],doesn:[12,14,17,30,38,41,44,45],doing:[19,21,28,34,41,42],domain:[1,14,33],don:[4,7,10,14,15,17,21,22,24,27,28,29,30,33,34,38,41,43,44],donat:[24,46],done:[5,22,27,29,30,31,33,39,40,41,46],donkei:30,dontkickop:10,dot:38,doubl:21,doubt:36,down:[0,3,4,15,33,41],downer:24,download:[3,4,5,7,15,23,34,35,41],dozen:28,dp_help:27,dp_log:27,dp_mode:27,dp_server:27,dp_stdout:27,dport:16,dprintf:27,drastic:[27,41],driven:41,dronepup:41,drop:[3,4,34,41],dropp:[],dst:6,due:[17,21,28,34,41,45],dump:[21,34,41],duplic:41,dupwait:34,dure:[3,11,22,27,29,30],dynam:[2,3,10,29,30,32,41],dynamicban:[10,41],dynamicexempt:[10,41],dynamicinvit:[10,41],each:[0,4,6,10,15,18,23,28,29,30,33,34,35,38,41,44,45,47],earlier:19,easi:[5,28,30,41,43],easier:[3,19],easili:[0,1,2,4,28,35,41],east:34,ebai:34,ecb:41,ecdsa:29,echo:[35,37,44],ecparam:29,eden:41,edit:[2,3,28,44],editor:[29,30],editplu:30,edu:[41,47],effect:[15,32,34,41],effici:[0,4,30,33,34,35],effort:[0,4],efnet:[4,17,21],egg_lang:34,eggdrop1:7,eggdrop:[1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,32,33,36,37,40,42,43,44,46,47],eggdroptest:45,egggdrop:2,egghead:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,32,33,34,35,36,37,38,39,40,41,42,43,44,47],egghelp:[4,30],eight:[34,41],either:[3,4,15,16,29,30,31,32,33,34,36,41,43,45],element:41,elimin:29,els:[28,38,41],email:[4,29,34,41],embed:41,emerg:37,emot:45,empti:[41,45],enabl:[0,2,4,7,10,12,15,17,21,23,27,28,30,33,34,35,36,37,43,44,46],enclos:[10,36,41,45],encod:[41,42],encount:[30,46],encourag:[2,30,40],encpass2:40,encrypt:[2,5,6,9,19,29,31,33,35,43],end:[3,27,34,40,41,42],endless:10,enforc:[10,29,34],enforceban:10,english:[34,44],enhanc:7,enjoi:40,enlarg:3,enough:[34,41],ensur:[27,29,30,33,40,41],enter:[3,10,15,29,31,34,38,39,40,41,43,45],entir:[30,41,45,46],entitl:47,entri:[3,4,29,30,34],env:34,environ:[16,34,35,43],eof:41,equal:41,equival:[6,21,31],equivil:[],eras:[15,41],error:[4,21,27,30,34,41,46],especi:28,essenti:40,est:34,establish:[36,41,43],etc:[0,2,4,10,17,24,27,30,33,34,35,41,44,47],eth0:16,ethic:34,etiquett:4,european:34,evalu:41,even:[0,4,7,15,17,27,30,32,33,34,35,38,41,46],event:[0,4,24,27,33,34,45,46],eventu:19,ever:[29,30,34,41,43],everi:[0,3,4,10,15,17,21,23,27,28,29,32,34,36,40,41,47],everydai:34,everyon:[38,41],everyth:[3,28,41],everywher:[34,36,41],evnt:[21,41],exact:41,exactli:[15,17,27,28,41],examin:27,exampl:[2,3,4,5,7,15,16,21,27,28,29,30,31,34,38,41,43,44,45,46],exceed:34,except:[4,13,21,27,34,41,43],excess:[4,10,21],exchang:29,exclud:41,exclus:[21,41],execut:[2,3,7,27,28,41],exempt:[0,1,2,4,10,17,24,33,35,46,47],exhaust:[41,45],exist:[0,4,15,21,27,40,41,45,46,47],exit:[4,6,12,15,21,41],expand:[0,2,4],expans:41,expect:[6,13,34,41],experi:[3,15,28,30],experienc:3,expir:[10,17,18,21,32,34,41,43],explain:10,explan:[10,30,31,41,45],explicit:37,explicitli:[5,41,43],express:41,extend:[24,35,37,41],extens:[3,30],extern:[16,29,34],extra:[7,34,37],extract:[30,41],f270:30,face:46,fact:[0,4,45],fail:[14,23,34,41,43],failur:[41,45],fake:41,fals:41,famili:34,familiar:[4,28],fanci:40,fancyp:28,far:15,fast:30,faster:41,fastest:4,fatal:41,fault:27,favor:[5,22],featur:[0,2,4,7,10,17,21,22,29,30,34,36,37,39,41,43,46,47],februari:13,feel:[4,5,27,39],few:[24,28,30,31,34,41,46],field:[21,34,41,43],fifth:1,fight:10,figur:[3,30],fil:41,file:[1,2,3,4,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,32,33,35,36,40,42,43,47],file_receiv:41,file_send:41,file_send_pend:41,filearea:41,filedb:[15,41],filemask:6,filenam:[6,10,18,30,34,43],filepath:6,files:15,filesi:[2,6,34],filestat:6,filesystem:[15,41,47],fill:[34,39,43],filt:[27,41],find:[3,6,14,17,20,27,28,29,30,38,39,41,46],fine:[17,21,34,45],finger:[13,30],fingerprint:[29,34,43],finish:[4,15,30,41],finnish:34,firewal:34,first:[0,2,4,5,15,19,21,27,28,30,31,33,34,40,41,43,44,45],five:41,fix:[0,3,4,27,34,41],flag:[2,5,6,10,13,17,22,27,28,30,34,35,42],flagmask:45,flash:42,flat:41,flexibl:[41,43],flood:[0,4,10,13,18,21,33,34,35,41,47],floor:1,flud:41,flush:22,focus:[24,46],folder:7,follow:[3,4,5,10,15,17,21,24,27,30,31,33,34,35,37,39,40,41,42,43,44,45,46],foo:[28,29,41],forbid:3,forc:[3,10,12,15,19,22,28,34,36,41],forcefulli:43,forev:34,forget:41,fork:[31,39],form:[0,4,27,28,41,42],format:[7,21,27,29,30,31,34,40,41,42,45],forward:18,found:[2,4,27,34,41,45],foundat:1,four:[10,28,34,36,41,42],fourth:28,fprint:[34,43],fragil:41,franklin:1,free:[1,2,5,27],freebsd:36,freeli:[0,4],freenod:21,french:34,frequent:[4,30],fresh:34,fri:41,friend:[10,47],frim:27,from:[0,1,2,3,4,5,6,7,10,15,16,17,18,19,21,22,24,27,28,29,30,31,32,33,34,36,38,40,42,43,44,45,46,47],front:[10,28,30,31,41,46],ftp:[5,30],full:[3,4,5,24,30,36,41,43,45,46],fuller:1,fulli:[5,34,41,46],fun:[3,46],func:27,func_nam:27,func_tabl:27,function_to_cal:27,further:[29,41],futur:[3,17,30,40,41],fwd:18,gain:[0,4,40,47],game:[0,2,4,24,46],garbag:27,gatewai:[24,45,46],gave:30,gayteen:0,gcc:3,gener:[0,1,3,4,19,24,28,29,30,37,40,41,43,46],genkei:29,genrsa:34,geo:28,german:34,get:[6,7,10,21,22,23,27,28,31,34,38,47],geteggdrop:[2,4,30],getinfo:41,getop:10,gif:15,git:[2,3,30,39],github:[2,4,30],give:[3,4,10,15,21,28,30,33,34,35,38,40,41,47],given:[4,14,15,16,30,41,45],global:[2,12,16,17,21,22,27,28,32,33,45,47],globalflag:41,gmt:[34,41],gnu:[0,1,3,4,11],goe:[3,10,29,32,33,38,41,43],going:[0,4,15,21,28,31,41],gone:[17,41],goober:41,good:[0,15,21,24,28,30,34,41,46,47],got:41,gpl:[0,4],grab:41,grain:28,grant:[29,35,43,46],graphic:43,greater:41,gree:28,greet:[0,2,4,10,28],greetmsg:28,greetscript:28,grep:29,ground:34,group:[15,16,34,37,41],grown:0,gseen:[6,20],guarante:17,guess:17,gui:45,guid:[2,3,28,30,31],gunzip:30,guppi:41,gzip:[11,41],had:[3,5,10,33,34,41,46],haha:4,halfop:[10,41,47],hand:[28,34,41],handi:30,handl:[28,29,32,34,40,43,45],handshak:41,hang:[6,14],happen:[28,30,32,34,41],hard:[28,34],harder:28,hardwar:[0,4],has:[0,1,2,4,5,10,14,15,17,21,28,30,31,32,33,34,35,36,40,41,43,45,46,47],hash:[2,5,19,30],hasn:21,hate:47,have:[0,1,3,4,5,6,9,10,12,15,17,18,19,21,22,24,27,28,29,30,31,32,33,34,35,36,38,40,41,43,44,45,46,47],haven:30,head:34,header:[2,4,27,28,31,43],heaven:3,held:45,hello:[17,21,29,30,34,35,41],help:[0,3,13,21,27,28,29,30,32,33,34,36,38,41,42,47],helper:3,henc:[7,27,41],here:[2,4,10,13,14,15,17,18,21,23,28,29,30,32,33,34,41,44,45],herself:4,hidden:[15,30,35],hide:[6,36,41],high:44,higher:[17,19,22,23,30,43],highest:41,highli:[3,21,30],highlight:47,him:1,himself:4,hint:28,his:[21,30],histori:45,hit:41,hold:[22,41],hole:34,home:[3,15,16,29,30,43],hook:27,hook_5minut:27,hook_backup:27,hook_daili:27,hook_di:27,hook_hourli:27,hook_idl:27,hook_load:27,hook_minut:27,hook_num:27,hook_pre_rehash:27,hook_read_userfil:27,hook_rehash:27,hook_secondli:27,hook_userfil:27,hope:[30,46],hopefulli:[3,41],hors:30,host:[0,2,4,10,16,21,24,28,32,33,34,43,45,47],hostmask:[28,29,32,33,35,40],hostnam:[6,10,14,29,34,36],hosttarget:[24,45],hour:[6,25,27,32,34,41],hourli:[18,27,34],how:[0,3,6,10,13,14,15,18,21,22,24,28,29,30,31,32,33,34,41,43,44,45,46],howev:[4,7,13,21,29,31,34,40,41,43,44],htgt:45,html:[4,36],http:[2,4,6,20,25,30,37],hub:[4,22,30,33,34,40,43],hubbot:31,hubcap:47,humor:29,hup:41,hurt:5,iconfig:[3,7,30],idea:[28,30,39],ideal:[40,46],ident:[2,6,7,17,21,29,34,36,40,41],identd:[16,30],identifi:[29,34,40,41,47],idl:[10,27,41],idx:27,ignor:[0,4,13,21,22,28,33,34,35,41,45],ill:41,imag:4,immedi:[21,30,40,41],imperson:16,implement:[6,7,16,31,34,37,39,40,41,46],implementatino:31,impli:[1,27],importantli:28,improv:[0,4],inact:[10,23],inc:1,incess:0,includ:[0,2,3,4,7,17,25,27,29,30,31,32,34,35,36,40,41,43,45,46],incom:[15,34,41],increas:[34,40],incred:[30,41],independ:7,indic:[21,27,30,41,45],infeas:[24,46],infin:34,infinit:15,info:[3,4,10,12,17,27,30,34],inform:[0,2,3,4,5,6,10,15,25,27,28,29,30,33,34,36,37,41,43],infrastructur:43,ing:[17,24,46],init:[21,34,41],init_serv:21,initi:[27,28,30,36,37,41,43],input:41,insecur:10,insensit:41,insert:[10,42],insid:[28,34],instal:[0,4,5,28,29,31,34],instanc:10,instantli:21,instead:[1,4,5,10,15,16,17,22,24,30,34,40,41,43,44,46,47],instruct:[7,30,40],integ:[10,41],integr:2,intend:[3,32,41],intens:21,intent:[24,46],intention:28,interact:[3,4,6,16,17,34,41,43,46],intercept:41,interchang:[31,36],interest:4,interfac:[2,24,41,46],intern:[21,34,41,45],internet:[0,4,41,43],interpret:[3,36,41,42],interv:41,introduc:[4,30,41],invalid:41,invers:42,invit:[0,2,4,10,17,24,33,35,37,46],invite:41,invok:41,involv:29,invt:41,ipaddress:41,iptabl:16,ipv4:[30,34,36],ipv4address:41,ipv6:[2,30,34,35,41],ipv6address:41,irc:[0,4,6,15,16,21,24,28,29,30,32,33,34,35,36,37,38,41,42,44,45,47],ircawai:41,ircd:[17,21,41],ircii:[23,41],ircnet:[4,10,17,21],ircop:[10,17],ircu2:17,ircv3:[2,35,41,44],isn:[6,15,21,22,25,30,32,41],isol:33,isop:10,isoptest:10,isp:30,issu:[4,5,16,24,30,34,39,41,43,45,46],issuer:43,istn:10,ital:41,item:41,its:[1,2,4,7,10,15,16,17,19,21,22,24,28,30,33,34,35,39,41,44,46],itself:[27,28,29,34,41],itsself:15,j9irk4vs28b0obz9easys4w2ystji3u:46,jan:[41,43],janitor:[15,47],januari:[1,8,9,12,18,20,23,25,41],jkp:30,job:43,john:1,join:[2,6,10,12,17,18,24,28,30,31,32,34,35,37,38,41,45,46,47],jpk:34,jul:7,juli:0,jump:[21,33,43],jun:44,june:16,jupe:41,just:[0,3,4,5,6,14,15,17,19,22,27,29,30,33,34,38,40,41,44,45,46],karma:39,keep:[2,4,10,15,21,23,30,34,46],kei:[2,3,10,17,24,28,29,34,40,45,46],kept:[32,34],keyout:[29,43],keypair:[29,31],kick:[10,17,21,34,41,44,47],kicker:41,kiddi:34,kill:[30,41],killer:5,kilobyt:[15,34],kind:41,know:[17,18,21,24,27,28,32,33,34,41,44,46],knowledg:0,known:[21,29,34,40,41],kreativrauschen:[6,20],kvirc:43,lag:[34,38],lame:[10,17,33,34,41],lamer:34,lameshar:33,lamest:[10,30,33,34,42],lamestbot:[3,10,18,21,30,33,34,42],lang:44,languag:[28,34,35,44],larg:[2,15,17,21,34],larger:[28,40],last:[0,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,30,32,33,34,36,37,38,41,42,43,44,45,47],laston:41,later:[1,3,6,9,18,19,25,28,30,34,41,43],latest:[4,5,30],launch:30,layer:[29,31],lazi:17,leaf:[33,34,40,43],learn:[17,29,30,34,35,41],least:[4,17,27,30,32,34],leav:[10,21,30,34,38,41,46],left:[17,41],legal:[2,4],len:21,length:[17,21,27,40,41,43],less:[13,38,41],let:[4,6,10,14,18,27,28,30,33,34,35,41],letter:[4,34,47],level:[11,16,29,34,47],libera:[2,4,5,21,27,28,29,30],librari:[28,40,43],libssl:[4,30,31],licens:[0,1,4],lieu:41,life:[18,30],light:46,like:[0,1,4,6,9,10,13,15,17,19,27,28,29,30,34,35,36,38,39,40,41,43,45,46,47],limbo:34,limit:[2,6,10,15,17,21,33,36],lindex:41,line:[2,3,5,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,33,34,35,40,41,43,44,45,46],link:[0,2,3,4,5,6,7,15,22,23,27,34,35,37,40,43,44],linux:36,list:[0,4,6,10,14,15,19,21,22,24,25,27,28,29,30,31,33,34,35,37,38,43,45,46],listen:[29,30,33,34,36,43],liter:[27,41],littl:[3,5,15,24,30,33,44],llama:33,llamabot:[30,34],load:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,33,34,40,41,46],loadmodul:[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,34,40,46],lobster:40,local:[15,28,30,34,38,39,41,43],localfil:6,locat:[2,4,23,28,29,31,34,43],log:[0,2,4,10,19,24,27,30,39,40,41,46],logfil:[25,27,30,34,44],logfilenam:34,logflag:34,login:[30,34,40,45],logmod:27,logsiz:34,longer:[3,5,15,17,19,27,30,31,41],look:[0,4,5,6,10,20,25,26,28,29,31,34,35,40,41,43,46],lookup:[14,34,36,41],lose:10,lost:41,lot:[5,17,28,30],low:[21,23],lower:21,lowercas:21,lsa:15,luck:[30,46],lurk:2,mac:36,machin:[3,16,30,34],macro:27,made:[0,1,3,4,5,10,22,39,41,43,46],magic:28,mai:[1,4,5,10,11,15,16,17,23,28,30,33,34,36,37,41,44,45,46],main:[7,28,30,31,38],maintain:[2,16,30,44,45],mainten:47,major:[27,30,41],make:[0,2,3,4,5,6,7,10,13,15,19,21,22,24,27,28,29,30,31,34,36,37,39,41,43,44,46],makefil:[3,27],making_modulenam:27,man:34,manag:[2,4,6,15,24,31,46],mandatori:41,mani:[4,5,10,14,15,17,21,27,29,30,31,33,34,41],manipul:[2,34],manpag:34,manual:[4,29,33,34,36,41,43,45],mar:36,march:[32,42,47],mark:[15,35,41,47],mask:[15,21,28,34,45],masquerad:34,master:[15,29,30,32,33,34,41,42,47],match:[1,2,10,15,17,27,28,32,34,40,43,45],math:41,matter:[1,14,28,29],max:[15,17,18,21,23,34],maxdepth:[],maxim:34,maximum:[10,14,15,17,18,21,23,34,40,41,43],maxsend:14,mayb:[28,34],mco:[34,41],mcobx:30,md5:[6,9],mean:[15,17,21,28,29,32,33,34,35,36,40,41,43,45],meaning:[24,41,46],meaningless:47,measur:21,mechan:29,meet:43,mem:41,member:[10,27],memberlist:41,memori:[27,41],mention:27,meridian:34,messag:[4,10,21,27,28,30,34,35,37,38,40,42,44,45],method:[4,6,9,16,17,19,24,28,29,30,31,40,44,46],midnight:34,might:[4,17,23,27,34,41,43],migrat:5,militari:34,milk:47,min:34,miniatur:38,minimum:[0,10,41,45],minor:[27,41],minu:10,minut:[4,10,17,23,27,29,30,32,34],mirc:[21,41],misc:[34,41],miscellan:2,misnom:41,miss:[4,30,41],mix:[10,17],mkcoblx:34,mkdir:6,mnnrrpp:41,mnot:22,mnt:30,moc:41,mod:[3,6,7,20,24,27,34,41,45],mode:[4,5,10,13,17,21,24,27,29,32,34,35,37,46],mode_proc:41,mode_proc_fix:41,modechang:41,moder:[24,29,45,46],modern:[16,40],modes_per_line_max:17,modif:[5,30,41],modifi:[2,6,14,17,28,34,41],modul:[0,2,4,30,33,35,40,46],modular:2,module_clos:[],module_depend:27,module_entri:27,module_expmem:[],module_find:27,module_load:27,module_nam:27,module_regist:27,module_renam:27,module_report:[],module_start:[],module_t:[],module_undepend:27,module_unload:27,modulenam:[7,27],moment:[17,30,31],monitor:[32,35,37],month:[34,41],moo:41,more:[3,4,5,6,13,15,17,20,27,28,29,30,31,33,34,35,37,39,40,41,43],moreov:34,most:[0,2,4,5,16,17,21,27,28,29,30,31,34,35,38,41,45,46],mostli:[24,41,46],motd:[34,42],mount:23,move:[3,4,15,21,30,41,46],mpj:41,mrlame:[30,34],mrslame:[30,34],msg:[4,6,17,20,21,29,30,34,35,38,40,45],msgid:[41,45],msgm:[21,41],much:[2,3,24,27,30,38,41],multi:30,multipl:[0,2,4,16,28,30,33,34,35,41,45],must:[1,2,3,4,10,14,16,17,21,23,27,29,30,31,33,34,40,41,43,45],mydir:15,myownevent123:41,myproc:41,mytag:41,myvar:44,myword:17,name:[3,4,6,8,15,21,27,28,29,30,31,34,45],nano:30,nat:[16,34,36],natur:45,nearli:7,necessari:[10,31],necessarili:41,need:[0,3,4,10,14,16,17,21,27,28,29,30,31,33,34,36,40,41,43,45,46,47],needal:41,needop:41,neg:[14,34,41],negcach:14,negoti:[41,43],net:[1,3,17,21,24,30,37],netbsd:36,nethack:47,netsplit:[16,17,34,35,41],network:[0,2,4,17,21,34,41,42],never:[4,5,10,34,41],new_module_nam:27,newer:[5,30],newhandl:41,newidx:41,newnick:41,newus:[30,34],next:[5,10,15,21,27,28,30,31,34,41],nfree:27,nice:27,nicebot:30,nick:[10,17,21,25,28,29,30,34,47],nicknam:[6,21,28,29,30,34,42,44,45,47],nickserv:[2,43],nist256p:29,nkch:41,nmalloc:27,no_irc:[6,21],nobodi:[15,28],node:[29,43],nodesynch:10,noemail:4,non:[3,10,14,16,17,21,27,29,32,33,41,43,46],none:[8,9,10,12,14,18,19,20,21,23,26,41],noout:29,noqueu:41,nor:16,normal:[0,4,6,13,14,15,16,21,27,28,31,34,41,43,44,45,46],notabl:46,notat:34,notc:41,notcproc:41,note:[2,3,6,7,9,10,14,17,19,21,22,27,29,30,33,34,40,43,45,46],notebox:41,notefil:[18,41],notepad:30,noth:[27,34,41,46],notic:[2,13,15,28,33,34,41,46],notif:41,notifi:[18,21,30,34,35,37,41],nots:1,nov:33,novemb:[22,37],novic:[0,4],now:[3,5,15,16,17,28,29,30,31,33,34,36,40,41,45,47],ntik:41,number:[2,10,15,17,18,19,21,23,24,27,30,31,33,34,40,41,43,45,46,47],numer:[29,31,41],nxdomain:14,oauth:46,obtain:[2,31,43],obvious:[32,41],occur:[17,28,41],occurr:27,octal:34,octob:[10,19,21,34],off:[10,16,17,21,30,33,34,38,41],offer:[30,31,45,46],offici:[2,4],offlin:41,offset:34,often:[4,6,14,29,34,45],oident:16,oidentd:16,okai:34,old:[6,19,21,30],old_module_nam:27,older:[4,36,41],oldest:[2,41],oldhandl:41,omin:28,omit:[41,43],onc:[4,10,15,17,19,21,28,29,30,39,41],one:[4,10,15,16,17,21,27,28,29,30,31,32,33,34,35,38,39,40,41,43,44],ones:[14,22,33,36,41],onjoin:18,onli:[3,4,5,6,7,10,15,16,17,18,20,21,22,25,26,28,29,30,32,33,34,36,38,40,41,42,43,44,45,47],onlin:[6,15,18,29],opchar:17,open:[16,29,34,38,39,41,43],openbsd:36,openssl:[2,3,4,19,29,30,31,34,43],oper:[13,21,28,34,36,41,42],opped:[10,41,47],opping:[0,4],oppos:41,ops:[10,41,47],optim:[6,21],optino:37,option:[1,3,4,7,10,15,16,19,21,29,30,34,43,46],order:[4,14,28,34,40,41,43,45],ordinari:[41,43],org:[2,4,5,6,25,28,30,31,33,34,41],origin:[1,21,30,39,41],oss:16,other:[0,1,4,6,9,10,14,15,16,17,18,19,21,22,27,28,29,30,31,32,33,34,35,36,37,38,40,41,42,43,44,45,46,47],otherdir:3,otherwis:[3,4,12,15,28,32,33,34,36,40,41,43,45],our:[30,33,41],ousterhout:1,out:[0,3,4,23,25,28,29,30,33,34,38,40,41,43],outform:29,outgo:[34,41,44],output:[2,3,27,29,31,40,42,44,45],outsid:[19,31,34],over:[15,21,24,27,28,30,34,36,41,43,44,46],overhead:7,overrid:[22,36,43],overridden:17,overwrit:[16,30,41],overwritten:[5,34,41],own:[1,7,15,16,21,22,28,29,30,31,37,41,43,44,46],owner:[4,10,30,34,38,41,47],p_tcl_hash_list:27,packag:[1,3,4,30,31],pad:41,page:[30,39],pai:[5,41],pain:[23,30],pair:[29,31,41,43,45],paragraph:3,paramet:41,paranoid:[22,34],pars:41,part:[0,4,21,24,28,34,35,41,43,44,46],parti:[2,5,12,30,33,34,35,41,43,47],particular:[5,29,34],partproc:41,partylin:[2,4,6,12,30,31,33,34,36,40,41,43,44,45,46,47],pass:[28,29,30,36,38,40,45],passiv:33,passthru:34,password:[5,6,9,17,19,21,22,29,30,33,34,35,38,40,43,46],past:[1,4,27,34],patch:[2,36,41],path:[2,3,15,16,30,31,41,43],pathnam:41,patient:15,pbk:40,pbkdf2:[2,5,6,40],peer:[21,34,43],pem:[29,34],penalti:21,pend:[6,10],peopl:[4,10,15,16,17,18,21,22,28,30,34,35,38,41,42,47],per:[17,41,45],percent:42,perform:[0,3,4,5,10,30,41,47],perhap:30,period:[6,14,30,41],perm:34,perman:[10,32,34,41],permiss:[4,34,40],permit:41,perorm:2,persist:30,person:[4,28,30,34,41],phew:30,phrase:41,physic:33,pick:41,pictur:5,pid:[30,34,41],pidfil:34,piec:[3,28],ping:13,pipe:33,pl1:41,place:[1,3,5,7,10,15,17,28,30,32,34,41,43,46],plain:[29,34,43],plaintext:[29,41,43],plan:[4,28,41],platform:[0,4,24,41,46],pleas:[4,5,6,7,9,10,16,19,21,31,34,37,41],plu:[10,21,34,41,43],pmsg:28,point:[3,6,21,26,30,33,34,41],pointer:[1,3,4,35,42],popul:45,popular:[0,4,5,30,34],port:[1,5,14,16,21,22,29,30,31,33,34,36,43],portabl:41,portion:[3,7,10,41],portrang:34,posit:[27,34],posix:41,possibl:[3,10,13,15,21,29,31,34,36,37,38,41,43,45],potenti:[5,16,28,41,45],pour:39,power:[4,35],practic:40,pre:[41,43],preced:[30,41,43],prefer:[34,36,43],prefix:[5,17,21,28,31,34,38,43,45,46],preinit:41,prematur:30,prepar:33,prepend:34,prerehash:41,prerequisit:2,prerestart:41,prerout:16,present:[2,6,28,29,36,41,45,46],preserv:30,pretend:46,pretendnet:31,pretti:[0,38],preval:29,prevent:[0,4,10,17,18,24,30,33,36,41,46],previou:[1,4,5,19,30,41,46],previous:[5,30,41],primari:[21,34],prime256v1:29,prime:34,printf:27,prior:[3,29,30,40,43],prioriti:41,privat:[18,22,28,29,30,31,34,38,41,43],privatekei:[29,31,34,43],privileg:[0,4,16,47],privmsg:[10,28,29,41],probabl:[4,21,29,30,31,41],problem:[30,34,36],proc:[21,27,28,45],proce:41,procedur:[2,22,45,47],process:[0,3,4,5,11,15,16,23,29,30,33,40,41,43],procnam:[28,41,45],produc:[34,41],program:[0,2,4,16,29,30],progress:15,prohibit:34,project:[2,39,46],prompt:[3,4],promptli:30,proper:[3,36,41],properli:[5,30,31,33,34],protect:[0,2,3,4,10,19,21,29,30,32,34,40,41,43,47],protectfriend:10,protecthalfop:10,protectop:10,protocol:[31,34,37,41,43],prove:30,provid:[0,2,4,5,6,7,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,27,29,30,34,36,37,39,41,43,45,46],pseudo:41,pub:[4,5,21,29,41],pubkei:29,publicli:25,publish:34,pubm:[21,41],pull:[4,39,40],punish:[10,41,47],purpos:[0,1,6,25,26,33,34,41],push:[39,41],put:[1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,34,41,43],putlog:[21,27,28],putquick:21,putserv:[10,28,29],putti:29,pwd:[6,30],quakenet:[4,21],qualifi:34,quann:[6,20],queri:[14,16,36],question:[4,29],queu:[15,21,41],queue:[21,27],quick:[2,27,30,34],quicker:30,quickli:[2,34],quiet:[21,34,47],quit:[4,6,21,30,34,41],quot:[41,45],quota:34,raid:[24,46],rais:[10,21],ram:34,rand_max:41,random:[10,21,33,41],rang:[30,34],rate:21,rather:[5,41,43],raw:[34,43],rawt:41,rcvd:41,reach:[17,21,34],react:28,read:[0,2,3,4,6,7,16,27,28,29,30,31,34,41,42,46],readabl:41,readm:[2,3],readonli:27,real:[21,27,41],realli:[28,30,34,44],realnam:21,reason:[4,27,29,30,33,34],reboot:[16,29],receiv:[14,15,21,23,29,33,41,45],recent:[4,30,41,43],recev:[],recipi:41,recogn:[17,21,29,47],recom:5,recommend:[4,10,23,27,30,40,41,44,45],recompil:[17,30],reconnect:[22,41],record:[2,22,27,35,47],redirect:16,reduc:[27,45],refer:[27,28,31,34,41],refin:28,reflect:[5,41],refresh:[41,45],regardless:41,regist:[2,10,29],regular:[10,41,43],regularli:35,rehash:[7,27,28,34],reiniti:41,reject:[21,33,34],rejn:41,rejoin:[30,41],rel:[14,27,30,41],relai:[0,4,33,34],relat:[1,6,10,28,36,41],releas:[0,1,30,40,41],relev:[4,27,30],reli:41,reliabl:[41,45],relink:33,relinquish:41,rem_builtin:27,rem_tcl_command:27,rem_tcl_int:27,rem_tcl_str:27,remain:[10,32,41],remaind:[15,45],rememb:[10,28,29,30],remind:34,remot:[15,33,34,41,42],remotebotnam:41,remov:[5,10,15,19,27,29,30,32,35,36,40,44,45,46],renam:[2,15,27,30,34,41],render:[5,24,46],repeat:[4,41],replac:[10,21,27,29,34,41,42,46],repli:[6,13,14,16,17,34,41],replic:[45,46],repo:39,report:[6,15,25,27,30,44],repositori:[4,30],repres:[41,45],req:[29,34,43],request:[0,4,5,7,10,13,15,17,21,30,32,34,36,37,39,41,43,44,46],requir:[2,4,5,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,29,30,34,40,43,45],reread:41,resend:[14,41],reserv:[30,34,38],reset:41,resolut:34,resolv:[6,14,34,41],resourc:27,respect:[14,36,41,42],respond:[10,30,41],respons:[21,41],rest:[3,27,33,34,40,41,45],restart:[2,3,4,5,7,28,30,34],restrict:[1,15,16,21,34,41,42,46],result:[21,32,34,36,41],resum:41,resync:22,retain:41,retri:23,retriev:[6,18],retrydelai:14,reus:[5,41],reveng:10,revengebot:10,revers:[40,41],revert:41,review:[29,31],revis:[0,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,32,33,34,36,37,38,41,42,43,44,45,47],revok:[21,34],rfc1459:[37,41],rfc2812:37,rfc:[17,21,24,41,46],rfc_compliant:41,rich:[0,4,30],right:[6,15,16,26,28,30,41],rijndael:19,risk:[1,21],rizon:21,rmdir:6,rmst:45,robei:[1,3,4,35,42,47],robot:35,roomsstat:24,roomstat:[24,46],root:[15,16],round:[19,40],rout:[16,41],routin:[17,34,41],rsa:34,rule:30,run:[2,3,4,5,7,10,16,21,27,28,29,30,31,33,34,40,42,43,45],s_client:43,safe:[19,29,30,31,40,46],sai:[4,10,15,28,31,33,41],said:[28,33,41],sake:46,salt:[28,40],same:[0,3,4,5,7,10,11,16,17,27,28,30,33,34,37,40,41,42,43,44,45],sampl:[10,30,46],sane:21,sanitycheck:34,sasl:[2,30,35,37],save:[5,6,10,11,12,22,33,34,35,40],scan:30,scenario:[31,33],schat:[34,43],schedul:41,scheme:1,scope:31,screen:[4,39,42],script:[0,2,3,4,7,10,21,29,30,32,35,36,41,44,45,46,47],scripter:33,sdcc:43,sdebug:3,seamless:40,seamlessli:19,search:[27,29,41],sec:34,second:[4,10,13,14,17,21,23,27,28,34,44],secondli:41,secret:10,section:[5,10,17,21,24,28,30,33,34,41,46],secur:[0,2,4,6,9,19,29,30,33,34,35,40,41],see:[0,2,3,4,5,6,10,15,17,21,24,25,27,28,29,30,31,33,34,36,38,39,40,41,42,45],seen:[2,6,10,34,41],selecet:41,select:[4,30,34,35,39,41],self:[2,21,31,34,43],send:[4,6,11,15,17,18,21,22,23,27,28,30,33,36,41,44,45],sender:41,sens:[0,4],sensit:40,sent:[6,15,17,22,25,29,34,37,38,41,43,45,47],separ:[3,7,21,30,33,34,35,36,37,41,44,45],septemb:14,seri:[30,41,43],serv:34,server:[2,5,6,7,10,13,14,15,16,17,19,24,25,27,29,30,34,35,36,37,43,44,45,46],serverlist:41,serverop:10,serverror:21,servic:[6,10,16,24,29,41,43,46],servivc:41,session:[4,36,37],set:[0,1,2,3,5,6,10,11,12,13,14,15,16,17,18,19,21,22,23,24,27,28,31,32,33,35,37,38,40,42,44,45,46,47],setcap:16,setnam:[35,37],setup:[4,6,7,30,34],seven:[10,41],sever:[0,4,13,27,30,31,37,41,44],sexystuff:28,sha1:43,sha1sum:29,sha256:19,shall:34,share:[0,2,4,6,10,11,23,27,34,35,41],sharebot:[33,34,41],sharefail:23,she:41,shell:[0,3,4,16,29,30,34,41],shorter:10,should:[1,3,4,5,10,12,13,14,15,17,19,21,22,24,27,28,29,30,33,34,36,38,40,41,43,45,46],shouldn:16,show:[4,6,10,15,25,28,33,34,41],shown:[15,30,34],shutdown:41,shutdownreason:41,side:[34,41,43,46],sidenot:31,sighup:41,sigil:41,sigkil:41,sign:[21,29,31,34,41,42,43,46],signal:41,signific:[4,6],significantli:45,signoff:41,sigquit:41,sigterm:41,silent:34,simialar:[],similar:[4,10,29,30,34,38,39,41,44],similarli:45,simpl:[4,27,28,29,30,41],simpli:[4,5,29,30,31,37,41,46],simplifi:41,simul:[34,41],simultan:[15,23,41],sinc:[0,3,5,17,30,33,34,35,36,41,43,44],singl:[16,17,29,41,45],sit:[0,4,10,34,40],site:[6,47],situat:33,six:41,size:[15,23,27,34,41],skim:4,skip:[30,41],slash:[30,38],slave:33,slennox:30,slow:[15,30,34],slower:34,small:[3,23,33,44],smaller:3,smile:3,snapshot:[2,30],snowbot:15,snt:29,sock:[27,34],socket:[16,27,31,41,43],softwar:[0,1,2,4],solut:40,some:[0,4,5,10,11,12,13,14,15,16,17,18,19,21,22,23,27,30,32,33,34,35,36,37,41,43,44,46,47],someircnetwork:34,someon:[4,10,17,28,30,31,41,45],someth:[4,28,30,39,41,46],sometim:[4,21,30],somewher:[3,34],song:41,soon:[10,41],sort:[0,4,32],sound:28,sourc:[1,3,4,5,6,7,27,28,31,34,39,41,43,44],space:[0,23,34,37,41],spawn:0,special:[33,41],specif:[6,10,14,16,17,19,21,24,30,33,36,37,41,43,45,46,47],specifi:[10,14,15,16,18,21,22,27,29,30,32,34,35,36,40,41,43,45],spectrum:[24,46],spent:[30,41],split:[10,17,36,38,41,42],splt:41,spoiler:46,spoken:41,spoof:16,spread:34,squar:36,squelch:21,src:[3,7,17,27],ssh:30,ssl:[2,3,4,5,21,29,30,31,35,41],sslcert:[3,31,34,43],sslinc:43,ssllib:43,sslport:43,sslsilent:[3,43],sssss:[],stabil:23,stabl:[2,4,30],stack:[17,36,41],stackabl:41,stage:27,stai:41,stall:41,stand:[0,4,30],standard:[14,16,17,23,27,28,37,41,43,46,47],start:[2,3,4,5,6,9,16,19,21,26,28,29,33,34,37,38,40,41,42,45,46],starttl:43,startup:[2,40,41],stat:6,state:[4,41],statement:41,statist:[6,15,25],statu:[0,2,4,10,24,27,31,34,44,45,46],statuslog:10,stb:21,stdio:27,stdlib:27,stdout:27,stealth:[30,34],step:[2,3,5,27,30,46],stick:32,sticki:[32,41],still:[1,4,5,10,15,22,30,31,34,35,41,46],stone:21,stop:[0,10,15,17,27,41,45],stopnethack:[10,47],storag:[6,12,40],store:[5,6,10,12,15,18,24,25,28,30,33,40,41,45,46],str_dir:27,str_protect:27,stream:[24,46],street:1,strftime:34,string:[2,17,27,28,29,34,40,45,46],strong:34,strongli:[2,4,30],stuff:[2,4,27,28,30,34,41],style:32,sub:[15,41],subdirectori:[15,41],subject:43,sublist:41,submit:[2,41],subscrib:[45,46],subsequ:41,substitut:[2,34],succeed:41,success:[27,30,41],successfulli:[4,27,41,45],sudo:[16,30],suffic:28,suffici:31,suffix:[7,34],suggest:[5,27],suit:[16,30],suitabl:45,sum:28,summar:21,sun:34,sundai:41,supplant:41,suppli:34,support:[0,2,3,4,5,6,8,10,11,14,16,17,18,21,22,23,29,30,31,32,34,35,41,44,46],sure:[4,10,27,28,30,31,33,34,41,46],symbol:[31,41],synchron:43,syntax:[5,29,34,43,47],sys:27,system:[2,3,7,14,15,16,27,29,30,34,35,36,41,42,43],tab:27,tabl:[27,37,41],tag:[15,35,37,45],tail:29,take:[3,4,5,6,15,19,21,25,28,30,34,40,41,43],taken:[27,41],takeov:17,talk:[28,31,35,38],talli:27,tar:[4,7,30],tarbal:[0,30],target:45,task:[0,2,4,33],tcl:[0,1,2,3,4,6,10,11,21,27,28,30,32,34,35,36,43,44,46],tcl_cmd:27,tcl_int:27,tcl_string:27,tclsh:4,tcltk:4,tcp:[2,16,36],team:[0,1,2,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,32,33,34,35,36,37,38,39,40,41,42,43,44,47],technic:46,techniqu:44,tell:[15,28,29,30,31,33,34,41,46],telnet:[2,29,30,33,35,36,38,40,41,42,43],temp:41,templat:39,temporari:[10,23,25,32,34],ten:29,term:[2,28,31,41],termin:[4,5,41],test:[28,30,47],text:[4,10,21,27,29,34,42,43,44,45,47],textfil:2,than:[4,10,13,15,17,30,31,34,40,41,43],thank:4,thee:41,thei:[0,3,4,5,7,10,12,13,17,18,21,22,27,28,29,30,31,32,33,34,40,41,43,45],them:[0,1,3,4,5,7,10,12,13,14,15,17,18,21,22,23,27,28,29,30,31,33,34,35,36,37,40,41,44,46,47],themselv:[17,30,33,41,44],therebi:[44,46],therefor:[6,17,30,34,41],thi:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47],thing:[3,4,6,24,26,27,28,29,33,34,41,46],think:[39,47],third:[28,33],thorough:[27,29,31,46],those:[1,3,7,11,15,21,27,28,29,30,41,44,45,46],though:[15,21,28,30,41,43],thr:34,three:[21,29,32,33,34,41],through:[4,10,15,21,24,28,31,35,36,37,38,41,46,47],throughout:27,thse:17,thu:[16,28,36,40,41],tidi:27,till:[],time:[0,3,4,10,14,15,16,17,19,22,23,28,29,30,31,32,33,34,35,37,38,40,42,43,44,46],timeout:[6,14,21,23,34,45],timestamp:[34,41],timezon:34,tip:2,titl:47,tiwtch:6,tls:[41,43],tmi:45,tmp:[23,41],toctre:[],todai:41,togeth:[0,2,4,21,28,33,34,35,37],token:46,told:28,ton:24,too:[15,17,21,23,27,34,41],tool:[3,30],top:[3,4,28,39,41],topc:41,topic:46,total:[10,27,35,41],tout:41,toward:28,trace:21,track:[3,15,24,27,29,41,46],tradit:[24,36,44,45,46],tradition:16,traffic:[3,34,44],trail:27,transfer:[2,6,7,11,15,22,30,33,34,36,41,43,47],transit:[19,40,41],transmit:21,transpar:34,transport:31,treat:[41,46],tree:[0,4,30],tri:[27,34,41],trick:[28,44],trigger:[10,21,27,28,41,45],troubl:[14,34],troubleshoot:[4,30],truncat:45,trust:[4,34,47],ttl:14,turbo:[23,30],turn:[10,16,21,34,41],tutori:[2,31],twcmd:[24,46],twice:41,twitch:[2,6,35],twith:45,two:[4,6,17,22,28,30,32,33,34,40,41,43,44],type:[3,4,6,7,10,12,17,21,24,27,28,29,30,31,32,33,34,35,36,37,38,43],typic:[15,24,34,35,38,41,46],typo:41,ubuntu:31,ufl:41,ugli:15,uglyman:15,uhost:[28,41],uid:[34,43],umod:21,unabl:[17,30,33,36,41,46],unaccess:35,unavail:[21,34],unban:[10,34,41],unbind:[17,34,44,45],uncertainti:45,uncom:[29,31,34,40],under:[0,4,30,35,41],underli:41,underlin:[41,42],undernet:[4,17,21,41],understand:[34,41],understood:21,unexpect:41,unhid:6,unimport:34,unintend:45,uniqu:[34,41,45],univers:34,unix:[0,3,15,16,30,35],unld:41,unless:[17,21,28,30,32,34,41],unlik:[3,35],unlimit:33,unlink:[23,34],unload:[27,41],unoffici:36,unpack:0,unreach:33,unrealircd:[17,41],unreli:[24,45,46],unrest:0,unset:41,unshar:[6,47],unstick:32,unsticki:32,unstuck:41,unsur:30,untar:5,until:[7,10,15,32,34,41],unzip:[5,30],updat:[4,5,19,27,30,34,35,40,41,45],upgrad:[2,40,43],uplink:41,upload:[15,30,35,41,44],upon:[0,4,45,47],upper:14,uptim:[2,6],url:[34,41],usa:1,usabl:[6,15,34],usag:[2,4,6,27,34,41],use:[0,1,3,4,5,6,7,9,10,12,13,14,15,16,17,19,21,22,23,27,28,29,30,31,32,33,34,36,38,40,41,42,43,44,45,46,47],used:[0,2,4,10,11,13,15,19,21,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,44,45,46,47],useful:[1,4,10,23,30,33,41,43,44],useless:[5,24,46],user:[0,2,3,4,5,6,7,9,10,11,12,13,16,17,18,19,20,21,22,23,24,27,28,30,31,32,34,35,36,38,39,40,42,43,44,45,46],userban:10,userexempt:10,userfil:[0,2,4,5,6,9,10,11,19,22,23,27,29,30,33,34,40,41,44],userflag:17,userhost:45,userinfo1:34,userinfo:[13,41],userinvit:10,userlist:[6,17,20,22],usernam:[16,29,30,34,45,46],usernotic:[24,45],userst:[24,46],uses:[3,6,17,21,23,27,28,29,30,31,32,34,40,41,43,46,47],using:[1,3,4,6,7,9,10,15,16,17,19,21,27,28,29,30,32,33,34,36,40,41,43,44,45,46],usrntc:45,usst:45,usual:[4,29,30,31,32,36,39,40,41,43,46],utc:34,util:3,utim:28,vagu:30,vali:41,valiant:[0,4],valid:[3,10,21,27,33,34,35,41,43],valis0:41,valu:[10,13,14,17,21,24,27,28,34,40,42,43,45,46],vari:[41,47],variabl:[2,5,10,11,12,13,14,15,16,17,18,19,21,22,23,27,28,34,36,42,45],variable_nam:27,varieti:[0,4],variou:[1,27,30,32,34,41],verbos:41,veri:[4,6,16,20,21,28,34],verif:[21,34,43],verifi:[21,29,34,43],version:[0,1,2,3,4,5,13,17,25,27,28,36,37,42,43,45],vertic:41,vhost4:[30,34,36],vhost6:[30,34,36],vhost:[30,34,36],via:[2,3,4,6,11,16,17,20,22,27,28,29,30,32,33,34,35,36,37,38,40,42,43,45,46],video:41,view:[5,7,19,29,30,35,41,45],viewer:45,vim:30,vip:[45,46],virtual:34,visibl:41,visit:[5,46],vista:36,voic:[0,2,4,10,29,41,47],wai:[1,3,4,16,21,24,27,28,29,30,31,32,33,34,38,40,41,43,46],wait:[6,14,15,17,21,23,30,34,41],walk:31,wall:41,wallop:[34,41],want:[0,3,4,6,10,12,14,15,17,18,21,23,27,28,29,30,33,34,36,41,43,44],war:0,warm:39,warn:[4,16,28,41],warranti:1,washalfop:47,wasn:41,wasop:[10,17,47],wasoptest:10,watch:[38,45],web:[2,6,24,34,45],webpag:2,websit:30,week:41,weekdai:41,welcom:28,well:[1,24,28,29,30,31,34,40,41,43,46],were:[1,16,17,30,32,33,34,36,40,41,46],west:34,wget:30,what:[0,1,2,5,6,10,15,17,21,25,28,29,30,34,37,38,40,41],whatev:[1,3,28,34,35,41,42],when:[3,4,6,7,9,10,12,15,16,17,21,22,27,28,29,30,32,34,36,38,40,41,43,45,46],whenev:[21,27,33,41,43],where:[4,6,10,14,15,18,21,27,28,29,30,31,34,35,40,41,43,45],wherea:41,wherev:36,whether:[34,36,41],whew:28,which:[3,5,6,10,12,14,15,16,21,22,27,28,29,30,32,33,34,36,38,40,41,42,43,44,45,47],whichev:32,whisper:[24,45],whitespac:41,who:[10,15,17,21,28,30,34,38,41,47],whoi:[29,34],whole:27,whose:[32,41],whox:[35,41],why:[28,30],wide:[38,43],width:42,wild:41,wildcard:[10,28,29,41,45],window:[2,29,36],wise:[4,34],wish:[3,5,7,16,17,25,27,30,32,33,34,41,45],within:[6,15,27,30,31,32,34,37,41],without:[0,2,4,5,6,9,10,13,19,27,28,29,30,31,33,34,35,37,40,41,43],wizard:31,won:[6,10,22,27,28,30,32,33,34,41,43,45],woobi:[2,3,6,27],word:[15,17,29,30,41,45,46],work:[3,5,6,10,13,15,19,20,22,27,28,29,30,32,33,34,36,37,39,40,41,43,44,45],workaround:24,world:[0,2,4,31,34],worri:24,worth:3,would:[4,5,13,28,29,30,31,33,34,41,42,43,45,46],wouldn:34,write:[1,2,6,7,26,30,34,40,41,46],written:[0,27,30,41,46],wrote:28,wspm:45,wspr:45,wth:[],www:[2,4,6,20],x509:[29,34,43],xfer:[23,47],xtra:41,xvf:30,xxd:29,year:[0,4,30,34,41],yes:[28,31,41],yesterdai:34,yet:[4,21,30,34,41],yoru:29,you:[0,1,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47],you_want_to_export:27,your:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,38,39,40,41,43,46],yourbot:44,yourbranchnam:39,yourconfig:3,youreggdrop:29,youreggdropconfignameher:29,yourself:[7,29,30,39,40,43],yourusernam:39,yyyymmdd:34,zero:41,zip:30,zomg:[],zxvf:30},titles:["About Eggdrop","Boring legal stuff","Eggdrop, an open source IRC bot","Installing Eggdrop","README","Upgrading Eggdrop","Modules included with Eggdrop","Eggdrop Module Information","Assoc Module","Blowfish Module","Channels Module","Compress Module","Console Module","CTCP Module","DNS Module","Filesys Module","Ident Module","IRC Module","Notes Module","PBKDF2 Module","Seen Module","Server Module","Share Module","Transfer Module","Twitch Module","Uptime Module","Woobie Module","Writing an Eggdrop Module","Writing an Eggdrop Script","Common First Steps","Setting Up Eggdrop","Enabling TLS Security on Eggdrop","Bans, Invites, and Exempts","Botnet Sharing and Linking","Eggdrop Core Settings","Eggdrop Features","IPv6 support","IRCv3 support","The Party Line","Patching Eggdrop","Encryption/Hashing","Eggdrop Tcl Commands","Textfile Substitutions","TLS support","Advanced Tips","Eggdrop Twitch Tcl Commands","Twitch","Users and Flags"],titleterms:{"default":44,"function":[27,46],"int":41,"new":41,"return":41,"short":30,"static":7,"super":30,Adding:33,DNS:14,TLS:[31,43],The:[30,38],Using:33,about:[0,36,37,43],account2nick:41,account:41,accounttrack:41,add:[29,41],addbot:41,addchanrec:41,addit:[27,31],address:41,addus:41,advanc:[34,44],api:24,arg1:41,arg2:41,arg:[41,45],argn:41,assign:29,assoc:[8,41],authent:[29,43],automat:29,background:40,backup:41,ban:[32,41],banlist:41,banmask:41,base64:41,basic:34,bind:[41,45],block:41,blowfish:9,boot:41,bore:1,bot:[2,15,33,41],botattr:41,botflag:33,botishalfop:41,botisop:41,botisvoic:41,botlist:41,botnam:41,botnet:[5,31,33,34,43],botnick:41,botonchan:41,botport:41,bottre:33,callev:41,can:[2,7],cancel:15,cap:[37,41],capabl:37,certif:43,chan:[41,45],chanban:41,chandname2nam:41,chanexempt:41,chanflag:41,chang:[5,41],chaninvit:41,chanlist:41,channame2dnam:41,channel:[10,15,29,41,45],chansettyp:41,charact:41,chat4:36,chat6:36,chat:36,chattr:41,chhandl:41,clear:15,clearqueu:41,cmd:45,command:[4,5,24,41,44,45],comment:41,common:29,commun:31,compil:7,compress:[11,41],compressfil:41,config:[5,15,30,41,44,46],configur:[29,30,31,40],configurearg:41,connect:[31,41],consol:[12,34,41],control:41,core:34,count:41,countus:41,creator:41,crontab:4,ctcp:[13,36],ctime:41,cygwin:3,dcc:[34,41,43],dccbroadcast:41,dccdumpfil:41,dcclist:41,dccputchan:41,dccsend:41,dccsimul:41,dccuse:41,decrypt:41,delchanrec:41,delhost:41,deludef:41,delus:41,desc:[15,41],descript:15,dest:15,destin:41,develop:4,die:41,dir:[15,41],directori:[15,34,41],disclaim:46,dname:41,dnslookup:41,docker:4,document:[4,5],download:30,dst:15,dumpfil:41,durat:41,dynam:7,echo:41,edit:[30,46],eggdrop:[0,2,3,4,5,6,7,27,28,29,30,31,34,35,39,41,45],enabl:[31,40,41],encpass:41,encrypt:[40,41],entri:41,erasenot:41,event:41,exampl:33,execut:34,exempt:[32,41],exemptlist:41,exemptmask:41,extra:41,featur:35,file:[5,15,30,31,34,41,44,46],filemask:15,filenam:[15,41],filepath:15,fileresend:41,filesend:41,filesi:[15,41],filestat:15,find:2,findus:41,first:29,flag:[15,29,33,41,45,47],flushmod:41,formatstr:41,from:41,ftp:4,gener:31,get:[2,4,15,30,41],getaccount:41,getchan:41,getchanhost:41,getchanidl:41,getchaninfo:41,getchanjoin:41,getchanmod:41,getdccawai:41,getdccidl:41,getdesc:41,getdir:41,getfil:41,getfileq:41,getfilesendtim:41,getflag:41,getlink:41,getown:41,getpwd:41,getudef:41,getus:41,git:4,github:39,global:41,hand2idx:41,hand2nick:41,handl:41,handlen:41,handonchan:41,haschanrec:41,hash:40,help:[2,4],helpfil:41,hide:15,histori:30,host:[29,41],hostmask:41,hostnam:41,how:[2,4,5,7],hybrid:40,ident:16,idx2hand:41,idx:41,ignorelist:41,includ:6,info:41,inform:[7,31],instal:[2,3,7,30,36,43],interfac:40,invit:[32,41],invitelist:41,invitemask:41,ipv6:36,irc:[2,17,31,43,46],ircnick:41,ircv3:37,isawai:41,isban:41,isbansticki:41,isbotnick:41,ischanban:41,ischanexempt:41,ischaninvit:41,ischanjup:41,iscompress:41,isdynam:41,isexempt:41,isexemptsticki:41,ishalfop:41,isidentifi:41,isignor:41,isinvit:41,isinvitesticki:41,isircbot:41,isjup:41,islink:41,ismod:45,isop:41,ispermban:41,ispermexempt:41,isperminvit:41,isset:41,istl:41,isupport:41,isvip:45,isvoic:41,join:29,jump:41,keep:44,kei:[31,41,43],keyword:41,killassoc:41,killban:41,killchanban:41,killchanexempt:41,killchaninvit:41,killdcc:41,killexempt:41,killignor:41,killinvit:41,killtim:41,killutim:41,languag:41,lastbind:41,legal:1,level:41,lifetim:41,limit:[24,41,46],line:[4,38],link:[33,41],list:41,listen:[31,41],listnot:41,loadchannel:41,loadhelp:41,loadmodul:[7,41],localfil:15,locat:30,log:[29,34,44],logfil:41,make:33,manipul:41,mask:41,maskhost:41,masktyp:41,match:41,matchaddr:41,matchattr:41,matchban:41,matchcidr:41,matchexempt:41,matchinvit:41,matchstr:41,md5:41,messag:41,minut:41,miscellan:41,mkdir:[15,41],mode:41,modifi:44,modul:[3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,34,41],modular:44,module_clos:27,module_expmem:27,module_report:27,module_start:27,module_t:27,monitor:41,more:2,msg:41,must:5,myip:41,name:41,need:7,newban:41,newchanban:41,newchanexempt:41,newchaninvit:41,newexempt:41,newignor:41,newinvit:41,newnam:41,nick2hand:41,nick:[41,45],nicknam:[15,41],nickserv:29,note:[18,41],notic:4,numberlist:41,numvers:41,obtain:4,old:41,oldnam:41,onchan:41,onchansplit:41,onelin:41,onlin:41,open:2,optim:15,option:41,output:41,own:[],parti:38,partylin:[15,24,29],pass:41,passwdok:41,password:41,patch:39,path:34,pattern:41,pbkdf2:19,pend:15,permiss:29,port:41,pre:[2,4,31],prefix:41,prepar:31,prerequisit:30,proc:41,procedur:41,protect:31,pushmod:41,putallbot:41,putbot:41,putcmdlog:41,putdcc:41,puthelp:41,putkick:41,putlog:41,putloglev:41,putnow:41,putquick:41,putserv:41,putxferlog:41,pwd:15,queue:41,queuesiz:41,quick:[3,4],quit:15,rand:41,raw:41,read:5,readm:4,reason:41,record:[33,41],refreshchan:41,regist:46,rehash:41,reload:41,reloadhelp:41,remov:41,renam:44,renudef:41,req:41,requir:[3,27,41],requisit:[2,4,31],resetban:41,resetchan:41,resetchanidl:41,resetchanjoin:41,resetconsol:41,resetexempt:41,resetinvit:41,restart:[29,41],rfcequal:41,rmdir:[15,41],roomstat:45,sasl:29,save:41,savechannel:41,script:[5,28,34,43],second:41,secur:[31,43],seen:20,self:44,sendnot:41,server:[21,31,41],serveraddress:41,set:[4,29,30,34,36,41,43],setchan:41,setchaninfo:41,setdccawai:41,setdesc:41,setflag:41,setlink:41,setown:41,setpwd:41,setudef:41,setup:15,setus:41,share:[15,22,33],show:30,snapshot:4,socklist:41,solo:40,some:2,sourc:[2,15,30],src:41,ssl:[34,43],start:30,starttl:41,startup:[3,4],stat:15,statu:41,step:29,stickban:41,stickexempt:41,stickinvit:41,still:7,storenot:41,str:41,strftime:41,string1:41,string2:41,string:[41,44],strip:41,stripcod:41,stuff:1,submit:39,substitut:42,support:[36,37,43],system:4,tag:41,tagmsg:41,target:41,tcl:[5,24,40,41,45],tcp:41,telnet:34,term:33,text:41,textfil:42,thing:2,time:41,timer:41,timerid:[],timernam:41,tip:44,tlsstatu:41,topic:41,traffic:41,transfer:23,twcmd:45,twitch:[24,45,46],twitchmod:45,twitchvip:45,type:[41,45],unam:41,unbind:41,uncompressfil:41,unhid:15,unixtim:41,unlink:41,unloadhelp:41,unloadmodul:41,unshar:15,unstickban:41,unstickexempt:41,unstickinvit:41,upgrad:[4,5],uptim:[25,41],usag:[15,36,37,40,43],use:[],user:[15,29,33,41,47],userlist:41,userport:41,userst:45,utim:41,validchan:41,valididx:41,validus:41,valu:41,variabl:[41,44],version:[30,41],via:[39,41],washalfop:41,wasop:41,web:46,what:[4,7,27,33],where:2,whom:41,why:[],window:3,without:7,woobi:26,write:[27,28],you:2,your:44}})
\ No newline at end of file
+Search.setIndex({docnames:["about/about","about/legal","index","install/install","install/readme","install/upgrading","modules/included","modules/index","modules/mod/assoc","modules/mod/blowfish","modules/mod/channels","modules/mod/compress","modules/mod/console","modules/mod/ctcp","modules/mod/dns","modules/mod/filesys","modules/mod/ident","modules/mod/irc","modules/mod/notes","modules/mod/pbkdf2","modules/mod/seen","modules/mod/server","modules/mod/share","modules/mod/transfer","modules/mod/twitch","modules/mod/uptime","modules/mod/woobie","modules/writing","tutorials/firstscript","tutorials/firststeps","tutorials/setup","tutorials/tlssetup","using/bans","using/botnet","using/core","using/features","using/ipv6","using/ircv3","using/partyline","using/patch","using/pbkdf2info","using/tcl-commands","using/text-sub","using/tls","using/tricks","using/twitch-tcl-commands","using/twitchinfo","using/users"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["about/about.rst","about/legal.rst","index.rst","install/install.rst","install/readme.rst","install/upgrading.rst","modules/included.rst","modules/index.rst","modules/mod/assoc.rst","modules/mod/blowfish.rst","modules/mod/channels.rst","modules/mod/compress.rst","modules/mod/console.rst","modules/mod/ctcp.rst","modules/mod/dns.rst","modules/mod/filesys.rst","modules/mod/ident.rst","modules/mod/irc.rst","modules/mod/notes.rst","modules/mod/pbkdf2.rst","modules/mod/seen.rst","modules/mod/server.rst","modules/mod/share.rst","modules/mod/transfer.rst","modules/mod/twitch.rst","modules/mod/uptime.rst","modules/mod/woobie.rst","modules/writing.rst","tutorials/firstscript.rst","tutorials/firststeps.rst","tutorials/setup.rst","tutorials/tlssetup.rst","using/bans.rst","using/botnet.rst","using/core.rst","using/features.rst","using/ipv6.rst","using/ircv3.rst","using/partyline.rst","using/patch.rst","using/pbkdf2info.rst","using/tcl-commands.rst","using/text-sub.rst","using/tls.rst","using/tricks.rst","using/twitch-tcl-commands.rst","using/twitchinfo.rst","using/users.rst"],objects:{},objnames:{},objtypes:{},terms:{"04may2000":34,"3rd":5,"5c0":[21,30,34],"break":[15,41],"byte":[17,21,23,27,41],"case":[14,19,21,28,30,34,41],"catch":41,"char":[27,34,41],"const":27,"default":[2,3,4,10,11,14,15,17,21,23,29,30,31,32,34,40,41,43],"export":44,"final":[0,4,28,29,30,34,40],"function":[0,1,2,4,6,7,19,24,30,33,34,36,40,41,44,45],"import":[27,28,29,30,34,38,41],"int":27,"long":[6,10,14,18,21,22,32,34,41,42,45],"new":[4,5,7,19,24,28,29,30,34,35,36,37,38,39,40,43,44,46],"null":27,"public":[0,1,4,28,29,31,34,41,43,44,47],"return":[17,27,40,45],"short":[2,27,29,36,43],"static":[2,3,10,27,29,41],"super":2,"switch":[5,27,30,34,41,43,44],"throw":41,"true":28,"try":[3,4,6,7,20,21,25,27,28,29,30,34,45],"var":41,"void":27,"while":[0,4,5,10,16,24,30,32,34,38,40,41,46],AND:[19,30,41],ARE:28,Adding:[2,24,46],And:28,CVS:4,DNS:[2,6,41],DOING:28,For:[1,2,3,5,7,15,21,30,31,33,34,36,37,38,40,41,43,44,45,46],IPs:[29,31,36],NFS:23,NOT:[5,28,30,33,34,41,45],Not:[6,21,29,37],One:[0,4,28,41],THE:3,TLS:[2,3,4,5,29,30,34,41],That:[24,28,30,33,41,47],The:[0,1,2,3,4,5,6,10,11,13,14,15,16,19,21,22,23,24,25,27,28,29,31,32,33,34,35,37,40,41,43,44,45,46,47],Their:36,Then:[5,29,30,43],There:[1,3,4,10,11,12,13,14,15,16,17,18,19,21,22,23,24,27,28,29,31,32,34,36,40,42,43,46,47],These:[5,11,17,27,30,32,33,34,36,42,43,45,47],Use:[16,17,19,21,27,30,34,41],Used:41,Useful:41,Using:[2,4,27,41],WILL:45,With:[0,4,6,15,33,34,40,41,43],YES:7,Yes:7,aaa:41,abcdechannel:41,abil:[2,7,16,31,35,41],abl:[3,6,10,15,17,21,30,34,38,40,41],abort:[23,30,41,43],about:[2,4,6,24,25,27,28,29,34,41,44,46],abov:[1,3,4,10,17,19,27,28,29,35,41,42],absolut:[0,31,41,47],abus:[0,2,4],accept:[15,22,24,31,33,34,41,43,46],access:[0,4,16,21,27,28,29,30,35,38,40,41,43,45,46,47],accomplish:3,accord:[1,41,47],accordingli:21,account:[0,4,16,18,27,29,30,35,37,39,40,46],accur:[41,45],across:[0,4,33,37,39,41,44],act:[16,27,34,35,41,43],action:[28,29,31,34,41],activ:[2,10,16,30,32,38,41,43],actual:[0,4,15,27,28,31,34,38,41],acut:[],add:[3,4,5,7,10,16,17,24,27,28,30,31,33,34,35,40,46],add_builtin:27,add_hook:27,add_tcl_command:27,add_tcl_int:27,add_tcl_str:27,added:[0,3,4,5,19,22,24,28,30,33,34,35,36,37,40,41,43,45],addhost:17,adding:[4,7,21,27,34,35,37,41],addit:[2,4,5,16,21,30,34,41,43,45],addition:[16,30,41],addlang:[34,41],address:[18,22,25,30,33,34,36,43],addus:30,adh:34,adjust:[0,4,17],admin:[34,42],admit:23,advanc:[0,2,4,6,20,28,35],advantag:[5,30,44],advertis:[0,4,41],advis:[3,21,23],affect:[5,10,24,34,35,36,41,46],affet:41,affili:[1,46],after:[3,4,10,16,17,21,27,28,29,32,34,41,43,44,46],afterward:[17,34],again:[6,15,25,27,32,33,34,40,41,45],against:[10,15,19,21,28,30,40,41,45],age:41,aggress:33,aka:34,alarm:41,alert:46,algorithm:[19,40],all:[1,5,6,7,10,13,14,15,17,19,21,22,27,28,29,30,31,32,33,34,35,36,37,38,40,41,43,44,45,46,47],alloc:[27,41],allow:[0,3,4,5,6,7,10,11,15,16,17,18,19,21,22,23,24,27,28,29,30,33,34,35,40,41,43,44,46],alltool:34,almost:[0,4,30,32,47],along:[4,15],alphabet:34,alphanumer:46,alreadi:[10,21,27,28,30,31,33,34,40,41,46],also:[0,2,3,4,7,10,11,12,13,14,15,16,17,18,19,21,22,23,27,28,29,30,32,33,34,35,38,40,41,42,43,44,45,46,47],alt:[21,34],alter:[15,35,41,46],altern:[2,4,16,21,30,31,33,34,41,43],although:[17,30,34,41],altnick:[21,30],altogeth:19,alwai:[0,3,4,10,30,32,34,41],amount:[6,34],anachron:31,ani:[0,1,3,4,5,7,12,15,16,17,18,21,22,24,27,28,29,30,32,34,35,38,40,41,43,45,46,47],annoi:28,anonym:34,anoth:[0,10,15,17,18,21,22,27,30,33,34,41,42,45],another:5,ansi:41,answer:[0,7,13,16,21,28],any_other_funct:27,anymor:[6,9,19,34],anyon:[10,32,41],anyth:[0,4,15,28,29,30,33,34,38,41,45],anywai:34,anywher:[38,41],aol:[28,40],aop:10,apart:[27,34,41],api:6,apostroph:38,appear:[29,30,33,34,41,45],append:[27,41],appli:[30,32,34,40,47],applic:[1,34,41],appreci:31,appropri:[3,5,30,34,37,39,40],april:[24,45],apt:[30,31],arbitrari:41,arbitrarili:45,archiv:4,area:[6,15,34,41,44,47],aren:[30,34,41,44,45],arg:27,argument:[15,17,28,29,36,41,45],around:[0,4,24,31,36,41,46],arriv:41,ascii:41,ask:[4,17,29,30,38,41,43],assign:[33,34,41],assist:[2,30,43],assoc:[2,6],associ:[24,41,46],assum:[21,28,30,31,32,34,41],assumpt:37,assur:45,asynchron:[6,14,41],attach:[41,45],attack:[10,19,40],attempt:[5,10,16,17,21,24,31,32,33,34,41,43,46],attent:[5,21,41],attribut:[32,33,41,47],auch:27,aug:41,august:17,auth:[34,43],authent:[2,40,46],author:[28,31,34,43],auto:[33,47],autobotchk:[3,4,29],autoconf:3,autoconfigur:3,autodetect:43,autohalfop:10,autom:[0,2,4],automat:[2,3,4,5,12,16,21,30,32,33,34,35,36,40,41,43,46,47],autoop:10,autosav:12,autovoic:[10,47],avail:[4,10,15,19,25,27,29,30,31,34,35,36,38,41,46],avoid:[6,14,29],awai:[35,37,41],awar:41,awesom:28,b33f:30,baa:41,back:[21,28,30,34,36,39,40,41,44],background:[2,4,28],backslash:30,backup:[5,27],backward:[5,37],bad:[10,41,47],badg:47,badgui:45,ban:[0,2,4,10,17,24,33,34,35,46,47],bandwidth:[6,11],banner:[34,42],bar:41,barr:34,base64:29,base:[4,30,34,40,41],basi:30,basic:[2,4,6,7,20,28,30],bask:39,bbb:41,bcst:41,bear:1,becaus:[0,4,16,21,27,28,34,41,44,45,46],becom:[29,30,34,41],been:[0,1,4,5,15,17,21,27,32,34,35,41,45],befor:[0,4,10,14,16,17,18,21,22,23,27,29,30,33,34,41,46],began:37,begin:[16,28,36,41],behalf:41,behav:41,behavior:[13,17,32,34,36,41],behind:34,being:[0,4,10,15,17,21,31,35,36,41,45],beldin:33,bell:41,belong:34,below:[10,15,16,22,24,27,28,30,34,40,41,45],best:[3,6,16,30,33,41,45],better:[3,4,6,20,30,34],between:[3,6,10,15,18,21,22,31,33,34,36,41],beverag:40,big:[5,23,41,44],binari:[3,31],bind:[2,16,17,21,24,27,28,34,44,46],birthdai:34,bit:[3,15,24,28,30,31,34,41,43,46],bitch:10,bitchx:41,blank:41,bless:1,blindli:17,bloat:7,block:[23,24,27,30,42,46],blowfish:[1,2,5,6,19,27,34,40,41],bodi:28,bogu:34,bold:[4,41,42,47],boldfac:41,boot:34,bore:[2,4],boston:1,bot:[0,1,3,4,5,6,7,10,12,13,14,16,17,18,19,20,21,22,23,25,27,28,29,30,31,32,34,35,36,37,38,40,42,43,44,45,46,47],bota:33,botaddr:41,botaddress:41,botattr:33,botb:33,botc:33,botchk:[4,29,30],botdir:30,botfl:41,botflag:[2,22],both:[0,4,10,21,23,31,33,36,40,41,43],botnam:33,botnet:[0,2,3,4,6,8,10,12,15,21,25,30,35,36,38,40,41,44,47],botnetcentr:42,botnetnick:41,botnetop:10,botnick:[21,28,29,30,34],bottom:28,bottre:2,bounc:17,bound:[16,34,41],boundari:14,box:[30,34],brace:10,bracket:36,branch:[4,39],breach:41,brief:30,broadcast:[24,38,41,45,46],broken:[15,28,34,41],brows:15,brute:19,buf:17,buffer:22,bug:[0,3,4,28,30,39],built:[2,16,41,44],builtin:[16,41],busi:28,button:[39,46],bypass:41,bywho:41,cach:[14,41],cafil:[34,43],calcul:21,call:[0,3,4,27,28,29,33,34,41,45],can:[0,3,4,5,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47],cancel:[6,41],cannot:[0,27,30,40,41,47],cap:[2,27,35,46],cap_net_bind_servic:16,capabl:[2,34,35,41,44,46],capac:46,capath:[34,43],capit:[4,47],caption:[],captur:[30,41,44],care:[34,41,46],carefulli:[30,41],carelessli:5,categori:41,caught:41,caus:[16,30,33,41,44],caution:41,cbc:41,ccht:45,center:42,central:[15,34],cerfif:[],cert:[29,34,43],certain:[32,34,35,36,41,42,45,47],certainli:[24,30,46],certif:[2,3,21,29,31,34,41],certifict:43,cet:34,chaddr:[5,33],chain:[34,43],challeng:[28,29],chan:[5,10,17,28,29,30,44],chanc:30,chanfil:[10,30,44],chang:[1,2,6,9,10,15,17,19,21,22,24,28,30,31,33,34,35,37,38,39,43,45,46],chaninfo:[29,33],chanmod:[10,29],channel:[0,2,4,5,6,8,12,17,20,21,22,24,27,28,30,32,33,34,35,38,42,44,46,47],channelflag:41,chanrec:[17,41],chanserv:10,chanset:[10,29,33],charact:[2,10,15,21,30,33,34,36,40],chase:[0,4],chat4:2,chat6:2,chat:[0,2,4,6,13,21,29,30,33,34,35,38,41,43,45,46],chatter:34,chattr:[29,47],check:[4,5,10,21,27,28,29,31,34,40,41,43,45],checkout:[30,39],chfinger:34,chghost:[35,37],chjn:41,chmod:[3,34],chof:41,choic:[1,21,28],chon:41,choos:[3,7,29,30,34,35,46],chpass:40,chpt:41,chri:1,chunk:21,cidr:[34,41],cipher:[34,41,43],claim:[24,46],clarifi:32,clean:15,clear:[4,6,39,41,43,45,46],clearchat:[24,45],clearmsg:[24,45],cleartext:41,clemson:47,click:[39,46],client:[15,16,21,24,29,30,34,37,41,43,46],cloak:29,clone:[2,4,10,30],close:[27,41],cmd:[34,41],cmd_t:27,cmsg:45,code:[1,2,3,4,7,27,28,41],coder:[],col:42,cold:[39,40],colon:[34,36],color:[4,41],column:42,com:[2,4,5,6,20,21,28,29,30,33,34,40,41,43],combin:[35,41],combo:29,come:[4,6,17,21,30,39,41],comfort:30,comma:[34,38,41],commadlin:30,command:[2,3,6,10,12,15,16,17,20,21,27,28,29,30,31,32,33,34,35,36,38,40,43,46,47],commandlin:30,comment:[15,17,25,28,30,34,40],commerci:30,common:[2,21,30,31,33,34,37,43,47],commonli:[29,31,34,41],commun:[2,27,33,38,39,41],compat:[3,5,37,41,45,46],compil:[0,2,3,4,27,30,31,34,36,41,43],complet:[3,4,10,15,22,30,35,41,43,47],compliant:[17,21,41],compon:41,comprehens:45,compress:[2,6,29],compris:37,concurr:[34,40],conf:[3,7,16,29,30,37,41,43],config:[2,3,4,6,7,10,11,12,13,14,16,17,18,19,21,22,23,24,25,27,28,29,31,32,33,34,36,40,42,43],configfil:41,configur:[2,3,4,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,34,36,39,41,43],confirm:[39,41],conflict:16,connect:[2,4,5,6,14,15,16,21,24,27,29,30,33,34,36,38,43,46,47],connet:[],consequ:45,consid:[4,30,32,34,38,41],consider:40,consist:[33,35,38,41],consol:[2,4,6,10,27,35,38],constantli:27,constitut:[10,21,34],consult:[36,37,43],contact:[28,34],contain:[1,3,4,5,28,30,33,34,36,41,43,45],content:[40,41,45],contest:6,context:27,continu:[30,41],contribut:39,control:[0,2,4,17,21,28,29,33,34,35,43,46,47],conv_form:29,conveni:34,convers:[27,38,43],convert:41,cooldud:30,coordin:34,copi:[1,2,5,7,15,23,27,30,41],copyright:[0,1,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,32,33,34,35,36,37,38,39,40,41,42,43,44,47],core:[2,3,6,7,17,18,21,27,28,41,44],correct:[3,31,34,40],correctli:[3,41],correspond:[10,29,32,41],cos:10,could:[1,21,28,33,34,36,39,40,41,43,46],couldn:41,count:21,counterpart:41,coupl:41,cours:[3,28,33,34,41],cover:[32,33],cpu:[21,34,41],crappi:41,crash:[3,41],creat:[0,3,4,15,16,22,27,28,29,30,32,34,39,40,41,43,44,46],creation:29,credit:[28,41],cron:41,crontab:[2,3,29,41],cross:30,crotab:[],crt:[29,34,43],crypto:40,cryptograph:[19,40,41],crytopgraphi:40,ctcp:[2,6,10,21,29,30,34,41,43],ctcr:41,ctrl:41,curl:30,current:[2,4,6,7,9,15,17,18,19,24,27,29,30,34,35,38,41,42,43,45],custom:[16,21,28,29,35,41,43],cut:29,cycl:[10,21,34],cygwin:[2,36],daemon:[16,29,34],dai:[18,23,34,41,44],daili:[30,41],dalnet:[4,17,21],danc:41,danger:41,danish:34,data:[4,10,22,27,31,40,41],databas:[15,41],date:[1,4,30,34,41],db8:[21,30,34],dcc:[0,2,4,6,15,20,21,23,27,29,30,33,35,36,38,40,44],dead:30,deal:[34,41,47],dealloc:27,debian:[30,31],debug:[3,25,27,28,34,41,43,45],dec:[15,41],decemb:[0,26,35,38],decent:27,decid:[37,40],decis:46,declar:[28,41],decreas:34,defens:28,defin:[4,6,10,11,13,17,21,27,28,30,32,33,34,37,41,47],definit:[28,30,31,40],degrad:46,dehalfop:[10,41,47],del_hook:27,delai:[10,15,17,28],delet:[30,41,44],deliber:43,delimit:41,deliv:41,demand:[0,4],demonstr:[6,26],denot:[31,41],deop:[10,41,47],depend:[27,32,39,41,43,47],deprec:[5,31,41],deprici:21,depth:[34,43],der:29,deriv:40,desc:[6,27],describ:[27,28,30,31,33,34],descript:[6,27,28,29,34,41,45,47],descriptivebranchnam:39,deserv:28,design:[0,2,4,19,37,45],desir:[7,27,29,30,40],despit:31,dest:[3,6,30,31,34,41,43],destin:[16,27],destroi:[0,4],detail:[3,4,6,27,30,41,43,45],detect:[7,21,31,36,41,43],determin:[3,16,27,29,30,33,36,41,43],dev:[4,30,31],devel:3,develop:[0,1,2,3,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47],devleop:[],dict:[41,45],did:[1,40],didn:[28,30,41],die:[27,29,30],died:21,differ:[1,3,4,5,10,15,21,28,31,34,40,41,44,45],differenti:41,diffutil:3,digest:[19,41],digit:[34,43],dinner:40,dir:[6,29],direct:[7,31,33,39,41],directli:[5,6,10,16,22,30,41],directori:[2,3,4,6,7,23,27,29,30,31,35,39,43,44],disabl:[10,17,21,34,36,41,43],disc:41,discard:[22,41],disclaim:[2,41],disconnect:[21,22,34,41],discontinu:46,discourag:17,discuss:[4,39],disk:[0,23,30,34,35,41],displai:[12,15,17,21,29,30,34,41,42,45],displaynam:27,dispos:41,dissect:28,distinguish:41,distribut:[0,1,4,30],distro:31,dload:23,dns:[6,14,34,41],doc:[0,3,4,5,6,21,28,31,34,38,41,45,46],document:[2,16,28,30,31,33,36,37,39,43,44],doe:[10,24,28,29,32,34,37,38,41,45,46,47],doesn:[12,14,17,30,38,41,44,45],doing:[19,21,28,34,41,42],domain:[1,14,33],don:[4,7,10,14,15,17,21,22,24,27,28,29,30,33,34,38,41,43,44],donat:[24,46],done:[5,22,27,29,30,31,33,39,40,41,46],donkei:30,dontkickop:10,dot:38,doubl:21,doubt:36,down:[0,3,4,15,33,41],downer:24,download:[3,4,5,7,15,23,34,35,41],dozen:28,dp_help:27,dp_log:27,dp_mode:27,dp_server:27,dp_stdout:27,dport:16,dprintf:27,drastic:[27,41],driven:41,dronepup:41,drop:[3,4,34,41],dropp:[],dst:6,due:[17,21,28,34,41,45],dump:[21,34,41],duplic:41,dupwait:34,dure:[3,11,22,27,29,30],dynam:[2,3,10,29,30,32,41],dynamicban:[10,41],dynamicexempt:[10,41],dynamicinvit:[10,41],each:[0,4,6,10,15,18,23,28,29,30,33,34,35,38,41,44,45,47],earlier:19,easi:[5,28,30,41,43],easier:[3,19],easili:[0,1,2,4,28,35,41],east:34,ebai:34,ecb:41,ecdsa:29,echo:[35,37,44],ecparam:29,eden:41,edit:[2,3,28,44],editor:[29,30],editplu:30,edu:[41,47],effect:[15,32,34,41],effici:[0,4,30,33,34,35],effort:[0,4],efnet:[4,17,21],egg_lang:34,eggdrop1:7,eggdrop:[1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,32,33,36,37,40,42,43,44,46,47],eggdroptest:45,egggdrop:2,egghead:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,32,33,34,35,36,37,38,39,40,41,42,43,44,47],egghelp:[4,30],eight:[34,41],either:[3,4,15,16,29,30,31,32,33,34,36,41,43,45],element:41,elimin:29,els:[28,38,41],email:[4,29,34,41],embed:41,emerg:37,emot:45,empti:[41,45],enabl:[0,2,4,7,10,12,15,17,21,23,27,28,30,33,34,35,36,37,43,44,46],enclos:[10,36,41,45],encod:[41,42],encount:[30,46],encourag:[2,30,40],encpass2:40,encrypt:[2,5,6,9,19,29,31,33,35,43],end:[3,27,34,40,41,42],endless:10,enforc:[10,29,34],enforceban:10,english:[34,44],enhanc:7,enjoi:40,enlarg:3,enough:[34,41],ensur:[27,29,30,33,40,41],enter:[3,10,15,29,31,34,38,39,40,41,43,45],entir:[30,41,45,46],entitl:47,entri:[3,4,29,30,34],env:34,environ:[16,34,35,43],eof:41,equal:41,equival:[6,21,31],equivil:[],eras:[15,41],error:[4,21,27,30,34,41,46],especi:28,essenti:40,est:34,establish:[36,41,43],etc:[0,2,4,10,17,24,27,30,33,34,35,41,44,47],eth0:16,ethic:34,etiquett:4,european:34,evalu:41,even:[0,4,7,15,17,27,30,32,33,34,35,38,41,46],event:[0,4,24,27,33,34,45,46],eventu:19,ever:[29,30,34,41,43],everi:[0,3,4,10,15,17,21,23,27,28,29,32,34,36,40,41,47],everydai:34,everyon:[38,41],everyth:[3,28,41],everywher:[34,36,41],evnt:[21,41],exact:41,exactli:[15,17,27,28,41],examin:27,exampl:[2,3,4,5,7,15,16,21,27,28,29,30,31,34,38,41,43,44,45,46],exceed:34,except:[4,13,21,27,34,41,43],excess:[4,10,21],exchang:29,exclud:41,exclus:[21,41],execut:[2,3,7,27,28,41],exempt:[0,1,2,4,10,17,24,33,35,46,47],exhaust:[41,45],exist:[0,4,15,21,27,40,41,45,46,47],exit:[4,6,12,15,21,41],expand:[0,2,4],expans:41,expect:[6,13,34,41],experi:[3,15,28,30],experienc:3,expir:[10,17,18,21,32,34,41,43],explain:10,explan:[10,30,31,41,45],explicit:37,explicitli:[5,41,43],express:41,extend:[24,35,37,41],extens:[3,30],extern:[16,29,34],extra:[7,34,37],extract:[30,41],f270:30,face:46,fact:[0,4,45],fail:[14,23,34,41,43],failur:[41,45],fake:41,fals:41,famili:34,familiar:[4,28],fanci:40,fancyp:28,far:15,fast:30,faster:41,fastest:4,fatal:41,fault:27,favor:[5,22],featur:[0,2,4,7,10,17,21,22,29,30,34,36,37,39,41,43,46,47],februari:13,feel:[4,5,27,39],few:[24,28,30,31,34,41,46],field:[21,34,41,43],fifth:1,fight:10,figur:[3,30],fil:41,file:[1,2,3,4,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,32,33,35,36,40,42,43,47],file_receiv:41,file_send:41,file_send_pend:41,filearea:41,filedb:[15,41],filemask:6,filenam:[6,10,18,30,34,43],filepath:6,files:15,filesi:[2,6,34],filestat:6,filesystem:[15,41,47],fill:[34,39,43],filt:[27,41],find:[3,6,14,17,20,27,28,29,30,38,39,41,46],fine:[17,21,34,45],finger:[13,30],fingerprint:[29,34,43],finish:[4,15,30,41],finnish:34,firewal:34,first:[0,2,4,5,15,19,21,27,28,30,31,33,34,40,41,43,44,45],five:41,fix:[0,3,4,27,34,41],flag:[2,5,6,10,13,17,22,27,28,30,34,35,42],flagmask:45,flash:42,flat:41,flexibl:[41,43],flood:[0,4,10,13,18,21,33,34,35,41,47],floor:1,flud:41,flush:22,focus:[24,46],folder:7,follow:[3,4,5,10,15,17,21,24,27,30,31,33,34,35,37,39,40,41,42,43,44,45,46],foo:[28,29,41],forbid:3,forc:[3,10,12,15,19,22,28,34,36,41],forcefulli:43,forev:34,forget:41,fork:[31,39],form:[0,4,27,28,41,42],format:[7,21,27,29,30,31,34,40,41,42,45],forward:18,found:[2,4,27,34,41,45],foundat:1,four:[10,28,34,36,41,42],fourth:28,fprint:[34,43],fragil:41,franklin:1,free:[1,2,5,27],freebsd:36,freeli:[0,4],freenod:21,french:34,frequent:[4,30],fresh:34,fri:41,friend:[10,47],frim:27,from:[0,1,2,3,4,5,6,7,10,15,16,17,18,19,21,22,24,27,28,29,30,31,32,33,34,36,38,40,42,43,44,45,46,47],front:[10,28,30,31,41,46],ftp:[5,30],full:[3,4,5,24,30,36,41,43,45,46],fuller:1,fulli:[5,34,41,46],fun:[3,46],func:27,func_nam:27,func_tabl:27,function_to_cal:27,further:[29,41],futur:[3,17,30,40,41],fwd:18,gain:[0,4,40,47],game:[0,2,4,24,46],garbag:27,gatewai:[24,45,46],gave:30,gayteen:0,gcc:3,gener:[0,1,3,4,19,24,28,29,30,37,40,41,43,46],genkei:29,genrsa:34,geo:28,german:34,get:[6,7,10,21,22,23,27,28,31,34,38,47],geteggdrop:[2,4,30],getinfo:41,getop:10,gif:15,git:[2,3,30,39],github:[2,4,30],give:[3,4,10,15,21,28,30,33,34,35,38,40,41,47],given:[4,14,15,16,30,41,45],global:[2,12,16,17,21,22,27,28,32,33,45,47],globalflag:41,gmt:[34,41],gnu:[0,1,3,4,11],goe:[3,10,29,32,33,38,41,43],going:[0,4,15,21,28,31,41],gone:[17,41],goober:41,good:[0,15,21,24,28,30,34,41,46,47],got:41,gpl:[0,4],grab:41,grain:28,grant:[29,35,43,46],graphic:43,greater:41,gree:28,greet:[0,2,4,10,28],greetmsg:28,greetscript:28,grep:29,ground:34,group:[15,16,34,37,41],grown:0,gseen:[6,20],guarante:17,guess:17,gui:45,guid:[2,3,28,30,31],gunzip:30,guppi:41,gzip:[11,41],had:[3,5,10,33,34,41,46],haha:4,halfop:[10,41,47],hand:[28,34,41],handi:30,handl:[28,29,32,34,40,43,45],handshak:41,hang:[6,14],happen:[28,30,32,34,41],hard:[28,34],harder:28,hardwar:[0,4],has:[0,1,2,4,5,10,14,15,17,21,28,30,31,32,33,34,35,36,40,41,43,45,46,47],hash:[2,5,19,30],hasn:21,hate:47,have:[0,1,3,4,5,6,9,10,12,15,17,18,19,21,22,24,27,28,29,30,31,32,33,34,35,36,38,40,41,43,44,45,46,47],haven:30,head:34,header:[2,4,27,28,31,43],heaven:3,held:45,hello:[17,21,29,30,34,35,41],help:[0,3,13,21,27,28,29,30,32,33,34,36,38,41,42,47],helper:3,henc:[7,27,41],here:[2,4,10,13,14,15,17,18,21,23,28,29,30,32,33,34,41,44,45],herself:4,hidden:[15,30,35],hide:[6,36,41],high:44,higher:[17,19,22,23,30,43],highest:41,highli:[3,21,30],highlight:47,him:1,himself:4,hint:28,his:[21,30],histori:45,hit:41,hold:[22,41],hole:34,home:[3,15,16,29,30,43],hook:27,hook_5minut:27,hook_backup:27,hook_daili:27,hook_di:27,hook_hourli:27,hook_idl:27,hook_load:27,hook_minut:27,hook_num:27,hook_pre_rehash:27,hook_read_userfil:27,hook_rehash:27,hook_secondli:27,hook_userfil:27,hope:[30,46],hopefulli:[3,41],hors:30,host:[0,2,4,10,16,21,24,28,32,33,34,43,45,47],hostmask:[28,29,32,33,35,40],hostnam:[6,10,14,29,34,36],hosttarget:[24,45],hour:[6,25,27,32,34,41],hourli:[18,27,34],how:[0,3,6,10,13,14,15,18,21,22,24,28,29,30,31,32,33,34,41,43,44,45,46],howev:[4,7,13,21,29,31,34,40,41,43,44],htgt:45,html:[4,36],http:[2,4,6,20,25,30,37],hub:[4,22,30,33,34,40,43],hubbot:31,hubcap:47,humor:29,hup:41,hurt:5,iconfig:[3,7,30],idea:[28,30,39],ideal:[40,46],ident:[2,6,7,17,21,29,34,36,40,41],identd:[16,30],identifi:[29,34,40,41,47],idl:[10,27,41],idx:27,ignor:[0,4,13,21,22,28,33,34,35,41,45],ill:41,imag:4,immedi:[21,30,40,41],imperson:16,implement:[6,7,16,31,34,37,39,40,41,46],implementatino:31,impli:[1,27],importantli:28,improv:[0,4],inact:[10,23],inc:1,incess:0,includ:[0,2,3,4,7,17,25,27,29,30,31,32,34,35,36,40,41,43,45,46],incom:[15,34,41],increas:[34,40],incred:[30,41],independ:7,indic:[21,27,30,41,45],infeas:[24,46],infin:34,infinit:15,info:[3,4,10,12,17,27,30,34],inform:[0,2,3,4,5,6,10,15,25,27,28,29,30,33,34,36,37,41,43],infrastructur:43,ing:[17,24,46],init:[21,34,41],init_serv:21,initi:[27,28,30,36,37,41,43],input:41,insecur:10,insensit:41,insert:[10,42],insid:[28,34],instal:[0,4,5,28,29,31,34],instanc:10,instantli:21,instead:[1,4,5,10,15,16,17,22,24,30,34,40,41,43,44,46,47],instruct:[7,30,40],integ:[10,41],integr:2,intend:[3,32,41],intens:21,intent:[24,46],intention:28,interact:[3,4,6,16,17,34,41,43,46],intercept:41,interchang:[31,36],interest:4,interfac:[2,24,41,46],intern:[21,34,41,45],internet:[0,4,41,43],interpret:[3,36,41,42],interv:41,introduc:[4,30,41],invalid:41,invers:42,invit:[0,2,4,10,17,24,33,35,37,46],invite:41,invok:41,involv:29,invt:41,ipaddress:41,iptabl:16,ipv4:[30,34,36],ipv4address:41,ipv6:[2,30,34,35,41],ipv6address:41,irc:[0,4,6,15,16,21,24,28,29,30,32,33,34,35,36,37,38,41,42,44,45,47],ircawai:41,ircd:[17,21,41],ircii:[23,41],ircnet:[4,10,17,21],ircop:[10,17],ircu2:17,ircv3:[2,35,41,44],isn:[6,15,21,22,25,30,32,41],isol:33,isop:10,isoptest:10,isp:30,issu:[4,5,16,24,30,34,39,41,43,45,46],issuer:43,istn:10,ital:41,item:41,its:[1,2,4,7,10,15,16,17,19,21,22,24,28,30,33,34,35,39,41,44,46],itself:[27,28,29,34,41],itsself:15,j9irk4vs28b0obz9easys4w2ystji3u:46,jan:[41,43],janitor:[15,47],januari:[1,8,9,12,18,20,23,25,41],jkp:30,job:43,john:1,join:[2,6,10,12,17,18,24,28,30,31,32,34,35,37,38,41,45,46,47],jpk:34,jul:7,juli:0,jump:[21,33,43],jun:44,june:16,jupe:41,just:[0,3,4,5,6,14,15,17,19,22,27,29,30,33,34,38,40,41,44,45,46],karma:39,keep:[2,4,10,15,21,23,30,34,46],kei:[2,3,10,17,24,28,29,34,40,45,46],kept:[32,34],keyout:[29,43],keypair:[29,31],kick:[10,17,21,34,41,44,47],kicker:41,kiddi:34,kill:[30,41],killer:5,kilobyt:[15,34],kind:41,know:[17,18,21,24,27,28,32,33,34,41,44,46],knowledg:0,known:[21,29,34,40,41],kreativrauschen:[6,20],kvirc:43,lag:[34,38],lame:[10,17,33,34,41],lamer:34,lameshar:33,lamest:[10,30,33,34,42],lamestbot:[3,10,18,21,30,33,34,42],lang:44,languag:[28,34,35,44],larg:[2,15,17,21,34],larger:[28,40],last:[0,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,30,32,33,34,36,37,38,41,42,43,44,45,47],laston:41,later:[1,3,6,9,18,19,25,28,30,34,41,43],latest:[4,5,30],launch:30,layer:[29,31],lazi:17,leaf:[33,34,40,43],learn:[17,29,30,34,35,41],least:[4,17,27,30,32,34],leav:[10,21,30,34,38,41,46],left:[17,41],legal:[2,4],len:21,length:[17,21,27,40,41,43],less:[13,38,41],let:[4,6,10,14,18,27,28,30,33,34,35,41],letter:[4,34,47],level:[11,16,29,34,47],libera:[2,4,5,21,27,28,29,30],librari:[28,40,43],libssl:[4,30,31],licens:[0,1,4],lieu:41,life:[18,30],light:46,like:[0,1,4,6,9,10,13,15,17,19,27,28,29,30,34,35,36,38,39,40,41,43,45,46,47],limbo:34,limit:[2,6,10,15,17,21,33,36],lindex:41,line:[2,3,5,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,33,34,35,40,41,43,44,45,46],link:[0,2,3,4,5,6,7,15,22,23,27,34,35,37,40,43,44],linux:36,list:[0,4,6,10,14,15,19,21,22,24,25,27,28,29,30,31,33,34,35,37,38,43,45,46],listen:[29,30,33,34,36,43],liter:[27,41],littl:[3,5,15,24,30,33,44],llama:33,llamabot:[30,34],load:[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,33,34,40,41,46],loadmodul:[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,34,40,46],lobster:40,local:[15,28,30,34,38,39,41,43],localfil:6,locat:[2,4,23,28,29,31,34,43],log:[0,2,4,10,19,24,27,30,39,40,41,46],logfil:[25,27,30,34,44],logfilenam:34,logflag:34,login:[30,34,40,45],logmod:27,logsiz:34,longer:[3,5,15,17,19,27,30,31,41],look:[0,4,5,6,10,20,25,26,28,29,31,34,35,40,41,43,46],lookup:[14,34,36,41],lose:10,lost:41,lot:[5,17,28,30],low:[21,23],lower:21,lowercas:21,lsa:15,luck:[30,46],lurk:2,mac:36,machin:[3,16,30,34],macro:27,made:[0,1,3,4,5,10,22,39,41,43,46],magic:28,mai:[1,4,5,10,11,15,16,17,23,28,30,33,34,36,37,41,44,45,46],main:[7,28,30,31,38],maintain:[2,16,30,44,45],mainten:47,major:[27,30,41],make:[0,2,3,4,5,6,7,10,13,15,19,21,22,24,27,28,29,30,31,34,36,37,39,41,43,44,46],makefil:[3,27],making_modulenam:27,man:34,manag:[2,4,6,15,24,31,46],mandatori:41,mani:[4,5,10,14,15,17,21,27,29,30,31,33,34,41],manipul:[2,34],manpag:34,manual:[4,29,33,34,36,41,43,45],mar:36,march:[32,42,47],mark:[15,35,41,47],mask:[15,21,28,34,45],masquerad:34,master:[15,29,30,32,33,34,41,42,47],match:[1,2,10,15,17,27,28,32,34,40,43,45],math:41,matter:[1,14,28,29],max:[15,17,18,21,23,34],maxdepth:[],maxim:34,maximum:[10,14,15,17,18,21,23,34,40,41,43],maxsend:14,mayb:[28,34],mco:[34,41],mcobx:30,md5:[6,9],mean:[15,17,21,28,29,32,33,34,35,36,40,41,43,45],meaning:[24,41,46],meaningless:47,measur:21,mechan:29,meet:43,mem:41,member:[10,27],memberlist:41,memori:[27,41],mention:27,meridian:34,messag:[4,10,21,27,28,30,34,35,37,38,40,42,44,45],method:[4,6,9,16,17,19,24,28,29,30,31,40,44,46],midnight:34,might:[4,17,23,27,34,41,43],migrat:5,militari:34,milk:47,min:34,miniatur:38,minimum:[0,10,41,45],minor:[27,41],minu:10,minut:[4,10,17,23,27,29,30,32,34],mirc:[21,41],misc:[34,41],miscellan:2,misnom:41,miss:[4,30,41],mix:[10,17],mkcoblx:34,mkdir:6,mnnrrpp:41,mnot:22,mnt:30,moc:41,mod:[3,6,7,20,24,27,34,41,45],mode:[4,5,10,13,17,21,24,27,29,32,34,35,37,46],mode_proc:41,mode_proc_fix:41,modechang:41,moder:[24,29,45,46],modern:[16,40],modes_per_line_max:17,modif:[5,30,41],modifi:[2,6,14,17,28,34,41],modul:[0,2,4,30,33,35,40,46],modular:2,module_clos:[],module_depend:27,module_entri:27,module_expmem:[],module_find:27,module_load:27,module_nam:27,module_regist:27,module_renam:27,module_report:[],module_start:[],module_t:[],module_undepend:27,module_unload:27,modulenam:[7,27],moment:[17,30,31],monitor:[32,35,37],month:[34,41],moo:41,more:[3,4,5,6,13,15,17,20,27,28,29,30,31,33,34,35,37,39,40,41,43],moreov:34,most:[0,2,4,5,16,17,21,27,28,29,30,31,34,35,38,41,45,46],mostli:[24,41,46],motd:[34,42],mount:23,move:[3,4,15,21,30,41,46],mpj:41,mrlame:[30,34],mrslame:[30,34],msg:[4,6,17,20,21,29,30,34,35,38,40,45],msgid:[41,45],msgm:[21,41],much:[2,3,24,27,30,38,41],multi:30,multipl:[0,2,4,16,28,30,33,34,35,41,45],must:[1,2,3,4,10,14,16,17,21,23,27,29,30,31,33,34,40,41,43,45],mydir:15,myownevent123:41,myproc:41,mytag:41,myvar:44,myword:17,name:[3,4,6,8,15,21,27,28,29,30,31,34,45],nano:30,nat:[16,34,36],natur:45,nearli:7,necessari:[10,31],necessarili:41,need:[0,3,4,10,14,16,17,21,27,28,29,30,31,33,34,36,40,41,43,45,46,47],needal:41,needop:41,neg:[14,34,41],negcach:14,negoti:[41,43],net:[1,3,17,21,24,30,37],netbsd:36,nethack:47,netsplit:[16,17,34,35,41],network:[0,2,4,17,21,34,41,42],never:[4,5,10,34,41],new_module_nam:27,newer:[5,30],newhandl:41,newidx:41,newnick:41,newus:[30,34],next:[5,10,15,21,27,28,30,31,34,41],nfree:27,nice:27,nicebot:30,nick:[10,17,21,25,28,29,30,34,47],nicknam:[6,21,28,29,30,34,42,44,45,47],nickserv:[2,43],nist256p:29,nkch:41,nmalloc:27,no_irc:[6,21],nobodi:[15,28],node:[29,43],nodesynch:10,noemail:4,non:[3,10,14,16,17,21,27,29,32,33,41,43,46],none:[8,9,10,12,14,18,19,20,21,23,26,41],noout:29,noqueu:41,nor:16,normal:[0,4,6,13,14,15,16,21,27,28,31,34,41,43,44,45,46],notabl:46,notat:34,notc:41,notcproc:41,note:[2,3,6,7,9,10,14,17,19,21,22,27,29,30,33,34,40,43,45,46],notebox:41,notefil:[18,41],notepad:30,noth:[27,34,41,46],notic:[2,13,15,28,33,34,41,46],notif:41,notifi:[18,21,30,34,35,37,41],nots:1,nov:33,novemb:[22,37],novic:[0,4],now:[3,5,15,16,17,28,29,30,31,33,34,36,40,41,45,47],ntik:41,number:[2,10,15,17,18,19,21,23,24,27,30,31,33,34,40,41,43,45,46,47],numer:[29,31,41],nxdomain:14,oauth:46,obtain:[2,31,43],obvious:[32,41],occur:[17,28,41],occurr:27,octal:34,octob:[10,19,21,34],off:[10,16,17,21,30,33,34,38,41],offer:[30,31,45,46],offici:[2,4],offlin:41,offset:34,often:[4,6,14,29,34,45],oident:16,oidentd:16,okai:34,old:[6,19,21,30],old_module_nam:27,older:[4,36,41],oldest:[2,41],oldhandl:41,omin:28,omit:[41,43],onc:[4,10,15,17,19,21,28,29,30,39,41],one:[4,10,15,16,17,21,27,28,29,30,31,32,33,34,35,38,39,40,41,43,44],ones:[14,22,33,36,41],onjoin:18,onli:[3,4,5,6,7,10,15,16,17,18,20,21,22,25,26,28,29,30,32,33,34,36,38,40,41,42,43,44,45,47],onlin:[6,15,18,29],opchar:17,open:[16,29,34,38,39,41,43],openbsd:36,openssl:[2,3,4,19,29,30,31,34,43],oper:[13,21,28,34,36,41,42],opped:[10,41,47],opping:[0,4],oppos:41,ops:[10,41,47],optim:[6,21],optino:37,option:[1,3,4,7,10,15,16,19,21,29,30,34,43,46],order:[4,14,28,34,40,41,43,45],ordinari:[41,43],org:[2,4,5,6,25,28,30,31,33,34,41],origin:[1,21,30,39,41],oss:16,other:[0,1,4,6,9,10,14,15,16,17,18,19,21,22,27,28,29,30,31,32,33,34,35,36,37,38,40,41,42,43,44,45,46,47],otherdir:3,otherwis:[3,4,12,15,28,32,33,34,36,40,41,43,45],our:[30,33,41],ousterhout:1,out:[0,3,4,23,25,28,29,30,33,34,38,40,41,43],outform:29,outgo:[34,41,44],output:[2,3,27,29,31,40,42,44,45],outsid:[19,31,34],over:[15,21,24,27,28,30,34,36,41,43,44,46],overhead:7,overrid:[22,36,43],overridden:17,overwrit:[16,30,41],overwritten:[5,34,41],own:[1,7,15,16,21,22,28,29,30,31,37,41,43,44,46],owner:[4,10,30,34,38,41,47],p_tcl_hash_list:27,packag:[1,3,4,30,31],pad:41,page:[30,39],pai:[5,41],pain:[23,30],pair:[29,31,41,43,45],paragraph:3,paramet:41,paranoid:[22,34],pars:41,part:[0,4,21,24,28,34,35,41,43,44,46],parti:[2,5,12,30,33,34,35,41,43,47],particular:[5,29,34],partproc:41,partylin:[2,4,6,12,30,31,33,34,36,40,41,43,44,45,46,47],pass:[28,29,30,36,38,40,45],passiv:33,passthru:34,password:[5,6,9,17,19,21,22,29,30,33,34,35,38,40,43,46],past:[1,4,27,34],patch:[2,36,41],path:[2,3,15,16,30,31,41,43],pathnam:41,patient:15,pbk:40,pbkdf2:[2,5,6,40],peer:[21,34,43],pem:[29,34],penalti:21,pend:[6,10],peopl:[4,10,15,16,17,18,21,22,28,30,34,35,38,41,42,47],per:[17,41,45],percent:42,perform:[0,3,4,5,10,30,41,47],perhap:30,period:[6,14,30,41],perm:34,perman:[10,32,34,41],permiss:[4,34,40],permit:41,perorm:2,persist:30,person:[4,28,30,34,41],phew:30,phrase:41,physic:33,pick:41,pictur:5,pid:[30,34,41],pidfil:34,piec:[3,28],ping:13,pipe:33,pl1:41,place:[1,3,5,7,10,15,17,28,30,32,34,41,43,46],plain:[29,34,43],plaintext:[29,41,43],plan:[4,28,41],platform:[0,4,24,41,46],pleas:[4,5,6,7,9,10,16,19,21,31,34,37,41],plu:[10,21,34,41,43],pmsg:28,point:[3,6,21,26,30,33,34,41],pointer:[1,3,4,35,42],popul:45,popular:[0,4,5,30,34],port:[1,5,14,16,21,22,29,30,31,33,34,36,43],portabl:41,portion:[3,7,10,41],portrang:34,posit:[27,34],posix:41,possibl:[3,10,13,15,21,29,31,34,36,37,38,41,43,45],potenti:[5,16,28,41,45],pour:39,power:[4,35],practic:40,pre:[41,43],preced:[30,41,43],prefer:[34,36,43],prefix:[5,17,21,28,31,34,38,43,45,46],preinit:41,prematur:30,prepar:33,prepend:34,prerehash:41,prerequisit:2,prerestart:41,prerout:16,present:[2,6,28,29,36,41,45,46],preserv:30,pretend:46,pretendnet:31,pretti:[0,38],preval:29,prevent:[0,4,10,17,18,24,30,33,36,41,46],previou:[1,4,5,19,30,41,46],previous:[5,30,41],primari:[21,34],prime256v1:29,prime:34,printf:27,prior:[3,29,30,40,43],prioriti:41,privat:[18,22,28,29,30,31,34,38,41,43],privatekei:[29,31,34,43],privileg:[0,4,16,47],privmsg:[10,28,29,41],probabl:[4,21,29,30,31,41],problem:[30,34,36],proc:[21,27,28,45],proce:41,procedur:[2,22,45,47],process:[0,3,4,5,11,15,16,23,29,30,33,40,41,43],procnam:[28,41,45],produc:[34,41],program:[0,2,4,16,29,30],progress:15,prohibit:34,project:[2,39,46],prompt:[3,4],promptli:30,proper:[3,36,41],properli:[5,30,31,33,34],protect:[0,2,3,4,10,19,21,29,30,32,34,40,41,43,47],protectfriend:10,protecthalfop:10,protectop:10,protocol:[31,34,37,41,43],prove:30,provid:[0,2,4,5,6,7,8,10,11,12,13,14,15,16,17,18,20,21,22,23,24,27,29,30,34,36,37,39,41,43,45,46],pseudo:41,pub:[4,5,21,29,41],pubkei:29,publicli:25,publish:34,pubm:[21,41],pull:[4,39,40],punish:[10,41,47],purpos:[0,1,6,25,26,33,34,41],push:[39,41],put:[1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,30,34,41,43],putlog:[21,27,28],putquick:21,putserv:[10,28,29],putti:29,pwd:[6,30],quakenet:[4,21],qualifi:34,quann:[6,20],queri:[14,16,36],question:[4,29],queu:[15,21,41],queue:[21,27],quick:[2,27,30,34],quicker:30,quickli:[2,34],quiet:[21,34,47],quit:[4,6,21,30,34,41],quot:[41,45],quota:34,raid:[24,46],rais:[10,21],ram:34,rand_max:41,random:[10,21,33,41],rang:[30,34],rate:21,rather:[5,41,43],raw:[34,43],rawt:41,rcvd:41,reach:[17,21,34],react:28,read:[0,2,3,4,6,7,16,27,28,29,30,31,34,41,42,46],readabl:41,readm:[2,3],readonli:27,real:[21,27,41],realli:[28,30,34,44],realnam:21,reason:[4,27,29,30,33,34],reboot:[16,29],receiv:[14,15,21,23,29,33,41,45],recent:[4,30,41,43],recev:[],recipi:41,recogn:[17,21,29,47],recom:[],recommend:[4,5,10,23,27,30,40,41,44,45],recompil:[17,30],reconnect:[22,41],record:[2,22,27,35,47],redirect:16,reduc:[27,45],refer:[27,28,31,34,41],refin:28,reflect:[5,41],refresh:[41,45],regardless:41,regist:[2,10,29],regular:[10,41,43],regularli:35,rehash:[7,27,28,34],reiniti:41,reject:[21,33,34],rejn:41,rejoin:[30,41],rel:[14,27,30,41],relai:[0,4,33,34],relat:[1,6,10,28,36,41],releas:[0,1,30,40,41],relev:[4,27,30],reli:41,reliabl:[41,45],relink:33,relinquish:41,rem_builtin:27,rem_tcl_command:27,rem_tcl_int:27,rem_tcl_str:27,remain:[10,32,41],remaind:[15,45],rememb:[10,28,29,30],remind:34,remot:[15,33,34,41,42],remotebotnam:41,remov:[5,10,15,19,27,29,30,32,35,36,40,44,45,46],renam:[2,15,27,30,34,41],render:[5,24,46],repeat:[4,41],replac:[10,21,27,29,34,41,42,46],repli:[6,13,14,16,17,34,41],replic:[45,46],repo:39,report:[6,15,25,27,30,44],repositori:[4,30],repres:[41,45],req:[29,34,43],request:[0,4,5,7,10,13,15,17,21,30,32,34,36,37,39,41,43,44,46],requir:[2,4,5,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,29,30,34,40,43,45],reread:41,resend:[14,41],reserv:[30,34,38],reset:41,resolut:34,resolv:[6,14,34,41],resourc:27,respect:[14,36,41,42],respond:[10,30,41],respons:[21,41],rest:[3,27,33,34,40,41,45],restart:[2,3,4,5,7,28,30,34],restrict:[1,15,16,21,34,41,42,46],result:[21,32,34,36,41],resum:41,resync:22,retain:41,retri:23,retriev:[6,18],retrydelai:14,reus:[5,41],reveng:10,revengebot:10,revers:[40,41],revert:41,review:[29,31],revis:[0,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,32,33,34,36,37,38,41,42,43,44,45,47],revok:[21,34],rfc1459:[37,41],rfc2812:37,rfc:[17,21,24,41,46],rfc_compliant:41,rich:[0,4,30],right:[6,15,16,26,28,30,41],rijndael:19,risk:[1,21],rizon:21,rmdir:6,rmst:45,robei:[1,3,4,35,42,47],robot:35,roomsstat:24,roomstat:[24,46],root:[15,16],round:[19,40],rout:[16,41],routin:[17,34,41],rsa:34,rule:30,run:[2,3,4,5,7,10,16,21,27,28,29,30,31,33,34,40,42,43,45],s_client:43,safe:[19,29,30,31,40,46],sai:[4,10,15,28,31,33,41],said:[28,33,41],sake:46,salt:[28,40],same:[0,3,4,5,7,10,11,16,17,27,28,30,33,34,37,40,41,42,43,44,45],sampl:[10,30,46],sane:21,sanitycheck:34,sasl:[2,30,35,37],save:[5,6,10,11,12,22,33,34,35,40],scan:30,scenario:[31,33],schat:[34,43],schedul:41,scheme:1,scope:31,screen:[4,39,42],script:[0,2,3,4,7,10,21,29,30,32,35,36,41,44,45,46,47],scripter:33,sdcc:43,sdebug:3,seamless:40,seamlessli:19,search:[27,29,41],sec:34,second:[4,10,13,14,17,21,23,27,28,34,44],secondli:41,secret:10,section:[5,10,17,21,24,28,30,33,34,41,46],secur:[0,2,4,6,9,19,29,30,33,34,35,40,41],see:[0,2,3,4,5,6,10,15,17,21,24,25,27,28,29,30,31,33,34,36,38,39,40,41,42,45],seen:[2,6,10,34,41],selecet:41,select:[4,30,34,35,39,41],self:[2,21,31,34,43],send:[4,6,11,15,17,18,21,22,23,27,28,30,33,36,41,44,45],sender:41,sens:[0,4],sensit:40,sent:[6,15,17,22,25,29,34,37,38,41,43,45,47],separ:[3,7,21,30,33,34,35,36,37,41,44,45],septemb:14,seri:[30,41,43],serv:34,server:[2,5,6,7,10,13,14,15,16,17,19,24,25,27,29,30,34,35,36,37,43,44,45,46],serverlist:41,serverop:10,serverror:21,servic:[6,10,16,24,29,41,43,46],servivc:41,session:[4,36,37],set:[0,1,2,3,5,6,10,11,12,13,14,15,16,17,18,19,21,22,23,24,27,28,31,32,33,35,37,38,40,42,44,45,46,47],setcap:16,setnam:[35,37],setup:[4,6,7,30,34],seven:[10,41],sever:[0,4,13,27,30,31,37,41,44],sexystuff:28,sha1:43,sha1sum:29,sha256:19,shall:34,share:[0,2,4,6,10,11,23,27,34,35,41],sharebot:[33,34,41],sharefail:23,she:41,shell:[0,3,4,16,29,30,34,41],shorter:10,should:[1,3,4,5,10,12,13,14,15,17,19,21,22,24,27,28,29,30,33,34,36,38,40,41,43,45,46],shouldn:16,show:[4,6,10,15,25,28,33,34,41],shown:[15,30,34],shutdown:41,shutdownreason:41,side:[34,41,43,46],sidenot:31,sighup:41,sigil:41,sigkil:41,sign:[21,29,31,34,41,42,43,46],signal:41,signific:[4,6],significantli:45,signoff:41,sigquit:41,sigterm:41,silent:34,simialar:[],similar:[4,10,29,30,34,38,39,41,44],similarli:45,simpl:[4,27,28,29,30,41],simpli:[4,5,29,30,31,37,41,46],simplifi:41,simul:[34,41],simultan:[15,23,41],sinc:[0,3,5,17,30,33,34,35,36,41,43,44],singl:[16,17,29,41,45],sit:[0,4,10,34,40],site:[6,47],situat:33,six:41,size:[15,23,27,34,41],skim:4,skip:[30,41],slash:[30,38],slave:33,slennox:30,slow:[15,30,34],slower:34,small:[3,23,33,44],smaller:3,smile:3,snapshot:[2,30],snowbot:15,snt:29,sock:[27,34],socket:[16,27,31,41,43],softwar:[0,1,2,4],solut:40,some:[0,4,5,10,11,12,13,14,15,16,17,18,19,21,22,23,27,30,32,33,34,35,36,37,41,43,44,46,47],someircnetwork:34,someon:[4,10,17,28,30,31,41,45],someth:[4,28,30,39,41,46],sometim:[4,21,30],somewher:[3,34],song:41,soon:[10,41],sort:[0,4,32],sound:28,sourc:[1,3,4,5,6,7,27,28,31,34,39,41,43,44],space:[0,23,34,37,41],spawn:0,special:[33,41],specif:[6,10,14,16,17,19,21,24,30,33,36,37,41,43,45,46,47],specifi:[10,14,15,16,18,21,22,27,29,30,32,34,35,36,40,41,43,45],spectrum:[24,46],spent:[30,41],split:[10,17,36,38,41,42],splt:41,spoiler:46,spoken:41,spoof:16,spread:34,squar:36,squelch:21,src:[3,7,17,27],ssh:30,ssl:[2,3,4,5,21,29,30,31,35,41],sslcert:[3,31,34,43],sslinc:43,ssllib:43,sslport:43,sslsilent:[3,43],sssss:[],stabil:23,stabl:[2,4,30],stack:[17,36,41],stackabl:41,stage:27,stai:41,stall:41,stand:[0,4,30],standard:[14,16,17,23,27,28,37,41,43,46,47],start:[2,3,4,5,6,9,16,19,21,26,28,29,33,34,37,38,40,41,42,45,46],starttl:43,startup:[2,40,41],stat:6,state:[4,41],statement:41,statist:[6,15,25],statu:[0,2,4,10,24,27,31,34,44,45,46],statuslog:10,stb:21,stdio:27,stdlib:27,stdout:27,stealth:[30,34],step:[2,3,5,27,30,46],stick:32,sticki:[32,41],still:[1,4,5,10,15,22,30,31,34,35,41,46],stone:21,stop:[0,10,15,17,27,41,45],stopnethack:[10,47],storag:[6,12,40],store:[5,6,10,12,15,18,24,25,28,30,33,40,41,45,46],str_dir:27,str_protect:27,stream:[24,46],street:1,strftime:34,string:[2,17,27,28,29,34,40,45,46],strong:34,strongli:[2,4,30],stuff:[2,4,27,28,30,34,41],style:32,sub:[15,41],subdirectori:[15,41],subject:43,sublist:41,submit:[2,41],subscrib:[45,46],subsequ:41,substitut:[2,34],succeed:41,success:[27,30,41],successfulli:[4,27,41,45],sudo:[16,30],suffic:28,suffici:31,suffix:[7,34],suggest:[5,27],suit:[16,30],suitabl:45,sum:28,summar:21,sun:34,sundai:41,supplant:41,suppli:34,support:[0,2,3,4,5,6,8,10,11,14,16,17,18,21,22,23,29,30,31,32,34,35,41,44,46],sure:[4,10,27,28,30,31,33,34,41,46],symbol:[31,41],synchron:43,syntax:[5,29,34,43,47],sys:27,system:[2,3,7,14,15,16,27,29,30,34,35,36,41,42,43],tab:27,tabl:[27,37,41],tag:[15,35,37,45],tail:29,take:[3,4,5,6,15,19,21,25,28,30,34,40,41,43],taken:[27,41],takeov:17,talk:[28,31,35,38],talli:27,tar:[4,7,30],tarbal:[0,30],target:45,task:[0,2,4,33],tcl:[0,1,2,3,4,6,10,11,21,27,28,30,32,34,35,36,43,44,46],tcl_cmd:27,tcl_int:27,tcl_string:27,tclsh:4,tcltk:4,tcp:[2,16,36],team:[0,1,2,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,32,33,34,35,36,37,38,39,40,41,42,43,44,47],technic:46,techniqu:44,tell:[15,28,29,30,31,33,34,41,46],telnet:[2,29,30,33,35,36,38,40,41,42,43],temp:41,templat:39,temporari:[10,23,25,32,34],ten:29,term:[2,28,31,41],termin:[4,5,41],test:[28,30,47],text:[4,10,21,27,29,34,42,43,44,45,47],textfil:2,than:[4,10,13,15,17,30,31,34,40,41,43],thank:4,thee:41,thei:[0,3,4,5,7,10,12,13,17,18,21,22,27,28,29,30,31,32,33,34,40,41,43,45],them:[0,1,3,4,5,7,10,12,13,14,15,17,18,21,22,23,27,28,29,30,31,33,34,35,36,37,40,41,44,46,47],themselv:[17,30,33,41,44],therebi:[44,46],therefor:[6,17,30,34,41],thi:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47],thing:[3,4,6,24,26,27,28,29,33,34,41,46],think:[39,47],third:[28,33],thorough:[27,29,31,46],those:[1,3,7,11,15,21,27,28,29,30,41,44,45,46],though:[15,21,28,30,41,43],thr:34,three:[21,29,32,33,34,41],through:[4,10,15,21,24,28,31,35,36,37,38,41,46,47],throughout:27,thse:17,thu:[16,28,36,40,41],tidi:27,till:[],time:[0,3,4,10,14,15,16,17,19,22,23,28,29,30,31,32,33,34,35,37,38,40,42,43,44,46],timeout:[6,14,21,23,34,45],timestamp:[34,41],timezon:34,tip:2,titl:47,tiwtch:6,tls:[41,43],tmi:45,tmp:[23,41],toctre:[],todai:41,togeth:[0,2,4,21,28,33,34,35,37],token:46,told:28,ton:24,too:[15,17,21,23,27,34,41],tool:[3,30],top:[3,4,28,39,41],topc:41,topic:46,total:[10,27,35,41],tout:41,toward:28,trace:21,track:[3,15,24,27,29,41,46],tradit:[24,36,44,45,46],tradition:16,traffic:[3,34,44],trail:27,transfer:[2,6,7,11,15,22,30,33,34,36,41,43,47],transit:[19,40,41],transmit:21,transpar:34,transport:31,treat:[41,46],tree:[0,4,30],tri:[27,34,41],trick:[28,44],trigger:[10,21,27,28,41,45],troubl:[14,34],troubleshoot:[4,30],truncat:45,trust:[4,34,47],ttl:14,turbo:[23,30],turn:[10,16,21,34,41],tutori:[2,31],twcmd:[24,46],twice:41,twitch:[2,6,35],twith:45,two:[4,6,17,22,28,30,32,33,34,40,41,43,44],type:[3,4,6,7,10,12,17,21,24,27,28,29,30,31,32,33,34,35,36,37,38,43],typic:[15,24,34,35,38,41,46],typo:41,ubuntu:31,ufl:41,ugli:15,uglyman:15,uhost:[28,41],uid:[34,43],umod:21,unabl:[17,30,33,36,41,46],unaccess:35,unavail:[21,34],unban:[10,34,41],unbind:[17,34,44,45],uncertainti:45,uncom:[29,31,34,40],under:[0,4,30,35,41],underli:41,underlin:[41,42],undernet:[4,17,21,41],understand:[34,41],understood:21,unexpect:41,unhid:6,unimport:34,unintend:45,uniqu:[34,41,45],univers:34,unix:[0,3,15,16,30,35],unld:41,unless:[17,21,28,30,32,34,41],unlik:[3,35],unlimit:33,unlink:[23,34],unload:[27,41],unoffici:36,unpack:0,unreach:33,unrealircd:[17,41],unreli:[24,45,46],unrest:0,unset:41,unshar:[6,47],unstick:32,unsticki:32,unstuck:41,unsur:30,untar:5,until:[7,10,15,32,34,41],unzip:[5,30],updat:[4,5,19,27,30,34,35,40,41,45],upgrad:[2,40,43],uplink:41,upload:[15,30,35,41,44],upon:[0,4,45,47],upper:14,uptim:[2,6],url:[34,41],usa:1,usabl:[6,15,34],usag:[2,4,6,27,34,41],use:[0,1,3,4,5,6,7,9,10,12,13,14,15,16,17,19,21,22,23,27,28,29,30,31,32,33,34,36,38,40,41,42,43,44,45,46,47],used:[0,2,4,10,11,13,15,19,21,27,28,29,30,31,32,33,34,35,36,38,40,41,42,43,44,45,46,47],useful:[1,4,10,23,30,33,41,43,44],useless:[5,24,46],user:[0,2,3,4,5,6,7,9,10,11,12,13,16,17,18,19,20,21,22,23,24,27,28,30,31,32,34,35,36,38,39,40,42,43,44,45,46],userban:10,userexempt:10,userfil:[0,2,4,5,6,9,10,11,19,22,23,27,29,30,33,34,40,41,44],userflag:17,userhost:45,userinfo1:34,userinfo:[13,41],userinvit:10,userlist:[6,17,20,22],usernam:[16,29,30,34,45,46],usernotic:[24,45],userst:[24,46],uses:[3,6,17,21,23,27,28,29,30,31,32,34,40,41,43,46,47],using:[1,3,4,6,7,9,10,15,16,17,19,21,27,28,29,30,32,33,34,36,40,41,43,44,45,46],usrntc:45,usst:45,usual:[4,29,30,31,32,36,39,40,41,43,46],utc:34,util:3,utim:28,vagu:30,vali:41,valiant:[0,4],valid:[3,10,21,27,33,34,35,41,43],valis0:41,valu:[10,13,14,17,21,24,27,28,34,40,42,43,45,46],vari:[41,47],variabl:[2,5,10,11,12,13,14,15,16,17,18,19,21,22,23,27,28,34,36,42,45],variable_nam:27,varieti:[0,4],variou:[1,27,30,32,34,41],verbos:41,veri:[4,6,16,20,21,28,34],verif:[21,34,43],verifi:[21,29,34,43],version:[0,1,2,3,4,5,13,17,25,27,28,36,37,42,43,45],vertic:41,vhost4:[30,34,36],vhost6:[30,34,36],vhost:[30,34,36],via:[2,3,4,6,11,16,17,20,22,27,28,29,30,32,33,34,35,36,37,38,40,42,43,45,46],video:41,view:[5,7,19,29,30,35,41,45],viewer:45,vim:30,vip:[45,46],virtual:34,visibl:41,visit:[5,46],vista:36,voic:[0,2,4,10,29,41,47],wai:[1,3,4,16,21,24,27,28,29,30,31,32,33,34,38,40,41,43,46],wait:[6,14,15,17,21,23,30,34,41],walk:31,wall:41,wallop:[34,41],want:[0,3,4,6,10,12,14,15,17,18,21,23,27,28,29,30,33,34,36,41,43,44],war:0,warm:39,warn:[4,16,28,41],warranti:1,washalfop:47,wasn:41,wasop:[10,17,47],wasoptest:10,watch:[38,45],web:[2,6,24,34,45],webpag:2,websit:30,week:41,weekdai:41,welcom:28,well:[1,24,28,29,30,31,34,40,41,43,46],were:[1,16,17,30,32,33,34,36,40,41,46],west:34,wget:30,what:[0,1,2,5,6,10,15,17,21,25,28,29,30,34,37,38,40,41],whatev:[1,3,28,34,35,41,42],when:[3,4,6,7,9,10,12,15,16,17,21,22,27,28,29,30,32,34,36,38,40,41,43,45,46],whenev:[21,27,33,41,43],where:[4,6,10,14,15,18,21,27,28,29,30,31,34,35,40,41,43,45],wherea:41,wherev:36,whether:[34,36,41],whew:28,which:[3,5,6,10,12,14,15,16,21,22,27,28,29,30,32,33,34,36,38,40,41,42,43,44,45,47],whichev:32,whisper:[24,45],whitespac:41,who:[10,15,17,21,28,30,34,38,41,47],whoi:[29,34],whole:27,whose:[32,41],whox:[35,41],why:[28,30],wide:[38,43],width:42,wild:41,wildcard:[10,28,29,41,45],window:[2,29,36],wise:[4,34],wish:[3,5,7,16,17,25,27,30,32,33,34,41,45],within:[6,15,27,30,31,32,34,37,41],without:[0,2,4,5,6,9,10,13,19,27,28,29,30,31,33,34,35,37,40,41,43],wizard:31,won:[6,10,22,27,28,30,32,33,34,41,43,45],woobi:[2,3,6,27],word:[15,17,29,30,41,45,46],work:[3,5,6,10,13,15,19,20,22,27,28,29,30,32,33,34,36,37,39,40,41,43,44,45],workaround:24,world:[0,2,4,31,34],worri:24,worth:3,would:[4,5,13,28,29,30,31,33,34,41,42,43,45,46],wouldn:34,write:[1,2,6,7,26,30,34,40,41,46],written:[0,27,30,41,46],wrote:28,wspm:45,wspr:45,wth:[],www:[2,4,6,20],x509:[29,34,43],xfer:[23,47],xtra:41,xvf:30,xxd:29,year:[0,4,30,34,41],yes:[28,31,41],yesterdai:34,yet:[4,21,30,34,41],yoru:29,you:[0,1,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47],you_want_to_export:27,your:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,38,39,40,41,43,46],yourbot:44,yourbranchnam:39,yourconfig:3,youreggdrop:29,youreggdropconfignameher:29,yourself:[7,29,30,39,40,43],yourusernam:39,yyyymmdd:34,zero:41,zip:30,zomg:[],zxvf:30},titles:["About Eggdrop","Boring legal stuff","Eggdrop, an open source IRC bot","Installing Eggdrop","README","Upgrading Eggdrop","Modules included with Eggdrop","Eggdrop Module Information","Assoc Module","Blowfish Module","Channels Module","Compress Module","Console Module","CTCP Module","DNS Module","Filesys Module","Ident Module","IRC Module","Notes Module","PBKDF2 Module","Seen Module","Server Module","Share Module","Transfer Module","Twitch Module","Uptime Module","Woobie Module","Writing an Eggdrop Module","Writing an Eggdrop Script","Common First Steps","Setting Up Eggdrop","Enabling TLS Security on Eggdrop","Bans, Invites, and Exempts","Botnet Sharing and Linking","Eggdrop Core Settings","Eggdrop Features","IPv6 support","IRCv3 support","The Party Line","Patching Eggdrop","Encryption/Hashing","Eggdrop Tcl Commands","Textfile Substitutions","TLS support","Advanced Tips","Eggdrop Twitch Tcl Commands","Twitch","Users and Flags"],titleterms:{"default":44,"function":[27,46],"int":41,"new":41,"return":41,"short":30,"static":7,"super":30,Adding:33,DNS:14,TLS:[31,43],The:[30,38],Using:33,about:[0,36,37,43],account2nick:41,account:41,accounttrack:41,add:[29,41],addbot:41,addchanrec:41,addit:[27,31],address:41,addus:41,advanc:[34,44],api:24,arg1:41,arg2:41,arg:[41,45],argn:41,assign:29,assoc:[8,41],authent:[29,43],automat:29,background:40,backup:41,ban:[32,41],banlist:41,banmask:41,base64:41,basic:34,bind:[41,45],block:41,blowfish:9,boot:41,bore:1,bot:[2,15,33,41],botattr:41,botflag:33,botishalfop:41,botisop:41,botisvoic:41,botlist:41,botnam:41,botnet:[5,31,33,34,43],botnick:41,botonchan:41,botport:41,bottre:33,callev:41,can:[2,7],cancel:15,cap:[37,41],capabl:37,certif:43,chan:[41,45],chanban:41,chandname2nam:41,chanexempt:41,chanflag:41,chang:[5,41],chaninvit:41,chanlist:41,channame2dnam:41,channel:[10,15,29,41,45],chansettyp:41,charact:41,chat4:36,chat6:36,chat:36,chattr:41,chhandl:41,clear:15,clearqueu:41,cmd:45,command:[4,5,24,41,44,45],comment:41,common:29,commun:31,compil:7,compress:[11,41],compressfil:41,config:[5,15,30,41,44,46],configur:[29,30,31,40],configurearg:41,connect:[31,41],consol:[12,34,41],control:41,core:34,count:41,countus:41,creator:41,crontab:4,ctcp:[13,36],ctime:41,cygwin:3,dcc:[34,41,43],dccbroadcast:41,dccdumpfil:41,dcclist:41,dccputchan:41,dccsend:41,dccsimul:41,dccuse:41,decrypt:41,delchanrec:41,delhost:41,deludef:41,delus:41,desc:[15,41],descript:15,dest:15,destin:41,develop:4,die:41,dir:[15,41],directori:[15,34,41],disclaim:46,dname:41,dnslookup:41,docker:4,document:[4,5],download:30,dst:15,dumpfil:41,durat:41,dynam:7,echo:41,edit:[30,46],eggdrop:[0,2,3,4,5,6,7,27,28,29,30,31,34,35,39,41,45],enabl:[31,40,41],encpass:41,encrypt:[40,41],entri:41,erasenot:41,event:41,exampl:33,execut:34,exempt:[32,41],exemptlist:41,exemptmask:41,extra:41,featur:35,file:[5,15,30,31,34,41,44,46],filemask:15,filenam:[15,41],filepath:15,fileresend:41,filesend:41,filesi:[15,41],filestat:15,find:2,findus:41,first:29,flag:[15,29,33,41,45,47],flushmod:41,formatstr:41,from:41,ftp:4,gener:31,get:[2,4,15,30,41],getaccount:41,getchan:41,getchanhost:41,getchanidl:41,getchaninfo:41,getchanjoin:41,getchanmod:41,getdccawai:41,getdccidl:41,getdesc:41,getdir:41,getfil:41,getfileq:41,getfilesendtim:41,getflag:41,getlink:41,getown:41,getpwd:41,getudef:41,getus:41,git:4,github:39,global:41,hand2idx:41,hand2nick:41,handl:41,handlen:41,handonchan:41,haschanrec:41,hash:40,help:[2,4],helpfil:41,hide:15,histori:30,host:[29,41],hostmask:41,hostnam:41,how:[2,4,5,7],hybrid:40,ident:16,idx2hand:41,idx:41,ignorelist:41,includ:6,info:41,inform:[7,31],instal:[2,3,7,30,36,43],interfac:40,invit:[32,41],invitelist:41,invitemask:41,ipv6:36,irc:[2,17,31,43,46],ircnick:41,ircv3:37,isawai:41,isban:41,isbansticki:41,isbotnick:41,ischanban:41,ischanexempt:41,ischaninvit:41,ischanjup:41,iscompress:41,isdynam:41,isexempt:41,isexemptsticki:41,ishalfop:41,isidentifi:41,isignor:41,isinvit:41,isinvitesticki:41,isircbot:41,isjup:41,islink:41,ismod:45,isop:41,ispermban:41,ispermexempt:41,isperminvit:41,isset:41,istl:41,isupport:41,isvip:45,isvoic:41,join:29,jump:41,keep:44,kei:[31,41,43],keyword:41,killassoc:41,killban:41,killchanban:41,killchanexempt:41,killchaninvit:41,killdcc:41,killexempt:41,killignor:41,killinvit:41,killtim:41,killutim:41,languag:41,lastbind:41,legal:1,level:41,lifetim:41,limit:[24,41,46],line:[4,38],link:[33,41],list:41,listen:[31,41],listnot:41,loadchannel:41,loadhelp:41,loadmodul:[7,41],localfil:15,locat:30,log:[29,34,44],logfil:41,make:33,manipul:41,mask:41,maskhost:41,masktyp:41,match:41,matchaddr:41,matchattr:41,matchban:41,matchcidr:41,matchexempt:41,matchinvit:41,matchstr:41,md5:41,messag:41,minut:41,miscellan:41,mkdir:[15,41],mode:41,modifi:44,modul:[3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,34,41],modular:44,module_clos:27,module_expmem:27,module_report:27,module_start:27,module_t:27,monitor:41,more:2,msg:41,must:5,myip:41,name:41,need:7,newban:41,newchanban:41,newchanexempt:41,newchaninvit:41,newexempt:41,newignor:41,newinvit:41,newnam:41,nick2hand:41,nick:[41,45],nicknam:[15,41],nickserv:29,note:[18,41],notic:4,numberlist:41,numvers:41,obtain:4,old:41,oldnam:41,onchan:41,onchansplit:41,onelin:41,onlin:41,open:2,optim:15,option:41,output:41,own:[],parti:38,partylin:[15,24,29],pass:41,passwdok:41,password:41,patch:39,path:34,pattern:41,pbkdf2:19,pend:15,permiss:29,port:41,pre:[2,4,31],prefix:41,prepar:31,prerequisit:30,proc:41,procedur:41,protect:31,pushmod:41,putallbot:41,putbot:41,putcmdlog:41,putdcc:41,puthelp:41,putkick:41,putlog:41,putloglev:41,putnow:41,putquick:41,putserv:41,putxferlog:41,pwd:15,queue:41,queuesiz:41,quick:[3,4],quit:15,rand:41,raw:41,read:5,readm:4,reason:41,record:[33,41],refreshchan:41,regist:46,rehash:41,reload:41,reloadhelp:41,remov:41,renam:44,renudef:41,req:41,requir:[3,27,41],requisit:[2,4,31],resetban:41,resetchan:41,resetchanidl:41,resetchanjoin:41,resetconsol:41,resetexempt:41,resetinvit:41,restart:[29,41],rfcequal:41,rmdir:[15,41],roomstat:45,sasl:29,save:41,savechannel:41,script:[5,28,34,43],second:41,secur:[31,43],seen:20,self:44,sendnot:41,server:[21,31,41],serveraddress:41,set:[4,29,30,34,36,41,43],setchan:41,setchaninfo:41,setdccawai:41,setdesc:41,setflag:41,setlink:41,setown:41,setpwd:41,setudef:41,setup:15,setus:41,share:[15,22,33],show:30,snapshot:4,socklist:41,solo:40,some:2,sourc:[2,15,30],src:41,ssl:[34,43],start:30,starttl:41,startup:[3,4],stat:15,statu:41,step:29,stickban:41,stickexempt:41,stickinvit:41,still:7,storenot:41,str:41,strftime:41,string1:41,string2:41,string:[41,44],strip:41,stripcod:41,stuff:1,submit:39,substitut:42,support:[36,37,43],system:4,tag:41,tagmsg:41,target:41,tcl:[5,24,40,41,45],tcp:41,telnet:34,term:33,text:41,textfil:42,thing:2,time:41,timer:41,timerid:[],timernam:41,tip:44,tlsstatu:41,topic:41,traffic:41,transfer:23,twcmd:45,twitch:[24,45,46],twitchmod:45,twitchvip:45,type:[41,45],unam:41,unbind:41,uncompressfil:41,unhid:15,unixtim:41,unlink:41,unloadhelp:41,unloadmodul:41,unshar:15,unstickban:41,unstickexempt:41,unstickinvit:41,upgrad:[4,5],uptim:[25,41],usag:[15,36,37,40,43],use:[],user:[15,29,33,41,47],userlist:41,userport:41,userst:45,utim:41,validchan:41,valididx:41,validus:41,valu:41,variabl:[41,44],version:[30,41],via:[39,41],washalfop:41,wasop:41,web:46,what:[4,7,27,33],where:2,whom:41,why:[],window:3,without:7,woobi:26,write:[27,28],you:2,your:44}})
\ No newline at end of file
diff --git a/doc/tcl-commands.doc b/doc/tcl-commands.doc
index bf4d5db3b..61be5c027 100644
--- a/doc/tcl-commands.doc
+++ b/doc/tcl-commands.doc
@@ -2478,7 +2478,7 @@ utimers
Module: core
-^^^^^^^^^^^^^^^^^^^ killtimer ^^^^^^^^^^^^^^^^^^^
+killtimer
Description: removes the timerName minutely timer from the timer list.
@@ -2486,7 +2486,7 @@ utimers
Module: core
-^^^^^^^^^^^^^^^^^^^^ killutimer ^^^^^^^^^^^^^^^^^^^^
+killutimer
Description: removes the timerName secondly timer from the timer list.
diff --git a/src/version.h b/src/version.h
index 31b05b337..611623c56 100644
--- a/src/version.h
+++ b/src/version.h
@@ -27,5 +27,5 @@
*/
#define EGG_STRINGVER "1.9.3"
-#define EGG_NUMVER 1090300
-#define EGG_PATCH "alpha"
+#define EGG_NUMVER 1090301
+#define EGG_PATCH "RC1"