diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-30 11:33:00 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-30 11:33:00 +0000 |
| commit | ce95a094dc1ca90ed6b96e570c5cf086fdcad599 (patch) | |
| tree | b3ea186577ef3521bfead94641bd769aaf0ceae8 | |
| parent | 1e54f3932963a67894ccc9c80155c9e1ff461148 (diff) | |
update
| -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" |
