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
|
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 the bot.
action.fix.tcl
gets rid of those ugly /me's people do instead of a .me.
alltools.tcl
toolbox.tcl, toolkit.tcl and a few more tools all in 1 file
toolbox.tcl
cmwagner's collection of handy proc's
toolkit.tcl
a few useful proc's that may be required by other Tcl scripts
botchk
A shell script which can be used for auto-starting the bot via 'cron'.
compat.tcl
maps old tcl functions to new ones, for lazy people who can't be bothered
updating their scripts
getops-2.0.1.tcl
a way 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.
ques4.tcl
makes web pages of who's on each channel, updated periodically
(requires toolkit.tcl)
userinfo1.0.tcl
cute user info settings things
weed
weed out certain undesirables from an eggdrop userlist
|