Skip to content

Commit 168dbd2

Browse files
committed
Update checkin.py
1 parent 4181b7f commit 168dbd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

checkin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
INTERVAL = 5
77
SPACESTATE="unknown"
8-
CHANNEL = "#techinc-testing"
8+
CHANNEL = "#techinc"
99
SPACEURL = "http://techinc.nl/space/spacestate"
1010
WHO = []
1111

@@ -22,7 +22,6 @@ def trackstate(bot):
2222
global WHO
2323
state = checkstate()
2424
if state == "closed":
25-
bot.msg(CHANNEL,'Space closed, emptying check-in list')
2625
WHO = []
2726

2827
@willie.module.commands('checkin')

0 commit comments

Comments
 (0)