Skip to content

Commit 6e8e861

Browse files
authored
Merge pull request #2145 from sopel-irc/events-RPL_WHOISBOT
tools.events: add `RPL_WHOISBOT` from Bot Mode spec
2 parents e2c1a04 + 9b6c6d5 commit 6e8e861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sopel/tools/_events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class events(str, Enum):
3333
RPL_STARTTLS = '670'
3434
ERR_STARTTLS = '691'
3535
# ## 3.2
36+
# Bot Mode
37+
RPL_WHOISBOT = '335'
3638
# Metadata
3739
RPL_WHOISKEYVALUE = '760'
3840
RPL_KEYVALUE = '761'

0 commit comments

Comments
 (0)