From 8c191a8ce267071c910211feb0a38321baf0d1c4 Mon Sep 17 00:00:00 2001 From: Usama Akkad Date: Wed, 27 Jan 2016 00:05:06 +0200 Subject: [PATCH 1/5] Add some explantation about Google plugin functions --- plugins/Google/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/plugins/Google/README.md b/plugins/Google/README.md index 6806f259d..af5672f06 100644 --- a/plugins/Google/README.md +++ b/plugins/Google/README.md @@ -1,2 +1,27 @@ This is a simple plugin to provide access to the Google services we all know and love from our favorite IRC bot. + +Commands: cache, calc, fight, google, lucky, phonebook, and translate + +Basic usage +----------- + +1. google + + Searchs for a string and gives you 3 results from google search + >!google something + +2. lucky + + Return the first result (Google lucky search) + >!lucky something + +3. calc + + Does mathmatic calculations + >!calc 5+4 + +4. translate + + Translates a string + >!translate en ar test From 44a4d31b05911847e253b817dc73e14aa014d4f9 Mon Sep 17 00:00:00 2001 From: Usama Akkad Date: Wed, 27 Jan 2016 01:08:38 +0200 Subject: [PATCH 2/5] Add some explanation about Google plugin functions --- plugins/Google/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Google/README.md b/plugins/Google/README.md index af5672f06..48209d2fe 100644 --- a/plugins/Google/README.md +++ b/plugins/Google/README.md @@ -8,7 +8,7 @@ Basic usage 1. google - Searchs for a string and gives you 3 results from google search + Searches for a string and gives you 3 results from google search >!google something 2. lucky @@ -18,7 +18,7 @@ Basic usage 3. calc - Does mathmatic calculations + Does mathematic calculations >!calc 5+4 4. translate From 1ecf9c2206346e8b033a2c45cff67a0210cf7493 Mon Sep 17 00:00:00 2001 From: Usama Akkad Date: Sun, 7 Feb 2016 12:50:35 +0200 Subject: [PATCH 3/5] applied @GLolol suggestions --- plugins/Google/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/Google/README.md b/plugins/Google/README.md index 48209d2fe..7e32603a0 100644 --- a/plugins/Google/README.md +++ b/plugins/Google/README.md @@ -8,12 +8,12 @@ Basic usage 1. google - Searches for a string and gives you 3 results from google search + Searches for a string and gives you 3 results from Google search >!google something 2. lucky - Return the first result (Google lucky search) + Return the first result (Google's "I'm Feeling Lucky" search) >!lucky something 3. calc @@ -25,3 +25,5 @@ Basic usage Translates a string >!translate en ar test + + Supported langage codes: https://cloud.google.com/translate/v2/using_rest#language-params From 914dc4c4ec634c23e3e335fa72f1c58e2666153f Mon Sep 17 00:00:00 2001 From: Usama Akkad Date: Sun, 7 Feb 2016 12:52:27 +0200 Subject: [PATCH 4/5] small fix --- plugins/Google/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/README.md b/plugins/Google/README.md index 7e32603a0..7f2982a90 100644 --- a/plugins/Google/README.md +++ b/plugins/Google/README.md @@ -26,4 +26,4 @@ Basic usage Translates a string >!translate en ar test - Supported langage codes: https://cloud.google.com/translate/v2/using_rest#language-params + Supported language codes: https://cloud.google.com/translate/v2/using_rest#language-params From 1335962fd3ac401c32053e82a2e3a5c1299a5589 Mon Sep 17 00:00:00 2001 From: Usama Akkad Date: Tue, 9 Feb 2016 20:09:35 +0200 Subject: [PATCH 5/5] changed the link to markdown format --- plugins/Google/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/README.md b/plugins/Google/README.md index 7f2982a90..ba0c3d285 100644 --- a/plugins/Google/README.md +++ b/plugins/Google/README.md @@ -26,4 +26,4 @@ Basic usage Translates a string >!translate en ar test - Supported language codes: https://cloud.google.com/translate/v2/using_rest#language-params +Check: [Supported language codes](https://cloud.google.com/translate/v2/using_rest#language-params)