diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-05-22 09:05:21 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-05-22 09:05:21 +0200 |
commit | 4dd7e261f5704569856b5854dcc1f68010f0aaad (patch) | |
tree | be7e8b41820b7b8e303e461b78b6b9722473e07c /include/account.h | |
parent | f4329df11cb8df29e1373759ed346fa8810521ea (diff) |
fixed a possible crash on database saving
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.h b/include/account.h index 15d2faa10..57e678138 100644 --- a/include/account.h +++ b/include/account.h @@ -37,7 +37,7 @@ enum NickNameFlag }; const Anope::string NickNameFlagStrings[] = { - "BEGIN", "FORBIDDEN", "NO_EXPIRE", "HELD", "COLLIDED", "" + "BEGIN", "NO_EXPIRE", "HELD", "COLLIDED", "" }; /** Flags set on NickCores |