summaryrefslogtreecommitdiffstats
path: root/CONTENTS
blob: 7542e0eb149e540dd89c0a716bf5523f8397fe46 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
only a test
$Id: CONTENTS,v 1.17 2010/01/03 13:27:31 pseudo Exp $

Directory Contents - scripts/
Last revised: August 08, 2004
    _____________________________________________________________________

                        Directory Contents - scripts/

  These are the example scripts that come with eggdrop.  They're meant to be
  useful AND to introduce Tcl to those who haven't dealt with it before. Even
  people who program in Tcl may be confused by Eggdrop's implementation at
  first, because so many commands were added to interface with the bot.

  action.fix.tcl
    Gets rid of those ugly /me's people do instead of a .me.

  alltools.tcl
    Several useful procs for use in scripts.

  autobotchk
    Tcl script used to crontab your Eggdrop. Type 'scripts/autobotchk' from the
    Eggdrop's root directory for help.

  botchk
    A shell script which can be used for auto-starting the bot via 'cron'.

  cmd_resolve.tcl
    Adds a dcc command called '.resolve' which can be used to resolve hostnames
    or IP addresses via the partyline.

  compat.tcl
    Maps old Tcl functions to new ones, for lazy people who can't be bothered
    updating their scripts.

  dccwhois.tcl
    Enhances Eggdrop's built-in dcc '.whois' command to allow all
    users to '.whois' their own handle.

  getops.tcl
    A way for bots to get ops from other bots on the botnet (if they're on the
    same channel).

  klined.tcl
    Removes servers from your server list that your bot has been k-lined on, to
    prevent admins getting peeved with constant connects from your bot's host.

  notes2.tcl
    Check your notes on every shared bot of the hub.

  ques5.tcl
    Makes web pages of who's on each channel, updated periodically (requires
    alltools.tcl).

  quotepass.tcl
    Some servers on the Undernet will make you send 'PASS <numbers>' before
    you can connect if you did not return an identd response. This script will
    handle sending that for you.

  quotepong.tcl
    Some EFnet servers require the user to type /quote pong :<cookie>
    when identd is broken or disabled. This will send pong :<cookie> to
    the server when connecting.

  sentinel.tcl (by slennox)
    Flood protection script for Eggdrop with integrated BitchX CTCP simulation.
    This script is designed to provide strong protection for your bot and
    channels against large floodnets and proxy floods.

  userinfo.tcl
    Cute user info settings things.

  weed
    Weed out certain undesirables from an Eggdrop userlist. Type 'scripts/weed'
    from the Eggdrop's root directory for help.

    _____________________________________________________________________

  Copyright (C) 2001 - 2010 Eggheads Development Team