diff options
| author | 2008-04-19 16:34:52 +0000 | |
|---|---|---|
| committer | 2008-04-19 16:34:52 +0000 | |
| commit | 22c771094bfce2700869a319945e278177d3a2f5 (patch) | |
| tree | cd956227ef7e9bd5814aee9c25d33e3e99032919 /src/modules/m_foobar.cpp | |
| parent | Eventlist one item too short, makes this module not publish its 005 feature (diff) | |
| download | inspircd++-22c771094bfce2700869a319945e278177d3a2f5.tar.gz inspircd++-22c771094bfce2700869a319945e278177d3a2f5.tar.bz2 inspircd++-22c771094bfce2700869a319945e278177d3a2f5.zip | |
Bad test code here
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9548 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_foobar.cpp')
| -rw-r--r-- | src/modules/m_foobar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_foobar.cpp b/src/modules/m_foobar.cpp index 6ab156fb0..667a739a5 100644 --- a/src/modules/m_foobar.cpp +++ b/src/modules/m_foobar.cpp @@ -88,9 +88,6 @@ class ModuleFoobar : public Module virtual int OnUserPreJoin(User* user, Channel* chan, const char* cname, std::string &privs, const std::string &keygiven) { - if (chan->IsExtBanned(user, 'n')) - return 1; - return 0; } }; |
