Index: plugins.h =================================================================== --- plugins.h (revision 31376) +++ plugins.h (revision 31377) @@ -39,6 +39,7 @@ plugin_def("extedit", "edit with external program", sbuildin, 1, 0) plugin_def("exto_std", "standard extended objects", sbuildin, 1, 0) plugin_def("fontmode", "font editor", sbuildin, 1, 0) +plugin_def("irc", "on-line support (IRC)", sbuildin, 1, 0) plugin_def("jostle", "push lines out of the way", sbuildin, 1, 0) plugin_def("loghid", "diagnostics: log HID calls", sdisable, 1, 0) plugin_def("millpath", "calculate toolpath for milling", sdisable, 1, 0) @@ -186,6 +187,7 @@ plugin_dep("io_pcb", "lib_compat_help", 0) plugin_dep("io_tedax", "lib_compat_help", 0) plugin_dep("io_tedax", "lib_netmap", 0) +plugin_dep("irc", "lib_portynet", 0) plugin_dep("lib_gtk_common", "lib_hid_common", 0) plugin_dep("lib_hid_pcbui", "lib_hid_common", 0) plugin_dep("lib_vfs", "propedit", 0)