update readme according to recent changes

This commit is contained in:
jkhsjdhjs 2023-07-16 23:27:02 +00:00
parent 5676bf4735
commit eec79067d8

View File

@ -2,7 +2,7 @@
#### stupidly easy IRC bot written in python(3) #### stupidly easy IRC bot written in python(3)
I wrote this bot over the course of the last year. It grew and new function were added every now and then.<br> I wrote this bot over the course of the last year. It grew and new function were added every now and then.<br>
The code is pretty ugly and the bot has some serious problems with memory leaks and random disconnects and lacks an automatic rejoin function. The code is pretty ugly and lacks an automatic rejoin function.
But overall it is a pretty fun thing and is heavily used on the IRC server that I am currently using (n0xy.net). But overall it is a pretty fun thing and is heavily used on the IRC server that I am currently using (n0xy.net).
@ -15,15 +15,11 @@ But overall it is a pretty fun thing and is heavily used on the IRC server that
|.eurusd \<value\>|convert euro to usd| |.eurusd \<value\>|convert euro to usd|
|.usdeur \<value\>|convert usd to euro| |.usdeur \<value\>|convert usd to euro|
|.jn \<question\>|choose between yes or no| |.jn \<question\>|choose between yes or no|
|.twitter \<account\>|get the last tweet of \<account\>|
|.trump|get trumps last tweet|
|.konfuzius|get a konfuzius quote (in german from wikiquote)| |.konfuzius|get a konfuzius quote (in german from wikiquote)|
|.say \<message\>|make the bot say something (only for admin user)| |.say \<message\>|make the bot say something (only for admin user)|
|.fml|get a random fml from fmylife.com| |.fml|get a random fml from fmylife.com|
|.nslookup \<domain\> (\<type\>)|make a dns lookup for \<domain\> with optional \<type\>| |.nslookup \<domain\> (\<type\>)|make a dns lookup for \<domain\> with optional \<type\>|
##### automatic triggers ##### automatic triggers
- All http links are parsed and the html title is printed out if one is found
- The bot automatically parses all twitter links and prints out the full tweet and account name.
- The blog of the german blogger "fefe" (Felix von Leitner - blog.fefe.de) is crawled every five mins. and new Posts are automatically printed out with a link to the post - The blog of the german blogger "fefe" (Felix von Leitner - blog.fefe.de) is crawled every five mins. and new Posts are automatically printed out with a link to the post