[project @ 2002-08-08 15:21:08 by unknown_lamer]
[clinton/bobotpp.git] / source / DCCPerson.C
index b41bae9..24227f1 100644 (file)
@@ -43,3 +43,9 @@ DCCPerson::keepAlive()
 {
   dcc->autoRemove = false;
 }
+
+bool
+DCCPerson::handleInput ()
+{
+  return dcc->handleInput ();
+}