The prod channel should be #lubuntu-devel, not my testing channel.

pull/1/head
Simon Quigley 6 years ago
parent 3ca9d8ffe1
commit 0dfac21dd9

@ -35,7 +35,7 @@ def sendnotice(message):
username = "lugito"
server = "irc.freenode.net"
port = 6667
channel = "##tsimonq2-thing-testing"
channel = "#lubuntu-devel"
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
conn.connect((server, port))

Loading…
Cancel
Save