From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/channels.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/channels.md') diff --git a/docs/channels.md b/docs/channels.md index 7b0115d..722bd7a 100644 --- a/docs/channels.md +++ b/docs/channels.md @@ -31,7 +31,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

Comment

-

name

+

name

varchar(128)

signed

PRI

@@ -41,7 +41,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

team

+

team

int(10)

unsigned

PRI

@@ -51,7 +51,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

announce

+

announce

tinyint(3)

unsigned

 

@@ -61,7 +61,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

ownership

+

ownership

tinyint(3)

unsigned

 

@@ -71,7 +71,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

password

+

password

varchar(32)

signed

 

@@ -81,7 +81,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

bannedList

+

bannedList

text

signed

 

@@ -91,7 +91,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

lastUsed

+

lastUsed

int(10)

unsigned

 

-- cgit From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/channels.md') diff --git a/docs/channels.md b/docs/channels.md index 722bd7a..cefe323 100644 --- a/docs/channels.md +++ b/docs/channels.md @@ -81,7 +81,7 @@ Information and settings for ingame, player-based chat channels (not affecting t

 

-

bannedList

+

bannedList

text

signed

 

-- cgit