Guest
Public paste!

darkbot-diff

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