diff options
| author | 2014-01-31 14:27:32 +0100 | |
|---|---|---|
| committer | 2014-01-31 14:27:32 +0100 | |
| commit | 98ef89c392a63bb7a78df5e8d8283c848f9dd2af (patch) | |
| tree | 0dc6b3ee42a8be385539dacac0815439b95cd300 /src/modules/m_channames.cpp | |
| parent | Document new delayed join feature of m_conn_join (diff) | |
Remove some dead code
Diffstat (limited to 'src/modules/m_channames.cpp')
| -rw-r--r-- | src/modules/m_channames.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_channames.cpp b/src/modules/m_channames.cpp index f6d78037d..a9ef6729e 100644 --- a/src/modules/m_channames.cpp +++ b/src/modules/m_channames.cpp @@ -24,8 +24,6 @@ static std::bitset<256> allowedmap; class NewIsChannelHandler : public HandlerBase1<bool, const std::string&> { public: - NewIsChannelHandler() { } - ~NewIsChannelHandler() { } bool Call(const std::string&); }; |
