Skip to content

Commit 5ab7c8a

Browse files
committed
Services: I still didn't test that code
1 parent f905036 commit 5ab7c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/Services/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ def do903(self, irc, msg): # RPL_SASLSUCCESS
380380
state.identified = True
381381
for channel in irc.state.channels.keys():
382382
self.checkPrivileges(irc, channel)
383-
if irc.state.fsm in [irclib.IrcStateFsm.CONNECTED,
384-
irclib.IrcStateFsm.CONNECTED_SASL]:
383+
if irc.state.fsm in [irclib.IrcStateFsm.States.CONNECTED,
384+
irclib.IrcStateFsm.States.CONNECTED_SASL]:
385385
for channel in state.channels:
386386
irc.queueMsg(networkGroup.channels.join(channel))
387387
waitingJoins = state.waitingJoins

0 commit comments

Comments
 (0)