diff --git a/bansearch.py b/bansearch.py index 49cbf75..c8754e1 100644 --- a/bansearch.py +++ b/bansearch.py @@ -10,6 +10,7 @@ class bansearch(znc.Module): module_types = [znc.CModInfo.NetworkModule] + description = "Ban/Quiet searching module" def OnLoad(self, args, message): self.loadSettings()