|
1.
|
|
|
Determines whether the bot will randomly grab
possibly-suitable quotes on occasion. The suitability of a given message
is determined by ...
|
|
|
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:49
|
|
2.
|
|
|
Determines about how many seconds, on
average, should elapse between random grabs. This is only an average
value; grabs can happen from any time after half this time until never,
although that's unlikely to occur.
|
|
|
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:54
|
|
3.
|
|
|
Determines the minimum
number of words in a message for it to be considered for random
grabbing.
|
|
|
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:59
|
|
4.
|
|
|
Determines the
minimum number of characters in a message for it to be considered for
random grabbing.
|
|
|
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:63
|
|
5.
|
|
|
%s (Said by: %s; grabbed by %s at %t)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:64
|
|
6.
|
|
|
Stores and displays quotes from channels. Quotes are stored randomly
and/or on user request.
|
|
|
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
plugin.py:226
|
|
7.
|
|
|
[<channel>] <nick>
Grabs a quote from <channel> by <nick> for the quotegrabs table.
<channel> is only necessary if the message isn't sent in the channel
itself.
|
|
|
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
plugin.py:266
|
|
8.
|
|
|
You can't quote grab yourself.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:279
|
|
9.
|
|
|
I couldn't find a proper message to grab.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
plugin.py:286
|
|
10.
|
|
|
[<channel>] <number>
Removes the grab <number> (the last by default) on <channel>.
<channel> is only necessary if the message isn't sent in the channel
itself.
|
|
|
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
plugin.py:291
|