X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FClientSocket.h;h=45cf06d9499e69d53cd18addb969bb3f103a39ba;hb=c575e458c6257e75b97884847143b20965a5dfda;hp=7926767c973b0135b6077c2cc1f3938e8ee2884b;hpb=c254e7d9a1622b19aae9b4ebecb4082657288f4a;p=NeonServV5.git diff --git a/src/ClientSocket.h b/src/ClientSocket.h index 7926767..45cf06d 100644 --- a/src/ClientSocket.h +++ b/src/ClientSocket.h @@ -1,4 +1,4 @@ -/* ClientSocket.h - NeonServ v5.1 +/* ClientSocket.h - NeonServ v5.2 * Copyright (C) 2011 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -24,6 +24,7 @@ #define SOCKET_FLAG_READY 0x04 #define SOCKET_FLAG_PREFERRED 0x08 /* prefered bot to send datas to the IRC World (NOTICE's WHO's etc pp) */ #define SOCKET_FLAG_USE_QUEUE 0x10 +#define SOCKET_FLAG_RECONNECT 0x20 #define BUF_SIZ 512