]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/uid.h
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / include / uid.h
index aeacb977acd82246d6b985c8211398407ce5af71..c00161cac2104a533df6dc2762b8c390552ee5c7 100644 (file)
@@ -36,8 +36,7 @@ class CoreExport UIDGenerator
  public:
        /**
        * This is the maximum length of a UUID (unique user identifier).
-       * This length is set in compliance with TS6 protocol, and really should not be changed. Ever.
-       * It allows for a lot of clients as-is. -- w00t.
+       * It allows up to 12,960 servers and 2,176,782,336 users per server.
        */
        static const unsigned int UUID_LENGTH = 9;