1 |
$Id: CONTENTS,v 1.14 2007-04-21 04:38:23 wcc Exp $ |
2 |
|
3 |
Directory Contents - scripts/ |
4 |
Last revised: August 08, 2004 |
5 |
_____________________________________________________________________ |
6 |
|
7 |
Directory Contents - scripts/ |
8 |
|
9 |
These are the example scripts that come with eggdrop. They're meant to be |
10 |
useful AND to introduce Tcl to those who haven't dealt with it before. Even |
11 |
people who program in Tcl may be confused by Eggdrop's implementation at |
12 |
first, because so many commands were added to interface with the bot. |
13 |
|
14 |
action.fix.tcl |
15 |
Gets rid of those ugly /me's people do instead of a .me. |
16 |
|
17 |
alltools.tcl |
18 |
Several useful procs for use in scripts. |
19 |
|
20 |
autobotchk |
21 |
Tcl script used to crontab your Eggdrop. Type 'scripts/autobotchk' from the |
22 |
Eggdrop's root directory for help. |
23 |
|
24 |
botchk |
25 |
A shell script which can be used for auto-starting the bot via 'cron'. |
26 |
|
27 |
cmd_resolve.tcl |
28 |
Adds a dcc command called '.resolve' which can be used to resolve hostnames |
29 |
or IP addresses via the partyline. |
30 |
|
31 |
compat.tcl |
32 |
Maps old Tcl functions to new ones, for lazy people who can't be bothered |
33 |
updating their scripts. |
34 |
|
35 |
getops.tcl |
36 |
A way for bots to get ops from other bots on the botnet (if they're on the |
37 |
same channel). |
38 |
|
39 |
klined.tcl |
40 |
Removes servers from your server list that your bot has been k-lined on, to |
41 |
prevent admins getting peeved with constant connects from your bot's host. |
42 |
|
43 |
notes2.tcl |
44 |
Check your notes on every shared bot of the hub. |
45 |
|
46 |
ques5.tcl |
47 |
Makes web pages of who's on each channel, updated periodically (requires |
48 |
alltools.tcl). |
49 |
|
50 |
sentinel.tcl (by slennox) |
51 |
Flood protection script for Eggdrop with integrated BitchX CTCP simulation. |
52 |
This script is designed to provide strong protection for your bot and |
53 |
channels against large floodnets and proxy floods. |
54 |
|
55 |
userinfo.tcl |
56 |
Cute user info settings things. |
57 |
|
58 |
weed |
59 |
Weed out certain undesirables from an Eggdrop userlist. Type 'scripts/weed' |
60 |
from the Eggdrop's root directory for help. |
61 |
|
62 |
_____________________________________________________________________ |
63 |
|
64 |
Copyright (C) 2001 - 2008 Eggheads Development Team |