diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index aaa597acf..6d5f35eb2 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -342,6 +342,10 @@ class CoreExport InspIRCd : public classbase */ interfacelist Interfaces; + /** Globally accessible fake user record. This is used to force mode changes etc across s2s, etc.. bit ugly, but.. better than how this was done in 1.1 + */ + userrec *FakeClient; + /** The current time, updated in the mainloop */ time_t TIME; |