2008-08-15 01:20:06 +02:00
|
|
|
This is a simple plugin to provide access to the Google services we all know
|
|
|
|
and love from our favorite IRC bot.
|
2016-01-26 23:05:06 +01:00
|
|
|
|
|
|
|
Commands: cache, calc, fight, google, lucky, phonebook, and translate
|
|
|
|
|
|
|
|
Basic usage
|
|
|
|
-----------
|
|
|
|
|
|
|
|
1. google
|
|
|
|
|
2016-02-07 11:50:35 +01:00
|
|
|
Searches for a string and gives you 3 results from Google search
|
2016-01-26 23:05:06 +01:00
|
|
|
>!google something
|
|
|
|
|
|
|
|
2. lucky
|
|
|
|
|
2016-02-07 11:50:35 +01:00
|
|
|
Return the first result (Google's "I'm Feeling Lucky" search)
|
2016-01-26 23:05:06 +01:00
|
|
|
>!lucky something
|
|
|
|
|
|
|
|
3. calc
|
|
|
|
|
2016-01-27 00:08:38 +01:00
|
|
|
Does mathematic calculations
|
2016-01-26 23:05:06 +01:00
|
|
|
>!calc 5+4
|
|
|
|
|
|
|
|
4. translate
|
|
|
|
|
|
|
|
Translates a string
|
|
|
|
>!translate en ar test
|
2016-02-07 11:50:35 +01:00
|
|
|
|
2016-02-09 19:09:35 +01:00
|
|
|
Check: [Supported language codes](https://cloud.google.com/translate/v2/using_rest#language-params)
|