mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Remove OwnerCommands from the list of plugins and made the output for configuring plugins a little bit nicer.
This commit is contained in:
parent
6928a3a54f
commit
a51deb2883
@ -22,6 +22,8 @@ def getPlugins():
|
|||||||
for filename in filenames:
|
for filename in filenames:
|
||||||
if filename.endswith('.py') and filename[0].isupper():
|
if filename.endswith('.py') and filename[0].isupper():
|
||||||
plugins.append(os.path.splitext(filename)[0])
|
plugins.append(os.path.splitext(filename)[0])
|
||||||
|
if 'OwnerCommands' in plugins:
|
||||||
|
plugins.remove('OwnerCommands')
|
||||||
plugins.sort()
|
plugins.sort()
|
||||||
return plugins
|
return plugins
|
||||||
|
|
||||||
@ -441,13 +443,6 @@ if __name__ == '__main__':
|
|||||||
a floating-point number.""")
|
a floating-point number.""")
|
||||||
throttleTime = None
|
throttleTime = None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# This is close to the end.
|
# This is close to the end.
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user