[project @ 2002-08-08 15:21:08 by unknown_lamer]
[clinton/bobotpp.git] / source / DCCPerson.H
index 55d00c0..1f7348c 100644 (file)
@@ -30,10 +30,12 @@ public:
 
   Person * copy();
 
-  String getNick() const;
-  String getAddress() const;
+  //  String getNick() const;
+  //  String getAddress() const;
 
   void keepAlive();
+  bool handleInput ();
+  const DCCConnection* DCC () const { return dcc; };
 
   void sendNotice(String);
 };