Skip to content

Commit

Permalink
Remove references to the wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Jan 1, 2019
1 parent cfe40ba commit d1220d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
15 changes: 2 additions & 13 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Table of Contents
Communication
Internet Relay Chat
Forums
Wiki
Bug Reports and Support
Providing Contributions
Source Tree Organization
Expand Down Expand Up @@ -221,7 +220,7 @@ Communication

The BZFlag project has several resources set up for communicating both
with other developers and with the community. There is an IRC
channel, forums, and a wiki.
channel and forums.

Internet Relay Chat
-------------------
Expand All @@ -243,17 +242,7 @@ https://forums.bzflag.org

Registering an account on the forums presently also registers your callsign
for use inside of BZFlag. Some servers require registration in order to
play. See the board FAQ and wiki getting Started pages for new users.

Wiki
----
The main BZFlag website contains a wiki that may be edited by the
community available at: https://wiki.bzflag.org

The wiki does require a simple registration in order to make
modifications as a means to minimize abuse, but serves as a
communication forum and ongoing discussion arena for the game's
development.
play. See the Getting Started page on our site for more about registration.


Bug Reports and Support
Expand Down
10 changes: 2 additions & 8 deletions src/bzfs/bzfs.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6610,14 +6610,8 @@ int main(int argc, char **argv)
if (clOptions->publicizeServer && clOptions->publicizedKey.empty())
{
logDebugMessage(0,
"\n"
"WARNING:\n"
" Publicly listed bzfs servers must register using the '-publickey <key>'\n"
" option. A web page describing list-server policies and procedures can\n"
" be found at the following location:\n"
"\n"
" https://wiki.bzflag.org/ServerAuthentication\n"
"\n");
"\nWARNING: Publicly listed bzfs servers must register"
" using the '-publickey <key>'option.\n\n");
}

#ifdef BZ_PLUGINS
Expand Down

0 comments on commit d1220d2

Please sign in to comment.