From 4f9b155d66524d4644e7ac94430148e1f9a4618a Mon Sep 17 00:00:00 2001 From: Georg Date: Thu, 2 Sep 2021 21:08:18 +0200 Subject: [PATCH] Generic user group query function Signed-off-by: Georg --- plugin.py | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index ec247a7..23a7f82 100644 --- a/plugin.py +++ b/plugin.py @@ -128,7 +128,7 @@ class Keycloak(callbacks.Plugin): register = wrap(register, ['anything']) def ircprom(self, irc, msg, args, option): - """ + """