بدون توضیح

Will Storey 8e6992f9a2 slang.tcl: Get Location header case insensitively 4 سال پیش
deprecated 639a73375c Move google.tcl to deprecated 8 سال پیش
.gitignore 2e4bbd08c4 Add gitignore 8 سال پیش
README.md ddee349f26 More README cleanups 8 سال پیش
bash.tcl 83e4d5d384 bash: Strip <font> stuff from rating 8 سال پیش
calc.tcl fb65e3912f - initial import of edited imdb.tcl 16 سال پیش
dictionary.tcl f99c3964c4 dictionary: Fix wrong function name 8 سال پیش
dictionary_test.tcl f2c333d166 dictionary: Improve knowing when bot is addressed 9 سال پیش
horgh_autoop.tcl 689d2dac0f - update README for short descriptions of each script 16 سال پیش
irb.tcl db78396141 fix error on rehash/restart when no file socket open 16 سال پیش
latoc.tcl 959062d996 latoc.tcl: Update regex to account for HTML change 7 سال پیش
mysqlquote.tcl c6e24c0726 rename sqlquote -> mysqlquote 15 سال پیش
patternban.tcl e556a10e06 Initial commit of patternban 15 سال پیش
slang.tcl 8e6992f9a2 slang.tcl: Get Location header case insensitively 4 سال پیش
userrec.tcl 9fba105a9f Fix GitHub URLs 9 سال پیش
weather-darksky.conf.sample 4ccfc81dff Cache lat/long lookups 9 سال پیش
weather-darksky.tcl 05b3dde9a4 weather-darksky.tcl: Output if there is an error 8 سال پیش
wiki.tcl 0f69011133 wiki: Show pronunciation 8 سال پیش

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 - 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.
  • 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.
  • wiki.tcl - Fetch and output synopses from wikipedia.org.

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 (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 and my Irssi Tcl scripts.

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.