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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user