1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/irc/miau/files/patch-src::server.c
Oliver Eikemeier 7c59caf5e9 work around problems with ChatZilla
enable dump command
2004-05-02 21:02:30 +00:00

14 lines
378 B
C

--- src/server.c.orig Sun May 2 22:33:54 2004
+++ src/server.c Sun May 2 22:34:29 2004
@@ -718,8 +718,8 @@
pos(status.idhostname, '@') + 1;
} else {
/* Should we do something about this ? */
- status.idhostname = strdup("miau");
- status.goodhostname = 0;
+ status.idhostname = strdup("miau@miau");
+ status.goodhostname = 5;
}
#ifdef UPTIME