From b4d44860c237c05447f5641f83f19cece2ac9975 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 10 Mar 2026 03:30:13 -0400 Subject: really fix the brokenness with MyDOS (close E: device at startup). --- src/irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index b0d414d..0d91d3f 100644 --- a/src/irc.h +++ b/src/irc.h @@ -48,6 +48,7 @@ extern char *msg_args[MAX_MSG_ARGS]; extern int msg_argcount; extern char irc_away; extern char bell_type; +extern char last_pm_nick[33]; /* call this once, right after TCP connection is established. */ void irc_register(void); -- cgit v1.2.3