From f49f4e3567908b4371f7d17d2c3b0e2adb76534a Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 26 May 2005 22:20:16 +0000 Subject: Changed representation of MAXNICK in isnick() to allow for a non-incremented size git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1530 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/message.cpp') diff --git a/src/message.cpp b/src/message.cpp index 871f8b125..d188f57f7 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -280,7 +280,7 @@ int isnick(const char* n) { return 0; } - if (strlen(n) > NICKMAX-1) + if (strlen(n) > NICKMAX) { return 0; } -- cgit v1.3.1-10-gc9f91