aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-18 13:08:23 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-18 13:08:23 -0500
commit48feffd829f30d393b39ae1cbdc7bf3eddca7652 (patch)
tree0db282f0c9b9a0fd9825426a51742fc37afbe128 /src/irc.c
parentf1bf0a483e917b67cf9db6483072db261f7688c3 (diff)
downloadfujinet-chat-48feffd829f30d393b39ae1cbdc7bf3eddca7652.tar.gz
WIP, still not working.
Diffstat (limited to 'src/irc.c')
-rw-r--r--src/irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc.c b/src/irc.c
index db86b12..c82baad 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -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();