diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-31 21:43:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-31 21:43:56 +0000 |
commit | 0ade30b8bce3bc945fa120ad6cacf96fbd2f39ec (patch) | |
tree | 55bdcff91ee51b57db1eb4440a72efdcb950ca83 /include/xline.h | |
parent | a60b8e0d560404815a1587eb1d0f2b37f23db935 (diff) |
This *should* fix expiry. Can someone else (w00t? :p) test for me, and check im not committing something thats a pointless exercise in futility? :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8447 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r-- | include/xline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h index 27e10eefe..fd7de6d2a 100644 --- a/include/xline.h +++ b/include/xline.h @@ -404,6 +404,8 @@ class CoreExport XLineManager QLineFactory* QFact; ZLineFactory* ZFact; + unsigned int PermLines; + public: std::map<char, std::map<std::string, XLine *> > lookup_lines; |