]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/tags.cpp
Allow disabling connectban for specific connect classes.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / tags.cpp
index 603b195afb42c5ef2041ad06cd59f4a62a286ae3..4accf53bd27ba5aa348845f08fd1423327bbf0e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2019 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -21,7 +21,7 @@
 
 ServiceTag::ServiceTag(Module* mod)
        : ClientProtocol::MessageTagProvider(mod)
-       , ctctagcap(mod, "message-tags")
+       , ctctagcap(mod)
 {
 }