Skip to content

Commit

Permalink
core: add inspircd ojoin +Y channel mode
Browse files Browse the repository at this point in the history
Co-Authored-By: Humorous Baby <humorbaby@humorbaby.net>
  • Loading branch information
half-duplex and HumorBaby committed Aug 3, 2019
1 parent bfaa7e7 commit 007c708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sopel/coretasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def track_modes(bot, trigger):
"a": sopel.module.ADMIN,
"q": sopel.module.OWNER,
"y": sopel.module.OPER,
"Y": sopel.module.OPER,
}

# Parse modes before doing anything else
Expand Down
4 changes: 2 additions & 2 deletions sopel/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"""

OPER = 32
"""Privilege level for the +y channel permission
Note: Sopel does not track OPER status except through the +y channel mode
"""Privilege level for the +y/+Y channel permissions
Note: Sopel does not track OPER status except through these channel modes
.. versionadded:: 7.0.0
"""
Expand Down

0 comments on commit 007c708

Please sign in to comment.