Compare commits

..

No commits in common. "8cd7d5748876c42bda5c9fbe25faa7821d447682" and "bfe244450b0c8d1b38d0cbce478d8cd0c3a5f460" have entirely different histories.

View File

@ -75,10 +75,12 @@ func (r ReplyWhenUserJoinSession) Run(cache *chatCache.ChatCache) (err error) {
return return
} }
func (r *ReplyWhenUserJoinSession) RunTime() time.Time { func (r ReplyWhenUserJoinSession) RunTime() time.Time {
return time.Time{} //TODO implement me
panic("implement me")
} }
func (r *ReplyWhenUserJoinSession) SetResponse(response string) { func (r ReplyWhenUserJoinSession) SetResponse(response string) {
r.Resp = response //TODO implement me
panic("implement me")
} }