]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/uid.h
...because every now and again, i have to do a massive commit.
[user/henk/code/inspircd.git] / include / uid.h
1 /*       +------------------------------------+
2  *       | Inspire Internet Relay Chat Daemon |
3  *       +------------------------------------+
4  *
5  *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
6  * See: http://wiki.inspircd.org/Credits
7  *
8  * This program is free but copyrighted software; see
9  *            the file COPYING for details.
10  *
11  * ---------------------------------------------------
12  */
13
14 /**
15  * This is the maximum length of a UUID (unique user identifier).
16  * This length is set in compliance with TS6 protocol, and really should not be changed. Ever.
17  * It allows for a lot of clients as-is. -- w00t.
18  */
19 #define UUID_LENGTH 10
20
21