summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-10-08 14:22:20 -0400
committerAdam <Adam@anope.org>2017-10-08 14:22:20 -0400
commiteb1976d11ea56bfac045c0eb92e7daae8a688c28 (patch)
treee5ef463bec76d0a0cc36c748030ba47b252c241f /include
parent2cb0d9057bf1968d36168a76e25f4cf4d3b33fbf (diff)
Fix caching xline mask
Diffstat (limited to 'include')
-rw-r--r--include/xline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h
index 8f772fbe8..8b718ba93 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -27,7 +27,7 @@
/* An XLine, eg, anything added with operserv/akill, or any of the operserv/sxline commands */
class CoreExport XLine : public Serialize::Object
{
- void Recache();
+ void Recache(const Anope::string &mask);
Anope::string nick, user, host, real;
friend class XLineType;