We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f0a9f commit a34904eCopy full SHA for a34904e
etc/scripts/irc-notify.py
@@ -139,7 +139,7 @@ def appveyor_vars():
139
response = line.split()
140
141
if response[0] == 'PING':
142
- irc_file.send('PONG {}\r\n'.format(reponse[1]).encode())
+ irc_file.send('PONG {}\r\n'.format(response[1]).encode())
143
144
elif response[1] == '433':
145
irc_sock.send('NICK {}\r\n'.format(irc_nick).encode())
0 commit comments