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

Commit 8e745df

Browse files
authored
fix identify
1 parent 0b604f3 commit 8e745df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ircbot/ircbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def listen(
184184
)
185185

186186
def on_welcome(self, conn, _):
187-
conn.privmsg('NickServ', f'identify {self.nickserv_password}')
187+
conn.privmsg('NickServ', f'identify {IRC_NICKNAME} {self.nickserv_password}')
188188

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

0 commit comments

Comments
 (0)