diff options
Diffstat (limited to 'sources/protocols/implementations')
| -rw-r--r-- | sources/protocols/implementations/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/protocols/implementations/README b/sources/protocols/implementations/README index 8126ce0..fd8effa 100644 --- a/sources/protocols/implementations/README +++ b/sources/protocols/implementations/README @@ -1,10 +1,10 @@ How to add a new protocol: -1. Copy the file DummyProtocol.java into YourOwnNiceProtocol.java +1. Copy the file VSDummyProtocol.java into VSYourOwnNiceProtocol.java -2. Edit YourOwnNiceProtocol.java and replace the classname! +2. Edit VSYourOwnNiceProtocol.java and replace the classname! 3. Edit the initialize method of events.RegisteredEvents.java and add the classname -of your protocol. E.g.: "protocols.implementations.YourOwnNiceProtocol" +of your protocol. E.g.: "protocols.implementations.VSYourOwnNiceProtocol" |
