Created
July 18, 2013 12:45
-
-
Save JEEN/6029012 to your computer and use it in GitHub Desktop.
Unrealircd 의 CHANNELLEN 제한
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- include/struct.h.1 2013-07-18 21:42:20.752771379 +0900 | |
+++ include/struct.h 2013-07-18 21:42:33.608803867 +0900 | |
@@ -175,7 +175,7 @@ | |
#define USERLEN 10 | |
#define REALLEN 50 | |
#define TOPICLEN 307 | |
-#define CHANNELLEN 32 | |
+#define CHANNELLEN 50 | |
#define PASSWDLEN 48 /* was 20, then 32, now 48. */ | |
#define KEYLEN 23 | |
#define LINKLEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment