1 |
segfault |
1.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 |
fabian |
1.3 |
toolbox.tcl, toolkit.tcl, moretools.tcl and a few more tools all in 1 file |
12 |
segfault |
1.1 |
toolbox.tcl |
13 |
fabian |
1.3 |
cmwagner's collection of handy procs |
14 |
segfault |
1.1 |
toolkit.tcl |
15 |
fabian |
1.3 |
a few useful procs that may be required by other Tcl scripts |
16 |
|
|
moretools.tcl |
17 |
|
|
more useful procs from David Sesno |
18 |
segfault |
1.1 |
|
19 |
|
|
autobotchk |
20 |
|
|
tcl script used to crontab your Eggdrop |
21 |
fabian |
1.4 |
usage: ./autobotchk <eggdrop config file> |
22 |
segfault |
1.1 |
|
23 |
|
|
botchk |
24 |
|
|
A shell script which can be used for auto-starting the bot via 'cron'. |
25 |
|
|
|
26 |
|
|
compat.tcl |
27 |
|
|
maps old tcl functions to new ones, for lazy people who can't be bothered |
28 |
|
|
updating their scripts |
29 |
|
|
|
30 |
|
|
getops-2.2d.tcl |
31 |
|
|
a way to get ops from other bots on the botnet (if they're on the |
32 |
|
|
same channel) |
33 |
|
|
|
34 |
|
|
klined.tcl |
35 |
|
|
removes servers from your server list that your bot has been k-lined on |
36 |
|
|
to prevent admins getting peeved with constant connects from your bot's host |
37 |
|
|
|
38 |
|
|
notes2.tcl |
39 |
|
|
Check your notes on every shared bot of the hub. |
40 |
|
|
|
41 |
fabian |
1.2 |
ques5.tcl |
42 |
segfault |
1.1 |
makes web pages of who's on each channel, updated periodically |
43 |
fabian |
1.3 |
(requires alltools.tcl) |
44 |
segfault |
1.1 |
|
45 |
fabian |
1.5 |
sentinel1.55.tcl (by slennox) |
46 |
segfault |
1.1 |
flood protection script for eggdrop 1.3.17 and later, with integrated |
47 |
|
|
BitchX CTCP simulation. this script is designed to provide strong |
48 |
|
|
protection for your bot and channels against large floodnets and proxy |
49 |
|
|
floods. |
50 |
|
|
|
51 |
|
|
userinfo1.0.tcl |
52 |
|
|
cute user info settings things |
53 |
|
|
|
54 |
|
|
weed |
55 |
|
|
weed out certain undesirables from an eggdrop userlist |