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
}
func (r *ReplyWhenUserJoinSession) RunTime() time.Time {
return time.Time{}
func (r ReplyWhenUserJoinSession) RunTime() time.Time {
//TODO implement me
panic("implement me")
}
func (r *ReplyWhenUserJoinSession) SetResponse(response string) {
r.Resp = response
func (r ReplyWhenUserJoinSession) SetResponse(response string) {
//TODO implement me
panic("implement me")
}