Commit 4c7fc14c authored by Anael Beutot's avatar Anael Beutot
Browse files

Add plugins tag for host

parent 76f55306
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -143,3 +143,6 @@ def load():
    except OSError:
        pass
    return load_

def plugins(handler):
    return ' '.join(handler.plugins)