src/irc_conn.h
changeset 25 56367df4ce5b
parent 23 542c73d07d3c
child 27 e6639132bead
--- a/src/irc_conn.h	Mon Mar 09 16:30:30 2009 +0200
+++ b/src/irc_conn.h	Mon Mar 09 16:30:59 2009 +0200
@@ -33,6 +33,12 @@
 };
 
 // XXX: this should probably be slightly reworked
+
+/**
+ * The configuration info for an IRC connection.
+ *
+ * XXX: this should probably be reworked, maybe as a separate irc_conn_register function?
+ */
 struct irc_conn_config {
     /* Nickname to use on that server */
     const char *nickname;