move offline messaging to chatbox
This commit is contained in:
@@ -126,8 +126,7 @@ class OcrccBot {
|
||||
|
||||
if (chatOffline) {
|
||||
logger.log('info', "NO FACILITATORS ONLINE")
|
||||
this.sendTextMessage(roomId, this.config.CHAT_OFFLINE_MESSAGE);
|
||||
this.sendNotice(roomId, "Chat is offline")
|
||||
this.sendNotice(roomId, "CHAT_OFFLINE")
|
||||
}
|
||||
|
||||
} catch(err) {
|
||||
|
||||
Reference in New Issue
Block a user