X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=tropbot.git;a=blobdiff_plain;f=objects.h;fp=objects.h;h=fbfa6ff43d1291ca537336bb245e264b1edd2e90;hp=48a92a89671b81d5f7d3a57bfcd9cd5d96584dd9;hb=d77d32bc8815f956ec519b946b8ae563b527b599;hpb=c6dbdbeafebf079c81ee6046761d09c3c58dfcf8 diff --git a/objects.h b/objects.h index 48a92a8..fbfa6ff 100644 --- 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: