Determines what command will be called for the fortune command.
.._supybot.plugins.Unix.fortune.equal:
supybot.plugins.Unix.fortune.equal
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether fortune will give equal weight to the different fortune databases. If false, then larger databases will be given more weight. This sends the -e option to the fortune program.
.._supybot.plugins.Unix.fortune.files:
supybot.plugins.Unix.fortune.files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: []
Determines what specific file (if any) will be used with the fortune command; if none is given, the system-wide default will be used. Do note that this fortune file must be placed with the rest of your system's fortune files.
.._supybot.plugins.Unix.fortune.offensive:
supybot.plugins.Unix.fortune.offensive
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: False
Determines whether fortune will retrieve offensive fortunes along with the normal fortunes. This sends the -a option to the fortune program.
.._supybot.plugins.Unix.fortune.short:
supybot.plugins.Unix.fortune.short
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether only short fortunes will be used if possible. This sends the -s option to the fortune program.
.._supybot.plugins.Unix.ping:
supybot.plugins.Unix.ping
^^^^^^^^^^^^^^^^^^^^^^^^^
.._supybot.plugins.Unix.ping.command:
supybot.plugins.Unix.ping.command
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: /bin/ping
Determines what command will be called for the ping command.
.._supybot.plugins.Unix.spell:
supybot.plugins.Unix.spell
^^^^^^^^^^^^^^^^^^^^^^^^^^
.._supybot.plugins.Unix.spell.command:
supybot.plugins.Unix.spell.command
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: /usr/bin/aspell
Determines what command will be called for the spell command.
.._supybot.plugins.Unix.wtf:
supybot.plugins.Unix.wtf
^^^^^^^^^^^^^^^^^^^^^^^^
.._supybot.plugins.Unix.wtf.command:
supybot.plugins.Unix.wtf.command
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value:
Determines what command will be called for the wtf command.
.._supybot.plugins.Unix.public:
supybot.plugins.Unix.public
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Default value: True
Determines whether this plugin is publicly visible.