Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 4d9ff11

Browse files
committed
Removed reload_plugins for the time being.
1 parent 2d72f48 commit 4d9ff11

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

plugins/plugin_manager_plugin/plugin_manager_plugin.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ def enable_plugin(self, data):
6363
plugin.activate()
6464
self.protocol.send_chat_message("Successfully activated plugin.")
6565

66-
@permissions(UserLevels.ADMIN)
67-
def reload_plugins(self, data):
68-
"""Reloads all active plugins. Syntax: /reload_plugins"""
69-
self.plugin_manager.reload_plugins()
70-
7166
def help(self, data):
7267
"""Prints help messages for plugin commands. Syntax: /help [command]"""
7368
if len(data) > 0:

0 commit comments

Comments
 (0)