remove irc3 command plugin for now since we are not using it

This commit is contained in:
Thomas Steen Rasmussen 2018-03-04 16:17:32 +01:00
parent 139d2deff9
commit 075a43d245
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class Plugin(object):
requires = [
'irc3.plugins.core', # makes the bot able to connect to an irc server and do basic irc stuff
'irc3.plugins.userlist', # maintains a convenient list of the channels the bot is in and their users
'irc3.plugins.command', # what does this do?
]
def __init__(self, bot):