diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-29 15:35:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-29 15:35:00 +0000 |
commit | 1a897a19105498bff0104e296a6c39a5864e5600 (patch) | |
tree | 47271fb17bf78aab0beec17b117a767a4491d0c4 /include/channels.h | |
parent | 7b945354cc8f3fde0a5a491facb577eccd5897cc (diff) |
Moved more types into Extensible
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@752 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index c0df69513..9cce9feb3 100644 --- a/include/channels.h +++ b/include/channels.h @@ -188,7 +188,7 @@ class chanrec : public Extensible * a userrec and chanrec class. The uc_modes member holds a bitmask of which privilages the user * has on the channel, such as op, voice, etc. */ -class ucrec : public classbase +class ucrec : public Extensible { public: /** Contains a bitmask of the UCMODE_OP ... UCMODE_FOUNDER values. |