Skip to content

Commit 13675b5

Browse files
InspIRCd 4.0.0a3 default value maxreal 130
1 parent 7e0b3d2 commit 13675b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eggdrop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#define HANDLEN 32 /* valid values 9->NICKMAX */
5454
#define NICKMAX 32 /* valid values HANDLEN->32 */
5555
#define USERLEN 10
56-
#define REALNAMELEN 120
56+
#define REALNAMELEN 130 /* InspIRCd 4.0.0a3 default value maxreal 130 */
5757

5858

5959
/* Handy string lengths */

0 commit comments

Comments
 (0)