[project @ 2002-08-06 20:48:44 by unknown_lamer]
[clinton/bobotpp.git] / source / DCCConnection.C
index 283b52a..a708aaf 100644 (file)
@@ -22,7 +22,8 @@
 #include "DCCParser.H"
 #include "DCCConnection.H"
 
-DCCConnection::DCCConnection(Bot *b, String n, unsigned long address, int port)
+DCCConnection::DCCConnection(Bot *b, String n, unsigned long address, 
+                            int port)
  : Connection(address, port), bot(b), nuh(n),
    lastSpoken(time(0)), autoRemove(true)
 { }
@@ -32,7 +33,6 @@ DCCConnection::connect()
 {
   if (!socket.connect())
     return false;
-
   return true;
 }