mirror of
https://github.com/anope/anope.git
synced 2026-06-28 12:06:37 +02:00
Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules.
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ Serializable* Memo::Unserialize(Serializable *obj, Serialize::Data &data)
|
||||
return m;
|
||||
}
|
||||
|
||||
MemoInfo::MemoInfo() : memos("Memo")
|
||||
MemoInfo::MemoInfo() : memomax(0), memos("Memo")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user