|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: include/whois.h
|
|
|
|
|
--- include/whois.h.orig 2004-01-06 09:14:08 +0100
|
|
|
|
|
+++ include/whois.h 2005-06-04 20:38:58 +0200
|
|
|
|
|
+++ include/whois.h 2006-07-15 16:55:44 +0200
|
|
|
|
|
@@ -42,6 +42,7 @@
|
|
|
|
|
void whois_name(u_char *, u_char **);
|
|
|
|
|
void whowas_name(u_char *, u_char **);
|
|
|
|
|
@ -9,9 +9,21 @@ Index: include/whois.h
|
|
|
|
|
void whois_server(u_char *, u_char **);
|
|
|
|
|
void whois_oper(u_char *, u_char **);
|
|
|
|
|
void whois_lastcom(u_char *, u_char **);
|
|
|
|
|
Index: source/irc.c
|
|
|
|
|
--- source/irc.c.orig 2006-07-06 02:24:29 +0200
|
|
|
|
|
+++ source/irc.c 2006-07-15 17:00:30 +0200
|
|
|
|
|
@@ -32,7 +32,7 @@
|
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
-#define IRCII_VERSION "20050705" /* YYYYMMDD */
|
|
|
|
|
+#define IRCII_VERSION "20060705" /* YYYYMMDD */
|
|
|
|
|
|
|
|
|
|
#include "irc.h"
|
|
|
|
|
IRCII_RCSID("@(#)$eterna: irc.c,v 1.294 2006/07/06 00:24:29 mrg Exp $");
|
|
|
|
|
Index: source/numbers.c
|
|
|
|
|
--- source/numbers.c.orig 2004-01-08 00:30:00 +0100
|
|
|
|
|
+++ source/numbers.c 2005-06-04 20:38:38 +0200
|
|
|
|
|
+++ source/numbers.c 2006-07-15 16:55:44 +0200
|
|
|
|
|
@@ -506,6 +506,10 @@
|
|
|
|
|
funny_mode(from, ArgList);
|
|
|
|
|
break;
|
|
|
|
|
@ -24,8 +36,8 @@ Index: source/numbers.c
|
|
|
|
|
invite(from, ArgList);
|
|
|
|
|
break;
|
|
|
|
|
Index: source/whois.c
|
|
|
|
|
--- source/whois.c.orig 2004-01-08 00:30:00 +0100
|
|
|
|
|
+++ source/whois.c 2005-06-04 23:02:06 +0200
|
|
|
|
|
--- source/whois.c.orig 2006-07-06 02:05:53 +0200
|
|
|
|
|
+++ source/whois.c 2006-07-15 16:55:44 +0200
|
|
|
|
|
@@ -541,6 +541,28 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|