summaryrefslogtreecommitdiff
path: root/include/commands/cmd_join.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-17 18:16:46 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-17 18:16:46 +0000
commit7fc5d102dba6adf56f13a2ee390f1cf43f6a1a07 (patch)
tree57805978ff4fcbb2ff99760f3a1c6f72d6b81992 /include/commands/cmd_join.h
parentf42aa995415c14eb5511b896df74aea78602dc63 (diff)
Add comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7374 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_join.h')
-rw-r--r--include/commands/cmd_join.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/commands/cmd_join.h b/include/commands/cmd_join.h
index 79a9b7fae..eb17034b0 100644
--- a/include/commands/cmd_join.h
+++ b/include/commands/cmd_join.h
@@ -22,7 +22,10 @@
#include "users.h"
#include "channels.h"
-/** Handle /JOIN
+/** Handle /JOIN. These command handlers can be reloaded by the core,
+ * and handle basic RFC1459 commands. Commands within modules work
+ * the same way, however, they can be fully unloaded, where these
+ * may not.
*/
class cmd_join : public command_t
{