diff options
| author | 2024-11-05 15:00:46 -0700 | |
|---|---|---|
| committer | 2024-11-05 15:00:46 -0700 | |
| commit | edb0fcfd94a4cd73e17311a24a76408e7103221d (patch) | |
| tree | de822f2e8bdd0b9030b0c66a37c0d14deb73f2a9 /README.txt | |
| parent | exclamation marks by themselves arent commands (diff) | |
add config sample as readme
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..3a487a5 --- /dev/null +++ b/README.txt @@ -0,0 +1,42 @@ +set m00nie::youtube::key "youtube api key" +##### SCRIPTS ##### + +# This is a good place to load scripts to use with your bot. + +# This line loads script.tcl from the scripts directory inside your Eggdrop's +# directory. All scripts should be put there, although you can place them where +# you like as long as you can supply a fully qualified path to them. +# +# source scripts/script.tcl + +source scripts/alltools.tcl +#source scripts/action.fix.tcl + +# This script enhances Eggdrop's built-in dcc '.whois' command to allow all +# users to '.whois' their own handle. +source scripts/dccwhois.tcl + +# This script provides many useful informational functions, like setting +# users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add +# extra entries. +#source scripts/userinfo.tcl +#loadhelp userinfo.help + +source scripts/forwardedSpamProtection.tcl +source scripts/twitter2nitter.tcl +source scripts/transferinliner.tcl +source scripts/accountscript.tcl +source scripts/tcl.tcl +source scripts/lilykarma.tcl +source scripts/tell.tcl +source scripts/atme.tcl +source scripts/remind.tcl +source scripts/pixseen/pixseen.tcl +source scripts/8ball.tcl +source scripts/fix-solanum-ban-caching.tcl +source scripts/atmisc.tcl +#source scripts/bmotion/bMotion.tcl +source scripts/archivebot-chat.tcl +source scripts/down-the-tube-chat.tcl +source scripts/telegrab-chat.tcl +source scripts/youtube.tcl |
