diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-18 13:08:23 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-18 13:08:23 -0500 |
| commit | 48feffd829f30d393b39ae1cbdc7bf3eddca7652 (patch) | |
| tree | 0db282f0c9b9a0fd9825426a51742fc37afbe128 /src/irc.c | |
| parent | f1bf0a483e917b67cf9db6483072db261f7688c3 (diff) | |
| download | fujinet-chat-48feffd829f30d393b39ae1cbdc7bf3eddca7652.tar.gz | |
WIP, still not working.
Diffstat (limited to 'src/irc.c')
| -rw-r--r-- | src/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ void irc_loop(void) { while(1) { if(!irc_read()) return; - if(kbhit()) + if(OS.ch != 0xff) if(joined) keystroke(); else join_channel(); |
