diff options
| author | 2021-05-19 19:23:46 +0100 | |
|---|---|---|
| committer | 2021-05-19 19:23:46 +0100 | |
| commit | 12afc2be87c4dd8409b61f42a668459222a3ac76 (patch) | |
| tree | aa6a4e8484ca89ba31fd562b94661b0ed194253e /src/modules/m_timedbans.cpp | |
| parent | Kill the gecosban module which snuck back in during the merge. (diff) | |
Get rid of even more pointless copy/paste comments.
Diffstat (limited to 'src/modules/m_timedbans.cpp')
| -rw-r--r-- | src/modules/m_timedbans.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 3a72e7ac9..4d3f36717 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -46,7 +46,6 @@ class TimedBan typedef std::vector<TimedBan> timedbans; timedbans TimedBanList; -// Handle /TBAN class CommandTban : public Command { ChanModeReference banmode; |
