|
eggtcl
Notice: These scripts are in the process of being ported to the eggtcl project. These are TCL scripts I have created for eggdrop. channel advert scriptAllows you to advertise across many channels, usually used in large channels or shell channels. pisg channel stats scriptpisg is an IRC channel statics generator written in Perl, this tcl script triggers pisg to run on trigger or every X minutes. google lookupUsing the "I'm feeling lucky" button this script returns the best result based on the string you input. Also can return image and regional results. This script is future proof. (Default public commands are !google, !image and !googleuk). domain whois and tld country lookupDescriptionI have tried a lot of existing domain whois scripts, none of them did what I wanted. So I decided to write my own, based on a similar script I wrote for mIRC. This script uses the real whois servers to check if a domain exists or not. It supports almost every single TLD. As an additional bonus it also allows you to lookup the country based on the tld, which is FAR more accurate than any !country script. UsageThe whois command (!whois) offers the ability to check if domain is available or taken The tld command (!tld) offers the ability to see which country owns an entered tld. The tld command is similar to the !country commands, however the tld uses live servers so is never outdated. The commands can also be triggered inside DCC, where all full domain whois records are displayed. bitlbee relayThis script connects an virtual bot to a remote bitlbee im server and relays the information back to your choice of channel on your IRC network.
get/search fileA very simple concept of being able to use !get <file>to get a file from a bot. You can also use !search <string>to find the closest matching file, and use !send <nick> <file>to force the bot to send a file to a user. total files and lines of text in all files in a directoryThis script counts both all files in a specified directory and the total number of lines in all of the text files in a specifified directory. The directories can be different. serial list searchAllows users to search for a string of text within files located in a specified directory, it will return the line that best matches the string. Also allows for standard search flags to narrow down your search. |