This commit is contained in:
Alicia 2019-02-24 14:41:10 +00:00
parent 950340a04d
commit 95754bffef
1 changed files with 8 additions and 0 deletions

View File

@ -115,6 +115,7 @@ func AllClanStatsGET(md common.MethodData) common.CodeMessager {
fmt.Println(brr)
m = 0
}
n := "std"
if m == 1 {
n = "taiko"
@ -233,6 +234,9 @@ func TotalClanStatsGET(md common.MethodData) common.CodeMessager {
}
//RETARD CODE HAHAAAA
m, brr := strconv.ParseInt(string(md.Query("m")[11]), 10, 64)
if brr != nil {
fmt.Printf("%v", brr)
}
n := "std"
if m == 1 {
@ -266,6 +270,10 @@ func TotalClanStatsGET(md common.MethodData) common.CodeMessager {
WHERE clan = ? AND privileges & 1 = 1
`, rid)
if err != nil {
fmt.Printf("%v", brr)
}
members.Code = 200
if n == "std" {