diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-16 03:08:34 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-16 03:08:34 -0400 |
| commit | f57a576df38114ff00d13c6949826ea9ef94e4ee (patch) | |
| tree | 4a8cef8bba6733a3960e33122945398c2e90585a /src | |
| parent | 545db9259365913f433f21f9c33f278fe96194d2 (diff) | |
| download | fujinet-chat-f57a576df38114ff00d13c6949826ea9ef94e4ee.tar.gz | |
Turn off ATRACT mode on disconnect.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ void main(void) { irc_register(); irc_loop(); } + OS.atract = 0; fn_disconnect(); reconnect(); } |
