1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 04:16:39 +02:00

+- doh, missing a ! in m_tkl.c that allows us to do bad things(TM)

+- Fix for nested comments, found by lnxgk
+- C++ comment fix, lnxgk again.
This commit is contained in:
stskeeps
2001-12-30 08:48:41 +00:00
parent 929dd62144
commit 976aa0cb77
3 changed files with 4 additions and 4 deletions
+3 -1
View File
@@ -1053,4 +1053,6 @@ seen. gmtime warning still there
- Added mutex.c for our mutexes
- Fixed makenet so techadmin-host is gone
- Removed set::hosts::techadmin from all network files
- doh, missing a ! in m_tkl.c that allows us to gline *@*
- doh, missing a ! in m_tkl.c that allows us to do bad things(TM)
- Fix for nested comments, found by lnxgk
- C++ comment fix, lnxgk again.
-3
View File
@@ -29,7 +29,6 @@
#include <winsock.h>
#include <process.h>
#include <io.h>
//#include "struct.h"
#endif
#include "dynconf.h"
#include "ircsprintf.h"
@@ -293,11 +292,9 @@ extern struct SLink *find_user_link( /* struct SLink *, struct Client * */ );
*/
extern int DisplayString(HWND hWnd, char *InBuf, ...);
#undef strerror
// winlocal
#else
typedef int SOCKET;
#define INVALID_SOCKET -1
// winlocal
#endif
#if defined(__FreeBSD__) || defined(__APPLE__)
+1
View File
@@ -155,6 +155,7 @@
* Reject bans that are matched by existing bans, causes chanserv
* To flood-kick an akicked user if their akick is matched by another
* Ban, but if you don't mind, this can free up ban list space I guess
*/
#undef NAZIISH_CHBAN_HANDLING
/*