implemented simple return

This commit is contained in:
2020-03-26 21:40:15 +00:00
parent c7faee8a2c
commit 94cbdcabd3

View File

@ -10,7 +10,7 @@ import (
func (b *bot) setupMeeting(convid chat1.ConvIDStr, sender string, args []string, membersType string) { func (b *bot) setupMeeting(convid chat1.ConvIDStr, sender string, args []string, membersType string) {
b.debug("command recieved in conversation %s", convid) b.debug("command recieved in conversation %s", convid)
meeting, err := newJitsiMeeting() meeting, err := newJitsiMeetingSimple()
if err != nil { if err != nil {
log.Println(err) log.Println(err)
message := fmt.Sprintf("@%s - I'm sorry, i'm not sure what happened... I was unable to set up a new meeting.\nI've written the appropriate logs and notified my humans.", sender) message := fmt.Sprintf("@%s - I'm sorry, i'm not sure what happened... I was unable to set up a new meeting.\nI've written the appropriate logs and notified my humans.", sender)