summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat/chat.c b/chat/chat.c
index 0b88c27..710dba9 100644
--- a/chat/chat.c
+++ b/chat/chat.c
@@ -1167,6 +1167,7 @@ register char *s;
if (timeout_next) {
timeout_next = 0;
+ s = clean(s, 0);
timeout = atoi(s);
if (timeout <= 0)