diff options
| author | 2004-05-01 12:44:20 +0000 | |
|---|---|---|
| committer | 2004-05-01 12:44:20 +0000 | |
| commit | e8b5c0d9f9103f84384fe9b0d89301ecbf16c3e6 (patch) | |
| tree | 33965dd5d57e6b011f3dbb660da95c8d31883228 /src/modules/m_globops.cpp | |
| parent | Added Module::OnAccessCheck (diff) | |
| download | inspircd++-e8b5c0d9f9103f84384fe9b0d89301ecbf16c3e6.tar.gz inspircd++-e8b5c0d9f9103f84384fe9b0d89301ecbf16c3e6.tar.bz2 inspircd++-e8b5c0d9f9103f84384fe9b0d89301ecbf16c3e6.zip | |
Added Module::OnAccessCheck
Added ListMode support
Fixed Extensible class bug
Added +qa mode module
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@760 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_globops.cpp')
| -rw-r--r-- | src/modules/m_globops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index fc8cebaa7..a6d0812fe 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -47,7 +47,7 @@ class ModuleGlobops : public Module return Version(1,0,0,1); } - virtual bool OnExtendedMode(userrec* user, void* target, char modechar, int type, bool mode_on, string_list ¶ms) + virtual int OnExtendedMode(userrec* user, void* target, char modechar, int type, bool mode_on, string_list ¶ms) { // check if this is our mode character... if ((modechar == 'g') && (type == MT_CLIENT)) |
