aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_timedbans.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-05-19 19:23:46 +0100
committerGravatar Sadie Powell2021-05-19 19:23:46 +0100
commit12afc2be87c4dd8409b61f42a668459222a3ac76 (patch)
treeaa6a4e8484ca89ba31fd562b94661b0ed194253e /src/modules/m_timedbans.cpp
parentKill 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.cpp1
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;