Skip to content

Commit

Permalink
Commented out option for kaliope.ddns.net, it seems to have stopped
Browse files Browse the repository at this point in the history
working.
  • Loading branch information
Dpeta committed Dec 31, 2020
1 parent 23159e0 commit 8ae8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pesterchum.py
Original file line number Diff line number Diff line change
Expand Up @@ -3051,7 +3051,7 @@ def __init__(self):
msgBox.setText("Which server do you want to connect to?")
msgBox.addButton(QtGui.QPushButton("irc.mindfang.org (Official)"), QtGui.QMessageBox.YesRole)
msgBox.addButton(QtGui.QPushButton("pesterchum.xyz (Unofficial)"), QtGui.QMessageBox.NoRole)
msgBox.addButton(QtGui.QPushButton('kaliope.ddns.net (Unofficial)'), QtGui.QMessageBox.RejectRole)
# msgBox.addButton(QtGui.QPushButton('kaliope.ddns.net (Unofficial)'), QtGui.QMessageBox.RejectRole)
ret = msgBox.exec_()
reply = msgBox.buttonRole(msgBox.clickedButton())

Expand Down

0 comments on commit 8ae8227

Please sign in to comment.