diff options
Diffstat (limited to 'src/modules/cs_tban.c')
-rw-r--r-- | src/modules/cs_tban.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c index 080b54d30..1bce0bb30 100644 --- a/src/modules/cs_tban.c +++ b/src/modules/cs_tban.c @@ -92,7 +92,7 @@ class CSTBan : public Module { me = this; - this->AddCommand(CHANSERV, new CommandCSTBan(), MOD_HEAD); + this->AddCommand(CHANSERV, new CommandCSTBan()); this->SetAuthor(AUTHOR); this->SetVersion(VERSION); |