Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix identify
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni authored Oct 2, 2024
1 parent 0b604f3 commit 8e745df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ircbot/ircbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def listen(
)

def on_welcome(self, conn, _):
conn.privmsg('NickServ', f'identify {self.nickserv_password}')
conn.privmsg('NickServ', f'identify {IRC_NICKNAME} {self.nickserv_password}')

# Join the "main" IRC channels.
for channel in IRC_CHANNELS_OPER | IRC_CHANNELS_ANNOUNCE | self.extra_channels:
Expand Down

0 comments on commit 8e745df

Please sign in to comment.