Sen descrición

Will Storey 12d2f88c2d Code escape a flag in the README %!s(int64=8) %!d(string=hai) anos
deprecated 0ce77206bb Move github_watch to deprecated %!s(int64=8) %!d(string=hai) anos
.gitignore 2e4bbd08c4 Add gitignore %!s(int64=8) %!d(string=hai) anos
README.md 12d2f88c2d Code escape a flag in the README %!s(int64=8) %!d(string=hai) anos
bash.tcl 83e4d5d384 bash: Strip <font> stuff from rating %!s(int64=8) %!d(string=hai) anos
calc.tcl fb65e3912f - initial import of edited imdb.tcl %!s(int64=16) %!d(string=hai) anos
dictionary.tcl f2c333d166 dictionary: Improve knowing when bot is addressed %!s(int64=9) %!d(string=hai) anos
dictionary_test.tcl f2c333d166 dictionary: Improve knowing when bot is addressed %!s(int64=9) %!d(string=hai) anos
google.tcl 5edf9e726a Notes about license & add license to google %!s(int64=15) %!d(string=hai) anos
horgh_autoop.tcl 689d2dac0f - update README for short descriptions of each script %!s(int64=16) %!d(string=hai) anos
irb.tcl db78396141 fix error on rehash/restart when no file socket open %!s(int64=16) %!d(string=hai) anos
isgd.tcl d5ee9ef727 initial import of bash.tcl %!s(int64=16) %!d(string=hai) anos
latoc.tcl 00c2cb84c0 latoc: Require tls %!s(int64=8) %!d(string=hai) anos
mysqlquote.tcl c6e24c0726 rename sqlquote -> mysqlquote %!s(int64=15) %!d(string=hai) anos
patternban.tcl e556a10e06 Initial commit of patternban %!s(int64=15) %!d(string=hai) anos
slang.tcl adb47fad61 slang: update to account for html changes %!s(int64=11) %!d(string=hai) anos
userrec.tcl 9fba105a9f Fix GitHub URLs %!s(int64=9) %!d(string=hai) anos
weather-darksky.conf.sample 4ccfc81dff Cache lat/long lookups %!s(int64=9) %!d(string=hai) anos
weather-darksky.tcl 9fba105a9f Fix GitHub URLs %!s(int64=9) %!d(string=hai) anos
wiki.tcl a0a24be86e Update wiki.tcl %!s(int64=9) %!d(string=hai) anos

README.md

This is a collection of scripts for the Eggdrop IRC bot. Most of them I've written, but some are edited versions of those written by others.

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 - 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.