|
1.
|
|
|
The Google plugin has the functionality to watch for URLs
that match a specific pattern. (We call this a snarfer)
When supybot sees such a URL, it will parse the web page
for information and reply with the results.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:39
|
|
2.
|
|
|
Do you want the Google search snarfer enabled by default?
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:43
|
|
3.
|
|
|
Value must be 1 <= n <= 8
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:89
|
|
4.
|
|
|
Determines the URL that will be sent to Google for
the Referer field of the search requests. If this value is empty, a
Referer will be generated in the following format:
http://$server/$botName
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:100
|
|
5.
|
|
|
Determines the base URL used for
requests.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:105
|
|
6.
|
|
|
Determines whether the search snarfer is
enabled. If so, messages (even unaddressed ones) beginning with the word
'google' will result in the first URL Google returns being sent to the
channel.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:108
|
|
7.
|
|
|
Determines whether the word 'google' in the
bot's output will be made colorful (like Google's logo).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:113
|
|
8.
|
|
|
Determines whether results are bolded.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:116
|
|
9.
|
|
|
Determines whether results are sent in
different lines or all in the same one.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:118
|
|
10.
|
|
|
Determines the maximum number of results returned
from the google command.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
config.py:121
|