mirror of
https://github.com/anope/anope.git
synced 2026-07-08 21:53:12 +02:00
fixed a possible crash on database saving
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user