From a3dff204d31d916b78d63acdba6301e9805daf84 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 13 Mar 2017 13:21:11 -0700 Subject: [PATCH] global: remove extraneous metadata Core plugins do not need to track authors and version, because git does that for us. --- plugins/global.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/global.py b/plugins/global.py index e10ffd3..ac36831 100644 --- a/plugins/global.py +++ b/plugins/global.py @@ -1,8 +1,5 @@ # global.py: Global Noticing Plugin -__authors__ = [("Ken Spencer", "Iota ")] -__version__ = "0.0.1" - from pylinkirc import conf, utils, world from pylinkirc.log import log from pylinkirc.coremods import permissions