From 8cb40976e2041e0d97181d72883203c23ae49068 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Sat, 5 Aug 2023 00:58:02 +0100 Subject: [PATCH] Add a goodbye on netrom disconnect too --- debian/patches/netrom-motd.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/patches/netrom-motd.patch b/debian/patches/netrom-motd.patch index 8c53a1f..a740fc6 100644 --- a/debian/patches/netrom-motd.patch +++ b/debian/patches/netrom-motd.patch @@ -21,3 +21,14 @@ } if (check_perms(PERM_ANSI, 0L) != -1) { /* Not needed from what I see so far. */ +--- a/command.c ++++ b/command.c +@@ -137,7 +137,7 @@ + } + } + if (User.ul_type == AF_NETROM) { +- axio_printf(NodeIo,""); ++ axio_printf(NodeIo,"%s, thank you for connecting to the %s\nURONode netrom shell. Come back soon, 73!\n",User.call, NodeId); + } + if (User.ul_type == AF_ROSE) { + if (check_perms(PERM_ANSI, 0L) != -1) {