Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / apps / irssi / src / core / channel-setup-rec.h
diff --git a/apps/irssi/src/core/channel-setup-rec.h b/apps/irssi/src/core/channel-setup-rec.h
deleted file mode 100644 (file)
index a0b2897..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-int type; /* module_get_uniq_id("CHANNEL SETUP", 0) */
-int chat_type; /* chat_protocol_lookup(xx) */
-
-char *name;
-char *chatnet;
-char *password;
-
-char *botmasks;
-char *autosendcmd;
-
-unsigned int autojoin:1;
-GHashTable *module_data;