1 |
These are the example scripts that come with eggdrop. They're meant |
2 |
to be useful AND to introduce Tcl to those who haven't dealt with it |
3 |
before. Even people who program in Tcl may be confused by eggdrop's |
4 |
implementation at first, because so many commands were added to |
5 |
interface the bot. |
6 |
|
7 |
action.fix.tcl |
8 |
gets rid of those ugly /me's people do instead of a .me. |
9 |
|
10 |
alltools.tcl |
11 |
toolbox.tcl, toolkit.tcl, moretools.tcl and a few more tools all in 1 file |
12 |
toolbox.tcl |
13 |
cmwagner's collection of handy procs |
14 |
toolkit.tcl |
15 |
a few useful procs that may be required by other Tcl scripts |
16 |
moretools.tcl |
17 |
more useful procs from David Sesno |
18 |
|
19 |
autobotchk |
20 |
tcl script used to crontab your Eggdrop |
21 |
usage: ./autobotchk <eggdrop config file> |
22 |
|
23 |
botchk |
24 |
A shell script which can be used for auto-starting the bot via 'cron'. |
25 |
|
26 |
cmd_resolve.tcl |
27 |
adds a dcc command called '.resolve' which can be used to resolve hostnames |
28 |
or ip addresses in the partyline. |
29 |
|
30 |
compat.tcl |
31 |
maps old tcl functions to new ones, for lazy people who can't be bothered |
32 |
updating their scripts |
33 |
|
34 |
getops-2.2d.tcl |
35 |
a way to get ops from other bots on the botnet (if they're on the |
36 |
same channel) |
37 |
|
38 |
klined.tcl |
39 |
removes servers from your server list that your bot has been k-lined on |
40 |
to prevent admins getting peeved with constant connects from your bot's host |
41 |
|
42 |
notes2.tcl |
43 |
Check your notes on every shared bot of the hub. |
44 |
|
45 |
ques5.tcl |
46 |
makes web pages of who's on each channel, updated periodically |
47 |
(requires alltools.tcl) |
48 |
|
49 |
sentinel.tcl (by slennox) |
50 |
flood protection script for eggdrop with integrated BitchX CTCP simulation. |
51 |
this script is designed to provide strong protection for your bot and |
52 |
channels against large floodnets and proxy floods. |
53 |
|
54 |
userinfo1.0.tcl |
55 |
cute user info settings things |
56 |
|
57 |
weed |
58 |
weed out certain undesirables from an eggdrop userlist |