1 |
simple |
1.18 |
$Id: CONTENTS,v 1.17 2010/01/03 13:27:31 pseudo Exp $ |
2 |
wcc |
1.11 |
|
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 |
pseudo |
1.16 |
dccwhois.tcl |
36 |
|
|
Enhances Eggdrop's built-in dcc '.whois' command to allow all |
37 |
|
|
users to '.whois' their own handle. |
38 |
|
|
|
39 |
wcc |
1.11 |
getops.tcl |
40 |
|
|
A way for bots to get ops from other bots on the botnet (if they're on the |
41 |
|
|
same channel). |
42 |
|
|
|
43 |
|
|
klined.tcl |
44 |
|
|
Removes servers from your server list that your bot has been k-lined on, to |
45 |
|
|
prevent admins getting peeved with constant connects from your bot's host. |
46 |
|
|
|
47 |
|
|
notes2.tcl |
48 |
|
|
Check your notes on every shared bot of the hub. |
49 |
|
|
|
50 |
|
|
ques5.tcl |
51 |
|
|
Makes web pages of who's on each channel, updated periodically (requires |
52 |
|
|
alltools.tcl). |
53 |
|
|
|
54 |
pseudo |
1.16 |
quotepass.tcl |
55 |
|
|
Some servers on the Undernet will make you send 'PASS <numbers>' before |
56 |
|
|
you can connect if you did not return an identd response. This script will |
57 |
|
|
handle sending that for you. |
58 |
|
|
|
59 |
|
|
quotepong.tcl |
60 |
|
|
Some EFnet servers require the user to type /quote pong :<cookie> |
61 |
|
|
when identd is broken or disabled. This will send pong :<cookie> to |
62 |
|
|
the server when connecting. |
63 |
|
|
|
64 |
wcc |
1.11 |
sentinel.tcl (by slennox) |
65 |
|
|
Flood protection script for Eggdrop with integrated BitchX CTCP simulation. |
66 |
|
|
This script is designed to provide strong protection for your bot and |
67 |
|
|
channels against large floodnets and proxy floods. |
68 |
|
|
|
69 |
|
|
userinfo.tcl |
70 |
|
|
Cute user info settings things. |
71 |
|
|
|
72 |
|
|
weed |
73 |
|
|
Weed out certain undesirables from an Eggdrop userlist. Type 'scripts/weed' |
74 |
|
|
from the Eggdrop's root directory for help. |
75 |
|
|
|
76 |
|
|
_____________________________________________________________________ |
77 |
|
|
|
78 |
simple |
1.18 |
Copyright (C) 2001 - 2011 Eggheads Development Team |