diff options
Diffstat (limited to 'include/xline.h')
-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(); |