Skip to content

dcc_1.9.2_nossl.c.diff

wilk edited this page Sep 14, 2022 · 1 revision

dcc.c

This is a modification for Eggdrop 1.9.2 only.

Changes:

  • fixes compilation error if OpenSSL is not found
@@ -246,0 +247 @@
+#ifdef TLS
@@ -247,0 +249,3 @@
+#else
+  addbot(dcc[idx].nick, dcc[idx].nick, botnetnick, '-', dcc[idx].u.bot->numver, 0);
+#endif
Clone this wiki locally