mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Updated descriptions of how to re-enable commands.
This commit is contained in:
parent
5969fbf990
commit
b63fc24865
@ -65,7 +65,7 @@ def configure(advanced):
|
||||
output("""I can't find zgrep in your path. This is necessary
|
||||
to run the file command. I'll disable this command
|
||||
now. When you get zgrep in your path, use the command
|
||||
"enable file" to re-enable the command.""")
|
||||
'enable Debian.file' to re-enable the command.""")
|
||||
conf.supybot.defaultCapabilities().add('-Debian.file')
|
||||
else:
|
||||
output("""I can't find zgrep in your path. If you want to run
|
||||
|
@ -64,23 +64,22 @@ def configure(advanced):
|
||||
if not spellCmd:
|
||||
output("""NOTE: I couldn't find aspell or ispell in your path, so that
|
||||
function of this module will not work. You may choose to
|
||||
install it later. To re-enable this command then, remove
|
||||
the "disable spell" line from your configuration file.""")
|
||||
install it later. The re-enable the command then, give the
|
||||
bot the command 'enable Unix.spell'.""")
|
||||
conf.supybot.defaultCapabilities().add('-Unix.spell')
|
||||
fortuneCmd = utils.findBinaryInPath('fortune')
|
||||
if not fortuneCmd:
|
||||
output("""NOTE: I couldn't find fortune in your path, so that function
|
||||
of this module will not work. You may choose to install it
|
||||
later. To re-enable this command then, remove the
|
||||
'"disable fortune" command from your configuration file.""")
|
||||
later. To re-enable this command then, give the bot the
|
||||
command 'enable Unix.fortune'.""")
|
||||
conf.supybot.defaultCapabilities().add('-Unix.fortune')
|
||||
wtfCmd = utils.findBinaryInPath('wtf')
|
||||
if not wtfCmd:
|
||||
output("""NOTE: I couldn't find wtf in your path, so that function of
|
||||
this module won't work. You may choose to install it later;
|
||||
to re-enable this command then, remove the "disable wtf"
|
||||
command from your configuration file or simply tell the bot
|
||||
"enable wtf" instead.""")
|
||||
to re-enable this command then, give the bot the command
|
||||
'enable Unix.wtf'.""")
|
||||
conf.supybot.defaultCapabilities().add('-Unix.wtf')
|
||||
output("""The "progstats" command can reveal potentially sensitive
|
||||
information about your machine. Here's an example of its output:
|
||||
|
Loading…
Reference in New Issue
Block a user