]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_channel/core_channel.h
Use ircd-hybrid's numerics for the "pending invites" list.
[user/henk/code/inspircd.git] / src / coremods / core_channel / core_channel.h
index c054d5265e6c4435361e69aa526653ff67c1aaea..2dd8f7feb105f06c2c984888820d5093268c5bb6 100644 (file)
@@ -1,10 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
- *   Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
- *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
- *   Copyright (C) 2006 Craig Edwards <craigedwards@brainbox.cc>
+ *   Copyright (C) 2017-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2014-2015 Attila Molnar <attilamolnar@hush.com>
  *
  * 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
@@ -168,6 +166,7 @@ class ModeChannelBan : public ListModeBase
        ModeChannelBan(Module* Creator)
                : ListModeBase(Creator, "ban", 'b', "End of channel ban list", 367, 368, true)
        {
+               syntax = "<mask>";
        }
 };