Skip to content

Commit 72c1f3e

Browse files
authored
Redirect #mcdevs link to libera.chat (#1181)
The #mcdevs IRC channel is in the process of migrating away from Freenode.
1 parent b3ccf82 commit 72c1f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This page will detail specific things that must be done if you intend to contrib
1919

2020
#### Ready? Let's get started!
2121
1. Read the [Protocol Changes](http://wiki.vg/Protocol_History). Always make sure the list is both
22-
complete and correct. If you're unsure, don't hesitate to ask in #mcdevs (the people who maintain wiki.vg) on [freenode.net](http://freenode.net)
22+
complete and correct. If you're unsure, don't hesitate to ask in #mcdevs (the people who maintain wiki.vg) on [libera.chat](http://libera.chat)
2323
or #spigot on [irc.spi.gt](http://irc.spi.gt) ([webchat](https://irc.spi.gt/iris/?channels=spigot)).
2424
2. Search for usages of the now-defunct NMS package guard and change them.
2525
3. The class `com.comphenix.protocol.PacketType` contains a list of all the packets. If any packets were added or removed
@@ -35,4 +35,4 @@ and the release date.
3535
8. `com.comphenix.protocol.utility.MinecraftProtocolVersion` contains a map of all the protocol version integers.
3636
If the protocol version has been incremented, add a new line to the map.
3737
9. `mvn` in root directory again. If it builds successfully, test on the appropriate version of a Spigot server. If
38-
the build fails, debug!
38+
the build fails, debug!

0 commit comments

Comments
 (0)