diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-10 03:30:13 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-10 03:30:13 -0400 |
| commit | b4d44860c237c05447f5641f83f19cece2ac9975 (patch) | |
| tree | fd79e2404405507f35ec2a92804b3d75bd863dab /src/irc.h | |
| parent | be4cb6d2a1d1c857fc67eb155788717db167f625 (diff) | |
| download | fujinet-chat-b4d44860c237c05447f5641f83f19cece2ac9975.tar.gz | |
really fix the brokenness with MyDOS (close E: device at startup).
Diffstat (limited to 'src/irc.h')
| -rw-r--r-- | src/irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
