                      +--------------------------------------+
                      |         !Google Search v0.4          |
                      |     By MEiJ <meij101@hotmail.com>    |
                      |             EFnet/NewNet             |
                      |       /Join #sCRiPTs on NewNet       |
                      +--------------------------------------+

+----------------------------+
|           About            |
+----------------------------+--------------------------------------------------------+
| This is a basic addon for bot's (i say bots because you yourself cant use this      |
| addon), it is designed to search your request on google.com.                        |
|                                                                                     |
| Features:                                                                           |
|  - search google.com                                                                |
|  - select the channels/networks you want !google search to working                  |
|  - select a trigger of your choice                                                  |
|  - choose the method of which it is displayed, in the channel, pivate message       |
|    or by notice                                                                     |
|  - returns upto max 10 results even if they user specifies more this is to prevent  |
|    flooding of the bot                                                              |
|                                                                                     |
| Commands:                                                                           |
|  !google -dn10 mIRC                                                                 |
|    - would return the first 10 results for mIRC with descriptions                   |
|  !google -n10 mIRC                                                                  |
|    - would return the first 10 results for mIRC without descriptions                |
|  !google -d mIRC                                                                    |
|    - would return the first result with a description                               |
|  !google mIRC                                                                       |
|    - would return the first result without a description                            |
|  !google                                                                            |
|    - this returns information about the addon and how to used it                    |
|                                                                                     |
| Note:                                                                               |
|  I have been getting alot of requests to make addons to search your favorite web    |
|  site. if you would like some help making it i will gladly help but i will not      |
|  make a whole addon for you, sorry. but suggestions/comments on this script are     |
|  always welcome.                                                                    |
+-------------------------------------------------------------------------------------+

                             +-----------------------------+
                             |        Instructions         |
+----------------------------+-----------------------------+--------------------------+
| 1) unpack zip file where ever you like (preferably in the mIRC directory)           |
| 2) open mIRC                                                                        |
| 3) type /load -rs path\to\file\!google.mrc                                          |
| 4) follow prompts                                                                   |
| 5) setup !google search                                                             |
| 6) all done :)                                                                      |
+-------------------------------------------------------------------------------------+

                                                           +--------------------------+
                                                           |      Version History     |
+-------------------------------------------------------------------------------------+
| v0.4                                                                                |
+-------------------------------------------------------------------------------------+
| - changed: re-wrote most code!                                                      |
| - changed: search's google.com, not google.yahoo.com                                |
| - changed: now reads into binary variables                                          |
| - changed: anti-flood timer set at 2 seconds                                        |
| - changed: this version now REQUIRES v6.03 of mIRC                                  |
| - removed: proxy support, this will come back next version                          |
| - fixed: no more set line too long error on line 81                                 |
| - added: socket names now use md5 hash's so a nick can have unlimited search's      |
| - added: little replace alias to replace things like &gt; with > etc                |
+-------------------------------------------------------------------------------------+
| v0.3a                                                                               |
+-------------------------------------------------------------------------------------+
| - changed: changed the anti-flood timer to 3 seconds                                |
| - fixed: shouldnt return sponsor ad's                                               |
| - fixed: shouldnt give that set line to long error anymore                          |
| - fixed: should return correct results                                              |
+-------------------------------------------------------------------------------------+
| v0.3                                                                                |
+-------------------------------------------------------------------------------------+
| - removed: !list trigger, if you want it make your own                              |
| - removed: link in menubar type /google now                                         |
| - added: anti-flood script                                                          |
| - added: multiple people can search at once (though only one search per-person)     |
+-------------------------------------------------------------------------------------+
| v0.2a                                                                               |
+-------------------------------------------------------------------------------------+
| - changed: some code to make it more efficient                                      |
| - changed: some of the messages                                                     |
| - added: dialogs                                                                    |
| - added: proxy support                                                              |
| - added: option to choose your own trigger                                          |
| - added: option to choose if people will get an ad when they type !list             |
| - added: wether the bot is on or off, without having to unload/load the file        |
| - added: more checking                                                              |
| - added: link in the menubar                                                        |
+-------------------------------------------------------------------------------------+
| v0.2                                                                                |
+-------------------------------------------------------------------------------------+
| - fixed: invalid characters in filenames                                            |
+-------------------------------------------------------------------------------------+
| v0.1                                                                                |
+-------------------------------------------------------------------------------------+
| - added: ability to search google.yahoo.com                                         |
| - added: 3 different flags                                                          |
+-------------------------------------------------------------------------------------+