Skip to content

Commit 9ee2069

Browse files
committed
Eggdrop v1.8.2 Release Candidate 1
1 parent 6285a3b commit 9ee2069

Some content is hidden

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

74 files changed

+524
-472
lines changed

FEATURES

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Last revised: June 05, 2002
22

3-
4-
5-
EGGDROP FEATURES
6-
3+
Eggdrop Features
4+
================
75

86
Eggdrop is the most advanced IRC robot available. It has been under
97
development since December 1993, and unlike most other bots, it is
@@ -16,9 +14,9 @@ EGGDROP FEATURES
1614
- A "party line" available through dcc chat or telnet, with
1715
multiple channels, giving you the ability to talk to people
1816
without being affected by netsplits.
19-
- A "botnet". A botnet consists of one or more bots
20-
linked together. This can allow bots to op each other securely,
21-
control floods efficiently, and share user lists, ban lists,
17+
- A "botnet". A botnet consists of one or more bots linked
18+
together. This can allow bots to op each other securely, control
19+
floods efficiently, and share user lists, ban lists,
2220
exempt/invite lists, and ignore lists (if sharing is enabled).
2321
- User records are saved on disk and alterable via dcc chat. Each
2422
user can have a password (encrypted), a list of valid hostmasks,
@@ -50,3 +48,4 @@ EGGDROP FEATURES
5048
Copyright (C) 1997 Robey Pointer
5149

5250
Copyright (C) 2000 - 2017 Eggheads Development Team
51+

aclocal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ AC_DEFUN([EGG_CHECK_MODULE_SUPPORT],
536536
[
537537
MODULES_OK="yes"
538538
MOD_EXT="so"
539-
DEFAULT_MAKE="debug"
539+
DEFAULT_MAKE="eggdrop"
540540
LOAD_METHOD="dl"
541541
WEIRD_OS="yes"
542542
UNKNOWN_OS="no"

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5217,7 +5217,7 @@ $as_echo "$egg_cv_var_system_release" >&6; }
52175217

52185218
MODULES_OK="yes"
52195219
MOD_EXT="so"
5220-
DEFAULT_MAKE="debug"
5220+
DEFAULT_MAKE="eggdrop"
52215221
LOAD_METHOD="dl"
52225222
WEIRD_OS="yes"
52235223
UNKNOWN_OS="no"

doc/ABOUT

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
About Eggdrop Last revised: July 27, 2010
22

3-
4-
5-
ABOUT EGGDROP
6-
3+
About Eggdrop
4+
=============
75

86
Eggdrop was created around December 1993 to help stop the incessant
97
wars on #gayteen. It spawned from another bot that was in the process
@@ -51,12 +49,12 @@ ABOUT EGGDROP
5149

5250
- Some sort of Unix account
5351
- A pretty good knowledge of IRC and Unix, including how to
54-
compile programs, how to read, and what DCC chat is, at
55-
absolute minimum.
56-
- About 5-7 MB of disk space. The Eggdrop tarball is about 5.4
57-
MB unpacked.
58-
- Tcl -- Eggdrop cannot compile without Tcl installed on
59-
your shell.
52+
compile programs, how to read, and what DCC chat is, at absolute
53+
minimum.
54+
- About 5-7 MB of disk space. The Eggdrop tarball is about 5.4 MB
55+
unpacked.
56+
- Tcl -- Eggdrop cannot compile without Tcl installed on your
57+
shell.
6058

6159
Before starting, ask yourself if you really need a bot. Most IRC
6260
servers allow only a handful of bots, and some forbid them outright.
@@ -66,3 +64,4 @@ ABOUT EGGDROP
6664
you want with this bot.
6765

6866
Copyright (C) 1999 - 2017 Eggheads Development Team
67+

doc/BANS

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Bans, Invites and Exempts Last revised: March 07, 2002
22

3-
4-
5-
BANS, INVITES, AND EXEMPTS
6-
3+
Bans, Invites, and Exempts
4+
==========================
75

86
I assume that you know how bans work on IRC. Eggdrop handles bans,
97
exempts and invites in various ways, and this file is intended to help
@@ -12,21 +10,18 @@ BANS, INVITES, AND EXEMPTS
1210
otherwise specified. There are three types of modes:
1311

1412
Global modes
15-
1613
These modes will be active on every channel the bot monitors.
1714
Some will "expire" after a while (be removed automatically).
18-
Others are considered "permanent" and can only be removed by
19-
a master.
15+
Others are considered "permanent" and can only be removed by a
16+
master.
2017

2118
Channel modes
22-
2319
These modes are active only on one channel, and are almost
2420
always temporary modes that expire after an hour or so
2521
(depending on how long you've specified in the config file).
2622
Usually they're created by a Tcl script of some sort.
2723

2824
Non-bot modes
29-
3025
These are modes that were not placed by the bot. They can be
3126
removed by anyone on the channel. The other two types of modes
3227
are protected by the bot (unless the channel settings specify
@@ -35,15 +30,13 @@ BANS, INVITES, AND EXEMPTS
3530
Bans can also be either sticky or unsticky:
3631

3732
Sticky
38-
39-
These modes are usually set by a user using the
40-
".stick" command. Modes with this attribute are attempted to be
41-
kept active on the channel at all times by the bot, even if the
33+
These modes are usually set by a user using the ".stick"
34+
command. Modes with this attribute are attempted to be kept
35+
active on the channel at all times by the bot, even if the
4236
channel is set to use dynamic modes. Obviously, if the channel
4337
isn't set to use dynamic modes, this won't have any effect.
4438

4539
Un-sticky
46-
4740
These modes are the style that Eggdrop sets by default when a
4841
user uses one of the commands that result in a mode. This
4942
attribute means that the ban will be removed if using dynamic
@@ -53,15 +46,13 @@ BANS, INVITES, AND EXEMPTS
5346
Mode behavior:
5447

5548
Bans
56-
5749
If the channel is supporting dynamic bans, then the ban is set
5850
when a user with a matching hostmask joins the channel;
5951
otherwise, the modes are permanently set. On a channel with
6052
dynamic bans, the ban expires after 'ban-time' minutes (which is
6153
specified in the config file).
6254

6355
Exempts
64-
6556
If the channel is not supporting dynamic exempts, then they are
6657
set at all times. Otherwise, the exemption is set when a ban is
6758
placed whose host includes that covered by the exempt. The
@@ -70,12 +61,12 @@ BANS, INVITES, AND EXEMPTS
7061
has been removed, whichever happens last.
7162

7263
Invites
73-
7464
If the channel does not support dynamic invites, then they are
7565
set at all times. Otherwise, the invite is set when the channel
7666
is +i and a user requests an invite into the channel. The invite
77-
then remains set for 'invite-time' minutes (defined in
78-
config file) or until the channel goes -i again, whichever
79-
happens last.
67+
then remains set for 'invite-time' minutes (defined in config
68+
file) or until the channel goes -i again, whichever happens
69+
last.
8070

8171
Copyright (C) 1999 - 2017 Eggheads Development Team
72+

0 commit comments

Comments
 (0)