Update to version 2.9.2d
[tropbot.git] / objects.h
index 48a92a8..fbfa6ff 100644 (file)
--- a/objects.h
+++ b/objects.h
@@ -35,6 +35,16 @@ public:
   ~DCCChat();
 };
 
+class WaitPing
+{
+public:
+  char *nick, *value;
+  int time_max;
+public:
+  WaitPing(char *n, char *v, int t);
+  ~WaitPing();
+};
+
 class WaitInfos
 {
 public: