Skip to content

Commit

Permalink
module: fix/tweak OPER constant's docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Jan 12, 2020
1 parent a2664ca commit 02d1638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sopel/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@

OPER = 32
"""Privilege level for the +y/+Y channel permissions
Note: Sopel does not track OPER status except through these channel modes
Note: Except for these (non-standard) channel modes, Sopel does not monitor or
store any user's OPER status.
.. versionadded:: 7.0.0
"""
Expand Down

0 comments on commit 02d1638

Please sign in to comment.