summaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index 6e19e3602..7f04b0c39 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -176,7 +176,7 @@ void XLine::SetExpires(const time_t &e)
time_t XLine::GetExpires()
{
- return Get(&XLineType::created);
+ return Get(&XLineType::expires);
}
const Anope::string &XLine::GetNick() const