diff options
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r-- | mbbsd/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -334,6 +334,7 @@ igetch() currutmp->msgs[0].userid, WATERBALL_GENERAL, NULL); #else switch (currutmp->msgs[0].msgmode) { + case MSGMODE_TALK: case MSGMODE_WRITE: my_write(currutmp->msgs[0].pid, "¤ô²y¥á¹L¥h¡G ", currutmp->msgs[0].userid, WATERBALL_GENERAL, NULL); |