forked from Estella/eggdrop-1.6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FEATURES
59 lines (42 loc) · 2.43 KB
/
FEATURES
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
$Id: FEATURES,v 1.25 2011/02/13 14:19:32 simple Exp $
Features of Eggdrop
Last revised: June 05, 2002
_____________________________________________________________________
Features of Eggdrop
Eggdrop is the most advanced IRC robot available. It has been under
development since December 1993, and unlike most other bots, it is still
regularly updated. Some of its features include:
* Completely separate channel user lists like having a separate bot for
each channel.
* A "party line" available through dcc chat or telnet, with multiple
channels, giving you the ability to talk to people without being
affected by netsplits.
* A "botnet". A botnet consists of one or more bots linked together. This
can allow bots to op each other securely, control floods efficiently,
and share user lists, ban lists, exempt/invite lists, and ignore lists
(if sharing is enabled).
* User records are saved on disk and alterable via dcc chat. Each user
can have a password (encrypted), a list of valid hostmasks, a set of
access flags, etc.
* The ability to "learn" new users (if you choose to let the bot do so)
by letting users /MSG the bot "hello". The bot will grant them automatic
access of whatever type you specify (or even no access at all).
* A file system where users can upload and download files in an
environment that looks and acts (for the most part) like a typical
UNIX system. It also has the ability to mark files and directories
as hidden -- unaccessible to people without certain user flags.
* Console mode: you can view each channel through dcc chat or telnet,
selectively looking at mode changes, joins and parts, channel talk,
or any combination of the above.
* A scripting language: commands and features can be easily added to
the bot by means of the Tcl scripting language, giving you the power
of TOTAL customization of your bot.
* Module support: you can remove/add features to your bot by adding or
removing modules.
NOTE:
This bot is NOT intended for users of very limited MEMORY or DISK shell
accounts. The development of this latest design of Eggdrop is geared
towards features and flexibility.
_____________________________________________________________________
Copyright (C) 1997 Robey Pointer
Copyright (C) 2000 - 2011 Eggheads Development Team