summaryrefslogtreecommitdiff
path: root/src/memos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/memos.cpp')
-rw-r--r--src/memos.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/memos.cpp b/src/memos.cpp
index bf8f0eb73..b04a385ca 100644
--- a/src/memos.cpp
+++ b/src/memos.cpp
@@ -1,6 +1,6 @@
/* MemoServ functions.
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -49,7 +49,7 @@ Serializable* Memo::Unserialize(Serializable *obj, Serialize::Data &data)
Anope::string owner;
data["owner"] >> owner;
-
+
bool ischan;
MemoInfo *mi = MemoInfo::GetMemoInfo(owner, ischan);
if (!mi)
@@ -138,4 +138,3 @@ MemoInfo *MemoInfo::GetMemoInfo(const Anope::string &target, bool &ischan)
return NULL;
}
-