summaryrefslogtreecommitdiff
path: root/src/core/chatnet-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/chatnet-rec.h')
-rw-r--r--src/core/chatnet-rec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/chatnet-rec.h b/src/core/chatnet-rec.h
index e166627a..3044643a 100644
--- a/src/core/chatnet-rec.h
+++ b/src/core/chatnet-rec.h
@@ -1,5 +1,5 @@
-int type; /* should always be "CHATNET" */
-int chat_type;
+int type; /* module_get_uniq_id("CHATNET", 0) */
+int chat_type; /* chat_protocol_lookup(xx) */
char *name;