summaryrefslogtreecommitdiff
path: root/sources/protocols
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-30 11:33:00 +0000
committerPaul Buetow <paul@buetow.org>2008-05-30 11:33:00 +0000
commitce95a094dc1ca90ed6b96e570c5cf086fdcad599 (patch)
treeb3ea186577ef3521bfead94641bd769aaf0ceae8 /sources/protocols
parent1e54f3932963a67894ccc9c80155c9e1ff461148 (diff)
update
Diffstat (limited to 'sources/protocols')
-rw-r--r--sources/protocols/implementations/README6
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"