darkbot-diff
By: a guest | Apr 12th, 2010 | Syntax:
Diff | Size: 1.16 KB | Hits: 101 | Expires: Never
diff -Naur darkbot6f6/darkbot.c darkbot6f6-new/darkbot.c
--- darkbot6f6/darkbot.c 2001-12-17 15:29:05.000000000 -0500
+++ darkbot6f6-new/darkbot.c 2010-04-10 21:18:11.000000000 -0400
@@ -3476,8 +3476,7 @@
strlwr (s2);^M
if (*s2 == '~') {^M
S^M
- ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the^M
- topic itself.\n",^M
+ ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the topic itself.\n",^M
target, source);^M
R;^M
}^M
diff -Naur darkbot6f6/defines.h darkbot6f6-new/defines.h
--- darkbot6f6/defines.h 2001-12-17 15:29:09.000000000 -0500
+++ darkbot6f6-new/defines.h 2010-04-10 21:18:28.000000000 -0400
@@ -21,7 +21,7 @@
/* Please note that the below defines are the RECOMMENDED settings! */
/* So if you don't know if you should change something, leave it :) */
-#define NEED_CLOCK_T OFF
+#define NEED_CLOCK_T ON
/**
* If you have Mandrake, or are getting errors complaining
* about clock_t and CLOCKS_PER_SEC not being available,