mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
configure method was missing it's conf.register...
This commit is contained in:
parent
382fb2b838
commit
d92bf5ec46
@ -58,6 +58,7 @@ import supybot.callbacks as callbacks
|
|||||||
|
|
||||||
def configure(advanced):
|
def configure(advanced):
|
||||||
from supybot.questions import output, expect, anything, something, yn
|
from supybot.questions import output, expect, anything, something, yn
|
||||||
|
conf.registerPlugin('Unix', True)
|
||||||
output("""The "progstats" command can reveal potentially sensitive
|
output("""The "progstats" command can reveal potentially sensitive
|
||||||
information about your machine. Here's an example of its output:
|
information about your machine. Here's an example of its output:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user