diff options
author | Adam <Adam@anope.org> | 2017-10-08 14:21:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-10-08 14:21:59 -0400 |
commit | 2cb0d9057bf1968d36168a76e25f4cf4d3b33fbf (patch) | |
tree | 0a6caccce7e5c4f4bed51964cb130b79d8219f1e /include | |
parent | 50f7429fda7cb3ffd8c34abb0a13f3dcc929f2ed (diff) |
Remove 2 day xline cap
Diffstat (limited to 'include')
-rw-r--r-- | include/xline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h index 208bc0145..8f772fbe8 100644 --- a/include/xline.h +++ b/include/xline.h @@ -72,6 +72,7 @@ class CoreExport XLine : public Serialize::Object const Anope::string &GetReal() const; Anope::string GetReasonWithID(); + bool IsExpired(); bool HasNickOrReal() const; bool IsRegex(); |