1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 04:36:24 -07:00

forgot to add this to the last commit

This commit is contained in:
Joshua Merrell 2014-04-04 15:10:14 -07:00
parent ced82c6a26
commit 25cdff196e

View file

@ -53,6 +53,8 @@ type BanlistTable struct {
ID uint ID uint
AllowRead bool AllowRead bool
IP string IP string
Name string
Tripcode string
Message string Message string
SilentBan uint8 SilentBan uint8
Boards string Boards string
@ -71,11 +73,6 @@ type BannedHashesTable struct {
Description string Description string
} }
type BannedTripcodesTable struct {
ID uint
Name string
Tripcode string
}
type BoardsTable struct { type BoardsTable struct {
IName string IName string