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 Nov 4, 2019
1 parent 007c708 commit b5e4a1d
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 @@ -77,7 +77,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 b5e4a1d

Please sign in to comment.