From 0dfac21dd9bdb0530dae56c3c7a61fe84a065a9a Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 20 May 2018 02:13:16 -0500 Subject: [PATCH] The prod channel should be #lubuntu-devel, not my testing channel. --- lugito | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lugito b/lugito index 6ee7e80..2dbcda5 100755 --- a/lugito +++ b/lugito @@ -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))