diff options
| author | 2008-04-16 00:36:20 +0000 | |
|---|---|---|
| committer | 2008-04-16 00:36:20 +0000 | |
| commit | 3039e0663f7e45a45e9574a6aa7463bbe77e849f (patch) | |
| tree | 936c1bf5f4c9ba2ade1dc722932d75a5f2a6dde9 /src/modules/m_operchans.cpp | |
| parent | ahh shit, remove windows specific code i left laying around (diff) | |
| download | inspircd++-3039e0663f7e45a45e9574a6aa7463bbe77e849f.tar.gz inspircd++-3039e0663f7e45a45e9574a6aa7463bbe77e849f.tar.bz2 inspircd++-3039e0663f7e45a45e9574a6aa7463bbe77e849f.zip | |
Change that allows the m_override module to not announce a key override for a user that specified the right key
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9516 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_operchans.cpp')
| -rw-r--r-- | src/modules/m_operchans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_operchans.cpp b/src/modules/m_operchans.cpp index d73fb58cf..d1111fd86 100644 --- a/src/modules/m_operchans.cpp +++ b/src/modules/m_operchans.cpp @@ -61,7 +61,7 @@ class ModuleOperChans : public Module } - virtual int OnUserPreJoin(User* user, Channel* chan, const char* cname, std::string &privs) + virtual int OnUserPreJoin(User* user, Channel* chan, const char* cname, std::string &privs, const std::string &keygiven) { if (!IS_OPER(user)) { |
