Botcoi is an interactive bot written for RST Chat. It responds to the following commands:
joke
Returns a random joke from a few APIs around the Web
subscribe|abonare OR unsubscribe|dezabonare
Subscribe/unsubscribe to the new posts on the forum.
bc compute|comp <expression>
Returns the output of WolframAlpha's API. <expression>
can be a complex equation; a world event, statistic or much more;
something that you consider it could be stored somewhere as important data.
i.e. bc comp fastest man
bc realurl <short_url>
Returns the final URL of <short_url>. It can be used on bit.ly or goo.gl
links, for example.
bc convert|conv <amount> <a> <b>
Converts <amount> from <a> to <b>. <a> and <b> must be a 3-letter
abbreviation, you can find them here: http://goo.gl/AxL3WZ
i.e. bc conv 100 eur ron
bc ip <website_url>
Returns the IP address of <website_url>
bc b64|base64 e|encode|d|decode <string>
Encodes/decodes <string> using Base64
i.e. bc b64 e Botcoi
bc r13|rot13 <string>
Applies Rot13 shift cipher to <string>
bc md5 <string>
Computes the MD5 hash of <string>
bc sha1 <string>
Computes the SHA1 hash of <string>
bc url e|encode|d|decode <string>
Encodes/decodes <string> to make it URL valid
i.e. bc url e 1&1
vremea|weather <city>, <country>
Returns the weather for the given <city> and <country>
<country> is optional, specify it only if the <city>
is not recognised
i.e. vremea oradea
recomanda|recommend film|movie <genre>
It returns a random movie from IMDb's top 250 top rated movies
To find out all the available genres, use "recommend cat"
i.e. recommend movie comedy
recomanda|recomment categorii|cat
Returns all the genres supported by the command above.
Author: Gecko - webtoil.co