diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-02 12:33:01 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-02 12:33:01 +0000 |
commit | d9d33e7246baf59241d083eb2c253e729390d205 (patch) | |
tree | 329d2ef5ccd28851e66889d238092d374ba14dc8 /include/uid.h | |
parent | 519d8e5dfe379840ae5da2ac43231ec4364d7b18 (diff) |
Fix all this crap - it actually works now (we pray..)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9261 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/uid.h')
-rw-r--r-- | include/uid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uid.h b/include/uid.h index 63b3e89f2..f5384049c 100644 --- a/include/uid.h +++ b/include/uid.h @@ -16,6 +16,6 @@ * 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. */ -#define UUID_LENGTH 9 +#define UUID_LENGTH 10 |