Skip to content

Instantly share code, notes, and snippets.

@JEEN
Created July 18, 2013 12:45
Show Gist options
  • Save JEEN/6029012 to your computer and use it in GitHub Desktop.
Save JEEN/6029012 to your computer and use it in GitHub Desktop.
Unrealircd 의 CHANNELLEN 제한
--- 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