资源说明:IRC bot in Java by EnKrypt
This project is outdated and no longer maintained. EBot has been revised and can be found at https://github.com/EnKrypt/EBot ************************************************************************* An immensely fun and interesting project which I enjoyed programming. What EBot is : Just a simple IRC bot made by me Expanded on JTel , another project of mine A CUI Version has been included after the 3.0 release to ensure compatibility over command line utilities. LogBot v1.0 has also been added. LogBot is just an extension and a modified EBot , suited solely for logging. It logs all conversation to log.txt and does not serve any commands. Due to thae fact that this just an edited version of EBot , LogBot can have many unnecessary residue from the commands of EBot and can resemble EBot in many ways. A Pl0 Parser has been added to EBot to increase Bot functionality. The entire Lisp code ( everything about it , standards , functions etc) are included in http://github.com/EnKrypt/JPL0 Please refer to that link for any doubts pertaining to lisp functionality of the bot Help + commands : !say. Makes EBot say text. !hello . Greet EBot !lol . Make EBot lol !help . Shows the help page !binary . Shows the binary conversion of the number !octal . Shows the octal conversion of the number !hex . Shows the hexadecimal conversion of the number !prime . Checks the primality of the number !random . Gives a random number from 0 to the limit specified !pick <1starg,2ndarg....,ntharg> . Randomly picks out a choice from the arguments !info . Short description of EBot !ip . Converts domain to IP address !reverse . Reverses text !1337 . Converts text into leetspeak !quote . Makes EBot say a random quote from the list of quotes !quote . Adds the quote to the list of quotes !you. Makes EBot rp the text !pl . Evaluates the Lisp expression by running it through EBot's integrated PL-0 parser !mode . Starts a modifier Modifiers: ( to be used with !mode ) mor : Reveres all text given by EBot 1337 : Converts all text given by EBot to leetspeak All commands are case insensitive. Single command help is not available currently. There are a few more additional commands that are meant for administration. And also a few that do the same as above. Example !mor and !rev function the same as !reverse. The person running EBot can also chat using console Typing anything normally will function as a normal PRIVMSG to the current channel Prepending the text with a "/" will send a direct raw command ----------------------End of Help---------------------
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。