1
0
Will Storey 8 жил өмнө
parent
commit
ddee349f26
1 өөрчлөгдсөн 27 нэмэгдсэн , 20 устгасан
  1. 27 20
      README.md

+ 27 - 20
README.md

@@ -5,30 +5,37 @@ written by others.
 
 
 # Scripts
 # Scripts
 
 
-* bash.tcl - bash.org quote fetcher
-* calc.tcl - provides !calc calculator function
-* dictionary.tcl - make your bot respond to certain words/phrases
-* 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 - a package that provides a function to shorten urls using https://is.gd
-* latoc.tcl - queries Yahoo commodity listings for oil, gold, and silver
-  futures
-* mysqlquote.tcl
-* patternban.tcl
-* slang.tcl - urbandictionary.com definition fetcher
-* userrec.tcl
-* weather-darksky.tcl - look up weather
-* wiki.tcl - wikipedia.org synopsis fetcher
+* bash.tcl - Fetch and output bash.org quotes.
+* calc.tcl - Provide `!calc` calculator function.
+* dictionary.tcl - Make your bot respond to certain words/phrases.
+  * This is a heavily modified version of dictionary.tcl 2.7 by perpleXa.
+* horgh_autoop.tcl - Automatically op all users in a channel which is set
+  `+horgh_autoop`.
+* irb.tcl - Provide access to a Ruby interpreter in a channel. Very unsafe.
+* latoc.tcl - Query Yahoo commodity listings for oil, gold, and silver
+  futures.
+* mysqlquote.tcl - Store and display quotes from a MySQL database.
+  * I use
+    [sqlquote.pl](https://github.com/horgh/irssi-scripts/blob/master/sqlquote.pl)
+    these days.
+* patternban.tcl - Ban people based on patterns. The patterns can be
+  managed through binds.
+* slang.tcl - Fetch and output definitions from urbandictionary.com.
+* userrec.tcl - Provide access to the Eggdrop's user records by telling
+  people in a channel who the bot thinks they are.
+* weather-darksky.tcl - Look up weather from [Dark
+  Sky](https://darksky.net).
+* wiki.tcl - Fetch and output synopses from wikipedia.org.
 
 
 Note some of these scripts may not work. Sometimes the APIs or webpages
 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
 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.
+notice. If one doesn't work, please let me know, and I'll try to fix it (or
+send me a pull request!). If it can't be fixed (or I don't want to for some
+reason), it will be moved into the deprecated directory.
 
 
+You might also be interested in [my Irssi
+scripts](https://github.com/horgh/irssi-scripts/) and my [Irssi Tcl
+scripts](https://github.com/horgh/irssi-tcl-scripts/).
 
 
 # License
 # License
 All scripts written by me in this repository are Public domain. Those not
 All scripts written by me in this repository are Public domain. Those not