Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Add connected devices (refactoring for issue #83) #196

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def status(bot, mask, target, args):

bot.privmsg(target, 'Space status:')
if data['state']['open']:
bot.privmsg(target, '\tThe space is open!')
bot.privmsg(target, '\tThe space is open! (%s)' % data['status'])
else:
bot.privmsg(target, '\tThe space is closed!')
except Exception as e:
Expand Down