[Cherbot-commit] SF.net SVN: cherbot: [91] trunk/src/net/sf/cherbot/CrossfireConnection.java
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-24 15:55:27
|
Revision: 91
http://svn.sourceforge.net/cherbot/?rev=91&view=rev
Author: christianhujer
Date: 2007-06-24 08:55:22 -0700 (Sun, 24 Jun 2007)
Log Message:
-----------
Deleted wrong comment.
Modified Paths:
--------------
trunk/src/net/sf/cherbot/CrossfireConnection.java
Modified: trunk/src/net/sf/cherbot/CrossfireConnection.java
===================================================================
--- trunk/src/net/sf/cherbot/CrossfireConnection.java 2007-06-20 22:17:41 UTC (rev 90)
+++ trunk/src/net/sf/cherbot/CrossfireConnection.java 2007-06-24 15:55:22 UTC (rev 91)
@@ -60,7 +60,7 @@
@NotNull @Override public Socket connect() throws IOException {
final Socket socket = super.connect();
readToNull();
- textMsg("version 1023 1023 CherBot"); // we have to cheat or the server won't let us in.
+ textMsg("version 1023 1023 CherBot");
textMsg("setup bot 1");
readToNull();
readToNull();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|