diff options
| author | 2013-06-02 00:28:55 +0200 | |
|---|---|---|
| committer | 2013-06-02 00:28:55 +0200 | |
| commit | b01dc3cb865c2faacfa69f6a081117bf349c6f40 (patch) | |
| tree | 085867c898f36c12260a5933b74df1b11a623363 /src/helperfuncs.cpp | |
| parent | m_devoice Remove FindChan() and HasUser() checks, these are done when parsing... (diff) | |
| download | inspircd++-b01dc3cb865c2faacfa69f6a081117bf349c6f40.tar.gz inspircd++-b01dc3cb865c2faacfa69f6a081117bf349c6f40.tar.bz2 inspircd++-b01dc3cb865c2faacfa69f6a081117bf349c6f40.zip | |
Move a few trivial functions into headers
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index e86c0bc70..9ed77fb99 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -116,12 +116,6 @@ void InspIRCd::SendError(const std::string &s) } } -/* return channel count */ -long InspIRCd::ChannelCount() -{ - return chanlist->size(); -} - bool InspIRCd::IsValidMask(const std::string &mask) { const char* dest = mask.c_str(); |
