aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index c160504..3ddd992 100644
--- a/main.c
+++ b/main.c
@@ -22,6 +22,7 @@
* Many new features added by Dain.
* As usual, all the developers are in debt to countless users
* for suggestions and debugging.
+ * Maintance was taken over by Steve Slaven (bpk@hoopajoo.net) in 2005
*/
/*
@@ -526,7 +527,7 @@ static void mainloop __P0 (void)
tcp_flush();
if (!(pos <= edlen)) {
- PRINTF("\n#*ARGH* assertion failed (pos <= edlen): mail max@linuz.sns.it\n");
+ PRINTF("\n#*ARGH* assertion failed (pos <= edlen): mail bpk@hoopajoo.net\n");
pos = edlen;
}