Skip to content

Commit a34904e

Browse files
committed
fixed irc connection problems
Signed-off-by: Srthkdb <[email protected]>
1 parent 14f0a9f commit a34904e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/irc-notify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def appveyor_vars():
139139
response = line.split()
140140

141141
if response[0] == 'PING':
142-
irc_file.send('PONG {}\r\n'.format(reponse[1]).encode())
142+
irc_file.send('PONG {}\r\n'.format(response[1]).encode())
143143

144144
elif response[1] == '433':
145145
irc_sock.send('NICK {}\r\n'.format(irc_nick).encode())

0 commit comments

Comments
 (0)