| 1 |
##############################################################################
|
| 2 |
# channel.list - Configuration for permanent channels #
|
| 3 |
#----------------------------------------------------------------------------#
|
| 4 |
# #
|
| 5 |
# These are the channels to create when the server starts up. This file does #
|
| 6 |
# not change the channel that the client requests when it logs in, but it #
|
| 7 |
# can be used to give that channel a different "official" name. #
|
| 8 |
# #
|
| 9 |
# Quotes (") are required around the strings, but they are not allowed #
|
| 10 |
# inside them. An unquoted NULL means there is no entry for that position. #
|
| 11 |
# #
|
| 12 |
# NONE for special name means to use the format "shortname-ctry num realm" #
|
| 13 |
# e.g. "D2CS-Starcraft USA-1" #
|
| 14 |
# NULL for country creates non-country specific channels. #
|
| 15 |
# -1 for max sets no limit to the number of users allowed in the channel #
|
| 16 |
# #
|
| 17 |
# ---special name--- -----short name----- cltag bots- -ops- -log- ctry- realm max -mod-#
|
| 18 |
"The Void" "The Void" NULL true false false NULL NULL -1 true
|
| 19 |
NONE "Starcraft" STAR true false false NULL NULL -1 false
|
| 20 |
NONE "Brood War" SEXP true false false NULL NULL -1 false
|
| 21 |
NONE "Starcraft Shareware" SSHR true false false NULL NULL -1 false
|
| 22 |
NONE "Diablo Retail" DRTL true false false NULL NULL -1 false
|
| 23 |
NONE "War2BNE" W2BN true false false NULL NULL -1 false
|
| 24 |
NONE "Diablo II" D2DV true false false NULL NULL -1 false
|
| 25 |
NONE "Diablo II" D2XP true false false NULL NULL -1 false
|
| 26 |
"Warcraft 3 Frozen Throne" "W3" W3XP true false false NULL NULL -1 false
|
| 27 |
"Warcraft 3" "W3" WAR3 true false false NULL NULL -1 false
|
| 28 |
"Human Castle" "W3" W3XP true false false NULL NULL -1 false
|
| 29 |
"Orc Stronghold" "W3" W3XP true false false NULL NULL -1 false
|
| 30 |
"Undead Necropolis" "W3" W3XP true false false NULL NULL -1 false
|
| 31 |
"Night Elf Tree of Life" "W3" W3XP true false false NULL NULL -1 false
|
| 32 |
"Dragon Roost" "W3" W3XP true false false NULL NULL -1 false
|
| 33 |
"Human Castle" "W3" WAR3 true false false NULL NULL -1 false
|
| 34 |
"Orc Stronghold" "W3" WAR3 true false false NULL NULL -1 false
|
| 35 |
"Undead Necropolis" "W3" WAR3 true false false NULL NULL -1 false
|
| 36 |
"Night Elf Tree of Life" "W3" WAR3 true false false NULL NULL -1 false
|
| 37 |
"Dragon Roost" "W3" WAR3 true false false NULL NULL -1 false
|
| 38 |
"Chat" "Chat" CHAT true false false NULL NULL -1 false
|
| 39 |
"Backstage" "Backstage" NULL true false false NULL NULL 0 false
|
| 40 |
"Moderated Support" "Support" NULL true false false NULL NULL -1 true
|
| 41 |
# #
|
| 42 |
##############################################################################
|