]> jfr.im git - erebus.git/commitdiff
modlib - correctly explain IGNORED level
authorJohn Runyon <redacted>
Sat, 3 Feb 2024 11:04:53 +0000 (04:04 -0700)
committerJohn Runyon <redacted>
Sat, 3 Feb 2024 11:04:53 +0000 (04:04 -0700)
modlib.py

index cc1c47c7a6ac179391c6bc268da0c161fb6814bc..cd87f5e9fcd10019d71e45ca0d32d6176a793a68 100644 (file)
--- a/modlib.py
+++ b/modlib.py
@@ -33,7 +33,7 @@ class modlib(object):
        KNOWN   =   1
        AUTHED  =   0 # Users which have are known to be authed
        ANYONE  =  -1 # non-authed users have glevel set to -1
-       IGNORED =  -2 # The default reqglevel is ANYONE, so any commands will be ignored from IGNORED users unless the command reglevel=-2
+       IGNORED =  -2 # If the user is IGNORED, no hooks or chanhooks will fire for their messages. numhooks can still be fired.
        glevs   = {
                'OWNER': OWNER,
                'MANAGER': MANAGER,