|
|
@@ -1,17 +1,35 @@
|
|
|
-bash.tcl - bash.org quote fetcher
|
|
|
-calc.tcl - provides !calc <expression> calculator function
|
|
|
-google.tcl - query the Google API for searching/news/images. also use regular google search for google converting/calculating
|
|
|
-horgh_autoop.tcl - auto op all users in a channel which is set +horgh_autoop
|
|
|
-irb.tcl - unsafe public ruby interpreter
|
|
|
-isgd.tcl - provide function that shortens a given url using http://is.gd
|
|
|
-latoc.tcl - queries yahoo commodity listings for: energy, metals, grains, livestock, softs
|
|
|
-slang.tcl - urbandictionary.com definition fetcher
|
|
|
-wiki.tcl - wikipedia.org synopsis fetcher
|
|
|
+This is a collection of scripts for the [Eggdrop](https://eggheads.org) IRC
|
|
|
+bot. Most of them I've written, but some are edited versions of those
|
|
|
+written by others.
|
|
|
|
|
|
-Edited versions of scripts written by others:
|
|
|
-imdb.tcl - IMDB.org query script. Written by B0unTy, modified by OV2
|
|
|
|
|
|
+# Scripts
|
|
|
|
|
|
-Licenses:
|
|
|
-All scripts written by me in this repository are Public domain. Those
|
|
|
-not written by me are under whatever license specified by their authors.
|
|
|
+* bash.tcl - bash.org quote fetcher
|
|
|
+* calc.tcl - provides !calc calculator function
|
|
|
+* dictionary.tcl - make your bot respond to certain words/phrases
|
|
|
+* github_watch.tcl
|
|
|
+* google.tcl - query the Google API for searching/news/images. also use regular google search for google converting/calculating
|
|
|
+* horgh_autoop.tcl - auto op all users in a channel which is set +horgh_autoop
|
|
|
+* imdb.tcl - IMDB.org query script. Written by B0unTy, modified by OV2
|
|
|
+* irb.tcl - unsafe public ruby interpreter
|
|
|
+* isgd.tcl - provide function that shortens a given url using http://is.gd
|
|
|
+* latoc.tcl - queries yahoo commodity listings for: energy, metals, grains, livestock, softs
|
|
|
+* mysqlquote.tcl
|
|
|
+* patternban.tcl
|
|
|
+* slang.tcl - urbandictionary.com definition fetcher
|
|
|
+* userrec.tcl
|
|
|
+* weather-darksky.tcl - look up weather
|
|
|
+* wiki.tcl - wikipedia.org synopsis fetcher
|
|
|
+
|
|
|
+Note some of these scripts may not work. Sometimes the APIs or webpages
|
|
|
+they scrape go away or change and I might not use them any more and not
|
|
|
+notice. If one doesn't work, please let me know, and I'll try to fix it. If
|
|
|
+it can't be fixed (or I don't want to for some reason), it will be moved
|
|
|
+into the deprecated directory.
|
|
|
+
|
|
|
+
|
|
|
+# License
|
|
|
+All scripts written by me in this repository are Public domain. Those not
|
|
|
+written by me (even if edited) are under whatever license specified by
|
|
|
+their authors.
|