summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-02-04 19:31:02 -0500
committerAdam <Adam@anope.org>2011-02-04 19:31:02 -0500
commitfaf5f3128f030f13cdd92ab5a46bfd116a083e87 (patch)
treec5e25e2230ed5de3932885094e732bd2d6d7b68a /include
parenta53a797271fe1c68296a5c4848f827670518a309 (diff)
Merge 032c30dd5dc4
Diffstat (limited to 'include')
-rw-r--r--include/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index b5394287e..0ea6cb562 100644
--- a/include/services.h
+++ b/include/services.h
@@ -520,7 +520,7 @@ class Memo : public Flags<MemoFlag>
struct CoreExport MemoInfo
{
- unsigned memomax;
+ int16 memomax;
std::vector<Memo *> memos;
std::vector<ci::string> ignores;