summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 82f6e6466..e9f750693 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -298,10 +298,14 @@ class Server : public classbase
*
* For example:
*
- * char modes[3][MAXBUF];
+ * char *modes[3];
+ *
* modes[0] = ChannelName;
+ *
* modes[1] = "+o";
+ *
* modes[2] = user->nick;
+ *
* Srv->SendMode(modes,3,user);
*
* The modes will originate from the server where the command was issued, however responses (e.g. numerics)