summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index fd7cd3da9..42072919e 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -122,6 +122,7 @@ class InspIRCd : public classbase
user_hash clientlist;
chan_hash chanlist;
std::vector<userrec*> local_users;
+ std::vector<userrec*> all_opers;
DNS* Res;
TimerManager* Timers;