1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 02:06:37 +02:00

Fixed /ms set limit none and made db_plain care less about convert exceptions

This commit is contained in:
Adam
2011-02-04 12:37:01 -05:00
parent fb0f7649b4
commit 032c30dd5d
4 changed files with 222 additions and 211 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ class Memo : public Flags<MemoFlag>
struct CoreExport MemoInfo
{
unsigned memomax;
int16 memomax;
std::vector<Memo *> memos;
unsigned GetIndex(Memo *m) const;