]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_channel/cmd_join.cpp
Make connect class debug logging more complete and consistent.
[user/henk/code/inspircd.git] / src / coremods / core_channel / cmd_join.cpp
index 2caed9dc6efb3df351af2fdf7dd400d718a65a90..b00c8ff4ead39e4a98f402547d84d403dba39260 100644 (file)
@@ -1,8 +1,13 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
- *   Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
+ *   Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
+ *   Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2013, 2018 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
+ *   Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
+ *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
+ *   Copyright (C) 2006, 2008 Craig Edwards <brain@inspircd.org>
  *
  * 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
@@ -24,7 +29,7 @@
 CommandJoin::CommandJoin(Module* parent)
        : SplitCommand(parent, "JOIN", 1, 2)
 {
-       syntax = "<channel>{,<channel>} {<key>{,<key>}}";
+       syntax = "<channel>[,<channel>]+ [<key>[,<key>]+]";
        Penalty = 2;
 }