예제 #1
0
파일: util.go 프로젝트: tulir293/ranssibot
func isSubscribed(u config.User) bool {
	return u.HasSetting(subSetting)
}