mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-05-02 13:31:28 +00:00
The prod channel should be #lubuntu-devel, not my testing channel.
This commit is contained in:
parent
3ca9d8ffe1
commit
0dfac21dd9
2
lugito
2
lugito
@ -35,7 +35,7 @@ def sendnotice(message):
|
|||||||
username = "lugito"
|
username = "lugito"
|
||||||
server = "irc.freenode.net"
|
server = "irc.freenode.net"
|
||||||
port = 6667
|
port = 6667
|
||||||
channel = "##tsimonq2-thing-testing"
|
channel = "#lubuntu-devel"
|
||||||
|
|
||||||
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
conn.connect((server, port))
|
conn.connect((server, port))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user