[Cherbot-commit] SF.net SVN: cherbot: [62] trunk/src/net/sf/cherbot/EchoModule.java
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-16 20:52:45
|
Revision: 62
http://svn.sourceforge.net/cherbot/?rev=62&view=rev
Author: christianhujer
Date: 2007-06-16 13:52:33 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
Finished implementation of EchoModule.
Modified Paths:
--------------
trunk/src/net/sf/cherbot/EchoModule.java
Modified: trunk/src/net/sf/cherbot/EchoModule.java
===================================================================
--- trunk/src/net/sf/cherbot/EchoModule.java 2007-06-16 20:51:19 UTC (rev 61)
+++ trunk/src/net/sf/cherbot/EchoModule.java 2007-06-16 20:52:33 UTC (rev 62)
@@ -15,7 +15,7 @@
/** {@inheritDoc} */
public void parseMessage(@NotNull final Channel channel, @NotNull final String msg) {
- //To change body of implemented methods use File | Settings | File Templates.
+ channel.send(msg);
}
} // class EchoModule
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|