diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/users.h b/include/users.h index 4652b2cb9..320123e2d 100644 --- a/include/users.h +++ b/include/users.h @@ -441,6 +441,10 @@ class userrec : public connection void AddToWhoWas(); + void Oper(const std::string &opertype); + + void UnOper(); + /** Default destructor */ virtual ~userrec(); @@ -465,9 +469,6 @@ class WhoWasGroup : public classbase typedef std::deque<WhoWasGroup*> whowas_set; typedef std::map<irc::string,whowas_set*> whowas_users; -void AddOper(userrec* user); -void DeleteOper(userrec* user); -//void kill_link(userrec *user,const char* r); void MaintainWhoWas(time_t TIME); void AddClient(int socket, int port, bool iscached, insp_inaddr ip4); void FullConnectUser(userrec* user, CullList* Goners); |