Skip to content

Commit

Permalink
Services: I still didn't test that code
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Sep 8, 2023
1 parent f905036 commit 5ab7c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Services/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def do903(self, irc, msg): # RPL_SASLSUCCESS
state.identified = True
for channel in irc.state.channels.keys():
self.checkPrivileges(irc, channel)
if irc.state.fsm in [irclib.IrcStateFsm.CONNECTED,
irclib.IrcStateFsm.CONNECTED_SASL]:
if irc.state.fsm in [irclib.IrcStateFsm.States.CONNECTED,
irclib.IrcStateFsm.States.CONNECTED_SASL]:
for channel in state.channels:
irc.queueMsg(networkGroup.channels.join(channel))
waitingJoins = state.waitingJoins
Expand Down

0 comments on commit 5ab7c8a

Please sign in to comment.